/*!
 * 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, .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, .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: none;
    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: .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, .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, .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: none;
    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, .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: none;
    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 {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none!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: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    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: .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: .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: .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, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure,
img.mfp-img {
    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, .6);
    box-shadow: 0 0 8px rgba(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-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .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, .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, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@-webkit-keyframes glowing {
    0% {
        background-color: #b20000;
        -webkit-box-shadow: 0 0 3px #b20000
    }
    50% {
        background-color: red;
        -webkit-box-shadow: 0 0 40px red
    }
    to {
        background-color: #b20000;
        -webkit-box-shadow: 0 0 3px #b20000
    }
}

@keyframes glowing {
    0% {
        background-color: #b20000;
        -webkit-box-shadow: 0 0 3px #b20000;
        box-shadow: 0 0 3px #b20000
    }
    50% {
        background-color: red;
        -webkit-box-shadow: 0 0 40px red;
        box-shadow: 0 0 40px red
    }
    to {
        background-color: #b20000;
        -webkit-box-shadow: 0 0 3px #b20000;
        box-shadow: 0 0 3px #b20000
    }
}

@-webkit-keyframes slidetoright {
    0%,
    to {
        -webkit-transform: translate(10px);
        transform: translate(10px)
    }
    50% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes slidetoright {
    0%,
    to {
        -webkit-transform: translate(10px);
        transform: translate(10px)
    }
    50% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes slidetoleft {
    0%,
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    50% {
        -webkit-transform: translate(10px);
        transform: translate(10px)
    }
}

@keyframes slidetoleft {
    0%,
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    50% {
        -webkit-transform: translate(10px);
        transform: translate(10px)
    }
}

.f-btn-animate {
    position: relative;
    display: inline-block;
    text-decoration: none;
    -webkit-animation: glowing 1.5s infinite;
    animation: glowing 1.5s infinite
}

.f-btn-animate:hover {
    background: rgba(8, 97, 76, .6)
}

html {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -moz-box-sizing: inherit;
    outline: none
}

body {
    margin: 0;
    color: #000;
    font-size: calc(16px + .5vw);
    line-height: calc(1.1em + .5vw);
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    background: #fff;
    min-width: 320px;
    height: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none
}

.contacts {
    font-family: Open Sans;
    overflow: hidden
}

.contacts a:active,
.contacts a:focus,
.contacts a:hover {
    text-decoration: none
}

.contacts a,
.contacts span {
    color: #121110
}

.contacts__address {
    max-width: 288px;
    min-height: 63px;
    margin-bottom: 20px;
    border-width: 1px;
    text-align: left;
    font-size: 15px;
    line-height: 21px
}

.contact-phone {
    font-size: 24px;
    line-height: 24px
}

.contact-email {
    font-size: 17px;
    line-height: 17px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    width: 220px;
    color: #552a64
}

.social-list {
    position: relative;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px;
    padding: 0;
    list-style: none
}

.social-list>li,
.social-list>li img {
    width: 41px;
    height: 41px
}

.social-list>li>a {
    display: block
}

.social-list li+li {
    margin-left: 15px
}

.mapContainer {
    position: relative;
    overflow: hidden;
    height: 800px;
    max-height: 100%
}

@media (min-width:768px) {
    .mapContainer {
        height: 525px
    }
}

.mapBox-desc {
    position: relative;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    margin: 0;
    padding: 20px;
    background: #fff;
    border-width: 1px;
    border-radius: 3px;
    overflow: visible
}

@media (min-width:768px) {
    .mapBox-desc {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
        height: 100%;
        padding: 30px 40px
    }
}

@media (min-width:768px) and (max-width:1053px) {
    .mapBox-desc {
        width: 50%
    }
}

@media (min-width:1054px) {
    .mapBox-desc {
        width: 550px
    }
}

.mapBox__text {
    text-align: left;
    margin-bottom: 20px;
    color: #121110;
    font-size: 20px;
    line-height: 1.2
}

.mapBox__text:last-child {
    margin-bottom: 0
}

.mapBox__text--mutted {
    font-size: 18px;
    font-weight: 300;
    line-height: 17px;
    color: #777
}

.mapBox__title {
    font-size: 40px;
    font-weight: 800;
    line-height: 50px
}

.mapBox__img {
    position: relative;
    z-index: 200;
    display: inline-block;
    width: 100%;
    max-width: 480px;
    margin: 0;
    padding: 0;
    background-color: #fff
}

.mapContainer #gmap {
    pointer-events: none;
    height: 408px;
    z-index: 1
}

@media (min-width:768px) and (max-width:1070px) {
    .mapContainer #gmap {
        pointer-events: auto;
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        left: 50%
    }
}

@media screen and (min-width:768px) {
    .mapContainer #gmap {
        height: 525px
    }
}

.section-panel {
    padding: 20px
}

@media screen and (min-width:992px) {
    .section-panel {
        padding: 50px 40px 15px
    }
}

.section-padding {
    padding: 65px 0
}

.site-page-asSection {
    position: relative
}

.site-page-asSection--FirstForm {
    padding: 0;
    min-height: 580px
}

.site-page-asSection--LastForm {
    min-height: 645px
}

.section-container {
    position: relative;
    z-index: 300
}

.section-text {
    position: relative;
    overflow: hidden
}

.section-heading {
    text-align: center;
    margin: 0;
    font-size: 32px;
    line-height: 36px;
    font-weight: 300;
    padding: 35px 0;
    text-transform: uppercase
}

.section-background {
    z-index: 0
}

.section-background,
.section-background__layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.section-background__layer {
    background-position: 50% 20%, 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.u-textUpper {
    text-transform: uppercase!important
}

.u-paddingLeft35 {
    padding-left: 35px
}

.u-padding40 {
    padding: 40px
}

.u-marginCenter {
    margin-left: auto!important;
    margin-right: auto!important
}

.u-marginBtm0 {
    margin-bottom: 0!important
}

.u-marginBtm5 {
    margin-bottom: 5px!important
}

.u-textCenter {
    text-align: center
}

.u-Centered {
    margin-left: auto;
    margin-right: auto
}

.u-width388 {
    width: 388px;
    max-width: 100%
}

.u-columnPadding {
    padding-left: 15px;
    padding-right: 15px
}

.u-PrimaryColor {
    color: #f36
}

.u-BlackColor {
    color: #000
}

.u-RedColor {
    color: #f53030
}

.u-BlueColor {
    color: #003a66
}

.u-fontBold {
    font-weight: 700!important
}

.u-fontExtraBold {
    font-weight: 900!important
}

.u-fontSize14 {
    font-size: 14px
}

.u-fontSize16 {
    font-size: 16px
}

.u-fontSize30 {
    font-size: 30px
}

.u-fontSize36 {
    font-size: 36px;
    font-size: 1.55em
}

.u-fontSize34 {
    font-size: 34px;
    font-size: calc(.6em + 1vw)
}

.u-fontSize44 {
    font-size: 44px;
    font-size: calc(1em + 1vw)
}

.u-fontSize52 {
    font-size: 52px
}

.u-lineHeght24 {
    line-height: 1.5
}

.u-lineHeght30 {
    line-height: 30px
}

.u-size-xs-12 {
    width: 100%
}

.flex-column {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

@media print,
screen and (min-width:40em) {
    .flex-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .flex-column.is-3 {
        width: 33.3%
    }
    .flex-column+.flex-column {
        margin-left: 15px
    }
}

@media (min-width:992px) {
    .u-size-md-6 {
        width: 50%
    }
}

.Form-control {
    display: block;
    width: 100%;
    height: 56px;
    opacity: 1;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #aaa;
    font-size: 18px
}

.form-control[name=date] {
    padding-left: 7px;
    padding-right: 7px
}

.Control-label {
    text-align: left;
    margin: 0;
    font-size: 15px;
    line-height: 15px;
    color: #121110;
    font-weight: 400
}

.Input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.Input-group .date-control {
    width: 127px
}

.Input-group-addon,
.Input-group .form-control {
    display: table-cell
}

.Input-group-addon:not(:first-child):not(:last-child),
.Input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.Input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border-radius: 0
}

.alert {
    font-size: 16px
}

.error {
    font-size: 14px;
    line-height: 1;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: red
}

.form-control.error {
    border-color: red
}

.f-btn {
    height: 56px;
    padding: 0;
    padding-bottom: 3px;
    line-height: 56px
}

.f-btn,
.f-btnWithText {
    display: block;
    width: 100%;
    opacity: 1;
    margin: 0;
    border-radius: 0;
    border: 0;
    overflow: hidden;
    background: #f36;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.f-btnWithText {
    padding: 10px;
    line-height: 1.4
}

.f-btn:hover,
.f-btnWithText:hover {
    color: #333;
    background-color: #e6e6e6
}

.f-btn:active,
.f-btnWithText:active {
    color: #fff;
    background: #f36
}

.f-btn--sm {
    max-width: 380px
}

@media print,
screen and (min-width:48em) {
    .card-section {
        padding: 60px 0 10px
    }
}

.card {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #f36;
    padding: 25px;
    margin-bottom: 15px;
    height: 385px;
    max-height: 100%
}

.card-image {
    display: block;
    position: relative;
    margin-bottom: 25px;
    min-height: 170px
}

.card-title {
    font-size: 1em;
    line-height: 1;
    min-height: 45px;
    margin-bottom: 25px;
    text-align: center
}

.card-text {
    font-size: .55em;
    line-height: 1.4;
    margin: 0
}

.promotion-order-btn {
    display: inline-block;
    width: 260px;
    max-width: 100%;
    height: 35px;
    margin: 0;
    font-size: 12px;
    line-height: 33px;
    background: #f36;
    border-width: 1px;
    border-color: transparent;
    color: #fff;
    font-weight: 700;
    padding: 0 7px
}

.promotion-order-btn:hover {
    color: #fff;
    text-decoration: none
}

@media (max-width:767px) {
    .promotion-order-btn {
        width: 287px
    }
}

.NewYear-banner {
    padding: 1.55em
}

.NewYear-banner p {
    margin: 0;
    line-height: 1
}

.NewYear-banner-price {
    position: relative
}

.NewYear-banner-main-text-1,
.NewYear-banner-main-text-2,
.NewYear-banner-price-flag,
.NewYear-banner-schedule-text {
    font-size: calc(1.2em + 1vw)
}

.NewYear-banner-price {
    font-size: 6.5em
}

.NewYear-banner-background {
    background-position: 0 50%, 50% 50%
}

@media (min-width:768px) {
    .NewYear-banner-background {
        background-position: 75% 50%, 50% 50%
    }
    .NewYear-banner-price:before {
        content: "";
        position: absolute;
        width: 129px;
        height: 65px;
        top: -10px;
        right: -16px;
        background: url("../img/new_year_hat.png") no-repeat 50% 50%
    }
}

@media (min-width:992px) {
    .NewYear-banner-main-text-1 {
        font-size: 2.75em
    }
    .NewYear-banner-main-text-2 {
        font-size: 1.55em;
        line-height: 40px
    }
    .NewYear-banner-schedule-text {
        font-size: 1.15em
    }
    .NewYear-banner-price-flag {
        font-size: 3.5em;
        line-height: .7!important
    }
}

.mfp-wrap {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0)
}

button.mfp-close {
    right: 15px
}

body.ios-fix {
    position: fixed;
    width: 100%
}

.site-header {
    position: relative;
    padding: 18px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.site-header__action {
    margin-top: 15px;
    text-align: center
}

.site-header .site-container {
    padding-left: 15px;
    padding-right: 15px
}

.site-header .contacts__phone {
    text-align: center
}

.site-header .contact-email {
    margin-bottom: 10px;
    font-style: italic
}

.site-header .social-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.site-logo--lg img {
    max-width: 220px
}

body.home-page .site-header .contacts__address {
    margin-bottom: 29px
}

@media (max-width:767px) {
    .site-header__item {
        margin-bottom: 18px
    }
    .site-header__item.last {
        margin-bottom: 0
    }
    .site-header__item-address {
        text-align: center
    }
    .site-header .site-logo img {
        margin: 0 auto
    }
}

@media (min-width:768px) {
    .site-header__action {
        margin-top: 0;
        text-align: left
    }
    .site-header .contacts__phone {
        float: right;
        text-align: right
    }
    .site-header .social-list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.page {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.content {
    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
}

.site-main {
    position: relative;
    z-index: 1;
    overflow: visible
}

.site-main,
.site-page {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.site-container {
    margin: 0 auto;
    max-width: 1070px;
    padding-left: 15px;
    padding-right: 15px
}

.site-footer {
    position: relative;
    z-index: 200
}

.footer {
    color: #fff;
    background: #00009c
}

.footer-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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px
}

.footer span {
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    color: #fff
}

.footer span a {
    color: #fff
}

.footer__contact {
    text-align: center;
    padding: 19px 0
}

@media (min-width:768px) {
    .footer-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .footer__contact {
        text-align: left
    }
    .footer span+span {
        margin-left: 20px
    }
}

.l-container-fluid {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.Grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

.Grid-col,
.Grid-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0
}

.Grid-col {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    min-height: 1px;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

@media only screen and (min-width:75em) {
    .Grid-col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

.promotion-order-btn i {
    position: absolute;
    top: 6px;
    width: 16px;
    height: 20px
}

.promotion-order-btn i.icon-arrow-left {
    left: 10px;
    right: auto;
    -webkit-animation: slidetoleft 1s ease-in-out infinite;
    animation: slidetoleft 1s ease-in-out infinite
}

.promotion-order-btn i.icon-arrow-right {
    left: auto;
    right: 16px;
    -webkit-animation: slidetoright 1s ease-in-out infinite;
    animation: slidetoright 1s ease-in-out infinite
}

.promotion-order-btn i svg {
    width: 100%;
    height: 100%;
    fill: #fff
}

.album-grid {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    padding-bottom: 40px
}

.album-grid__item {
    position: relative;
    display: block;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 6px;
    cursor: pointer;
    height: 360px
}

.album-grid__item-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%
}

.album-grid__item img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    min-width: 100%;
    height: 100%
}

.album-grid__item.album-grid__item--red:after,
.album-grid__item:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    opacity: .6;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out
}

.album-grid__item:hover:after {
    opacity: 0;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out
}

.sh-ratio {
    position: relative;
    overflow: hidden;
    height: 100%
}

.album-grid__item-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0
}

@media (min-width:1200px) {
    .album-grid__item.is-4 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }
    .album-grid__item:first-of-type {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 416px;
        height: 241px
    }
    .album-grid__item:nth-of-type(2) {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 145px;
        height: 241px
    }
    .album-grid__item:nth-of-type(3) {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 443px;
        height: 241px
    }
    .album-grid__item:nth-of-type(4) {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 400px;
        height: 313px
    }
    .album-grid__item:nth-of-type(5) {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 434px;
        height: 313px
    }
    .album-grid__item:nth-of-type(6) {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 170px;
        height: 313px
    }
    .album-grid__item:nth-of-type(7) {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 255px
    }
    .album-grid__item:nth-of-type(8) {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 449px
    }
    .album-grid__item:nth-of-type(9) {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 300px
    }
}

.sticker {
    display: inline-block;
    width: 204px;
    height: 204px;
    padding: 40px 45px;
    background: url(../img/ellips.png) no-repeat 0 0;
    background-size: contain;
    color: inherit;
    text-align: center
}

.sticker__wrap {
    -webkit-animation: all 1s linear infinite;
    animation: all 1s linear infinite;
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg)
}

.sticker__sub,
.sticker__title {
    font-weight: 500
}

.sticker__title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px
}

.sticker__sub {
    line-height: 31px;
    font-size: 30px;
    color: #f5dd0a
}

.sticker--lg {
    width: 165px;
    height: 165px;
    padding: 40px 35px
}

.sticker--lg .sticker__title {
    font-size: 14px;
    line-height: 14px
}

.sticker--lg .sticker__sub {
    font-size: 24px;
    line-height: 24px
}

a.sticker:active,
a.sticker:focus,
a.sticker:hover {
    color: inherit;
    text-decoration: none
}

@-webkit-keyframes all {
    0% {
        opacity: .2
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .2
    }
}

@keyframes all {
    0% {
        opacity: .2
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .2
    }
}

.price_table_block,
.price_table_cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.price_table_block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.price_table_block.single .price_table {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.price_table_head {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.price_table_block .price_table:first-child,
.price_table_block .price_table:first-child .price_table_td {
    border: 0;
}

.price_table_block .price_table:first-child img {
    padding: 0 5px;
}

.price_table_col:first-child {
    border-right: 1px solid #fff
}

.price_table_col_head {
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    color: #e8d876;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 46px
}

.price_table,
.price_table_col_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center
}

.price_table {
    border: 1px solid #fff;
    margin-left: -1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.old_price_t {
    font-size: 14px;
    text-decoration: line-through
}

.price_table p {
    display: none
}

.price_table_col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sale_perc {
    color: #fff;
    font-size: 24px
}

.price_table_td {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #fff;
    height: 107px
}

.price_table_td br {
    display: none
}

.new_price_t {
    font-size: 30px;
    color: #e8d876
}

.price_table_block .price_table:first-child img {
    width: 75px;
}

.price_table_block .price_table:first-child .price_table_td:first-child img {
    width: 115px;
}

.price_table_block .price_table:first-child {
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px
}

.price_table {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px
}

@media (max-width:1050px) {
    .price_table_head {
        font-size: 12px;
    }
    .price_table {
        -ms-flex-preferred-size: 196px;
        flex-basis: 196px;
    }
}

@media (min-width:1070px) {
    .price_table_block {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .price_table_block.single {
        padding: 0 20px
    }
    .price_table_head {
        padding: 10px 5px
    }
}

.mob-price_table_block {
    display: none;
}

@media (max-width:567px) {
    .tablet-price_table_block {
        display: none;
    }
    .mob-price_table_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
    }
    .price_table {
        -ms-flex-preferred-size: 175px;
        flex-basis: 175px;
    }
    .price_table_head {
        padding: 10px 0;
    }
    .price_table_block .price_table:first-child {
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    }
}

.Form-block {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    color: #fff
}

.Form-block--left {
    max-width: 100%
}

.Form-block--transparent {
    background: hsla(0, 0%, 100%, .9);
    border-radius: 0;
    overflow: visible;
    color: #000
}

.Form {
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px;
    max-width: 100%
}

.Form-block--right {
    position: relative;
    overflow: hidden;
    float: right;
    width: 100%;
    min-height: 531px;
    margin-top: 55px;
    margin-bottom: 55px
}

.Form-block__item {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.Form-block__text {
    text-align: center;
    margin: 0;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 15px
}

.Form--wide {
    width: 470px
}

.Form-block__title {
    text-align: center;
    margin: 0;
    font-size: calc(1.2em + 1vw);
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 25px
}

.Form .input-group.date .input-group-addon {
    background-color: transparent;
    border: 0
}

.Form__secondary {
    margin-top: 5px;
    margin-bottom: 25px
}

.Form__secondary span {
    line-height: 16px;
    font-size: 14px
}

.Form__secondary a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: underline
}

@media (min-width:768px) {
    .Form-block--transparent .Form-block__title {
        font-size: 26px;
        line-height: 32px;
        font-weight: 400
    }
}

@media (min-width:940px) {
    .Form {
        max-width: 360px
    }
    .Form-block__text {
        display: inline-block;
        text-align: left
    }
    .Form-block__title {
        line-height: 54px;
        font-size: 48px;
        text-align: left
    }
}

@media (min-width:1070px) {
    .Form {
        width: 388px;
        max-width: 100%
    }
    .Form-block {
        padding: 40px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:1200px) {
    .Form-block {
        padding-left: 0;
        padding-right: 0
    }
    .Form-block--right {
        padding-left: 20px;
        padding-right: 20px
    }
}

.d-flex {
    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
}

@media (max-width:767px) {
    .only-desktop {
        display: none
    }
    .only-mobile {
        display: block
    }
}

@media (min-width:768px) {
    .only-mobile {
        display: none
    }
    .only-desktop {
        display: block
    }
}

@media (max-width:1054px) {
    .d-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:1070px) {
    .d-flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

body.crazy-room-page a.logo img {
    margin: 0 auto
}

body.crazy-room-page #heroSection .section-header {
    margin-bottom: 20px;
    text-align: center
}

body.crazy-room-page #sectionFotoMan .section-background {
    display: none
}

@media (max-width:991px) {
    body.crazy-room-page #heroSection .section-form-header,
    body.crazy-room-page #heroSection .section-form-header .Form-block__title {
        text-align: center!important
    }
}

@media (min-width:1200px) {
    body.crazy-room-page a.logo img {
        margin: 0;
        margin-left: auto
    }
    body.crazy-room-page #heroSection .section-header {
        text-align: right
    }
    body.crazy-room-page #sectionFotoMan .section-background {
        display: block
    }
    body.crazy-room-page #sectionFotoMan .Form-block {
        max-width: 70%
    }
}

.promotion-list {
    margin: 20px 0;
    padding: 0;
    list-style: none
}

@media (min-width:992px) {
    .promotion-list {
        margin: 40px 0 90px
    }
}

.promotion-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 3rem
}

.promotion-step {
    font-size: 50px;
    font-weight: 700;
    overflow: visible;
    line-height: 50px;
    white-space: nowrap;
    margin-right: 20px
}

.promotion-text {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0;
    font-size: 24px;
    font-size: 1.05em;
    line-height: 1.2;
    color: #515151;
    overflow: hidden
}

.promotion-text span {
    color: #aaa;
    font-size: 17px;
    line-height: 17px
}

.official-partner {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff
}

.official-partner__title {
    font-size: 1.75em;
    font-size: calc(1.35em + .5vw);
    line-height: 1
}

.official-partner__link {
    font-size: 13px;
    line-height: 13px;
    display: inline-block;
    margin-bottom: 15px;
    color: currentColor
}

.official-partner__link:hover {
    color: #fff
}

.promotions-page .site-header__action a {
    font-size: 16px;
    text-decoration: underline
}

@media (min-width:768px) {
    .promotions-page .site-header__action a {
        padding-left: 50px
    }
}

.under-form-text {
    margin-top: 20px;
    display: block;
    line-height: 22px;
    font-size: 14px;
}