@charset "UTF-8"; /*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 19em;
}
@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}
@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}
@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}
.bootstrap-datetimepicker-widget.dropdown-menu:after,
.bootstrap-datetimepicker-widget.dropdown-menu:before {
    content: "";
    display: inline-block;
    position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%;
}
.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eee;
}
.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
    font-size: 0.8em;
    height: 20px;
    line-height: 20px;
    color: #777;
}
.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eee;
    cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.new,
.bootstrap-datetimepicker-widget table td.old {
    color: #777;
}
.bootstrap-datetimepicker-widget table td.today {
    position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
    content: "";
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
    background: #eee;
}
.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
    color: #777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
    width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
    cursor: pointer;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-no-margins img.mfp-img {
    padding: 0;
}
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-no-margins .mfp-container {
    padding: 0;
}
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}
.not-selectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.carousel {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.carousel *,
.carousel :after,
.carousel :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.carousel.is-draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.carousel.is-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}
.carousel__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.carousel__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}
.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: 0.25;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1;
}
.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    -webkit-box-shadow: var(--carousel-button-shadow, none);
    box-shadow: var(--carousel-button-shadow, none);
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}
.carousel__button.is-next,
.carousel__button.is-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.carousel__button.is-prev {
    left: 10px;
}
.carousel__button.is-next {
    right: 10px;
}
.carousel__button[disabled] {
    cursor: default;
    opacity: 0.3;
}
.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    -webkit-filter: var(--carousel-button-svg-filter, none);
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none;
}
body.compensate-for-scrollbar {
    overflow: hidden !important;
    -ms-touch-action: none;
    touch-action: none;
}
.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1050;
    outline: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
.fancybox__container *,
.fancybox__container ::after,
.fancybox__container ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.fancybox__container :focus {
    outline: thin dotted;
}
body.is-using-mouse .fancybox__container :focus {
    outline: 0;
}
@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px;
    }
}
.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}
.fancybox__carousel {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10;
}
.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}
.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default;
}
.fancybox__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.fancybox__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px;
}
.fancybox__slide::after,
.fancybox__slide::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    margin: auto;
}
@media all and (min-width: 1024px) {
    .fancybox__slide {
        padding: 64px 100px;
    }
}
.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 20;
}
.fancybox__caption {
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
    visibility: hidden;
}
.fancybox__container > .carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff);
}
.fancybox__nav .carousel__button {
    z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
    right: 8px;
}
@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px;
    }
}
.fancybox__nav .carousel__button.is-prev {
    left: 8px;
}
@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px;
    }
}
.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40;
}
@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right: 40px;
    }
}
.fancybox__content > .carousel__button.is-close {
    position: absolute;
    top: -36px;
    right: 0;
    color: var(--fancybox-color, #fff);
}
.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none;
}
.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor);
}
.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053;
}
.fancybox__spinner svg {
    -webkit-animation: fancybox-rotate 2s linear infinite;
    animation: fancybox-rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor;
}
@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
    opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden="false"] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav {
    -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
    animation: 0.15s ease backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
    -webkit-animation: 0.15s ease both fancybox-fadeOut;
    animation: 0.15s ease both fancybox-fadeOut;
}
.fancybox-fadeIn {
    -webkit-animation: 0.15s ease both fancybox-fadeIn;
    animation: 0.15s ease both fancybox-fadeIn;
}
.fancybox-fadeOut {
    -webkit-animation: 0.1s ease both fancybox-fadeOut;
    animation: 0.1s ease both fancybox-fadeOut;
}
.fancybox-zoomInUp {
    -webkit-animation: 0.2s ease both fancybox-zoomInUp;
    animation: 0.2s ease both fancybox-zoomInUp;
}
.fancybox-zoomOutDown {
    -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
    animation: 0.15s ease both fancybox-zoomOutDown;
}
.fancybox-throwOutUp {
    -webkit-animation: 0.15s ease both fancybox-throwOutUp;
    animation: 0.15s ease both fancybox-throwOutUp;
}
.fancybox-throwOutDown {
    -webkit-animation: 0.15s ease both fancybox-throwOutDown;
    animation: 0.15s ease both fancybox-throwOutDown;
}
@-webkit-keyframes fancybox-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fancybox-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}
@keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}
@-webkit-keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
@keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0;
    }
}
@keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
}
@keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
}
.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox__image {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.has-image .fancybox__content {
    padding: 0;
    background: 0 0;
    min-height: 1px;
}
.is-closing .has-image .fancybox__content {
    overflow: visible;
}
.has-image[data-image-fit="contain"] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none;
}
.has-image[data-image-fit="contain"] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.has-image[data-image-fit="contain-w"] {
    overflow-x: hidden;
    overflow-y: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__content {
    min-height: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__image {
    max-width: 100%;
    height: auto;
}
.has-image[data-image-fit="cover"] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none;
}
.has-image[data-image-fit="cover"] .fancybox__content {
    width: 100%;
    height: 100%;
}
.has-image[data-image-fit="cover"] .fancybox__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, 0.9);
    color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: 0 0;
}
.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.fancybox__thumbs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding: 0 3px;
    opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
    -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
    animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0;
}
.fancybox__thumbs .carousel__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    opacity: 0;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0)),
        color-stop(8.1%, rgba(0, 0, 0, 0.006)),
        color-stop(15.5%, rgba(0, 0, 0, 0.021)),
        color-stop(22.5%, rgba(0, 0, 0, 0.046)),
        color-stop(29%, rgba(0, 0, 0, 0.077)),
        color-stop(35.3%, rgba(0, 0, 0, 0.114)),
        color-stop(41.2%, rgba(0, 0, 0, 0.155)),
        color-stop(47.1%, rgba(0, 0, 0, 0.198)),
        color-stop(52.9%, rgba(0, 0, 0, 0.242)),
        color-stop(58.8%, rgba(0, 0, 0, 0.285)),
        color-stop(64.7%, rgba(0, 0, 0, 0.326)),
        color-stop(71%, rgba(0, 0, 0, 0.363)),
        color-stop(77.5%, rgba(0, 0, 0, 0.394)),
        color-stop(84.5%, rgba(0, 0, 0, 0.419)),
        color-stop(91.9%, rgba(0, 0, 0, 0.434)),
        to(rgba(0, 0, 0, 0.44))
    );
    background: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.006) 8.1%,
        rgba(0, 0, 0, 0.021) 15.5%,
        rgba(0, 0, 0, 0.046) 22.5%,
        rgba(0, 0, 0, 0.077) 29%,
        rgba(0, 0, 0, 0.114) 35.3%,
        rgba(0, 0, 0, 0.155) 41.2%,
        rgba(0, 0, 0, 0.198) 47.1%,
        rgba(0, 0, 0, 0.242) 52.9%,
        rgba(0, 0, 0, 0.285) 58.8%,
        rgba(0, 0, 0, 0.326) 64.7%,
        rgba(0, 0, 0, 0.363) 71%,
        rgba(0, 0, 0, 0.394) 77.5%,
        rgba(0, 0, 0, 0.419) 84.5%,
        rgba(0, 0, 0, 0.434) 91.9%,
        rgba(0, 0, 0, 0.44) 100%
    );
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.006) 8.1%,
        rgba(0, 0, 0, 0.021) 15.5%,
        rgba(0, 0, 0, 0.046) 22.5%,
        rgba(0, 0, 0, 0.077) 29%,
        rgba(0, 0, 0, 0.114) 35.3%,
        rgba(0, 0, 0, 0.155) 41.2%,
        rgba(0, 0, 0, 0.198) 47.1%,
        rgba(0, 0, 0, 0.242) 52.9%,
        rgba(0, 0, 0, 0.285) 58.8%,
        rgba(0, 0, 0, 0.326) 64.7%,
        rgba(0, 0, 0, 0.363) 71%,
        rgba(0, 0, 0, 0.394) 77.5%,
        rgba(0, 0, 0, 0.419) 84.5%,
        rgba(0, 0, 0, 0.434) 91.9%,
        rgba(0, 0, 0, 0.44) 100%
    );
    padding: 0;
    -ms-touch-action: none;
    touch-action: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}
@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding: 8px;
    }
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
    -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
    animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0;
}
.fancybox__toolbar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fancybox__toolbar__items--left {
    margin-right: auto;
}
.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
    margin-left: auto;
}
@media (max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none;
    }
}
.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 30;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0;
}
.fancybox__container:-ms-fullscreen::backdrop {
    opacity: 0;
}
.fancybox__container:fullscreen::-webkit-backdrop {
    opacity: 0;
}
.fancybox__container:fullscreen::backdrop {
    opacity: 0;
}
.fancybox__button--fullscreen g:nth-child(2) {
    display: none;
}
.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}
.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}
.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}
.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}
.fancybox__button--slideshow g:nth-child(2) {
    display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block;
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s transform, 0.2s top;
    -o-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s transform, 0.2s left;
    -o-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s transform, 0.2s right;
    -o-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}
.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.iti {
    position: relative;
    display: inline-block;
}
.iti * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.iti__hide {
    display: none;
}
.iti__v-hide {
    visibility: hidden;
}
.iti input,
.iti input[type="tel"],
.iti input[type="text"] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}
.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}
.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
[dir="rtl"] .iti__arrow {
    margin-right: 6px;
    margin-left: 0;
}
.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555;
}
.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -1px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
}
@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal;
    }
}
.iti__flag-box {
    display: inline-block;
    width: 20px;
}
.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.iti__country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    outline: 0;
}
.iti__dial-code {
    color: #999;
}
.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti__country-name,
.iti__flag-box {
    margin-right: 6px;
}
[dir="rtl"] .iti__country-name,
[dir="rtl"] .iti__flag-box {
    margin-right: 0;
    margin-left: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}
[dir="rtl"] .iti--allow-dropdown input,
[dir="rtl"] .iti--allow-dropdown input[type="tel"],
[dir="rtl"] .iti--allow-dropdown input[type="text"],
[dir="rtl"] .iti--separate-dial-code input,
[dir="rtl"] .iti--separate-dial-code input[type="tel"],
[dir="rtl"] .iti--separate-dial-code input[type="text"] {
    padding-right: 52px;
    padding-left: 6px;
    margin-right: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}
[dir="rtl"] .iti--allow-dropdown .iti__flag-container,
[dir="rtl"] .iti--separate-dial-code .iti__flag-container {
    right: 0;
    left: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    margin-left: 6px;
}
[dir="rtl"] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    margin-left: 0;
    margin-right: 6px;
}
.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}
.iti--container:hover {
    cursor: pointer;
}
.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}
.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%;
}
.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em;
}
.iti__flag {
    width: 20px;
}
.iti__flag.iti__be {
    width: 18px;
}
.iti__flag.iti__ch {
    width: 15px;
}
.iti__flag.iti__mc {
    width: 19px;
}
.iti__flag.iti__ne {
    width: 18px;
}
.iti__flag.iti__np {
    width: 13px;
}
.iti__flag.iti__va {
    width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5762px 15px;
    }
}
.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0;
}
.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0;
}
.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0;
}
.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0;
}
.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0;
}
.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0;
}
.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0;
}
.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0;
}
.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0;
}
.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0;
}
.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0;
}
.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0;
}
.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0;
}
.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0;
}
.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0;
}
.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0;
}
.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0;
}
.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0;
}
.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0;
}
.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0;
}
.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0;
}
.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0;
}
.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0;
}
.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0;
}
.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0;
}
.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0;
}
.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0;
}
.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0;
}
.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0;
}
.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0;
}
.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0;
}
.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0;
}
.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0;
}
.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0;
}
.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0;
}
.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0;
}
.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0;
}
.iti__flag.iti__bz {
    height: 12px;
    background-position: -812px 0;
}
.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0;
}
.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0;
}
.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0;
}
.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0;
}
.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0;
}
.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0;
}
.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0;
}
.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0;
}
.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0;
}
.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0;
}
.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0;
}
.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0;
}
.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0;
}
.iti__flag.iti__cq {
    height: 12px;
    background-position: -1115px 0;
}
.iti__flag.iti__cr {
    height: 12px;
    background-position: -1137px 0;
}
.iti__flag.iti__cu {
    height: 10px;
    background-position: -1159px 0;
}
.iti__flag.iti__cv {
    height: 12px;
    background-position: -1181px 0;
}
.iti__flag.iti__cw {
    height: 14px;
    background-position: -1203px 0;
}
.iti__flag.iti__cx {
    height: 10px;
    background-position: -1225px 0;
}
.iti__flag.iti__cy {
    height: 14px;
    background-position: -1247px 0;
}
.iti__flag.iti__cz {
    height: 14px;
    background-position: -1269px 0;
}
.iti__flag.iti__de {
    height: 12px;
    background-position: -1291px 0;
}
.iti__flag.iti__dg {
    height: 10px;
    background-position: -1313px 0;
}
.iti__flag.iti__dj {
    height: 14px;
    background-position: -1335px 0;
}
.iti__flag.iti__dk {
    height: 15px;
    background-position: -1357px 0;
}
.iti__flag.iti__dm {
    height: 10px;
    background-position: -1379px 0;
}
.iti__flag.iti__do {
    height: 14px;
    background-position: -1401px 0;
}
.iti__flag.iti__dz {
    height: 14px;
    background-position: -1423px 0;
}
.iti__flag.iti__ea {
    height: 14px;
    background-position: -1445px 0;
}
.iti__flag.iti__ec {
    height: 14px;
    background-position: -1467px 0;
}
.iti__flag.iti__ee {
    height: 13px;
    background-position: -1489px 0;
}
.iti__flag.iti__eg {
    height: 14px;
    background-position: -1511px 0;
}
.iti__flag.iti__eh {
    height: 10px;
    background-position: -1533px 0;
}
.iti__flag.iti__er {
    height: 10px;
    background-position: -1555px 0;
}
.iti__flag.iti__es {
    height: 14px;
    background-position: -1577px 0;
}
.iti__flag.iti__et {
    height: 10px;
    background-position: -1599px 0;
}
.iti__flag.iti__eu {
    height: 14px;
    background-position: -1621px 0;
}
.iti__flag.iti__ez {
    height: 14px;
    background-position: -1643px 0;
}
.iti__flag.iti__fi {
    height: 12px;
    background-position: -1665px 0;
}
.iti__flag.iti__fj {
    height: 10px;
    background-position: -1687px 0;
}
.iti__flag.iti__fk {
    height: 10px;
    background-position: -1709px 0;
}
.iti__flag.iti__fm {
    height: 11px;
    background-position: -1731px 0;
}
.iti__flag.iti__fo {
    height: 15px;
    background-position: -1753px 0;
}
.iti__flag.iti__fr {
    height: 14px;
    background-position: -1775px 0;
}
.iti__flag.iti__fx {
    height: 14px;
    background-position: -1797px 0;
}
.iti__flag.iti__ga {
    height: 15px;
    background-position: -1819px 0;
}
.iti__flag.iti__gb {
    height: 10px;
    background-position: -1841px 0;
}
.iti__flag.iti__gd {
    height: 12px;
    background-position: -1863px 0;
}
.iti__flag.iti__ge {
    height: 14px;
    background-position: -1885px 0;
}
.iti__flag.iti__gf {
    height: 14px;
    background-position: -1907px 0;
}
.iti__flag.iti__gg {
    height: 14px;
    background-position: -1929px 0;
}
.iti__flag.iti__gh {
    height: 14px;
    background-position: -1951px 0;
}
.iti__flag.iti__gi {
    height: 10px;
    background-position: -1973px 0;
}
.iti__flag.iti__gl {
    height: 14px;
    background-position: -1995px 0;
}
.iti__flag.iti__gm {
    height: 14px;
    background-position: -2017px 0;
}
.iti__flag.iti__gn {
    height: 14px;
    background-position: -2039px 0;
}
.iti__flag.iti__gp {
    height: 14px;
    background-position: -2061px 0;
}
.iti__flag.iti__gq {
    height: 14px;
    background-position: -2083px 0;
}
.iti__flag.iti__gr {
    height: 14px;
    background-position: -2105px 0;
}
.iti__flag.iti__gs {
    height: 10px;
    background-position: -2127px 0;
}
.iti__flag.iti__gt {
    height: 13px;
    background-position: -2149px 0;
}
.iti__flag.iti__gu {
    height: 11px;
    background-position: -2171px 0;
}
.iti__flag.iti__gw {
    height: 10px;
    background-position: -2193px 0;
}
.iti__flag.iti__gy {
    height: 12px;
    background-position: -2215px 0;
}
.iti__flag.iti__hk {
    height: 14px;
    background-position: -2237px 0;
}
.iti__flag.iti__hm {
    height: 10px;
    background-position: -2259px 0;
}
.iti__flag.iti__hn {
    height: 10px;
    background-position: -2281px 0;
}
.iti__flag.iti__hr {
    height: 10px;
    background-position: -2303px 0;
}
.iti__flag.iti__ht {
    height: 12px;
    background-position: -2325px 0;
}
.iti__flag.iti__hu {
    height: 10px;
    background-position: -2347px 0;
}
.iti__flag.iti__ic {
    height: 14px;
    background-position: -2369px 0;
}
.iti__flag.iti__id {
    height: 14px;
    background-position: -2391px 0;
}
.iti__flag.iti__ie {
    height: 10px;
    background-position: -2413px 0;
}
.iti__flag.iti__il {
    height: 15px;
    background-position: -2435px 0;
}
.iti__flag.iti__im {
    height: 10px;
    background-position: -2457px 0;
}
.iti__flag.iti__in {
    height: 14px;
    background-position: -2479px 0;
}
.iti__flag.iti__io {
    height: 10px;
    background-position: -2501px 0;
}
.iti__flag.iti__iq {
    height: 14px;
    background-position: -2523px 0;
}
.iti__flag.iti__ir {
    height: 12px;
    background-position: -2545px 0;
}
.iti__flag.iti__is {
    height: 15px;
    background-position: -2567px 0;
}
.iti__flag.iti__it {
    height: 14px;
    background-position: -2589px 0;
}
.iti__flag.iti__je {
    height: 12px;
    background-position: -2611px 0;
}
.iti__flag.iti__jm {
    height: 10px;
    background-position: -2633px 0;
}
.iti__flag.iti__jo {
    height: 10px;
    background-position: -2655px 0;
}
.iti__flag.iti__jp {
    height: 14px;
    background-position: -2677px 0;
}
.iti__flag.iti__ke {
    height: 14px;
    background-position: -2699px 0;
}
.iti__flag.iti__kg {
    height: 12px;
    background-position: -2721px 0;
}
.iti__flag.iti__kh {
    height: 13px;
    background-position: -2743px 0;
}
.iti__flag.iti__ki {
    height: 10px;
    background-position: -2765px 0;
}
.iti__flag.iti__km {
    height: 12px;
    background-position: -2787px 0;
}
.iti__flag.iti__kn {
    height: 14px;
    background-position: -2809px 0;
}
.iti__flag.iti__kp {
    height: 10px;
    background-position: -2831px 0;
}
.iti__flag.iti__kr {
    height: 14px;
    background-position: -2853px 0;
}
.iti__flag.iti__kw {
    height: 10px;
    background-position: -2875px 0;
}
.iti__flag.iti__ky {
    height: 10px;
    background-position: -2897px 0;
}
.iti__flag.iti__kz {
    height: 10px;
    background-position: -2919px 0;
}
.iti__flag.iti__la {
    height: 14px;
    background-position: -2941px 0;
}
.iti__flag.iti__lb {
    height: 14px;
    background-position: -2963px 0;
}
.iti__flag.iti__lc {
    height: 10px;
    background-position: -2985px 0;
}
.iti__flag.iti__li {
    height: 12px;
    background-position: -3007px 0;
}
.iti__flag.iti__lk {
    height: 10px;
    background-position: -3029px 0;
}
.iti__flag.iti__lr {
    height: 11px;
    background-position: -3051px 0;
}
.iti__flag.iti__ls {
    height: 14px;
    background-position: -3073px 0;
}
.iti__flag.iti__lt {
    height: 12px;
    background-position: -3095px 0;
}
.iti__flag.iti__lu {
    height: 12px;
    background-position: -3117px 0;
}
.iti__flag.iti__lv {
    height: 10px;
    background-position: -3139px 0;
}
.iti__flag.iti__ly {
    height: 10px;
    background-position: -3161px 0;
}
.iti__flag.iti__ma {
    height: 14px;
    background-position: -3183px 0;
}
.iti__flag.iti__mc {
    height: 15px;
    background-position: -3205px 0;
}
.iti__flag.iti__md {
    height: 10px;
    background-position: -3226px 0;
}
.iti__flag.iti__me {
    height: 10px;
    background-position: -3248px 0;
}
.iti__flag.iti__mf {
    height: 14px;
    background-position: -3270px 0;
}
.iti__flag.iti__mg {
    height: 14px;
    background-position: -3292px 0;
}
.iti__flag.iti__mh {
    height: 11px;
    background-position: -3314px 0;
}
.iti__flag.iti__mk {
    height: 10px;
    background-position: -3336px 0;
}
.iti__flag.iti__ml {
    height: 14px;
    background-position: -3358px 0;
}
.iti__flag.iti__mm {
    height: 14px;
    background-position: -3380px 0;
}
.iti__flag.iti__mn {
    height: 10px;
    background-position: -3402px 0;
}
.iti__flag.iti__mo {
    height: 14px;
    background-position: -3424px 0;
}
.iti__flag.iti__mp {
    height: 10px;
    background-position: -3446px 0;
}
.iti__flag.iti__mq {
    height: 14px;
    background-position: -3468px 0;
}
.iti__flag.iti__mr {
    height: 14px;
    background-position: -3490px 0;
}
.iti__flag.iti__ms {
    height: 10px;
    background-position: -3512px 0;
}
.iti__flag.iti__mt {
    height: 14px;
    background-position: -3534px 0;
}
.iti__flag.iti__mu {
    height: 14px;
    background-position: -3556px 0;
}
.iti__flag.iti__mv {
    height: 14px;
    background-position: -3578px 0;
}
.iti__flag.iti__mw {
    height: 14px;
    background-position: -3600px 0;
}
.iti__flag.iti__mx {
    height: 12px;
    background-position: -3622px 0;
}
.iti__flag.iti__my {
    height: 10px;
    background-position: -3644px 0;
}
.iti__flag.iti__mz {
    height: 14px;
    background-position: -3666px 0;
}
.iti__flag.iti__na {
    height: 14px;
    background-position: -3688px 0;
}
.iti__flag.iti__nc {
    height: 10px;
    background-position: -3710px 0;
}
.iti__flag.iti__ne {
    height: 15px;
    background-position: -3732px 0;
}
.iti__flag.iti__nf {
    height: 10px;
    background-position: -3752px 0;
}
.iti__flag.iti__ng {
    height: 10px;
    background-position: -3774px 0;
}
.iti__flag.iti__ni {
    height: 12px;
    background-position: -3796px 0;
}
.iti__flag.iti__nl {
    height: 14px;
    background-position: -3818px 0;
}
.iti__flag.iti__no {
    height: 15px;
    background-position: -3840px 0;
}
.iti__flag.iti__np {
    height: 15px;
    background-position: -3862px 0;
}
.iti__flag.iti__nr {
    height: 10px;
    background-position: -3877px 0;
}
.iti__flag.iti__nu {
    height: 10px;
    background-position: -3899px 0;
}
.iti__flag.iti__nz {
    height: 10px;
    background-position: -3921px 0;
}
.iti__flag.iti__om {
    height: 10px;
    background-position: -3943px 0;
}
.iti__flag.iti__pa {
    height: 14px;
    background-position: -3965px 0;
}
.iti__flag.iti__pe {
    height: 14px;
    background-position: -3987px 0;
}
.iti__flag.iti__pf {
    height: 14px;
    background-position: -4009px 0;
}
.iti__flag.iti__pg {
    height: 15px;
    background-position: -4031px 0;
}
.iti__flag.iti__ph {
    height: 10px;
    background-position: -4053px 0;
}
.iti__flag.iti__pk {
    height: 14px;
    background-position: -4075px 0;
}
.iti__flag.iti__pl {
    height: 13px;
    background-position: -4097px 0;
}
.iti__flag.iti__pm {
    height: 14px;
    background-position: -4119px 0;
}
.iti__flag.iti__pn {
    height: 10px;
    background-position: -4141px 0;
}
.iti__flag.iti__pr {
    height: 14px;
    background-position: -4163px 0;
}
.iti__flag.iti__ps {
    height: 10px;
    background-position: -4185px 0;
}
.iti__flag.iti__pt {
    height: 14px;
    background-position: -4207px 0;
}
.iti__flag.iti__pw {
    height: 13px;
    background-position: -4229px 0;
}
.iti__flag.iti__py {
    height: 11px;
    background-position: -4251px 0;
}
.iti__flag.iti__qa {
    height: 8px;
    background-position: -4273px 0;
}
.iti__flag.iti__re {
    height: 14px;
    background-position: -4295px 0;
}
.iti__flag.iti__ro {
    height: 14px;
    background-position: -4317px 0;
}
.iti__flag.iti__rs {
    height: 14px;
    background-position: -4339px 0;
}
.iti__flag.iti__ru {
    height: 14px;
    background-position: -4361px 0;
}
.iti__flag.iti__rw {
    height: 14px;
    background-position: -4383px 0;
}
.iti__flag.iti__sa {
    height: 14px;
    background-position: -4405px 0;
}
.iti__flag.iti__sb {
    height: 10px;
    background-position: -4427px 0;
}
.iti__flag.iti__sc {
    height: 10px;
    background-position: -4449px 0;
}
.iti__flag.iti__sd {
    height: 10px;
    background-position: -4471px 0;
}
.iti__flag.iti__se {
    height: 13px;
    background-position: -4493px 0;
}
.iti__flag.iti__sg {
    height: 14px;
    background-position: -4515px 0;
}
.iti__flag.iti__sh {
    height: 10px;
    background-position: -4537px 0;
}
.iti__flag.iti__si {
    height: 10px;
    background-position: -4559px 0;
}
.iti__flag.iti__sj {
    height: 15px;
    background-position: -4581px 0;
}
.iti__flag.iti__sk {
    height: 14px;
    background-position: -4603px 0;
}
.iti__flag.iti__sl {
    height: 14px;
    background-position: -4625px 0;
}
.iti__flag.iti__sm {
    height: 15px;
    background-position: -4647px 0;
}
.iti__flag.iti__sn {
    height: 14px;
    background-position: -4669px 0;
}
.iti__flag.iti__so {
    height: 14px;
    background-position: -4691px 0;
}
.iti__flag.iti__sr {
    height: 14px;
    background-position: -4713px 0;
}
.iti__flag.iti__ss {
    height: 10px;
    background-position: -4735px 0;
}
.iti__flag.iti__st {
    height: 10px;
    background-position: -4757px 0;
}
.iti__flag.iti__su {
    height: 10px;
    background-position: -4779px 0;
}
.iti__flag.iti__sv {
    height: 12px;
    background-position: -4801px 0;
}
.iti__flag.iti__sx {
    height: 14px;
    background-position: -4823px 0;
}
.iti__flag.iti__sy {
    height: 14px;
    background-position: -4845px 0;
}
.iti__flag.iti__sz {
    height: 14px;
    background-position: -4867px 0;
}
.iti__flag.iti__ta {
    height: 10px;
    background-position: -4889px 0;
}
.iti__flag.iti__tc {
    height: 10px;
    background-position: -4911px 0;
}
.iti__flag.iti__td {
    height: 14px;
    background-position: -4933px 0;
}
.iti__flag.iti__tf {
    height: 14px;
    background-position: -4955px 0;
}
.iti__flag.iti__tg {
    height: 13px;
    background-position: -4977px 0;
}
.iti__flag.iti__th {
    height: 14px;
    background-position: -4999px 0;
}
.iti__flag.iti__tj {
    height: 10px;
    background-position: -5021px 0;
}
.iti__flag.iti__tk {
    height: 10px;
    background-position: -5043px 0;
}
.iti__flag.iti__tl {
    height: 10px;
    background-position: -5065px 0;
}
.iti__flag.iti__tm {
    height: 14px;
    background-position: -5087px 0;
}
.iti__flag.iti__tn {
    height: 14px;
    background-position: -5109px 0;
}
.iti__flag.iti__to {
    height: 10px;
    background-position: -5131px 0;
}
.iti__flag.iti__tr {
    height: 14px;
    background-position: -5153px 0;
}
.iti__flag.iti__tt {
    height: 12px;
    background-position: -5175px 0;
}
.iti__flag.iti__tv {
    height: 10px;
    background-position: -5197px 0;
}
.iti__flag.iti__tw {
    height: 14px;
    background-position: -5219px 0;
}
.iti__flag.iti__tz {
    height: 14px;
    background-position: -5241px 0;
}
.iti__flag.iti__ua {
    height: 14px;
    background-position: -5263px 0;
}
.iti__flag.iti__ug {
    height: 14px;
    background-position: -5285px 0;
}
.iti__flag.iti__uk {
    height: 10px;
    background-position: -5307px 0;
}
.iti__flag.iti__um {
    height: 11px;
    background-position: -5329px 0;
}
.iti__flag.iti__un {
    height: 14px;
    background-position: -5351px 0;
}
.iti__flag.iti__us {
    height: 11px;
    background-position: -5373px 0;
}
.iti__flag.iti__uy {
    height: 14px;
    background-position: -5395px 0;
}
.iti__flag.iti__uz {
    height: 10px;
    background-position: -5417px 0;
}
.iti__flag.iti__va {
    height: 15px;
    background-position: -5439px 0;
}
.iti__flag.iti__vc {
    height: 14px;
    background-position: -5456px 0;
}
.iti__flag.iti__ve {
    height: 14px;
    background-position: -5478px 0;
}
.iti__flag.iti__vg {
    height: 10px;
    background-position: -5500px 0;
}
.iti__flag.iti__vi {
    height: 14px;
    background-position: -5522px 0;
}
.iti__flag.iti__vn {
    height: 14px;
    background-position: -5544px 0;
}
.iti__flag.iti__vu {
    height: 12px;
    background-position: -5566px 0;
}
.iti__flag.iti__wf {
    height: 14px;
    background-position: -5588px 0;
}
.iti__flag.iti__ws {
    height: 10px;
    background-position: -5610px 0;
}
.iti__flag.iti__xk {
    height: 15px;
    background-position: -5632px 0;
}
.iti__flag.iti__ye {
    height: 14px;
    background-position: -5654px 0;
}
.iti__flag.iti__yt {
    height: 14px;
    background-position: -5676px 0;
}
.iti__flag.iti__za {
    height: 14px;
    background-position: -5698px 0;
}
.iti__flag.iti__zm {
    height: 14px;
    background-position: -5720px 0;
}
.iti__flag.iti__zw {
    height: 10px;
    background-position: -5742px 0;
}
.iti__flag {
    height: 15px;
    -webkit-box-shadow: 0 0 1px 0 #888;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../img/flags.png?1);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url(../img/flags@2x.png?1);
    }
}
.iti__flag.iti__np {
    background-color: transparent;
}
@font-face {
    font-family: Geologica;
    font-display: swap;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/GeologicaLight/Geologica-Light.woff2) format("woff2"), url(../fonts/GeologicaLight/Geologica-Light.woff) format("woff");
}
@font-face {
    font-family: Geologica;
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/GeologicaRegular/Geologica-Regular.woff2) format("woff2"), url(../fonts/GeologicaRegular/Geologica-Regular.woff) format("woff");
}
@font-face {
    font-family: Geologica;
    font-display: swap;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/GeologicaMedium/Geologica-Medium.woff2) format("woff2"), url(../fonts/GeologicaMedium/Geologica-Medium.woff) format("woff");
}
@font-face {
    font-family: Geologica;
    font-display: swap;
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/GeologicaSemibold/Geologica-SemiBold.woff2) format("woff2"), url(../fonts/GeologicaSemibold/Geologica-SemiBold.woff) format("woff");
}
@font-face {
    font-family: Geologica;
    font-display: swap;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/GeologicaBold/Geologica-Bold.woff2) format("woff2"), url(../fonts/GeologicaBold/Geologica-Bold.woff) format("woff");
}
@font-face {
    font-family: SaarSPDemo;
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/SaarSPDemo/SaarSPDemoRegular.woff2) format("woff2"), url(../fonts/SaarSPDemo/SaarSPDemoRegular.woff) format("woff");
}
@font-face {
    font-family: PermanentMarker;
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/PermanentMarker/PermanentMarker-Regular.woff2) format("woff2"), url(../fonts/PermanentMarker/PermanentMarker-Regular.woff) format("woff");
}
@font-face {
    font-family: Antonio;
    font-display: swap;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/AntonioLight/Antonio-Light.woff2) format("woff2"), url(../fonts/AntonioLight/Antonio-Light.woff) format("woff");
}
@font-face {
    font-family: Antonio;
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/AntonioRegular/Antonio-Regular.woff2) format("woff2"), url(../fonts/AntonioRegular/Antonio-Regular.woff) format("woff");
}
@font-face {
    font-family: Antonio;
    font-display: swap;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/AntonioBold/Antonio-Bold.woff2) format("woff2"), url(../fonts/AntonioBold/Antonio-Bold.woff) format("woff");
}
::-webkit-input-placeholder {
    color: #333;
}
::-moz-placeholder {
    color: #333;
}
:-ms-input-placeholder {
    color: #333;
}
::-ms-input-placeholder {
    color: #333;
}
::placeholder {
    color: #333;
}
:-ms-input-placeholder,
::-ms-input-placeholder {
    color: #333;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666;
}
body input:required:valid,
body textarea:required:valid {
    color: #666;
}
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c1c1c1;
    border: 3px solid #f1f1f1;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --padding: 50px;
    --max-width: 1300px;
    --bdrs: 35px;
}
@media only screen and (max-width: 992px) {
    :root {
        --padding: 30px;
    }
}
@media only screen and (max-width: 768px) {
    :root {
        --padding: 20px;
        --bdrs: 25px;
    }
}
@media only screen and (max-width: 360px) {
    :root {
        --padding: 15px;
    }
}
.acc-sect__container,
.coach-sect__container,
.cont-sect__container,
.faq-sect__container,
.form-sect__container,
.inv-sect__container,
.main-footer__container,
.main-header__container,
.main-sect__container,
.prod-sect__container,
.quest-sect__container,
.reserv-sect__container,
.rev-sect__container,
.rules-sect__container,
.title-sect__container {
    width: 100%;
    max-width: calc(var(--max-width) + (2 * var(--padding)));
    margin: 0 auto;
    padding: 0 var(--padding);
}
html {
    text-rendering: optimizeLegibility;
}
body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.4;
    font-family: -apple-system, BlinkMacSystemFont, Geologica, Arial, sans-serif;
    overflow-x: hidden;
    font-weight: 400;
    opacity: 1;
    color: #25221f;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    margin: 0;
}
li,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
p {
    margin: 0;
}
label {
    margin: 0;
    font-weight: 400;
}
a,
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}
a {
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
.def-btn,
.main-header__admin-login,
a,
button {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-tap-highlight-color: transparent !important;
}
.def-btn:active,
.def-btn:focus,
.def-btn:hover,
.main-header__admin-login:active,
.main-header__admin-login:focus,
.main-header__admin-login:hover,
a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover {
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-tap-highlight-color: transparent !important;
}
.hidden {
    display: none;
}
[class$="--nowrap"] {
    white-space: nowrap;
}
[class$="--upper"] {
    text-transform: uppercase;
}
.mfp-bg {
    background: rgba(74, 63, 57, 0.2);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
@-webkit-keyframes titleAnim {
    from {
        opacity: 0;
        -webkit-transform: translateX(var(--x, 0)) translateY(var(--y, 0));
        transform: translateX(var(--x, 0)) translateY(var(--y, 0));
    }
    to {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1;
    }
}
@keyframes titleAnim {
    from {
        opacity: 0;
        -webkit-transform: translateX(var(--x, 0)) translateY(var(--y, 0));
        transform: translateX(var(--x, 0)) translateY(var(--y, 0));
    }
    to {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1;
    }
}
.laod-anim {
    opacity: 0;
    -webkit-transform: translateX(var(--x, 0)) translateY(var(--y, 0));
    -ms-transform: translateX(var(--x, 0)) translateY(var(--y, 0));
    transform: translateX(var(--x, 0)) translateY(var(--y, 0));
    -webkit-animation: titleAnim 1s ease-out forwards;
    animation: titleAnim 1s ease-out forwards;
    -webkit-animation-delay: calc(var(--i) * 0.1s);
    animation-delay: calc(var(--i) * 0.1s);
}
.def-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: 5px 24px;
    --dh: 54px;
    height: var(--dh);
    border-radius: calc(var(--dh) / 2);
    background-color: #ff6725;
    color: #fff;
    line-height: 1.1;
    font-size: 16px;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.def-btn:hover {
    color: #fff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.def-btn:active,
.def-btn:focus {
    color: #fff;
}
.def-btn--black {
    background-color: #25221f;
}
.def-dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 60px;
    text-align: left;
    max-width: 450px;
    min-height: 300px;
    margin: 40px auto;
    position: relative;
    border-radius: var(--bdrs);
    -webkit-box-shadow: 0 4px 40px 0 rgba(40, 21, 4, 0.15);
    box-shadow: 0 4px 40px 0 rgba(40, 21, 4, 0.15);
}
@media only screen and (max-width: 768px) {
    .def-dialog {
        max-width: 500px;
        padding: 40px 30px;
        min-height: 200px;
    }
}
.def-dialog .mfp-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #f4efe6;
    line-height: 1;
    font-size: 22px;
    opacity: 1;
    border-radius: 50%;
    top: 24px;
    right: 24px;
    color: rgba(37, 34, 31, 0.8);
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 768px) {
    .def-dialog .mfp-close {
        top: 12px;
        right: 12px;
        width: 40px;
        height: 40px;
    }
}
.def-dialog .mfp-close:hover {
    color: #25221f;
}
.def-dialog__container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    text-align: center;
}
.def-dialog__title {
    font-size: 20px;
    line-height: 1.1;
}
@media only screen and (max-width: 480px) {
    .def-dialog__title {
        font-size: 18px;
    }
}
.def-dialog__fol {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0.1px;
    color: rgba(37, 34, 31, 0.5);
}
@media only screen and (max-width: 576px) {
    .def-dialog__fol {
        font-size: 18px;
    }
}
.def-dialog__text {
    font-size: 14px;
    line-height: normal;
    opacity: 0.5;
    letter-spacing: 0.07px;
    max-width: 280px;
}
.def-dialog__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 250px;
}
.def-dialog__input input {
    height: 30px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(37, 34, 31, 0.4);
    padding: 0;
    color: #25221f;
    font-size: 12px;
    letter-spacing: 0.06px;
}
.def-dialog__input input::-webkit-input-placeholder {
    color: rgba(37, 34, 31, 0.5);
}
.def-dialog__input input::-moz-placeholder {
    color: rgba(37, 34, 31, 0.5);
}
.def-dialog__input input:-ms-input-placeholder {
    color: rgba(37, 34, 31, 0.5);
}
.def-dialog__input input::-ms-input-placeholder {
    color: rgba(37, 34, 31, 0.5);
}
.def-dialog__input input::placeholder {
    color: rgba(37, 34, 31, 0.5);
}
.def-dialog__input input:-ms-input-placeholder,
.def-dialog__input input::-ms-input-placeholder {
    color: rgba(37, 34, 31, 0.5);
}
.def-dialog__img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.def-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    line-height: 0.87;
    position: relative;
    z-index: 1;
}
.def-title img {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 100%;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto;
    block-size: auto;
}
@media only screen and (max-width: 1200px) {
    .def-title img {
        display: none;
    }
}
.def-title--h1,
.def-titleh1 {
    font-family: SaarSPDemo, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 200px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
@media only screen and (max-width: 1400px) {
    .def-title--h1,
    .def-titleh1 {
        font-size: 160px;
    }
}
@media only screen and (max-width: 1200px) {
    .def-title--h1,
    .def-titleh1 {
        font-size: 140px;
    }
}
@media only screen and (max-width: 992px) {
    .def-title--h1,
    .def-titleh1 {
        font-size: 130px;
    }
}
@media only screen and (max-width: 768px) {
    .def-title--h1,
    .def-titleh1 {
        font-size: 100px;
    }
}
@media only screen and (max-width: 576px) {
    .def-title--h1,
    .def-titleh1 {
        font-size: 95px;
    }
}
.def-title--h2,
.def-titleh2 {
    font-family: SaarSPDemo, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 170px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 0.87;
}
@media only screen and (max-width: 1200px) {
    .def-title--h2,
    .def-titleh2 {
        font-size: 130px;
    }
}
@media only screen and (max-width: 992px) {
    .def-title--h2,
    .def-titleh2 {
        font-size: 90px;
    }
}
@media only screen and (max-width: 768px) {
    .def-title--h2,
    .def-titleh2 {
        font-size: 70px;
    }
}
@media only screen and (max-width: 576px) {
    .def-title--h2,
    .def-titleh2 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 360px) {
    .def-title--h2,
    .def-titleh2 {
        font-size: 52px;
    }
}
.def-title--h2 img,
.def-titleh2 img {
    bottom: 0.07059em;
    width: 2.14286em;
}
.def-title--h3,
.def-titleh3 {
    font-family: SaarSPDemo, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
    letter-spacing: 0.024em;
    text-transform: uppercase;
}
.def-title--h4,
.def-titleh4 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
}
.def-title--h5,
.def-titleh5 {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 1;
}
@media only screen and (max-width: 1200px) {
    .def-title--h5,
    .def-titleh5 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .def-title--h5,
    .def-titleh5 {
        font-size: 14px;
    }
}
.edit-dialog {
    background: #fff;
    padding: 60px 65px 36px;
    text-align: left;
    max-width: 770px;
    min-height: 450px;
    margin: 40px auto;
    position: relative;
    border-radius: var(--bdrs);
    -webkit-box-shadow: 0 4px 40px 0 rgba(40, 21, 4, 0.15);
    box-shadow: 0 4px 40px 0 rgba(40, 21, 4, 0.15);
}
@media only screen and (max-width: 768px) {
    .edit-dialog {
        padding: 70px 20px 30px;
        min-height: inherit;
    }
}
.edit-dialog .mfp-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #f4efe6;
    line-height: 1;
    font-size: 22px;
    opacity: 1;
    border-radius: 50%;
    top: 24px;
    right: 24px;
    color: rgba(37, 34, 31, 0.8);
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 768px) {
    .edit-dialog .mfp-close {
        top: 16px;
        right: 16px;
        width: 40px;
        height: 40px;
    }
}
.edit-dialog .mfp-close:hover {
    color: #25221f;
}
.edit-dialog__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px;
}
.edit-dialog__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
}
@media only screen and (max-width: 576px) {
    .edit-dialog__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
    }
}
.edit-dialog .reserv-sect__cal,
.edit-dialog .reserv-sect__time {
    border-radius: var(--bdrs);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 576px) {
    .edit-dialog .reserv-sect__cal,
    .edit-dialog .reserv-sect__time {
        width: 100%;
        max-width: 300px;
    }
}
.edit-dialog .reserv-sect__time {
    width: 100%;
}
.edit-dialog__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}
.edit-dialog__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.edit-dialog__submit {
    width: 100%;
    max-width: 165px;
    padding: 4px 15px;
}
.login-dialog {
    background: #fff;
    padding: 60px 50px 40px;
    text-align: left;
    max-width: 435px;
    min-height: 450px;
    margin: 40px auto;
    position: relative;
    border-radius: var(--bdrs);
    -webkit-box-shadow: 0 4px 40px 0 rgba(40, 21, 4, 0.15);
    box-shadow: 0 4px 40px 0 rgba(40, 21, 4, 0.15);
}
@media only screen and (max-width: 768px) {
    .login-dialog {
        padding: 60px 20px 40px;
        min-height: inherit;
    }
}
.login-dialog .mfp-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #f4efe6;
    line-height: 1;
    font-size: 22px;
    opacity: 1;
    border-radius: 50%;
    top: 24px;
    right: 24px;
    color: rgba(37, 34, 31, 0.8);
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 768px) {
    .login-dialog .mfp-close {
        top: 16px;
        right: 16px;
        width: 40px;
        height: 40px;
    }
}
.login-dialog .mfp-close:hover {
    color: #25221f;
}
.login-dialog__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    --mw: 235px;
}
.login-dialog__title {
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
}
.login-dialog .reserv-sect__cont-input {
    max-width: var(--mw);
    width: 100%;
}
.login-dialog .cont-sect__form-ctrl {
    padding: 0;
    font-size: 10px;
    max-width: 150px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
}
.login-dialog__capcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.login-dialog__link,
.login-dialog__submit {
    width: 100%;
    max-width: var(--mw);
    padding: 4px 15px;
}
.login-dialog__submit {
    display: none;
}
.login-dialog__reg {
    line-height: 1;
    color: #25221f;
    font-size: 12px;
    opacity: 0.5;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.login-dialog__reg:hover {
    color: #c58c54 !important;
}
.login-dialog__reg:active,
.login-dialog__reg:focus {
    color: #25221f;
}
.login-dialog.active .login-dialog__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.login-dialog.active .login-dialog__link--code {
    display: none;
}
.login-dialog.active .reserv-sect__cont-input--hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mob-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    width: 275px;
    height: 100vh;
    height: 100dvh;
    background-color: #f4efe6;
    background-image: url(../img/menu-bg.svg);
    background-repeat: no-repeat;
    background-position: right -20px top 30px;
    overflow-y: auto;
    padding: 27px 15px 20px 35px;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    pointer-events: none;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 576px) {
    .mob-menu {
        display: block;
    }
}
.mob-menu::-webkit-scrollbar {
    width: 6px;
    height: 0;
}
.mob-menu::-webkit-scrollbar-track {
    background-color: #fefefe;
}
.mob-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ff6725;
    border: none;
}
.mob-menu__btn {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 50;
    top: 12px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 576px) {
    .mob-menu__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.mob-menu__btn img {
    display: inline-block;
    height: auto;
    block-size: auto;
}
.mob-menu__btn.fix-top {
    background-color: rgba(89, 49, 2, 0.2);
}
.mob-menu__bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(37, 34, 31, 0.8);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    pointer-events: none;
}
@media only screen and (max-width: 576px) {
    .mob-menu__bg {
        display: block;
    }
}
.mob-menu__bg.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: all;
}
.mob-menu__close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding: 0;
    border-radius: 50%;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 32px;
    height: 32px;
    background-color: rgba(89, 49, 2, 0.2);
}
.mob-menu__close img {
    display: inline-block;
    height: auto;
    block-size: auto;
    max-width: 100%;
    max-inline-size: 100%;
}
.mob-menu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.1;
    gap: 20px;
    margin-bottom: 35px;
}
.mob-menu__nav:last-child {
    margin-bottom: 0;
}
.mob-menu__nav a {
    line-height: 1.1;
    color: #25221f;
    letter-spacing: 0.32px;
    font-size: 16px;
}
.mob-menu__nav a:active,
.mob-menu__nav a:focus,
.mob-menu__nav a:hover {
    color: #25221f;
}
.mob-menu.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: all;
}
.rev-dialog {
    background: #fff;
    padding: 80px 50px 40px;
    text-align: left;
    max-width: 620px;
    min-height: 390px;
    margin: 40px auto;
    position: relative;
    border-radius: var(--bdrs);
    -webkit-box-shadow: 0 4px 40px 0 rgba(40, 21, 4, 0.15);
    box-shadow: 0 4px 40px 0 rgba(40, 21, 4, 0.15);
}
@media only screen and (max-width: 768px) {
    .rev-dialog {
        max-width: 500px;
        padding: 65px 20px 24px;
        min-height: inherit;
    }
}
.rev-dialog .mfp-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #f4efe6;
    line-height: 1;
    font-size: 22px;
    opacity: 1;
    border-radius: 50%;
    top: 24px;
    right: 24px;
    color: rgba(37, 34, 31, 0.8);
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 768px) {
    .rev-dialog .mfp-close {
        top: 16px;
        right: 16px;
        width: 40px;
        height: 40px;
    }
}
.rev-dialog .mfp-close:hover {
    color: #25221f;
}
.rev-dialog__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}
@media only screen and (max-width: 768px) {
    .rev-dialog__container {
        gap: 24px;
    }
}
.rev-dialog__text {
    font-size: 18px;
    line-height: 132%;
}
@media only screen and (max-width: 768px) {
    .rev-dialog__text {
        font-size: 14px;
    }
}
.rev-dialog__text > * + * {
    margin-top: 10px;
}
.rev-dialog .rev-sect__slide-footer {
    padding-top: 0;
}
.acc-sect {
    background-color: #f4efe6;
    border-radius: 50px;
    padding: 60px 0 50px;
    position: relative;
    z-index: 3;
    margin-top: -60px;
    min-height: 300px;
}
@media only screen and (max-width: 992px) {
    .acc-sect {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 768px) {
    .acc-sect {
        border-radius: 25px;
    }
}
@media only screen and (max-width: 576px) {
    .acc-sect {
        margin-top: -55px;
    }
}
.acc-sect__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}
@media only screen and (max-width: 1200px) {
    .acc-sect__content {
        gap: 20px;
    }
}
@media only screen and (max-width: 992px) {
    .acc-sect__content {
        gap: 16px;
    }
}
.acc-sect__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--bdrs);
    background-color: #fff;
    padding: 24px;
    min-height: 145px;
    gap: 90px;
}
@media only screen and (max-width: 1400px) {
    .acc-sect__user {
        gap: 40px;
    }
}
@media only screen and (max-width: 1200px) {
    .acc-sect__user {
        gap: 30px;
    }
}
@media only screen and (max-width: 992px) {
    .acc-sect__user {
        gap: 16px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 768px) {
    .acc-sect__user {
        padding: 20px 16px;
    }
}
.acc-sect__user-content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    --dh: 80px;
}
@media only screen and (max-width: 1200px) {
    .acc-sect__user-content {
        --dh: 60px;
    }
}
@media only screen and (max-width: 992px) {
    .acc-sect__user-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.acc-sect__user-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 var(--dh);
    flex: 0 0 var(--dh);
    width: var(--dh);
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.acc-sect__user-img::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.acc-sect__user-img img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 0;
    object-position: center 0;
}
.acc-sect__user-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
}
@media only screen and (max-width: 1200px) {
    .acc-sect__user-name {
        font-size: 16px;
    }
}
.acc-sect__user-form {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
@media only screen and (max-width: 992px) {
    .acc-sect__user-form {
        gap: 10px;
    }
}
@media only screen and (max-width: 576px) {
    .acc-sect__user-form {
        gap: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 300px;
    }
}
@media only screen and (max-width: 480px) {
    .acc-sect__user-form {
        max-width: 100%;
    }
}
.acc-sect__user-form .reserv-sect__cont-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    width: auto;
}
@media only screen and (max-width: 768px) {
    .acc-sect__user-form .reserv-sect__cont-input .error,
    .acc-sect__user-form .reserv-sect__cont-input label {
        left: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .acc-sect__user-form .reserv-sect__cont-input input {
        font-size: 14px;
        padding-left: 15px;
    }
}
.acc-sect__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
@media only screen and (max-width: 1200px) {
    .acc-sect__main {
        gap: 16px;
    }
}
.acc-sect__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    padding: 24px;
    border-radius: var(--bdrs);
    background-color: #fff;
}
@media only screen and (max-width: 768px) {
    .acc-sect__table {
        padding: 20px 15px;
    }
}
@media only screen and (max-width: 576px) {
    .acc-sect__table {
        padding: 20px 10px;
    }
}
.acc-sect__table-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px 20px;
}
@media only screen and (max-width: 576px) {
    .acc-sect__table-head {
        display: contents;
    }
}
.acc-sect__table-title {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 0.2px;
}
@media only screen and (max-width: 576px) {
    .acc-sect__table-title {
        font-size: 18px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media only screen and (max-width: 480px) {
    .acc-sect__table-title {
        font-size: 16px;
    }
}
.acc-sect__table-btn {
    margin-left: auto;
}
@media only screen and (max-width: 576px) {
    .acc-sect__table-btn {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}
@media only screen and (max-width: 480px) {
    .acc-sect__table-btn {
        font-size: 14px;
    }
}
@media only screen and (max-width: 576px) {
    .acc-sect__table-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.acc-sect__table-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
@media only screen and (max-width: 576px) {
    .acc-sect__table-content table {
        font-size: 12px;
    }
}
@media only screen and (max-width: 360px) {
    .acc-sect__table-content table {
        font-size: 11px;
    }
}
.acc-sect__table-content .thead {
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.1;
}
.acc-sect__table-content .thead td {
    padding: 0 10px 20px 0;
    opacity: 0.5;
}
@media only screen and (max-width: 576px) {
    .acc-sect__table-content .thead td {
        padding-bottom: 15px;
    }
}
.acc-sect__table-content .thead .edit {
    width: 60px;
    padding-right: 0;
}
@media only screen and (max-width: 360px) {
    .acc-sect__table-content .thead .coach {
        width: 90px;
    }
}
.acc-sect__table-content .trow {
    font-weight: 500;
    color: #25221f;
    line-height: 1.1;
    letter-spacing: 0.01em;
}
.acc-sect__table-content .trow td {
    padding-right: 10px;
    padding-bottom: 15px;
}
@media only screen and (max-width: 576px) {
    .acc-sect__table-content .trow td {
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 480px) {
    .acc-sect__table-content .trow td {
        vertical-align: top;
    }
}
.acc-sect__table-content .trow:last-child td {
    padding-bottom: 0;
}
@media only screen and (max-width: 576px) {
    .acc-sect__table-content .trow .set__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        line-height: 1;
    }
}
@media only screen and (max-width: 576px) {
    .acc-sect__table-content .trow .set__text span {
        font-size: 10px;
        font-weight: 400;
        opacity: 0.4;
    }
}
.acc-sect__table-content .trow .coach {
    width: auto;
}
.acc-sect__table-content .trow .coach__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    line-height: 1.1;
}
@media only screen and (max-width: 768px) {
    .acc-sect__table-content .trow .coach__container {
        gap: 8px;
    }
}
@media only screen and (max-width: 480px) {
    .acc-sect__table-content .trow .coach__container {
        width: 100%;
    }
}
.acc-sect__table-content .trow .coach__img {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
}
@media only screen and (max-width: 576px) {
    .acc-sect__table-content .trow .coach__img {
        display: none;
    }
}
.acc-sect__table-content .trow .coach__img::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.acc-sect__table-content .trow .coach__img img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 0;
    object-position: center 0;
}
.acc-sect__table-content .trow .coach__name {
    white-space: normal;
}
@media only screen and (max-width: 480px) {
    .acc-sect__table-content .trow .coach__name {
        max-width: 90px;
    }
}
.acc-sect__table-content .trow .edit {
    padding-right: 0;
}
.acc-sect__table-content .trow .edit__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
@media only screen and (max-width: 576px) {
    .acc-sect__table-content .trow .edit__container {
        gap: 12px;
    }
}
.acc-sect__table-content .trow .edit__del,
.acc-sect__table-content .trow .edit__edit {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #25221f;
    border: none;
    padding: 2px;
    border-radius: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.5;
    height: 20px;
    background-color: transparent;
    height: 20px;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.acc-sect__table-content .trow .edit__edit svg {
    stroke: currentColor;
}
.acc-sect__table-content .trow .edit__edit:hover {
    color: #c58c54 !important;
    opacity: 1;
}
.acc-sect__table-content .trow .edit__del svg {
    fill: currentColor;
}
.acc-sect__table-content .trow .edit__del:hover {
    opacity: 1;
    color: #ed0606 !important;
}
.acc-sect__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 24px;
    padding-top: 30px;
    border-radius: var(--bdrs);
    gap: 20px;
}
@media only screen and (max-width: 1200px) {
    .acc-sect__form {
        padding: 24px 20px;
    }
}
@media only screen and (max-width: 576px) {
    .acc-sect__form {
        padding: 20px 15px;
    }
}
.acc-sect__form-title {
    line-height: 1.1;
    font-size: 20px;
    font-weight: 500;
}
@media only screen and (max-width: 576px) {
    .acc-sect__form-title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 480px) {
    .acc-sect__form-title {
        font-size: 16px;
    }
}
.acc-sect__form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.acc-sect__form-input input,
.acc-sect__form-input textarea {
    min-width: 0;
    width: 100%;
    border: 1px solid #f4efe6;
    background-color: #f4efe6;
    color: #25221f;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 15px;
    height: 40px;
    letter-spacing: -0.07px;
}
.acc-sect__form-input input::-webkit-input-placeholder,
.acc-sect__form-input textarea::-webkit-input-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.acc-sect__form-input input::-moz-placeholder,
.acc-sect__form-input textarea::-moz-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.acc-sect__form-input input:-ms-input-placeholder,
.acc-sect__form-input textarea:-ms-input-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.acc-sect__form-input input::-ms-input-placeholder,
.acc-sect__form-input textarea::-ms-input-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.acc-sect__form-input input::placeholder,
.acc-sect__form-input textarea::placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.acc-sect__form-input input:-ms-input-placeholder,
.acc-sect__form-input input::-ms-input-placeholder,
.acc-sect__form-input textarea:-ms-input-placeholder,
.acc-sect__form-input textarea::-ms-input-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.acc-sect__form-input input:active,
.acc-sect__form-input input:focus,
.acc-sect__form-input textarea:active,
.acc-sect__form-input textarea:focus {
    outline: 0;
}
.acc-sect__form-input textarea {
    padding-top: 12px;
    padding-bottom: 5px;
    height: 80px;
    resize: none;
}
.acc-sect__form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 35px;
}
@media only screen and (max-width: 992px) {
    .acc-sect__form-footer {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        gap: 20px;
    }
}
.acc-sect__form-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.acc-sect__form-rating .glyphicon-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer !important;
}
.acc-sect__form-rating .glyphicon-star::before {
    display: none;
}
.acc-sect__form-rating .glyphicon-star::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/icons/star-empty.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.acc-sect__form-rating .glyphicon-star.active::after {
    background-image: url(../img/icons/star.svg);
}
@media only screen and (max-width: 480px) {
    .acc-sect__form-submit {
        font-size: 14px;
    }
}
.coach-sect {
    padding: 100px 0 150px;
    position: relative;
    z-index: 0;
    --title: 450px;
}
@media only screen and (max-width: 1400px) {
    .coach-sect {
        --title: 360px;
    }
}
@media only screen and (max-width: 992px) {
    .coach-sect {
        --title: 240px;
        padding: 60px 0 85px;
    }
}
@media only screen and (max-width: 768px) {
    .coach-sect {
        --title: 205px;
    }
}
@media only screen and (max-width: 576px) {
    .coach-sect {
        --title: 150px;
    }
}
.coach-sect__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 480px) {
    .coach-sect__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }
}
.coach-sect__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 var(--title);
    flex: 0 0 var(--title);
    position: relative;
    z-index: 0;
}
@media only screen and (max-width: 480px) {
    .coach-sect__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 40px;
    }
}
.coach-sect__title-decor {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 0;
    display: inline-block;
    height: auto;
    block-size: auto;
}
@media only screen and (max-width: 576px) {
    .coach-sect__title-decor {
        display: none;
    }
}
.coach-sect__title .def-title {
    z-index: 2;
}
.coach-sect__title .def-title img {
    display: inline-block;
    top: 50%;
    left: 30%;
    bottom: auto;
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
}
@media only screen and (max-width: 992px) {
    .coach-sect__title .def-title img {
        width: 345px;
    }
}
@media only screen and (max-width: 768px) {
    .coach-sect__title .def-title img {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .coach-sect__title .def-title img {
        top: 15%;
        left: -24%;
        display: inline-block;
        width: 600px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@media only screen and (max-width: 480px) {
    .coach-sect__title .def-title br {
        display: none;
    }
}
.coach-sect__title .cont-sect__connect-text {
    margin-top: auto;
}
@media only screen and (max-width: 480px) {
    .coach-sect__title .cont-sect__connect-text {
        display: none;
    }
}
.coach-sect__slider {
    position: relative;
    width: calc(100% - var(--title));
    padding: 0 44px;
    z-index: 1;
}
@media only screen and (max-width: 480px) {
    .coach-sect__slider {
        width: 100%;
    }
}
.coach-sect__slider .swiper {
    margin-top: -40px;
}
.coach-sect__slider .swiper-wrapper {
    padding-top: 40px;
}
.coach-sect__slider-next,
.coach-sect__slider-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f4efe6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    position: absolute;
    z-index: 1;
    top: 320px;
}
@media only screen and (max-width: 1200px) {
    .coach-sect__slider-next,
    .coach-sect__slider-prev {
        top: 290px;
    }
}
@media only screen and (max-width: 576px) {
    .coach-sect__slider-next,
    .coach-sect__slider-prev {
        top: 202px;
    }
}
@media only screen and (max-width: 480px) {
    .coach-sect__slider-next,
    .coach-sect__slider-prev {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.coach-sect__slider-next::before,
.coach-sect__slider-prev::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.coach-sect__slider-next:hover,
.coach-sect__slider-prev:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.coach-sect__slider-next:active,
.coach-sect__slider-next:focus,
.coach-sect__slider-prev:active,
.coach-sect__slider-prev:focus {
    outline: 0;
}
.coach-sect__slider-prev {
    left: 0;
}
.coach-sect__slider-prev::before {
    border-right: 6px solid #c58c54;
    margin-left: -2px;
}
.coach-sect__slider-next {
    right: 0;
}
.coach-sect__slider-next::before {
    border-left: 6px solid #c58c54;
    margin-right: -2px;
}
.coach-sect__slide {
    height: auto;
    min-height: 530px;
    background-color: #f4efe6;
    border-radius: 50px;
    padding: 40px;
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    text-align: center;
    position: relative;
    z-index: 0;
}
@media only screen and (max-width: 1400px) {
    .coach-sect__slide {
        padding: 20px;
        padding-top: 70px;
        min-height: 480px;
        gap: 15px;
    }
}
@media only screen and (max-width: 992px) {
    .coach-sect__slide {
        min-height: 440px;
    }
}
@media only screen and (max-width: 768px) {
    .coach-sect__slide {
        min-height: 415px;
    }
}
@media only screen and (max-width: 576px) {
    .coach-sect__slide {
        border-radius: 25px;
        padding: 18px;
        padding-top: 60px;
        padding-bottom: 20px;
        min-height: 360px;
    }
}
@media only screen and (max-width: 480px) {
    .coach-sect__slide {
        min-height: inherit;
    }
}
.coach-sect__slide-flags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    --dh: 70px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width: 576px) {
    .coach-sect__slide-flags {
        --dh: 50px;
        gap: 11px;
        right: 5px;
    }
}
.coach-sect__slide-flags a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 var(--dh);
    flex: 0 0 var(--dh);
    width: var(--dh);
    height: var(--dh);
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    cursor: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 0;
    font-size: 12px;
    -webkit-box-shadow: 0 4px 20px rgba(47, 33, 7, 0.1);
    box-shadow: 0 4px 20px rgba(47, 33, 7, 0.1);
}
.coach-sect__slide-flags a img {
    display: inline-block;
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
}
@media only screen and (max-width: 576px) {
    .coach-sect__slide-flags a img {
        width: 20px;
        height: 20px;
    }
}
.coach-sect__slide-flags a p {
    position: absolute;
    left: 80%;
    top: 5px;
    line-height: 1.1;
    width: 110px;
    border-radius: 15px;
    padding: 8px 10px;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    background-color: #fff;
    color: rgba(37, 34, 31, 0.4);
    -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
    opacity: 0;
    pointer-events: none;
}
@media only screen and (max-width: 1200px) {
    .coach-sect__slide-flags a p {
        padding: 6px 7px;
        border-radius: 10px;
    }
}
@media only screen and (max-width: 992px) {
    .coach-sect__slide-flags a p {
        left: auto;
        right: 80%;
    }
}
@media only screen and (max-width: 576px) {
    .coach-sect__slide-flags a p {
        font-size: 11px;
    }
}
.coach-sect__slide-flags a:active,
.coach-sect__slide-flags a:focus,
.coach-sect__slide-flags a:hover {
    color: #25221f;
    z-index: 1;
}
.coach-sect__slide-flags a:active p,
.coach-sect__slide-flags a:focus p,
.coach-sect__slide-flags a:hover p {
    opacity: 1;
}
.coach-sect__slide-flags a:last-child p {
    left: auto;
    right: 80%;
}
.coach-sect__slide-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 50%;
    width: 200px;
}
@media only screen and (max-width: 1200px) {
    .coach-sect__slide-img {
        width: 160px;
    }
}
@media only screen and (max-width: 992px) {
    .coach-sect__slide-img {
        width: 200px;
    }
}
@media only screen and (max-width: 768px) {
    .coach-sect__slide-img {
        width: 160px;
    }
}
@media only screen and (max-width: 576px) {
    .coach-sect__slide-img {
        width: 140px;
    }
}
.coach-sect__slide-img::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.coach-sect__slide-img img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 0;
    object-position: center 0;
}
.coach-sect__slide-name {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
}
@media only screen and (max-width: 1200px) {
    .coach-sect__slide-name {
        font-size: 25px;
    }
}
@media only screen and (max-width: 992px) {
    .coach-sect__slide-name {
        font-size: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .coach-sect__slide-name {
        font-size: 26px;
    }
}
@media only screen and (max-width: 576px) {
    .coach-sect__slide-name {
        font-size: 22px;
    }
}
@media only screen and (max-width: 480px) {
    .coach-sect__slide-name {
        font-size: 20px;
    }
}
.coach-sect__slide-text {
    font-size: 18px;
    line-height: 140%;
    color: rgba(37, 34, 31, 0.4);
}
@media only screen and (max-width: 1200px) {
    .coach-sect__slide-text {
        font-size: 16px;
    }
}
@media only screen and (max-width: 992px) {
    .coach-sect__slide-text {
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
    .coach-sect__slide-text {
        font-size: 16px;
    }
}
@media only screen and (max-width: 576px) {
    .coach-sect__slide-text {
        font-size: 14px;
    }
}
.coach-sect__slide:hover {
    z-index: 1;
}
.coach-sect__footer {
    margin-top: 16px;
    display: none;
}
@media only screen and (max-width: 480px) {
    .coach-sect__footer {
        display: block;
    }
}
.cont-sect {
    padding: 55px 0 70px;
    --bdrs: 40px;
}
@media only screen and (max-width: 768px) {
    .cont-sect {
        --bdrs: 30px;
    }
}
.cont-sect__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 0;
}
@media only screen and (max-width: 1200px) {
    .cont-sect__head {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 992px) {
    .cont-sect__head {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 576px) {
    .cont-sect__head {
        margin-bottom: 20px;
    }
}
.cont-sect__connect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
    margin-left: auto;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
@media only screen and (max-width: 576px) {
    .cont-sect__connect {
        display: none;
    }
}
.cont-sect__connect-text {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.005em;
    color: rgba(37, 34, 31, 0.5);
}
@media only screen and (max-width: 992px) {
    .cont-sect__connect-text {
        font-size: 10px;
    }
}
.cont-sect__connect-text strong {
    color: #25221f;
    font-weight: 500;
    font-size: 1.41667em;
    letter-spacing: 0;
}
.cont-sect__connect-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cont-sect__connect-items > * + * {
    margin-left: -25px;
}
.cont-sect__connect-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58px;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #fff;
    position: relative;
    background-color: currentColor;
}
@media only screen and (max-width: 992px) {
    .cont-sect__connect-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54px;
        flex: 0 0 54px;
        width: 54px;
        height: 54px;
        border-width: 3px;
    }
}
.cont-sect__connect-item img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 0;
    object-position: center 0;
}
.cont-sect__content {
    display: grid;
    grid-template-columns: calc(50% + 30px) 1fr;
    gap: 20px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 992px) {
    .cont-sect__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
}
.cont-sect__map {
    position: relative;
    overflow: hidden;
    border-radius: var(--bdrs);
    min-height: 600px;
}
@media only screen and (max-width: 992px) {
    .cont-sect__map {
        min-height: 340px;
        width: 100%;
    }
}
@media only screen and (max-width: 576px) {
    .cont-sect__map {
        min-height: 240px;
    }
}
.cont-sect__map img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cont-sect__form {
    border-radius: var(--bdrs);
    background-color: #f4efe6;
    padding: 30px 35px;
    position: relative;
}
@media only screen and (max-width: 1200px) {
    .cont-sect__form {
        padding: 25px;
    }
}
@media only screen and (max-width: 992px) {
    .cont-sect__form {
        width: 100%;
    }
}
@media only screen and (max-width: 360px) {
    .cont-sect__form {
        padding: 20px;
    }
}
.cont-sect__form-decor {
    position: absolute;
    top: 30px;
    right: 35px;
    display: inline-block;
    height: auto;
    block-size: auto;
    z-index: 0;
}
@media only screen and (max-width: 992px) {
    .cont-sect__form-decor {
        display: none;
    }
}
.cont-sect__form-text {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
@media only screen and (max-width: 1200px) {
    .cont-sect__form-text {
        font-size: 18px;
    }
}
@media only screen and (max-width: 992px) {
    .cont-sect__form-text {
        font-size: 16px;
        margin-bottom: 35px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 768px) {
    .cont-sect__form-text {
        font-size: 14px;
        margin-bottom: 20px;
        grid-gap: 8px 20px;
    }
}
@media only screen and (max-width: 480px) {
    .cont-sect__form-text {
        margin-bottom: 16px;
    }
}
.cont-sect__form-text:last-child {
    margin-bottom: 0;
}
.cont-sect__form-title {
    line-height: normal;
    margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
    .cont-sect__form-title {
        margin-bottom: 15px;
    }
}
.cont-sect__form-inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 20px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
    .cont-sect__form-inputs {
        grid-gap: 16px;
    }
}
@media only screen and (max-width: 576px) {
    .cont-sect__form-inputs {
        grid-gap: 8px;
    }
}
@media only screen and (max-width: 480px) {
    .cont-sect__form-inputs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }
}
.cont-sect__form-inputs:last-child {
    margin-bottom: 0;
}
.cont-sect__form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cont-sect__form-input input,
.cont-sect__form-input textarea {
    width: 100%;
    min-width: 0;
    border-radius: 15px;
    height: 50px;
    background-color: #fff;
    border: none;
    padding: 0 15px;
    color: #25221f;
    font-size: 14px;
}
.cont-sect__form-input input::-webkit-input-placeholder,
.cont-sect__form-input textarea::-webkit-input-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.cont-sect__form-input input::-moz-placeholder,
.cont-sect__form-input textarea::-moz-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.cont-sect__form-input input:-ms-input-placeholder,
.cont-sect__form-input textarea:-ms-input-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.cont-sect__form-input input::-ms-input-placeholder,
.cont-sect__form-input textarea::-ms-input-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.cont-sect__form-input input::placeholder,
.cont-sect__form-input textarea::placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.cont-sect__form-input input:-ms-input-placeholder,
.cont-sect__form-input input::-ms-input-placeholder,
.cont-sect__form-input textarea:-ms-input-placeholder,
.cont-sect__form-input textarea::-ms-input-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
@media only screen and (max-width: 992px) {
    .cont-sect__form-input:nth-child(2) {
        grid-row: 2;
    }
}
.cont-sect__form-input textarea {
    height: 175px;
    padding-top: 10px;
    resize: none;
}
@media only screen and (max-width: 992px) {
    .cont-sect__form-input textarea {
        height: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .cont-sect__form-input textarea {
        height: 100px;
    }
}
.cont-sect__form-input--textarea {
    grid-column: 1/-1;
}
@media only screen and (max-width: 992px) {
    .cont-sect__form-input--textarea {
        grid-column: 2;
        grid-row: span 2;
    }
}
.cont-sect__form-ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    letter-spacing: -0.07px;
    color: rgba(37, 34, 31, 0.4);
}
@media only screen and (max-width: 992px) {
    .cont-sect__form-ctrl {
        padding-left: calc(50% + 8px);
    }
}
@media only screen and (max-width: 768px) {
    .cont-sect__form-ctrl {
        padding-left: 0;
    }
}
@media only screen and (max-width: 576px) {
    .cont-sect__form-ctrl {
        font-size: 12px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.cont-sect__form-ctrl a {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.cont-sect__form-ctrl a:hover {
    color: #ff6725 !important;
    text-decoration: none;
}
.cont-sect__form-ctrl a:active,
.cont-sect__form-ctrl a:focus {
    color: inherit;
    text-decoration: underline;
}
.cont-sect__form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
}
.cont-sect__form-check input {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
    left: -2000px;
}
.cont-sect__form-check input:checked ~ span {
    border-color: #ff6725;
    background-color: #ff6725;
}
.cont-sect__form-check input:checked ~ span::before {
    opacity: 1;
}
.cont-sect__form-check span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #f0deba;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cont-sect__form-check span::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-1px) rotate(45deg);
    -ms-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    opacity: 0;
}
.cont-sect__form-check span:hover {
    border-color: #c58c54;
}
.cont-sect__form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px 20px;
    margin-top: 17px;
}
.cont-sect__form-soc {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    line-height: 1.1;
    color: rgba(37, 34, 31, 0.4);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.cont-sect__form-soc-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
}
.cont-sect__form-soc:hover {
    color: #25221f !important;
}
.cont-sect__form-soc:active,
.cont-sect__form-soc:focus {
    color: rgba(37, 34, 31, 0.4);
}
.cont-sect__form-submit {
    --dh: 52px;
}
@media only screen and (max-width: 480px) {
    .cont-sect__form-submit {
        --dh: 50px;
        font-size: 14px;
    }
}
.faq-sect {
    padding: 0 0 35px;
    position: relative;
    z-index: 1;
}
.faq-sect__title {
    margin-bottom: 45px;
    margin-top: -0.39em;
    position: relative;
    z-index: 0;
}
@media only screen and (max-width: 992px) {
    .faq-sect__title {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 768px) {
    .faq-sect__title {
        margin-bottom: 20px;
    }
}
.faq-sect__title img {
    display: inline-block;
}
@media only screen and (max-width: 992px) {
    .faq-sect__title img {
        -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        transform: translateX(-20%);
    }
}
@media only screen and (max-width: 576px) {
    .faq-sect__title img {
        display: none;
    }
}
.faq-sect__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
}
@media only screen and (max-width: 1400px) {
    .faq-sect__main {
        gap: 30px;
    }
}
@media only screen and (max-width: 1200px) {
    .faq-sect__main {
        gap: 20px;
    }
}
.faq-sect__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 768px) {
    .faq-sect__content {
        gap: 24px;
    }
}
.faq-sect__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
}
.faq-sect__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 13px 24px;
    border-radius: var(--bdrs);
    background-color: #fff;
    font-size: 18px;
}
@media only screen and (max-width: 1200px) {
    .faq-sect__item {
        font-size: 16px;
    }
}
@media only screen and (max-width: 992px) {
    .faq-sect__item {
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
    .faq-sect__item {
        font-size: 16px;
        padding: 10px 20px;
    }
}
@media only screen and (max-width: 576px) {
    .faq-sect__item {
        font-size: 14px;
    }
}
.faq-sect__item-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.faq-sect__item-title img {
    display: inline-block;
    height: auto;
    block-size: auto;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 768px) {
    .faq-sect__item-title img {
        width: 30px;
    }
}
.faq-sect__item-title.active img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-sect__item-text {
    display: none;
    padding: 10px 60px 10px 0;
    line-height: normal;
    color: rgba(37, 34, 31, 0.5);
}
@media only screen and (max-width: 576px) {
    .faq-sect__item-text {
        font-size: 13px;
        padding-right: 0;
    }
}
.faq-sect__item-text > * + * {
    margin-top: 10px;
}
.faq-sect__item-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 15px;
}
.faq-sect__item-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.faq-sect__item-soc li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.faq-sect__item-soc a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f4efe6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.faq-sect__item-soc a:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.faq-sect__item-link {
    display: inline-block;
    color: #b73903;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.faq-sect__item-link:hover {
    text-decoration: underline;
    color: #b73903;
}
.faq-sect__item-link:active,
.faq-sect__item-link:focus {
    color: #b73903;
}
.faq-sect__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 576px) {
    .faq-sect__footer {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}
.faq-sect__more {
    margin-left: auto;
}
@media only screen and (max-width: 480px) {
    .faq-sect__more {
        font-size: 14px;
    }
}
.faq-sect__rec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    background-color: #fff;
    border-radius: 30px;
    padding: 35px;
    padding-top: 25px;
}
@media only screen and (max-width: 1200px) {
    .faq-sect__rec {
        padding: 25px;
        padding-top: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
    }
}
@media only screen and (max-width: 992px) {
    .faq-sect__rec {
        display: none;
    }
}
.faq-sect__rec-title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f4efe6;
}
.faq-sect__rec-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 40px;
}
.faq-sect__rec-user:last-child {
    margin-bottom: 0;
}
.faq-sect__rec-user-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.faq-sect__rec-user-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    line-height: 1.08333em;
    color: rgba(37, 34, 31, 0.5);
}
.faq-sect__rec-user-name {
    font-size: 1.16667em;
    line-height: 1.25;
    color: #25221f;
}
.faq-sect__rec-btn {
    width: 100%;
    padding: 5px 15px;
}
.form-sect {
    border-radius: var(--bdrs) var(--bdrs) 0 0;
    border-top: 1px solid #f4efe6;
    padding: 40px 0 27px;
}
@media only screen and (max-width: 1200px) {
    .form-sect {
        padding: 18px 0 20px;
    }
}
.form-sect--sub {
    margin-top: 70px;
}
@media only screen and (max-width: 992px) {
    .form-sect--sub {
        margin-top: 45px;
    }
}
.form-sect__container {
    position: relative;
}
.form-sect__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 365px;
    gap: 30px;
}
@media only screen and (max-width: 1400px) {
    .form-sect__content {
        padding-left: 245px;
    }
}
@media only screen and (max-width: 1200px) {
    .form-sect__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .form-sect__content {
        padding-left: 0;
    }
}
.form-sect__img {
    display: inline-block;
    height: auto;
    block-size: auto;
    position: absolute;
    left: 10px;
    bottom: -27px;
}
@media only screen and (max-width: 1400px) {
    .form-sect__img {
        left: -65px;
    }
}
@media only screen and (max-width: 1200px) {
    .form-sect__img {
        bottom: -20px;
    }
}
@media only screen and (max-width: 768px) {
    .form-sect__img {
        display: none;
    }
}
.form-sect__title {
    color: #25221f;
}
.form-sect__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    color: rgba(37, 34, 31, 0.5);
    font-size: 14px;
    line-height: normal;
    max-width: 21.42857em;
}
@media only screen and (max-width: 1200px) {
    .form-sect__text {
        max-width: 100%;
        gap: 8px;
        font-size: 10px;
    }
}
.form-sect__form {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    --dh: 54px;
}
@media only screen and (max-width: 1200px) {
    .form-sect__form {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
}
.form-sect__form-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    width: 100%;
}
@media only screen and (max-width: 576px) {
    .form-sect__form-inputs {
        gap: 8px;
    }
}
.form-sect__form-input {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}
.form-sect__form-input label {
    position: absolute;
    z-index: 1;
    top: 9px;
    left: 15px;
    font-size: 10px;
    letter-spacing: -0.05px;
    color: rgba(37, 34, 31, 0.4);
}
.form-sect__form-input input {
    width: 100%;
    min-width: 0;
    height: var(--dh);
    border: none;
    background-color: #f4efe6;
    padding: 20px 15px 5px 15px;
    font-size: 14px;
    color: #25221f;
    letter-spacing: -0.05px;
    border-radius: 15px;
}
.form-sect__form-input input::-webkit-input-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.form-sect__form-input input::-moz-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.form-sect__form-input input:-ms-input-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.form-sect__form-input input::-ms-input-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.form-sect__form-input input::placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.form-sect__form-input input:-ms-input-placeholder,
.form-sect__form-input input::-ms-input-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.form-sect__form-submit {
    height: var(--dh);
    gap: 4px;
}
@media only screen and (max-width: 1200px) {
    .form-sect__form-submit {
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px) {
    .form-sect__form-submit {
        padding: 5px 15px;
    }
}
@media only screen and (max-width: 576px) {
    .form-sect__form-submit span {
        display: none;
    }
}
.form-sect__form-desc {
    width: 100%;
    font-size: 12px;
    color: rgba(37, 34, 31, 0.4);
    line-height: 1.2;
    letter-spacing: -0.02px;
}
@media only screen and (max-width: 768px) {
    .form-sect__form-desc {
        font-size: 1px;
    }
}
.info-content {
    border-radius: 50px;
    background-color: #f4efe6;
    background-repeat: no-repeat;
    background-position: right bottom 35px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 992px) {
    .info-content {
        background-position: right bottom -170px;
    }
}
@media only screen and (max-width: 768px) {
    .info-content {
        background-size: 255px auto;
        border-radius: 35px;
    }
}
.inv-sect {
    position: relative;
    z-index: 1;
    background-color: #f4efe6;
    border-radius: 50px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-position: right bottom -60px;
}
@media only screen and (max-width: 992px) {
    .inv-sect {
        background-size: 400px auto;
    }
}
@media only screen and (max-width: 768px) {
    .inv-sect {
        border-radius: 35px;
    }
}
@media only screen and (max-width: 576px) {
    .inv-sect {
        background-size: 380px auto;
        padding-bottom: 45px;
    }
}
.inv-sect__title {
    margin-bottom: 35px;
    margin-top: -0.39em;
    position: relative;
    z-index: 0;
}
@media only screen and (max-width: 992px) {
    .inv-sect__title {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 768px) {
    .inv-sect__title {
        margin-bottom: 25px;
    }
}
.inv-sect__subtitle {
    font-family: SaarSPDemo, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 120px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 0.87;
    margin-bottom: -0.20833em;
}
@media only screen and (max-width: 1200px) {
    .inv-sect__subtitle {
        font-size: 100px;
    }
}
@media only screen and (max-width: 992px) {
    .inv-sect__subtitle {
        font-size: 65px;
        margin-bottom: -0.16667em;
    }
}
@media only screen and (max-width: 768px) {
    .inv-sect__subtitle {
        font-size: 52px;
    }
}
@media only screen and (max-width: 480px) {
    .inv-sect__subtitle {
        font-size: 48px;
    }
}
.inv-sect__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1200px) {
    .inv-sect__items {
        grid-gap: 15px;
    }
}
@media only screen and (max-width: 992px) {
    .inv-sect__items {
        grid-gap: 20px;
        margin-bottom: 40px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 768px) {
    .inv-sect__items {
        grid-gap: 15px;
    }
}
@media only screen and (max-width: 360px) {
    .inv-sect__items {
        grid-gap: 10px;
    }
}
.inv-sect__items:last-child {
    margin-bottom: 0;
}
.inv-sect__aside {
    grid-column: span 2;
    min-height: 260px;
    background-color: #fff;
    border-radius: var(--bdrs);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 24px;
    padding-left: 30px;
}
@media only screen and (max-width: 768px) {
    .inv-sect__aside {
        min-height: 240px;
    }
}
@media only screen and (max-width: 576px) {
    .inv-sect__aside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 25px 15px;
    }
}
.inv-sect__aside-content {
    text-align: right;
    margin-left: auto;
}
@media only screen and (max-width: 576px) {
    .inv-sect__aside-content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        text-align: center;
    }
}
.inv-sect__aside-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
    .inv-sect__aside-title {
        font-size: 24px;
    }
}
@media only screen and (max-width: 992px) {
    .inv-sect__aside-title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .inv-sect__aside-title {
        font-size: 25px;
    }
}
@media only screen and (max-width: 576px) {
    .inv-sect__aside-title {
        font-size: 22px;
    }
}
@media only screen and (max-width: 480px) {
    .inv-sect__aside-title {
        font-size: 20px;
    }
}
.inv-sect__aside-text {
    font-size: 20px;
    line-height: 1.2;
    color: rgba(37, 34, 31, 0.4);
}
@media only screen and (max-width: 1200px) {
    .inv-sect__aside-text {
        font-size: 16px;
    }
}
@media only screen and (max-width: 992px) {
    .inv-sect__aside-text {
        font-size: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .inv-sect__aside-text {
        font-size: 18px;
    }
}
@media only screen and (max-width: 576px) {
    .inv-sect__aside-text {
        font-size: 16px;
    }
}
.inv-sect__slider {
    position: relative;
    padding: 0 30px;
    width: 220px;
}
@media only screen and (max-width: 992px) {
    .inv-sect__slider {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 576px) {
    .inv-sect__slider {
        width: 100%;
        max-width: 280px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.inv-sect__slider-next,
.inv-sect__slider-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f4efe6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    position: absolute;
    z-index: 1;
    top: 75px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inv-sect__slider-next::before,
.inv-sect__slider-prev::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.inv-sect__slider-next:hover,
.inv-sect__slider-prev:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.inv-sect__slider-next:active,
.inv-sect__slider-next:focus,
.inv-sect__slider-prev:active,
.inv-sect__slider-prev:focus {
    outline: 0;
}
.inv-sect__slider-prev {
    left: 0;
}
.inv-sect__slider-prev::before {
    border-right: 6px solid #c58c54;
    margin-left: -2px;
}
.inv-sect__slider-next {
    right: 0;
}
.inv-sect__slider-next::before {
    border-left: 6px solid #c58c54;
    margin-right: -2px;
}
.inv-sect__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 14px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #25221f;
    letter-spacing: -0.2px;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 576px) {
    .inv-sect__slide {
        font-size: 18px;
    }
}
.inv-sect__slide-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 150px;
    width: 100%;
}
.inv-sect__slide-img img {
    display: inline-block;
    height: auto;
    block-size: auto;
    width: auto;
    inline-size: auto;
    max-width: 100%;
    max-inline-size: 100%;
    max-height: 100%;
    max-block-size: 100%;
}
.inv-sect__slide:active,
.inv-sect__slide:focus {
    color: #25221f;
}
.inv-sect__item {
    min-height: 260px;
    background-color: #fff;
    border-radius: var(--bdrs);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: #25221f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    padding: 35px 50px;
    gap: 20px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.2px;
}
@media only screen and (max-width: 1400px) {
    .inv-sect__item {
        padding: 35px;
    }
}
@media only screen and (max-width: 1200px) {
    .inv-sect__item {
        padding: 30px 20px;
        font-size: 18px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 768px) {
    .inv-sect__item {
        min-height: 240px;
    }
}
@media only screen and (max-width: 576px) {
    .inv-sect__item {
        font-size: 16px;
        padding: 25px 15px;
        min-height: 200px;
    }
}
@media only screen and (max-width: 480px) {
    .inv-sect__item {
        font-size: 14px;
    }
}
.inv-sect__item-img {
    height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.inv-sect__item-img img {
    display: inline-block;
    height: auto;
    block-size: auto;
    width: auto;
    inline-size: auto;
    max-width: 100%;
    max-inline-size: 100%;
    max-height: 100%;
    max-block-size: 100%;
}
.inv-sect__item:hover {
}
.inv-sect__item:active,
.inv-sect__item:focus {
    color: #25221f;
}
.inv-sect__link {
    border-radius: var(--bdrs);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 10px;
    color: #25221f;
    min-height: 120px;
    padding: 19px 16px;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 1.2;
    font-weight: 500;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 1200px) {
    .inv-sect__link {
        font-size: 16px;
        padding: 19px 15px;
    }
}
@media only screen and (max-width: 992px) {
    .inv-sect__link {
        font-size: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .inv-sect__link {
        font-size: 16px;
    }
}
@media only screen and (max-width: 576px) {
    .inv-sect__link {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media only screen and (max-width: 480px) {
    .inv-sect__link {
        font-size: 14px;
    }
}
.inv-sect__link-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 86px;
    flex: 0 0 86px;
    width: 86px;
    height: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.inv-sect__link-img img {
    display: inline-block;
    height: auto;
    block-size: auto;
    width: auto;
    inline-size: auto;
    max-width: 100%;
    max-inline-size: 100%;
    max-height: 100%;
    max-block-size: 100%;
}
.inv-sect__link:hover {
}
.inv-sect__link:active,
.inv-sect__link:focus {
    color: #25221f;
}
.main-footer {
    background-color: #f4efe6;
    border-radius: var(--bdrs) var(--bdrs) 0 0;
    --dh: 48px;
}
@media only screen and (max-width: 768px) {
    .main-footer {
        --dh: 40px;
    }
}
.main-footer__top {
    padding: 17px 0 30px;
}
@media only screen and (max-width: 992px) {
    .main-footer__top {
        padding: 20px 0;
    }
}
.main-footer__top .main-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
@media only screen and (max-width: 768px) {
    .main-footer__top .main-footer__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}
@media only screen and (max-width: 992px) {
    .main-footer__top .main-footer__container .main-footer__soc {
        display: none;
    }
}
.main-footer__left,
.main-footer__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
@media only screen and (max-width: 576px) {
    .main-footer__left,
    .main-footer__right {
        gap: 15px;
    }
}
.main-footer__right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.main-footer__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}
@media only screen and (max-width: 768px) {
    .main-footer__logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
.main-footer__logo img {
    display: inline-block;
    height: auto;
    block-size: auto;
}
@media only screen and (max-width: 992px) {
    .main-footer__logo img {
        width: 100px;
    }
}
.main-footer__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
@media only screen and (max-width: 576px) {
    .main-footer__soc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.main-footer__soc li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.main-footer__soc a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: var(--dh);
    height: var(--dh);
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 768px) {
    .main-footer__soc a {
        width: 48px;
        height: 48px;
    }
}
.main-footer__soc a img {
    display: inline-block;
    height: auto;
    block-size: auto;
}
.main-footer__soc a:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.main-footer .main-header__lang {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media only screen and (max-width: 768px) {
    .main-footer .main-header__lang {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.main-footer .main-header__lang-item {
    width: calc(var(--dh) - 3px);
    height: calc(var(--dh) - 12px);
    border-radius: var(--dh);
}
.main-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
}
@media only screen and (max-width: 1400px) {
    .main-footer__nav {
        gap: 40px;
    }
}
@media only screen and (max-width: 992px) {
    .main-footer__nav {
        gap: 30px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .main-footer__nav {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 15px 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 576px) {
    .main-footer__nav {
        font-size: 12px;
    }
}
.main-footer__nav li {
    line-height: 1;
}
.main-footer__nav a {
    display: inline-block;
    color: #25221f;
    opacity: 0.5;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.main-footer__nav a:hover {
    color: #25221f;
    opacity: 1;
}
.main-footer__nav a:active,
.main-footer__nav a:focus {
    color: #25221f;
}
.main-footer__bottom {
    padding: 30px 0;
    color: rgba(37, 34, 31, 0.3);
}
@media only screen and (max-width: 992px) {
    .main-footer__bottom {
        padding: 25px 0;
    }
}
@media only screen and (max-width: 576px) {
    .main-footer__bottom {
        padding-top: 15px;
    }
}
.main-footer__bottom .main-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
@media only screen and (max-width: 992px) {
    .main-footer__bottom .main-footer__container {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.main-footer__bottom .main-footer__container .main-footer__soc {
    display: none;
}
@media only screen and (max-width: 992px) {
    .main-footer__bottom .main-footer__container .main-footer__soc {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
.main-footer__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    font-size: 14px;
    line-height: 1.1;
    width: 100%;
}
@media only screen and (max-width: 1200px) {
    .main-footer__text {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 992px) {
    .main-footer__text {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
    }
}
@media only screen and (max-width: 576px) {
    .main-footer__text {
        grid-gap: 8px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.main-footer__text :nth-child(3) {
    margin-left: auto;
}
@media only screen and (max-width: 992px) {
    .main-footer__text :nth-child(3) {
        margin-left: 0;
    }
}
@media only screen and (max-width: 576px) {
    .main-footer__text :nth-child(1) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
}
@media only screen and (max-width: 576px) {
    .main-footer__text :nth-child(2) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-top: 20px;
    }
}
.main-footer__text a {
    display: inline-block;
    color: rgba(37, 34, 31, 0.3);
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.main-footer__text a:hover {
    color: #25221f !important;
}
.main-footer__text a:active,
.main-footer__text a:focus {
    color: rgba(37, 34, 31, 0.3);
}
.main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    padding: 12px 0;
    --dh: 48px;
}
@media only screen and (max-width: 768px) {
    .main-header {
        --dh: 40px;
        padding: 10px 0;
    }
}
.main-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
@media only screen and (max-width: 576px) {
    .main-header__container {
        gap: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .main-header__container .main-header__nav {
        display: none;
    }
}
.main-header__left,
.main-header__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}
@media only screen and (max-width: 768px) {
    .main-header__left,
    .main-header__right {
        gap: 20px;
    }
}
@media only screen and (max-width: 576px) {
    .main-header__left,
    .main-header__right {
        gap: 15px;
    }
}
.main-header__right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.main-header__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}
.main-header__logo img {
    display: inline-block;
    height: auto;
    block-size: auto;
}
@media only screen and (max-width: 768px) {
    .main-header__logo img {
        width: 90px;
    }
}
@media only screen and (max-width: 576px) {
    .main-header__logo img {
        width: 75px;
    }
}
.main-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    padding: 9px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-size: 12px;
    position: fixed;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 1200px) {
    .main-header__nav {
        top: auto;
        bottom: 15px;
        background-color: rgba(89, 49, 2, 0.4);
    }
}
@media only screen and (max-width: 992px) {
    .main-header__nav {
        bottom: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 20px;
        gap: 10px;
        font-size: 11px;
    }
}
.main-header__nav li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    padding: 5px 0.5em;
    height: calc(var(--dh) - 5px);
    border-radius: var(--dh);
}
.main-header__nav li.active {
    background-color: #fff;
}
.main-header__nav li.active a {
    color: #25221f;
}
.main-header__nav li.active a:hover {
    color: #25221f;
    background-color: transparent;
}
.main-header__nav li.active a:active,
.main-header__nav li.active a:focus {
    color: #25221f;
}
.main-header__nav a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 0.33333em 0.5em;
    border-radius: 20px;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 1200px) {
    .main-header__nav a:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }
}
.main-header__nav a:hover {
    color: #fff;
    background-color: rgba(37, 34, 31, 0.2);
}
.main-header__nav a:active,
.main-header__nav a:focus {
    color: #fff;
}
.main-header__nav.active {
    background-color: rgba(89, 49, 2, 0.4);
}
.main-header__nav.active a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.main-header__mnav {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 9px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-size: 12px;
    position: relative;
    z-index: 10;
    position: fixed;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 768px) {
    .main-header__mnav {
        top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (max-width: 576px) {
    .main-header__mnav {
        padding: 6px;
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .main-header__mnav {
        font-size: 10px;
    }
}
.main-header__mnav-current {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    padding: 5px 0.83333em;
    height: calc(var(--dh) - 5px);
    border-radius: var(--dh);
    background-color: #fff;
    color: #25221f;
    position: relative;
    z-index: 1;
}
.main-header__mnav-btn {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(var(--dh) - 4px);
    flex: 0 0 calc(var(--dh) - 4px);
    width: calc(var(--dh) - 4px);
    height: 36px;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    position: relative;
    z-index: 1;
    border-radius: var(--dh);
    letter-spacing: 0.24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 768px) {
    .main-header__mnav-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(var(--dh) + 4px);
        flex: 0 0 calc(var(--dh) + 4px);
        width: calc(var(--dh) + 4px);
    }
}
@media only screen and (max-width: 576px) {
    .main-header__mnav-btn {
        font-size: 11px;
        height: 32px;
    }
}
@media only screen and (max-width: 360px) {
    .main-header__mnav-btn {
        font-size: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(var(--dh) - 6px);
        flex: 0 0 calc(var(--dh) - 6px);
        width: calc(var(--dh) - 6px);
    }
}
.main-header__mnav-btn:active,
.main-header__mnav-btn:focus,
.main-header__mnav-btn:hover {
    color: #fff;
}
.main-header__mnav-btn span {
    grid-area: 1/1;
    opacity: 1;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 576px) {
    .main-header__mnav-btn span {
        display: none;
    }
}
.main-header__mnav-btn svg {
    display: none;
    grid-area: 1/1;
    opacity: 1;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 576px) {
    .main-header__mnav-btn svg {
        display: inline-block;
    }
}
.main-header__mnav-btn img {
    display: inline-block;
    grid-area: 1/1;
    opacity: 0;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    margin: 0 auto;
}
.main-header__mnav-list {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: calc(var(--dh) + 25px) 15px 15px 20px;
    gap: 15px;
    background-color: rgba(89, 49, 2, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 768px) {
    .main-header__mnav-list {
        border-radius: 23px;
        padding-top: calc(var(--dh) + 15px);
    }
}
.main-header__mnav-list li {
    line-height: 1;
}
.main-header__mnav-list li.active {
    display: none;
}
.main-header__mnav-list a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.24px;
}
.main-header__mnav-list a:active,
.main-header__mnav-list a:focus,
.main-header__mnav-list a:hover {
    color: #fff;
}
.main-header__mnav:hover {
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.main-header__mnav:hover .main-header__mnav-btn {
    background-color: rgba(217, 217, 217, 0.1);
}
.main-header__mnav:hover .main-header__mnav-btn svg {
    opacity: 0;
}
.main-header__mnav:hover .main-header__mnav-btn span {
    opacity: 0;
}
.main-header__mnav:hover .main-header__mnav-btn img {
    opacity: 1;
}
.main-header__mnav:hover .main-header__mnav-list {
    opacity: 1;
    pointer-events: all;
}
.main-header__mnav.active {
    background-color: rgba(89, 49, 2, 0.4);
}
.main-header__mnav.active:hover .main-header__mnav-btn {
    background-color: rgba(255, 255, 255, 0.2);
}
.main-header__lang {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 6px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 576px) {
    .main-header__lang {
        margin-right: 50px;
    }
}
.main-header__lang-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(var(--dh) - 3px);
    flex: 0 0 calc(var(--dh) - 3px);
    width: calc(var(--dh) - 3px);
    height: calc(var(--dh) - 12px);
    border-radius: var(--dh);
    line-height: 1;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 768px) {
    .main-header__lang-item {
        font-size: 11px;
    }
}
@media only screen and (max-width: 576px) {
    .main-header__lang-item {
        font-size: 10px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: calc(var(--dh) - 10px);
        height: calc(var(--dh) - 10px);
        border-radius: 20px;
    }
}
.main-header__lang-item:hover {
    color: #fff !important;
}
.main-header__lang-item:active,
.main-header__lang-item:focus {
    color: rgba(255, 255, 255, 0.5);
}
.main-header__lang-item.active {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.1);
}
.main-header__lang--white {
    background-color: #fff;
}
.main-header__lang--white .main-header__lang-item {
    color: rgba(37, 34, 31, 0.5);
}
.main-header__lang--white .main-header__lang-item:hover {
    color: #25221f !important;
}
.main-header__lang--white .main-header__lang-item:active,
.main-header__lang--white .main-header__lang-item:focus {
    color: rgba(37, 34, 31, 0.5);
}
.main-header__lang--white .main-header__lang-item.active {
    color: #25221f !important;
    background-color: #f4efe6;
}
.main-header__admin {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}
@media only screen and (max-width: 576px) {
    .main-header__admin {
        display: none;
    }
}
.main-header__admin-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: var(--dh);
    height: var(--dh);
    background-color: #fff;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.main-header__admin-login:hover {
    background-color: #f4efe6;
}
.main-header__admin-login:active,
.main-header__admin-login:focus {
    outline: 0;
}
@media only screen and (max-width: 1200px) {
    .main-header--sub .main-header__nav {
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
    .main-header--sub .main-header__mnav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (max-width: 576px) {
    .main-header--sub .main-header__mnav {
        display: none;
    }
}
.main-sect {
    background-color: #ff6725;
    position: relative;
    overflow: hidden;
}
.main-sect__bg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 73%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
@media only screen and (max-width: 992px) {
    .main-sect__bg {
        background-position: right 55% top;
    }
}
.main-sect__decor {
    position: absolute;
    top: auto !important;
    bottom: -50px;
    left: -260px;
    height: auto;
    block-size: auto;
    z-index: 2;
}
@media only screen and (max-width: 768px) {
    .main-sect__decor {
        width: 400px;
        bottom: -90px;
    }
}
@media only screen and (max-width: 576px) {
    .main-sect__decor {
        bottom: -130px;
    }
}
.main-sect::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(28.26%, #ed7b3b), color-stop(78.96%, rgba(237, 123, 59, 0)));
    background: -o-linear-gradient(left, #ed7b3b 28.26%, rgba(237, 123, 59, 0) 78.96%);
    background: linear-gradient(90deg, #ed7b3b 28.26%, rgba(237, 123, 59, 0) 78.96%);
}
.main-sect__container {
    position: relative;
    z-index: 3;
}
.main-sect .main-header__nav {
    display: none;
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
    --dh: 48px;
}
@media only screen and (max-width: 1200px) {
    .main-sect .main-header__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (max-width: 768px) {
    .main-sect .main-header__nav {
        display: none;
    }
}
.main-sect__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 900px;
    padding-bottom: 50px;
}
@media only screen and (max-width: 1800px) {
    .main-sect__content {
        min-height: 800px;
    }
}
@media only screen and (max-width: 1400px) {
    .main-sect__content {
        min-height: 610px;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 1200px) {
    .main-sect__content {
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 992px) {
    .main-sect__content {
        min-height: 560px;
        padding-bottom: 90px;
    }
}
@media only screen and (max-width: 768px) {
    .main-sect__content {
        padding-bottom: 30px;
        min-height: 450px;
    }
}
@media only screen and (max-width: 576px) {
    .main-sect__content {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 480px) {
    .main-sect__content {
        min-height: 450px;
    }
}
.main-sect__title {
    color: #fff;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-style: normal;
}
@media only screen and (max-width: 576px) {
    .main-sect__title {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.main-sect__title em {
    display: inline-block;
    font-style: normal;
}
.main-sect__title img {
    display: inline-block;
    left: 57%;
    bottom: 54%;
    width: 0.8em;
}
@media only screen and (max-width: 1200px) {
    .main-sect__title img {
        left: 53%;
        bottom: 93%;
    }
}
@media only screen and (max-width: 768px) {
    .main-sect__title img {
        width: 50px;
    }
}
@media only screen and (max-width: 576px) {
    .main-sect__title img {
        width: 40px;
        left: 65%;
        bottom: 95%;
    }
}
.main-sect__text {
    line-height: 1;
    color: #ffd88d;
    font-family: PermanentMarker, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    letter-spacing: -0.08em;
    margin-top: -9px;
}
@media only screen and (max-width: 1400px) {
    .main-sect__text {
        font-size: 50px;
    }
}
@media only screen and (max-width: 1200px) {
    .main-sect__text {
        font-size: 44px;
    }
}
@media only screen and (max-width: 992px) {
    .main-sect__text {
        font-size: 38px;
        margin-top: -5px;
    }
}
@media only screen and (max-width: 768px) {
    .main-sect__text {
        font-size: 30px;
    }
}
@media only screen and (max-width: 576px) {
    .main-sect__text {
        font-size: 24px;
        margin-top: 0;
    }
}
.main-sect__text em {
    display: inline-block;
    font-style: normal;
}
.main-sect__text span {
    display: inline-block;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
}
.main-sect__text span:nth-child(1) {
    margin-right: -1.66667em;
}
.main-sect__text span:nth-child(2) {
    margin-right: -2em;
    -webkit-transform: translateY(0.36667em) rotate(-6deg);
    -ms-transform: translateY(0.36667em) rotate(-6deg);
    transform: translateY(0.36667em) rotate(-6deg);
}
@media only screen and (max-width: 992px) {
    .main-sect__text span:nth-child(2) {
        -webkit-transform: translateY(0.43333em) rotate(-6deg);
        -ms-transform: translateY(0.43333em) rotate(-6deg);
        transform: translateY(0.43333em) rotate(-6deg);
    }
}
.main-sect__text span:nth-child(3) {
    -webkit-transform: translateY(0.76667em) rotate(-6deg);
    -ms-transform: translateY(0.76667em) rotate(-6deg);
    transform: translateY(0.76667em) rotate(-6deg);
}
@media only screen and (max-width: 992px) {
    .main-sect__text span:nth-child(3) {
        -webkit-transform: translateY(0.91667em) rotate(-6deg);
        -ms-transform: translateY(0.91667em) rotate(-6deg);
        transform: translateY(0.91667em) rotate(-6deg);
    }
}
.main-sect__disc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    bottom: 110px;
    right: 0;
    width: 320px;
    --bdrs: 24px;
    border-radius: var(--bdrs);
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: var(--padding);
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 1200px) {
    .main-sect__disc {
        bottom: auto;
        top: 100px;
        --bdrs: 20px;
        width: 300px;
    }
}
@media only screen and (max-width: 768px) {
    .main-sect__disc {
        top: auto;
        bottom: 58px;
    }
}
@media only screen and (max-width: 576px) {
    .main-sect__disc {
        bottom: 55px;
        width: 270px;
    }
    .main-sect__disc-title {
      font-size: 14px; 
    }
    .main-sect__disc-text {      
      font-size: 12px !important;
    }
}
@media only screen and (max-width: 480px) {
    .main-sect__disc {
        bottom: 8%;
        width: 252px;
        --bdrs: 16px;
    }
 
}
.main-sect__disc-aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}
@media only screen and (max-width: 1200px) {
    .main-sect__disc-aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95px;
        flex: 0 0 95px;
    }
}
@media only screen and (max-width: 576px) {
    .main-sect__disc-aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
        flex: 0 0 85px;
    }
}
@media only screen and (max-width: 480px) {
    .main-sect__disc-aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
    }
}
.main-sect__disc-aside > img {
    display: inline-block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: auto;
    block-size: auto;
    width: 100%;
    border-radius: var(--bdrs) var(--bdrs) 0 0;
}
@media only screen and (max-width: 576px) {
    .main-sect__disc-aside > img {
        height: 120%;
    }
}
.main-sect__disc-num {
    font-size: 60px;
    letter-spacing: -0.05em;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-family: Antonio, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    padding-left: 10px;
}
@media only screen and (max-width: 1200px) {
    .main-sect__disc-num {
        font-size: 42px;
    }
}
@media only screen and (max-width: 576px) {
    .main-sect__disc-num {
        font-size: 32px;
    }
}
.main-sect__disc-num sup {
    font-size: 0.51667em;
    line-height: 0.95;
    font-weight: 400;
    top: -0.8em;
    right: -4px;
}
.main-sect__disc-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    color: #fff;
    min-height: 80px;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 10px 10px 15px;
}
@media only screen and (max-width: 1200px) {
    .main-sect__disc-content {
        font-size: 12px;
        min-height: 66px;
        padding: 10px;
    }
}
@media only screen and (max-width: 576px) {
    .main-sect__disc-content {
        font-size: 10px;
        padding: 5px;
        padding-left: 8px;
        min-height: 60px;
    }
}
.main-sect__disc-title {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.01em;
    font-weight: 500;
}
@media only screen and (max-width: 1200px) {
    .main-sect__disc-title {
        font-size: 16px;
    }
}
@media only screen and (max-width: 576px) {
    .main-sect__disc-title {
        font-size: 13px;
    }
}
.main-sect__disc-text {
    opacity: 0.5;
}
.prod-sect {
    padding: 100px 0 170px;
    overflow: hidden;
}
@media only screen and (max-width: 992px) {
    .prod-sect {
        padding: 60px 0 90px;
    }
}
@media only screen and (max-width: 768px) {
    .prod-sect {
        padding: 60px 0 80px;
    }
}
@media only screen and (max-width: 576px) {
    .prod-sect {
        padding: 60px 0;
    }
}
.prod-sect__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.prod-sect__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
@media only screen and (max-width: 768px) {
    .prod-sect__img {
        padding-top: 40px;
    }
}
.prod-sect__img > img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    height: auto;
    block-size: auto;
}
.prod-sect__title {
    position: absolute;
    z-index: 0;
    top: 36.5%;
    left: 50%;
    width: 100vw;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0.95;
    font-size: 194px;
    letter-spacing: -0.0201em;
    color: #f4efe6;
    white-space: nowrap;
    font-family: Antonio, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
}
@media only screen and (max-width: 1400px) {
    .prod-sect__title {
        font-size: clamp(30px, calc(20px + 10.5vw), 195px);
    }
}
@media only screen and (max-width: 992px) {
    .prod-sect__title {
        font-size: clamp(30px, calc(20px + 9vw), 195px);
    }
}
@media only screen and (max-width: 576px) {
    .prod-sect__title {
        top: 43%;
        font-size: clamp(20px, calc(20px + 7.5vw), 100px);
    }
}
@media only screen and (max-width: 360px) {
    .prod-sect__title {
        font-size: clamp(20px, calc(20px + 6.5vw), 100px);
    }
}
.prod-sect__text {
    font-size: 20px;
    line-height: 1.1;
    color: rgba(37, 34, 31, 0.4);
    position: absolute;
    z-index: 2;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 1200px) {
    .prod-sect__text {
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .prod-sect__text {
        font-size: 14px;
    }
}
@media only screen and (max-width: 576px) {
    .prod-sect__text {
        font-size: 12px;
    }
}
.prod-sect__text strong {
    font-weight: 500;
    color: #25221f;
}
.prod-sect__text--1 {
    top: 0;
    left: 0;
}
@media only screen and (max-width: 480px) {
    .prod-sect__text--1 {
        top: -10%;
    }
}
.prod-sect__text--2 {
    bottom: 20%;
    right: -1%;
    text-align: right;
}
@media only screen and (max-width: 1400px) {
    .prod-sect__text--2 {
        bottom: 18%;
    }
}
@media only screen and (max-width: 992px) {
    .prod-sect__text--2 {
        bottom: 15%;
    }
}
@media only screen and (max-width: 768px) {
    .prod-sect__text--2 {
        bottom: 8%;
    }
}
@media only screen and (max-width: 480px) {
    .prod-sect__text--2 {
        bottom: -4%;
    }
}
.prod-sect__text--3 {
    right: 3%;
    top: -3%;
}
@media only screen and (max-width: 1200px) {
    .prod-sect__text--3 {
        top: -5%;
    }
}
@media only screen and (max-width: 992px) {
    .prod-sect__text--3 {
        right: 0;
    }
}
@media only screen and (max-width: 768px) {
    .prod-sect__text--3 {
        text-align: right;
        max-width: 160px;
        top: -8%;
    }
}
@media only screen and (max-width: 576px) {
    .prod-sect__text--3 {
        max-width: 100px;
        top: -5%;
    }
}
@media only screen and (max-width: 480px) {
    .prod-sect__text--3 {
        top: -12%;
    }
}
.prod-sect__text--3 span {
    font-family: Antonio, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
    line-height: 0.95;
    letter-spacing: -0.05em;
    color: #ff6725;
}
@media only screen and (max-width: 1200px) {
    .prod-sect__text--3 span {
        font-size: 80px;
    }
}
@media only screen and (max-width: 768px) {
    .prod-sect__text--3 span {
        font-size: 60px;
    }
}
@media only screen and (max-width: 576px) {
    .prod-sect__text--3 span {
        font-size: 50px;
    }
}
.prod-sect__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 15px;
}
@media only screen and (max-width: 992px) {
    .prod-sect__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 768px) {
    .prod-sect__items {
        grid-gap: 10px;
    }
}
@media only screen and (max-width: 480px) {
    .prod-sect__items {
        display: none;
    }
}
.prod-sect__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    min-height: 100px;
    border-radius: 30px;
    background-color: #f4efe6;
    padding: 20px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.01em;
}
@media only screen and (max-width: 1400px) {
    .prod-sect__item {
        font-size: 16px;
        min-height: 90px;
    }
}
@media only screen and (max-width: 992px) {
    .prod-sect__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
    .prod-sect__item {
        font-size: 15px;
    }
}
@media only screen and (max-width: 576px) {
    .prod-sect__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }
}
.quest-sect {
    background-color: #f4efe6;
    border-radius: 50px;
    padding: 60px 0 50px;
    position: relative;
    z-index: 3;
    margin-top: -60px;
    min-height: 300px;
}
@media only screen and (max-width: 992px) {
    .quest-sect {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 768px) {
    .quest-sect {
        border-radius: 25px;
    }
}
@media only screen and (max-width: 576px) {
    .quest-sect {
        margin-top: -55px;
    }
}
.quest-sect__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 35px;
}
@media only screen and (max-width: 1400px) {
    .quest-sect__content {
        gap: 20px;
    }
}
@media only screen and (max-width: 992px) {
    .quest-sect__content {
        gap: 40px;
    }
}
.quest-sect__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}
@media only screen and (max-width: 992px) {
    .quest-sect__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.quest-sect__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 576px) {
    .quest-sect__footer {
        gap: 10px;
    }
}
@media only screen and (max-width: 992px) {
    .quest-sect__footer::before {
        content: "";
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
    }
}
@media only screen and (max-width: 576px) {
    .quest-sect__footer::before {
        display: none;
    }
}
.quest-sect__pag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    font-size: 16px;
}
@media only screen and (max-width: 576px) {
    .quest-sect__pag {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
    }
}
.quest-sect__pag li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.quest-sect__pag li.active a {
    background-color: #fff;
}
.quest-sect__pag li.active a:hover {
    color: #25221f !important;
}
.quest-sect__pag li.active a:active,
.quest-sect__pag li.active a:focus {
    color: #25221f;
}
.quest-sect__pag a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #25221f;
    width: 1.9375em;
    height: 1.9375em;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.quest-sect__pag a:hover {
    color: #ff6725 !important;
}
.quest-sect__pag a:active,
.quest-sect__pag a:focus {
    color: #25221f;
}
.quest-sect__ctrls {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 15px;
}
@media only screen and (max-width: 992px) {
    .quest-sect__ctrls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (max-width: 576px) {
    .quest-sect__ctrls {
        display: contents;
    }
}
.quest-sect__ctrls-next,
.quest-sect__ctrls-prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #25221f;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54px;
    flex: 0 0 54px;
    width: 54px;
    height: 43px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 768px) {
    .quest-sect__ctrls-next,
    .quest-sect__ctrls-prev {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        width: 50px;
        height: 40px;
    }
}
.quest-sect__ctrls-next:hover,
.quest-sect__ctrls-prev:hover {
    background-color: #ff6725;
}
.quest-sect__ctrls-next:active,
.quest-sect__ctrls-next:focus,
.quest-sect__ctrls-prev:active,
.quest-sect__ctrls-prev:focus {
    outline: 0;
}
@media only screen and (max-width: 576px) {
    .quest-sect__ctrls-prev {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media only screen and (max-width: 576px) {
    .quest-sect__ctrls-next {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}
.quest-sect__ctrls-next img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.quest-sect .faq-sect__items {
    margin-bottom: 50px;
}
@media only screen and (max-width: 992px) {
    .quest-sect .faq-sect__items {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 576px) {
    .quest-sect .faq-sect__items {
        margin-bottom: 24px;
    }
}
.quest-sect .faq-sect__items:last-child {
    margin-bottom: 0;
}
.quest-sect__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 285px;
    flex: 0 0 285px;
}
@media only screen and (max-width: 992px) {
    .quest-sect__aside {
        gap: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.quest-sect__aside .faq-sect__rec {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
}
.quest-sect__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    border-radius: var(--bdrs);
    padding: 24px;
    background-color: #fff;
    width: 100%;
}
@media only screen and (max-width: 576px) {
    .quest-sect__form {
        padding: 24px 16px;
    }
}
.quest-sect__form-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}
.quest-sect__form-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
@media only screen and (max-width: 992px) {
    .quest-sect__form-inputs {
        display: grid;
        grid-template-columns: 40% 1fr;
        grid-gap: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .quest-sect__form-inputs {
        grid-gap: 10px;
    }
}
@media only screen and (max-width: 576px) {
    .quest-sect__form-inputs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }
}
.quest-sect__form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.quest-sect__form-input input,
.quest-sect__form-input textarea {
    width: 100%;
    min-width: 0;
    border-radius: 15px;
    height: 50px;
    background-color: #f4efe6;
    border: none;
    padding: 0 15px;
    color: #25221f;
    font-size: 14px;
}
.quest-sect__form-input input::-webkit-input-placeholder,
.quest-sect__form-input textarea::-webkit-input-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.quest-sect__form-input input::-moz-placeholder,
.quest-sect__form-input textarea::-moz-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.quest-sect__form-input input:-ms-input-placeholder,
.quest-sect__form-input textarea:-ms-input-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.quest-sect__form-input input::-ms-input-placeholder,
.quest-sect__form-input textarea::-ms-input-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.quest-sect__form-input input::placeholder,
.quest-sect__form-input textarea::placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.quest-sect__form-input input:-ms-input-placeholder,
.quest-sect__form-input input::-ms-input-placeholder,
.quest-sect__form-input textarea:-ms-input-placeholder,
.quest-sect__form-input textarea::-ms-input-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.quest-sect__form-input textarea {
    height: 200px;
    padding-top: 14px;
    resize: none;
}
@media only screen and (max-width: 992px) {
    .quest-sect__form-input textarea {
        height: 100%;
    }
}
@media only screen and (max-width: 576px) {
    .quest-sect__form-input textarea {
        height: 100px;
    }
}
@media only screen and (max-width: 992px) {
    .quest-sect__form-input:nth-child(2) {
        grid-row: 2;
    }
}
@media only screen and (max-width: 992px) {
    .quest-sect__form-input--textarea {
        grid-row: span 2;
    }
}
.quest-sect__form .cont-sect__form-ctrl {
    padding-left: 0;
}
@media only screen and (max-width: 992px) {
    .quest-sect__form .cont-sect__form-ctrl {
        padding-left: calc(40% + 16px);
    }
}
@media only screen and (max-width: 768px) {
    .quest-sect__form .cont-sect__form-ctrl {
        padding-left: calc(40% + 10px);
    }
}
@media only screen and (max-width: 576px) {
    .quest-sect__form .cont-sect__form-ctrl {
        padding-left: 0;
    }
}
.quest-sect__form-submit {
    -ms-flex-item-align: start;
    align-self: start;
}
@media only screen and (max-width: 992px) {
    .quest-sect__form-submit {
        margin-left: auto;
    }
}
.reserv-sect {
    background-color: #f4efe6;
    border-radius: 50px;
    padding: 40px 0;
    position: relative;
    z-index: 3;
    margin-top: -60px;
}
@media only screen and (max-width: 768px) {
    .reserv-sect {
        border-radius: 25px;
        margin-top: -30px;
        padding: 35px 0;
    }
}
@media only screen and (max-width: 576px) {
    .reserv-sect {
        padding-top: 30px;
    }
}
.reserv-sect__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    z-index: 0;
}
.reserv-sect__head .cont-sect__connect {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
}
@media only screen and (max-width: 768px) {
    .reserv-sect__head .cont-sect__connect {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: none;
    }
}
.reserv-sect__title {
    margin-bottom: -0.23529em;
}
@media only screen and (max-width: 992px) {
    .reserv-sect__title {
        margin-bottom: 20px;
    }
}
.reserv-sect__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
}
@media only screen and (max-width: 1200px) {
    .reserv-sect__main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px 0;
    }
}
@media only screen and (max-width: 576px) {
    .reserv-sect__main {
        gap: 10px 0;
        margin-bottom: 10px;
    }
}
.reserv-sect__main:last-child {
    margin-bottom: 0;
}
.reserv-sect__main-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    width: 24%;
}
@media only screen and (max-width: 1200px) {
    .reserv-sect__main-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32.5%;
        flex: 0 0 32.5%;
        width: 32.5%;
    }
}
@media only screen and (max-width: 992px) {
    .reserv-sect__main-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        width: 49%;
    }
}
@media only screen and (max-width: 576px) {
    .reserv-sect__main-column {
        gap: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}
.reserv-sect__main-column > * {
    border-radius: var(--bdrs);
    overflow: hidden;
    background-color: #fff;
}
@media only screen and (max-width: 1200px) {
    .reserv-sect__main-column:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .reserv-sect__main-column:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        width: 49%;
    }
}
@media only screen and (max-width: 576px) {
    .reserv-sect__main-column:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}
.reserv-sect__info {
    position: relative;
    min-height: 115px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100%;
    padding: 15px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media only screen and (max-width: 480px) {
    .reserv-sect__info {
        min-height: 100px;
    }
}
.reserv-sect__info-img {
    display: inline-block;
    height: auto;
    block-size: auto;
    width: 180px;
    position: absolute;
    z-index: 0;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width: 1400px) {
    .reserv-sect__info-img {
        width: 140px;
    }
}
@media only screen and (max-width: 1200px) {
    .reserv-sect__info-img {
        width: 150px;
    }
}
@media only screen and (max-width: 992px) {
    .reserv-sect__info-img {
        width: 170px;
    }
}
@media only screen and (max-width: 768px) {
    .reserv-sect__info-img {
        width: 130px;
    }
}
@media only screen and (max-width: 576px) {
    .reserv-sect__info-img {
        width: 150px;
    }
}
@media only screen and (max-width: 480px) {
    .reserv-sect__info-img {
        width: 140px;
        left: 0;
    }
}
.reserv-sect__info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 120px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 992px) {
    .reserv-sect__info-content {
        margin: 0 auto 0 190px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .reserv-sect__info-content {
        margin: 0;
        max-width: 120px;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 576px) {
    .reserv-sect__info-content {
        margin: 0 auto 0 160px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 360px) {
    .reserv-sect__info-content {
        margin: 0 auto 0 140px;
    }
}
.reserv-sect__info-name {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.2px;
}
@media only screen and (max-width: 1400px) {
    .reserv-sect__info-name {
        font-size: 17px;
    }
}
@media only screen and (max-width: 1200px) {
    .reserv-sect__info-name {
        font-size: 18px;
    }
}
@media only screen and (max-width: 992px) {
    .reserv-sect__info-name {
        font-size: 19px;
    }
}
@media only screen and (max-width: 768px) {
    .reserv-sect__info-name {
        font-size: 17px;
    }
}
@media only screen and (max-width: 480px) {
    .reserv-sect__info-name {
        font-size: 16px;
    }
}
.reserv-sect__info-text {
    font-size: 14px;
    letter-spacing: -0.07px;
    line-height: 1.2;
    color: rgba(37, 34, 31, 0.4);
}
@media only screen and (max-width: 1400px) {
    .reserv-sect__info-text {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1200px) {
    .reserv-sect__info-text {
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .reserv-sect__info-text {
        font-size: 12px;
    }
}
.reserv-sect__loc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    min-height: 230px;
    gap: 12px;
    padding: 24px;
    font-size: 13px;
    line-height: 1.2;
}
@media only screen and (max-width: 1400px) {
    .reserv-sect__loc {
        padding: 20px 15px;
    }
}
@media only screen and (max-width: 576px) {
    .reserv-sect__loc {
        min-height: inherit;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        display: none;
    }
}
.reserv-sect__loc-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.reserv-sect__loc-title {
    font-weight: 500;
    letter-spacing: 0.13px;
}
.reserv-sect__loc-name {
    letter-spacing: -0.065px;
    color: rgba(37, 34, 31, 0.4);
    text-align: right;
}
.reserv-sect__loc-map {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}
@media only screen and (max-width: 768px) {
    .reserv-sect__loc-map {
        border-radius: 20px;
    }
}
@media only screen and (max-width: 576px) {
    .reserv-sect__loc-map {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        height: 50vw;
    }
}
.reserv-sect__loc-map > img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.reserv-sect__loc-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.reserv-sect__mloc {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 15px;
    font-size: 13px;
    gap: 10px;
}
@media only screen and (max-width: 576px) {
    .reserv-sect__mloc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.reserv-sect__mloc-title {
    font-weight: 500;
    letter-spacing: 0.13px;
    font-size: 13px;
}
.reserv-sect__mloc-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 15px;
}
.reserv-sect__mloc-name {
    letter-spacing: -0.065px;
    color: rgba(37, 34, 31, 0.4);
    text-align: right;
}
.reserv-sect__mloc-sw {
    display: inline-block;
    line-height: 1.1;
    font-weight: 14;
    letter-spacing: -0.07px;
    color: rgba(37, 34, 31, 0.4);
    border-bottom: 1px dashed rgba(37, 34, 31, 0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.reserv-sect__mloc-sw span {
    grid-area: 1/1;
    text-align: right;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.reserv-sect__mloc-sw span:first-child {
    display: inline-block;
}
.reserv-sect__mloc-sw span:last-child {
    display: none;
}
.reserv-sect__mloc-sw:hover {
    color: #ff6725 !important;
    border-bottom-color: #ff6725;
}
.reserv-sect__mloc-sw:active,
.reserv-sect__mloc-sw:focus {
    color: rgba(37, 34, 31, 0.4);
}
.reserv-sect__mloc-sw.active span:first-child {
    display: none;
}
.reserv-sect__mloc-sw.active span:last-child {
    display: inline-block;
}
.reserv-sect__mloc-map {
    display: none;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 270px;
    overflow: hidden;
    border-radius: 20px;
}
.reserv-sect__mloc-map > img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.reserv-sect__mloc-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.reserv-sect__cal {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding: 8px 15px 20px;
}
@media only screen and (max-width: 1400px) {
    .reserv-sect__cal {
        padding: 8px 8px 20px;
    }
}
@media only screen and (max-width: 576px) {
    .reserv-sect__cal {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        height: auto;
    }
}
.reserv-sect__cal table {
    border-collapse: collapse;
}
.reserv-sect__cal .datepicker {
    width: 100%;
    padding: 0;
}
.reserv-sect__cal .table-condensed {
    width: 100%;
}
.reserv-sect__cal .next,
.reserv-sect__cal .prev {
    padding: 0;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 44px;
    text-align: center;
    vertical-align: middle;
}
.reserv-sect__cal .next i,
.reserv-sect__cal .next span,
.reserv-sect__cal .next::after,
.reserv-sect__cal .prev i,
.reserv-sect__cal .prev span,
.reserv-sect__cal .prev::after {
    display: none;
    width: 0;
    height: 0;
}
.reserv-sect__cal .next::before,
.reserv-sect__cal .prev::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.reserv-sect__cal .next:hover,
.reserv-sect__cal .prev:hover {
    background: 0 0 !important;
}
.reserv-sect__cal .prev::before {
    border-right: 6px solid #c58c54;
    margin-left: -2px;
}
.reserv-sect__cal .next::before {
    border-left: 6px solid #c58c54;
    margin-right: -2px;
}
.reserv-sect__cal .picker-switch {
    position: relative;
    z-index: 1;
    height: 44px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.13px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto !important;
    text-transform: capitalize;
}
.reserv-sect__cal .picker-switch::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background-color: #f4efe6;
}
.reserv-sect__cal .picker-switch.accordion-toggle {
    display: none;
}
.reserv-sect__cal .dow {
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 14px;
    color: #25221f;
    font-weight: 500;
    width: 14.28%;
    opacity: 0.5;
    text-transform: uppercase;
}
.reserv-sect__cal .day {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #25221f;
    background: 0 0 !important;
    border-radius: 50%;
    height: 36px !important;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
@media only screen and (max-width: 1400px) {
    .reserv-sect__cal .day {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1200px) {
    .reserv-sect__cal .day {
        font-size: 14px;
    }
}
@media only screen and (max-width: 360px) {
    .reserv-sect__cal .day {
        font-size: 13px;
    }
}
.reserv-sect__cal .day::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: 0 0 !important;
    border: none !important;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 992px) {
    .reserv-sect__cal .day::before {
        width: 75%;
    }
}
@media only screen and (max-width: 768px) {
    .reserv-sect__cal .day::before {
        width: 90%;
    }
}
@media only screen and (max-width: 576px) {
    .reserv-sect__cal .day::before {
        width: 70%;
    }
}
@media only screen and (max-width: 480px) {
    .reserv-sect__cal .day::before {
        width: 80%;
    }
}
@media only screen and (max-width: 360px) {
    .reserv-sect__cal .day::before {
        width: 85%;
    }
}
.reserv-sect__cal .day.disabled,
.reserv-sect__cal .day.new,
.reserv-sect__cal .day.old {
    color: #25221f;
    opacity: 0.4;
}
.reserv-sect__cal .day.disabled:hover,
.reserv-sect__cal .day.new:hover,
.reserv-sect__cal .day.old:hover {
    color: #25221f;
}
.reserv-sect__cal .day.active {
    color: #fff !important;
    text-shadow: none;
}
.reserv-sect__cal .day.active::before {
    background: #ff6725 !important;
}
.reserv-sect__ctrl {
    padding: 8px;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 140px;
}
.reserv-sect__ctrl-content {
    display: none;
    width: 100%;
    margin: auto 0;
}
@media only screen and (max-width: 992px) {
    .reserv-sect__ctrl-content {
        margin-top: 10px;
    }
}
.reserv-sect__ctrl-content.active {
    display: block;
}
.reserv-sect__ctrl--footer {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding-bottom: 10px;
}
@media only screen and (max-width: 992px) {
    .reserv-sect__ctrl--footer {
        min-height: 170px;
    }
}
.reserv-sect__checks {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.reserv-sect__checks .reserv-sect__check {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}
.reserv-sect__check {
    position: relative;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    font-size: 10px;
}
.reserv-sect__check input {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
    left: -2000px;
}
.reserv-sect__check input:checked ~ .reserv-sect__check-content {
    color: #fff;
    background-color: #ff6725;
}
.reserv-sect__check-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 44px;
    background-color: transparent;
    padding: 5px 10px;
    border-radius: 30px;
    color: #25221f;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.reserv-sect__check-time {
    font-size: 1.3em;
}
@media only screen and (max-width: 1400px) {
    .reserv-sect__check-time {
        font-size: 11px;
    }
}
.reserv-sect__check-price {
    opacity: 0.5;
}
.reserv-sect__count {
    margin: 0 auto;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 145px;
    --dh: 36px;
}
.reserv-sect__count-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 var(--dh);
    flex: 0 0 var(--dh);
    width: var(--dh);
    height: var(--dh);
    background-color: #f4efe6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 10px;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.reserv-sect__count-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    position: relative;
}
.reserv-sect__count-input::before {
    content: attr(data-label);
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    color: #25221f;
    opacity: 0.5;
    letter-spacing: 0.06px;
    position: absolute;
    bottom: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.reserv-sect__count-input input {
    width: 100%;
    height: var(--dh);
    min-width: 0;
    text-align: center;
    background-color: transparent;
    border: none;
    padding-bottom: 13px;
    font-size: 20px;
    font-weight: 500;
    color: #25221f;
    letter-spacing: 0.2px;
}
.reserv-sect__count-input input[type="number"]::-webkit-inner-spin-button,
.reserv-sect__count-input input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.reserv-sect__count-input input[type="number"] {
    -moz-appearance: textfield;
}
.reserv-sect__count-input input[type="number"]:focus,
.reserv-sect__count-input input[type="number"]:hover {
    -moz-appearance: number-input;
}
.reserv-sect__count-input input[type="number"]::-webkit-inner-spin-button,
.reserv-sect__count-input input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.reserv-sect__inst {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: 0.1px;
}
@media only screen and (max-width: 576px) {
    .reserv-sect__inst {
        margin-top: 20px;
    }
}
.reserv-sect__inst p {
    opacity: 0.5;
}
.reserv-sect__inst-title {
    font-weight: 500;
    font-size: 13px;
}
.reserv-sect__slider {
    position: relative;
    width: 100%;
    padding: 0 44px;
}
@media only screen and (max-width: 1400px) {
    .reserv-sect__slider {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 576px) {
    .reserv-sect__slider {
        max-width: 280px;
        margin: 0 auto;
        margin-top: 10px;
    }
}
.reserv-sect__slider-next,
.reserv-sect__slider-prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.reserv-sect__slider-next img,
.reserv-sect__slider-prev img {
    display: inline-block;
    height: auto;
    block-size: auto;
}
@media only screen and (max-width: 1400px) {
    .reserv-sect__slider-next img,
    .reserv-sect__slider-prev img {
        width: 30px;
    }
}
.reserv-sect__slider-next:active,
.reserv-sect__slider-next:focus,
.reserv-sect__slider-prev:active,
.reserv-sect__slider-prev:focus {
    outline: 0;
}
.reserv-sect__slider-prev {
    left: 0;
}
.reserv-sect__slider-next {
    right: 0;
}
.reserv-sect__slider-next img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.reserv-sect__slider-text {
    display: none;
    position: absolute;
    z-index: 1;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 1.2;
    color: rgba(37, 34, 31, 0.5);
}
.reserv-sect__slider-text strong {
    color: #25221f;
    font-weight: 500;
}
.reserv-sect__slider-text.active {
    display: block;
}
.reserv-sect__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.reserv-sect__slide-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}
@media only screen and (max-width: 576px) {
    .reserv-sect__slide-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
        flex: 0 0 56px;
        width: 56px;
    }
}
.reserv-sect__slide-img::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.reserv-sect__slide-img img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 0;
    object-position: center 0;
}
.reserv-sect__slide-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
    color: #25221f;
    font-size: 10px;
    line-height: 1.2;
}
.reserv-sect__slide-content p {
    opacity: 0.5;
}
.reserv-sect__slide-name {
    font-weight: 500;
    letter-spacing: 0.13px;
    font-size: 1.3em;
}
.reserv-sect__slide.disabled {
    opacity: 0.4;
}
.reserv-sect__time {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    min-height: 200px;
    padding: 8px 12px 25px;
}
@media only screen and (max-width: 1200px) {
    .reserv-sect__time {
        min-height: inherit;
        height: auto;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}
.reserv-sect__time-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
.reserv-sect__time-next,
.reserv-sect__time-prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.reserv-sect__time-next img,
.reserv-sect__time-prev img {
    display: inline-block;
    height: auto;
    block-size: auto;
}
.reserv-sect__time-next img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.reserv-sect__time-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    border-radius: 40px;
    background-color: #f4efe6;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    font-size: 13px;
    letter-spacing: 0.13px;
}
.reserv-sect__time-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: grid;
}
.reserv-sect__time-checks {
    display: none;
    grid-area: 1/1;
    grid-template-columns: repeat(3, auto);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px 10px;
    padding: 0 15px;
}
@media only screen and (max-width: 1400px) {
    .reserv-sect__time-checks {
        padding: 0 5px;
    }
}
@media only screen and (max-width: 1200px) {
    .reserv-sect__time-checks {
        padding: 0 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 992px) {
    .reserv-sect__time-checks {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        gap: 8px 10px;
    }
}
.reserv-sect__time-checks.active {
    display: grid;
}
@media only screen and (max-width: 1200px) {
    .reserv-sect__time-checks.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (max-width: 992px) {
    .reserv-sect__time-checks.active {
        display: grid;
    }
}
.reserv-sect__time-check {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.reserv-sect__time-check input {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
    left: -2000px;
}
.reserv-sect__time-check input:checked ~ span {
    background-color: #ff6725;
    color: #fff;
}
.reserv-sect__time-check span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    color: #25221f;
    line-height: 1;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    background-color: transparent;
    height: 40px;
    width: 70px;
}
.reserv-sect__time-check--disabled {
    pointer-events: none;
    opacity: 0.3;
}
.reserv-sect__cont {
    position: relative;
    background-color: #fff;
    border-radius: var(--bdrs);
    padding: 23px 26px 30px 40px;
}
@media only screen and (max-width: 1400px) {
    .reserv-sect__cont {
        padding: 24px;
    }
}
@media only screen and (max-width: 768px) {
    .reserv-sect__cont {
        padding: 20px;
    }
}
.reserv-sect__cont-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
@media only screen and (max-width: 992px) {
    .reserv-sect__cont-form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px;
    }
}
.reserv-sect__cont-decor {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 20px;
    height: auto;
    block-size: auto;
    width: 36px;
}
@media only screen and (max-width: 992px) {
    .reserv-sect__cont-decor {
        display: none;
    }
}
.reserv-sect__cont-title {
    position: relative;
    z-index: 1;
    font-size: 30px;
    line-height: 0.95;
    margin-bottom: 8px;
}
@media only screen and (max-width: 576px) {
    .reserv-sect__cont-title {
        font-size: 24px;
    }
}
.reserv-sect__cont-text {
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.07px;
    color: rgba(37, 34, 31, 0.4);
}
.reserv-sect__cont hr {
    margin: 18px 0 20px;
    height: 1px;
    width: 100%;
    background-color: #f4efe6;
    border: none;
}
@media only screen and (max-width: 576px) {
    .reserv-sect__cont hr {
        margin: 8px 0 15px;
    }
}
.reserv-sect__cont-inputs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
}
@media only screen and (max-width: 992px) {
    .reserv-sect__cont-inputs {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 480px) {
    .reserv-sect__cont-inputs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 9px;
    }
}
.reserv-sect__cont-inputs:last-child {
    margin-bottom: 0;
}
.reserv-sect__cont-input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.reserv-sect__cont-input .error,
.reserv-sect__cont-input label {
    position: absolute;
    top: 8px;
    left: 18px;
    z-index: 1;
    letter-spacing: -0.07px;
    font-size: 10px;
    color: rgba(37, 34, 31, 0.3);
}
.reserv-sect__cont-input .error {
    display: none;
    top: auto;
    bottom: 2px;
    color: #ed0606;
}
.reserv-sect__cont-input input {
    position: relative;
    z-index: 0;
    background-color: #f4efe6;
    width: 100%;
    min-width: 0;
    height: 54px;
    border-radius: 15px;
    border: 1px solid #f4efe6;
    font-size: 14px;
    letter-spacing: -0.07px;
    color: #25221f;
    padding: 15px 15px 8px 18px;
    border: 1px solid #f4efe6;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.reserv-sect__cont-input input::-webkit-input-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.reserv-sect__cont-input input::-moz-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.reserv-sect__cont-input input:-ms-input-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.reserv-sect__cont-input input::-ms-input-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.reserv-sect__cont-input input::placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.reserv-sect__cont-input input:-ms-input-placeholder,
.reserv-sect__cont-input input::-ms-input-placeholder {
    color: rgba(37, 34, 31, 0.3);
}
.reserv-sect__cont-input input:focus {
    border-color: #c58c54;
}
.reserv-sect__cont-input--error input {
    border-color: #ed0606 !important;
}
.reserv-sect__cont-input--error .error {
    display: block;
}
.reserv-sect__cont-input--hidden {
    display: none;
}
.reserv-sect__cont-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 992px) {
    .reserv-sect__cont-footer {
        display: contents;
    }
}
@media only screen and (max-width: 768px) {
    .reserv-sect__cont-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (max-width: 576px) {
    .reserv-sect__cont-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.reserv-sect__cont-checks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}
@media only screen and (max-width: 992px) {
    .reserv-sect__cont-checks {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .reserv-sect__cont-checks {
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        width: auto;
    }
}
@media only screen and (max-width: 576px) {
    .reserv-sect__cont-checks {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.reserv-sect__cont-checks .cont-sect__form-ctrl {
    padding: 0;
}
.reserv-sect__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
@media only screen and (max-width: 992px) {
    .reserv-sect__total {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        gap: 10px;
    }
}
@media only screen and (max-width: 576px) {
    .reserv-sect__total {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        gap: 12px;
    }
}
.reserv-sect__val {
    white-space: nowrap;
    line-height: 1.1;
    font-size: 20px;
}
@media only screen and (max-width: 480px) {
    .reserv-sect__val {
        font-size: 18px;
    }
}
.reserv-sect__val strong {
    font-weight: 500;
    font-size: 1.5em;
}
.reserv-sect__submit {
    width: 160px;
    padding: 5px 15px;
}
@media only screen and (max-width: 480px) {
    .reserv-sect__submit {
        font-size: 14px;
        height: 50px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        width: auto;
    }
}
.rev-sect {
    padding: 60px 0 110px;
}
@media only screen and (max-width: 992px) {
    .rev-sect {
        padding: 35px 0 70px;
    }
}
.rev-sect__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
    .rev-sect__head {
        margin-bottom: 20px;
    }
}
.rev-sect__title img {
    display: inline-block;
}
@media only screen and (max-width: 992px) {
    .rev-sect__title img {
        -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        transform: translateX(-20%);
    }
}
@media only screen and (max-width: 576px) {
    .rev-sect__title img {
        display: none;
    }
}
.rev-sect__ctrls {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto;
    gap: 15px;
}
@media only screen and (max-width: 768px) {
    .rev-sect__ctrls {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@media only screen and (max-width: 576px) {
    .rev-sect__ctrls {
        gap: 8px;
    }
}
.rev-sect__slider {
    overflow: hidden;
}
.rev-sect__slider-next,
.rev-sect__slider-prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #25221f;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54px;
    flex: 0 0 54px;
    width: 54px;
    height: 43px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
@media only screen and (max-width: 768px) {
    .rev-sect__slider-next,
    .rev-sect__slider-prev {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        width: 50px;
        height: 40px;
    }
}
.rev-sect__slider-next:hover,
.rev-sect__slider-prev:hover {
    background-color: #ff6725;
}
.rev-sect__slider-next:active,
.rev-sect__slider-next:focus,
.rev-sect__slider-prev:active,
.rev-sect__slider-prev:focus {
    outline: 0;
}
.rev-sect__slider-next img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rev-sect__slide {
    min-height: 300px;
    height: auto;
    width: 495px;
    border-radius: 50px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 45px;
    font-size: 16px;
    position: relative;
}
@media only screen and (max-width: 768px) {
    .rev-sect__slide {
        width: 285px;
        min-height: 175px;
        padding: 24px 15px 20px;
        border-radius: 20px;
    }
}
.rev-sect__slide-text {
    font-size: 1.125em;
    line-height: normal;
    display: -moz-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 5;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
    .rev-sect__slide-text {
        font-size: 12px;
    }
}
.rev-sect__slide-text:last-child {
    margin-bottom: 0;
}
.rev-sect__slide-text > * + * {
    margin-top: 5px;
}
.rev-sect__slide-link {
    line-height: 1.1;
    font-size: 1em;
    color: rgba(37, 34, 31, 0.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
@media only screen and (max-width: 768px) {
    .rev-sect__slide-link {
        font-size: 12px;
    }
}
.rev-sect__slide-link:hover {
    color: #ff6725 !important;
}
.rev-sect__slide-link:active,
.rev-sect__slide-link:focus {
    color: rgba(37, 34, 31, 0.5);
}
.rev-sect__slide-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 20px;
    margin-top: auto;
    padding-top: 15px;
}
.rev-sect__slide-rat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rev-sect__slide-rat li {
    display: inline-grid;
}
.rev-sect__slide-rat li img {
    grid-area: 1/1;
    height: auto;
    block-size: auto;
}
@media only screen and (max-width: 768px) {
    .rev-sect__slide-rat li img {
        width: 24px;
    }
}
.rev-sect__slide-rat li img:first-child {
    opacity: 1;
}
.rev-sect__slide-rat li img:last-child {
    opacity: 0;
}
.rev-sect__slide-rat li.active img:first-child {
    opacity: 0;
}
.rev-sect__slide-rat li.active img:last-child {
    opacity: 1;
}
.rev-sect__slide-name {
    font-size: 1.25em;
    line-height: 1.1;
    color: rgba(37, 34, 31, 0.4);
}
@media only screen and (max-width: 768px) {
    .rev-sect__slide-name {
        font-size: 14px;
    }
}
.rules-sect {
    background-color: #f4efe6;
    border-radius: 50px;
    padding: 60px 0 50px;
    position: relative;
    z-index: 3;
    margin-top: -60px;
    min-height: 300px;
}
@media only screen and (max-width: 992px) {
    .rules-sect {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 768px) {
    .rules-sect {
        border-radius: 25px;
    }
}
@media only screen and (max-width: 576px) {
    .rules-sect {
        margin-top: -55px;
    }
}
.rules-sect__title {
    text-align: center;
    line-height: normal;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
    .rules-sect__title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .rules-sect__title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 576px) {
    .rules-sect__title {
        display: none;
    }
}
.rules-sect__content {
    display: grid;
    grid-template-columns: 355px 1fr;
    grid-auto-flow: dense;
    grid-gap: 15px 20px;
    counter-reset: blockCount;
    font-size: 20px;
}
@media only screen and (max-width: 1200px) {
    .rules-sect__content {
        grid-gap: 15px;
        font-size: 18px;
        grid-template-columns: 300px 1fr;
    }
}
@media only screen and (max-width: 992px) {
    .rules-sect__content {
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .rules-sect__content {
        grid-template-columns: repeat(2, 1fr);
        font-size: 14px;
    }
}
@media only screen and (max-width: 576px) {
    .rules-sect__content {
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
}
.rules-sect__aside {
    grid-row: span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 24px;
    border-radius: var(--bdrs);
    gap: 15px;
    font-weight: 500;
}
@media only screen and (max-width: 1200px) {
    .rules-sect__aside {
        padding: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .rules-sect__aside {
        grid-row: inherit;
    }
}
@media only screen and (max-width: 576px) {
    .rules-sect__aside {
        padding: 16px;
    }
}
.rules-sect__aside-title {
    line-height: 1.1;
}
.rules-sect__aside-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.45;
    gap: 10px;
}
.rules-sect__aside-nav li {
    list-style-type: decimal;
    list-style-position: inside;
}
.rules-sect__aside-nav li::marker {
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.rules-sect__aside-nav li:hover::marker {
    color: #ed0606;
}
.rules-sect__aside-nav a {
    color: #25221f;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.rules-sect__aside-nav a:hover {
    color: #ed0606 !important;
}
.rules-sect__aside-nav a:active,
.rules-sect__aside-nav a:focus {
    color: #25221f;
}
.rules-sect__block {
    background-color: #fff;
    border-radius: var(--bdrs);
    padding: 24px;
    line-height: normal;
    counter-increment: blockCount;
    grid-column: 1/-1;
}
@media only screen and (max-width: 1200px) {
    .rules-sect__block {
        padding: 20px;
    }
}
@media only screen and (max-width: 576px) {
    .rules-sect__block {
        padding: 15px;
    }
}
.rules-sect__block--aside {
    grid-column: inherit;
}
@media only screen and (max-width: 768px) {
    .rules-sect__block--aside:nth-child(3) {
        grid-column: 1/-1;
    }
}
.rules-sect__block-title {
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.2;
}
.rules-sect__block-title::before {
    content: counter(blockCount) ".";
    margin-right: 0.3em;
}
.rules-sect__block p {
    opacity: 0.5;
}
.rules-sect__block p a {
    color: #25221f;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.rules-sect__block p a:hover {
    color: #ff6725 !important;
}
.rules-sect__block p a:active,
.rules-sect__block p a:focus {
    color: #25221f;
}
.soc-block {
    position: fixed;
    z-index: 10;
    bottom: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    --dh: 80px;
}
@media only screen and (max-width: 1200px) {
    .soc-block {
        --dh: 60px;
    }
}
@media only screen and (max-width: 992px) {
    .soc-block {
        --dh: 48px;
        right: 15px;
        bottom: 15px;
    }
}
@media only screen and (max-width: 576px) {
    .soc-block {
        --dh: 40px;
    }
}
.soc-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    line-height: 1;
}
@media only screen and (max-width: 992px) {
    .soc-block__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.soc-block__list li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.soc-block__list a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    width: var(--dh);
    height: var(--dh);
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.soc-block__list a img {
    display: inline-block;
    width: 31px;
    height: auto;
    block-size: auto;
}
@media only screen and (max-width: 1200px) {
    .soc-block__list a img {
        width: 24px;
    }
}
@media only screen and (max-width: 992px) {
    .soc-block__list a img {
        width: 20px;
    }
}
@media only screen and (max-width: 576px) {
    .soc-block__list a img {
        width: 15px;
    }
}
.soc-block__list a:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.soc-block__list a:active,
.soc-block__list a:focus {
    outline: 0;
}
.soc-block__title {
    line-height: 1.1;
    font-size: 18px;
    opacity: 0.5;
}
@media only screen and (max-width: 1200px) {
    .soc-block__title {
        font-size: 14px;
    }
}
@media only screen and (max-width: 992px) {
    .soc-block__title {
        display: none;
    }
}
.title-sect {
    position: relative;
    z-index: 0;
    padding: 140px 0 35px;
    overflow: hidden;
}
@media only screen and (max-width: 1200px) {
    .title-sect {
        padding: 140px 0 40px;
    }
}
@media only screen and (max-width: 992px) {
    .title-sect {
        padding: 140px 0 45px;
    }
}
@media only screen and (max-width: 576px) {
    .title-sect {
        padding: 100px 0 45px;
    }
}
.title-sect::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 970px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed722c), color-stop(79.4%, rgba(237, 123, 59, 0)));
    background: -o-linear-gradient(top, #ed722c 0, rgba(237, 123, 59, 0) 79.4%);
    background: linear-gradient(180deg, #ed722c 0, rgba(237, 123, 59, 0) 79.4%);
}
.title-sect__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center top 15px;
}
@media only screen and (max-width: 992px) {
    .title-sect__bg {
        background-size: 800px auto;
        background-position: center top 67px;
    }
}
@media only screen and (max-width: 576px) {
    .title-sect__bg {
        background-size: 600px auto;
        background-position: left -354px top 18px;
    }
}
.title-sect__container {
    position: relative;
    z-index: 2;
}
.title-sect__title {
    color: #fff;
    width: 100%;
}
@media only screen and (max-width: 992px) {
    .title-sect__title {
        font-size: 120px;
    }
}
@media only screen and (max-width: 768px) {
    .title-sect__title {
        font-size: 110px;
    }
}
@media only screen and (max-width: 576px) {
    .title-sect__title {
        font-size: 100px;
        display: inline-block;
        width: auto;
    }
}
@media only screen and (max-width: 480px) {
    .title-sect__title {
        font-size: 90px;
    }
}
@media only screen and (max-width: 360px) {
    .title-sect__title {
        font-size: 80px;
    }
}
.title-sect__title img {
    display: inline-block;
    width: 0.70588em;
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width: 992px) {
    .title-sect__title img {
        width: 80px;
        top: 60%;
    }
}
@media only screen and (max-width: 768px) {
    .title-sect__title img {
        width: 70px;
        top: 55%;
    }
}
@media only screen and (max-width: 576px) {
    .title-sect__title img {
        width: 50px;
        top: auto;
        bottom: 80%;
        right: auto;
        left: 60%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
@media only screen and (max-width: 360px) {
    .title-sect__title img {
        width: 40px;
    }
}
.title-sect .cont-sect__connect-text {
    position: absolute;
    bottom: 40px;
    right: 50px;
    z-index: 2;
    color: rgba(255, 255, 255, 0.5);
    text-align: right;
}
@media only screen and (max-width: 992px) {
    .title-sect .cont-sect__connect-text {
        right: 30px;
        bottom: 30px;
    }
}
@media only screen and (max-width: 576px) {
    .title-sect .cont-sect__connect-text {
        bottom: 20px;
        right: 20px;
    }
}
.title-sect .cont-sect__connect-text strong {
    color: #fff;
}
.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
}
.iti__selected-flag {
    top: 17%;
    height: 80%;
    padding: 0 6px 0 18px;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent !important;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
    padding-left: 58px;
}
