@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff center center no-repeat
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.quantity-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    position: relative
}

.quantity-block img {
    width: 6px;
    height: 11px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.quantity-block input {
    width: 20px;
    text-align: center
}

.quantity-block button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 15px;
    height: 23px;
    background: #efe8e8
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.datepicker--cells {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.datepicker--cell.-focus- {
    background: #f0f0f0
}

.datepicker--cell.-current- {
    color: #4eb5e6
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, .1);
    color: #4a4a4a;
    border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 0 4px 4px 0
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef
}

.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name {
    color: #ff9a19;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--years {
    height: 170px
}

.datepicker--cells-years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    -webkit-transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
    z-index: 100
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px)
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px)
}

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    -webkit-transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 4px
}

.-only-timepicker- .datepicker--content {
    display: none
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2)
}

.datepicker--body {
    display: none
}

.datepicker--body.active {
    display: block
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.datepicker--nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action,
.datepicker--nav-title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker--nav-action:hover {
    background: #f0f0f0
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px
}

.datepicker--nav-title:hover {
    background: #f0f0f0
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: 0 0
}

.datepicker--buttons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef
}

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 32px
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.datepicker--time {
    border-top: 1px solid #efefef;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 4px;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -ms-flex: 0 1 138px;
    -webkit-box-flex: 0;
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -ms-flex: 0 1 153px;
    -webkit-box-flex: 0;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
    background: -o-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background: 0 0;
    cursor: pointer;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: 0
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -moz-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -ms-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    margin-top: -6px
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
    background: 0 0
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px)
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.datepicker--cells {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.datepicker--cell.-focus- {
    background: #f0f0f0
}

.datepicker--cell.-current- {
    color: #4eb5e6
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, .1);
    color: #4a4a4a;
    border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 0 4px 4px 0
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef
}

.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name {
    color: #ff9a19;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--years {
    height: 170px
}

.datepicker--cells-years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    -webkit-transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
    z-index: 100
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px)
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px)
}

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    -webkit-transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 4px
}

.-only-timepicker- .datepicker--content {
    display: none
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2)
}

.datepicker--body {
    display: none
}

.datepicker--body.active {
    display: block
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.datepicker--nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action,
.datepicker--nav-title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker--nav-action:hover {
    background: #f0f0f0
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px
}

.datepicker--nav-title:hover {
    background: #f0f0f0
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: 0 0
}

.datepicker--buttons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef
}

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 32px
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.datepicker--time {
    border-top: 1px solid #efefef;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 4px;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -ms-flex: 0 1 138px;
    -webkit-box-flex: 0;
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -ms-flex: 0 1 153px;
    -webkit-box-flex: 0;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
    background: -o-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background: 0 0;
    cursor: pointer;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: 0
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -moz-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -ms-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    margin-top: -6px
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
    background: 0 0
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px)
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.time-range {
    z-index: 2;
    max-width: 280px;
    width: 100%;
    text-align: center;
    padding: 10px 0 25px 0;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
    display: none
}

.time-range p {
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 25px;
    padding: 0 0 10px 0
}

.time-range .ui-slider-horizontal {
    height: 8px;
    background: #e6e6e6;
    border: 1px solid #c2c2c2;
    -webkit-box-shadow: 0 1px 0 #fff, 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff, 0 1px 0 #fff inset;
    clear: both;
    margin: 8px 0;
    border-radius: 6px
}

.time-range .ui-slider {
    position: relative;
    text-align: left
}

.time-range .ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%
}

.time-range .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: .7em;
    display: block;
    border-radius: 6px;
    background-size: 100%;
    background: #55612e
}

.time-range .ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #fff;
    background-size: 100%;
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, .6);
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, .6);
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.time-range .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    cursor: default;
    border: none;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, .6);
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, .6)
}

.time-range .ui-slider .ui-slider-handle:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
    background: #525151
}

.time-range .ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    margin-left: -.6em
}

.time-range .ui-slider a:focus {
    outline: 0
}

.time-range .slider-range-time {
    width: 90%;
    margin: 0 auto
}

.time-range .c-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

label {
    cursor: pointer
}

body,
html {
    margin: 0;
    padding: 0;
    line-height: 1.25;
    font-size: 14px
}

body {
    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;
    font-family: Merriweather, serif
}

label,
li,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
    font-weight: 400
}

a {
    text-decoration: none;
    outline: 0;
    color: #404040
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: #404040
}

input,
textarea {
    background-color: rgba(255, 255, 255, 0);
    outline: 0;
    text-decoration: none;
    border: none
}

img {
    max-width: 100%
}

:focus {
    outline: 0
}

button {
    background: 0 0;
    border: none;
    display: block
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px
    }
}

.slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%
}

.slick-dots li button {
    width: 15px;
    height: 15px
}

.slick-dots li button:before {
    display: none
}

.slick-next,
.slick-prev {
    z-index: 1
}

.slick-next:before,
.slick-prev:before {
    content: '';
    width: 25px;
    height: 50px;
    background: url(/img/settings/slick-arrow.svg);
    display: block;
    position: relative
}

.slick-prev:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.content-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.slick-slider {
    opacity: 0;
    visibility: hidden;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease
}

.slick-slider.slick-initialized {
    visibility: visible;
    opacity: 1
}

.form-group {
    margin-bottom: 0
}

.js-confirmation--timer {
    margin-bottom: 15px
}

.help-block {
    position: relative;
    bottom: 8px
}

.the-content {
    position: relative
}

.the-content__text {
    width: calc(100% - 30px);
    text-align: center;
    max-width: 600px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 0 auto 50px;
    border: 1px solid #efe8e8;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 40px rgba(0, 0, 0, .08)
}

.the-content__text .title {
    margin-bottom: 20px
}

.c-discount__text {
    margin-bottom: 15px
}

.delivery-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.delivery-bonus__old {
    margin: 10px 0;
    font-size: 12px;
    text-decoration: line-through
}

.c-discount .checkbox__nesting:before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    background: #fff;
    border: 1px solid #000;
    cursor: pointer;
    -ms-flex-preferred-size: 15px;
    flex-basis: 15px;
    margin-right: 10px;
    color: #fff;
    line-height: 15px;
    font-weight: 700
}

.c-discount .checkbox__nesting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-discount .c-check:checked+.checkbox__nesting:before {
    content: '✓'
}

.select2-container--krajee .select2-dropdown {
    border: none
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected],
.select2-container--krajee .select2-results__option[aria-selected=true] {
    background: #fff !important;
    color: #000 !important
}

.select2-container--krajee .select2-results__group {
    border-bottom: none !important
}

.select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    display: none
}

.select2:before {
    content: '';
    display: block;
    height: 16px;
    width: 7px;
    background: url(/img/blocks/c-filters/arrow.svg) top/cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    right: 15px;
    border: none;
    margin: 0
}

.select2.select2-container.select2-container--krajee.select2-container--below.select2-container--focus.select2-container--open:before {
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
}

.select2-results__option {
    padding: 16px 0 !important;
    border-bottom: .5px solid #efe8e8
}

.select2-results__option {
    padding: 15px !important
}

.select2-container--krajee li.select2-results__option {
    background: #fff !important
}

.select2-container--krajee .select2-results__group {
    border-top: none !important
}

.pagination {
    padding: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 0
}

.pagination .prev {
    display: none
}

.pagination .next {
    display: none
}

.pagination li {
    position: relative;
    width: 33px;
    height: 33px
}

.pagination li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    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-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.h-image-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.h-d-b {
    display: block
}

.h-ff-primary {
    font-family: Merriweather, serif
}

.h-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.h-jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.h-jc-fe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.h-jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.h-ai-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.h-fd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.h-fsz-1 {
    font-size: 12px
}

.h-fsz-2 {
    font-size: 14px
}

.h-fsz-3 {
    font-size: 16px
}

.h-fsz-4 {
    font-size: 18px
}

.h-fw-300 {
    font-weight: 300
}

.h-fw-normal {
    font-weight: 400
}

.h-fw-bold {
    font-weight: 700
}

.h-mb-0 {
    margin-bottom: 0 !important
}

.h-ta-c {
    text-align: center
}

.h-ta-l {
    text-align: left
}

.h-td-u {
    text-decoration: underline
}

.h-p-r {
    position: relative
}

.c-menu__item {
    margin-right: 25px
}

.c-menu__item:last-child {
    margin-right: 0
}

.c-menu__ancor {
    font-size: 14px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.c-messangers {
    line-height: 20px
}

.c-messangers__item {
    margin-left: 10px
}

.c-messangers__item:first-child {
    margin-left: 0
}

.c-like__ancor {
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    display: block
}

.c-dropdown {
    position: relative
}

.c-dropdown:hover {
    background: #fff
}

.c-dropdown--height-primary {
    height: 65px;
    line-height: 65px
}

.c-dropdown--px-primary {
    padding: 0 25px
}

.c-dropdown__title {
    padding: 0 18px;
    position: relative;
    height: 100%;
    cursor: pointer;
    background: 0 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.c-dropdown__title-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 4px
}

.c-dropdown__list {
    position: absolute;
    width: 300px;
    z-index: 2
}

.c-dropdown.stock {
    background: #d25c59;
    border-bottom: 5px solid #c4322e
}

.c-dropdown.stock:hover {
    border-bottom: 5px solid #000
}

.c-bell {
    line-height: 2
}

.c-bell__title {
    line-height: 1.3
}

.c-bell__number {
    font-size: 18px
}

.c-list__item {
    line-height: 1.8
}

.c-list__text {
    line-height: 1
}

.c-list__icon {
    margin-right: 5px
}

.c-list__icon svg {
    width: 22px;
    height: 22px
}

.c-title {
    text-align: center;
    margin-bottom: 45px;
    font-size: 30px;
    display: block;
    line-height: 1.2
}

.c-title--primary-text-align {
    text-align: left
}

.c-title--primary-size {
    font-size: 30px
}

.c-title--secondary-mb {
    margin-bottom: 80px
}

.c-title--tertiary-mb {
    margin-bottom: 25px
}

@media screen and (max-width:768px) {
    .c-title {
        font-size: 40px;
        margin-bottom: 25px
    }

    .c-title--primary-size {
        font-size: 26px
    }

    .c-title--secondary-mb {
        margin-bottom: 45px
    }
}

.c-card {
    width: calc(100% / 3);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-card__tags {
    position: absolute;
    right: 10px;
    top: 70px
}

.c-card__tags ul {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.c-card__tags li {
    padding: 3px;
    background: #eb5757;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 5px;
    min-width: 50px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff
}

.c-card .product__price-sale {
    font-size: 16px;
    text-decoration: line-through
}

.c-card__height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-card__like {
    cursor: pointer;
    z-index: 2;
    height: 28px
}

.c-card__to-product {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer
}

.c-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    font-size: 9px;
    min-height: 394px;
    position: relative;
    overflow: hidden
}

.c-card__top .h-image-cover {
    z-index: -1;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top
}

.c-card__info {
    display: none;
    min-height: 74px;
    padding: 10px;
    font-size: 13px;
    width: calc(100% - 40px);
    position: absolute;
    bottom: 20px
}

.c-card__info p {
    position: relative;
    z-index: 1
}

.c-card__info span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .65;
    z-index: -1
}

.c-card__size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 45px;
    font-size: 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px;
    position: relative;
    left: 10px;
    bottom: 10px
}

.c-card__size img {
    display: initial;
    margin-right: 5px
}

.c-card .c-button {
    z-index: 2
}

.c-card__width {
    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;
    margin-right: 5px;
    position: relative;
    top: 20px
}

.c-card .h-image-cover {
    -webkit-transition: all ease 3s;
    -o-transition: all ease 3s;
    transition: all ease 3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.c-card:hover {
    -webkit-box-shadow: 0 2px 70px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 70px rgba(0, 0, 0, .3)
}

.c-card:hover .c-card__info {
    display: block
}

.c-card:hover .h-image-cover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.c-card__bottom {
    padding: 20px;
    min-height: 165px;
    text-align: center;
    z-index: 2;
    position: relative
}

.c-card__title {
    font-size: 14px;
    margin-bottom: 15px
}

.c-card__price {
    font-size: 24px;
    margin-bottom: 25px
}

@media screen and (max-width:992px) {
    .c-card {
        width: 50%
    }
}

@media screen and (max-width:768px) {
    .c-card {
        width: 50%;
        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: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .c-card__tags {
        right: 0;
        top: 55px
    }

    .c-card:hover .c-card__info {
        display: none
    }

    .c-card__img img {
        width: 200px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .c-card__top {
        min-height: 180px;
        padding: 10px;
        overflow: hidden
    }

    .c-card__price {
        margin-bottom: 10px
    }

    .c-card__bottom {
        min-height: auto
    }

    .c-card .c-button {
        width: 90%
    }
}

.c-button {
    cursor: pointer;
    display: block;
    max-width: 250px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    background: 0 0
}

.c-button--primary:hover {
    color: #fff;
    text-decoration: none
}

.c-button--primary-type {
    color: #fff;
    text-decoration: none
}

.c-button--primary-height {
    height: 50px;
    line-height: 50px
}

.c-button--primary-width {
    max-width: 280px
}

.c-button .old-price-value {
    font-size: 13px;
    text-decoration: line-through;
    margin-right: 3px
}

@media screen and (max-width:992px) {
    .c-button {
        font-size: 14px
    }
}

.c-advantages {
    height: 300px;
    width: 325px;
    margin-bottom: 20px;
    position: relative;
    padding: 0 25px
}

.c-advantages p {
    position: relative;
    font-size: 14px;
    top: 175px;
    font-weight: 300;
    line-height: 20px
}

.c-advantages--primary-width {
    width: 490px
}

@media (max-width:1200px) {
    .c-advantages {
        margin: 10px
    }
}

@media (max-width:768px) {
    .c-advantages {
        height: 220px;
        width: 100% !important;
        margin: 0 0 15px
    }

    .c-advantages p {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.c-form-control {
    height: 50px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 15px
}

.c-form-control__error {
    display: none;
    margin-bottom: 10px
}

.c-form-control.error+.c-form-control__error {
    display: block
}

.c-form-control--textarea {
    height: 115px;
    resize: none
}

.c-form-control--primary-width {
    max-width: 135px
}

.c-form-control__icon {
    position: absolute;
    left: 15px;
    top: 15px;
    height: 20px
}

.c-form-control__with-icon {
    position: relative
}

.c-form-control__with-icon .c-form-control {
    padding-left: 45px
}

input[type=checkbox] {
    display: none
}

.c-check {
    display: none
}

.c-check__wrap p {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 8px
}

.c-check__label {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box
}

.c-check__label a {
    text-decoration: underline
}

.c-check+label::before {
    content: "";
    display: inline-block;
    height: 15px;
    min-width: 15px;
    cursor: pointer;
    -ms-flex-preferred-size: 15px;
    flex-basis: 15px;
    margin-right: 10px;
    line-height: 15px;
    font-weight: 700
}

.c-check:checked+label::before {
    content: '✓'
}

@media screen and (max-width:1200px) {
    .c-check__label {
        margin: 0 auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .c-check__label p {
        width: calc(100% - 25px)
    }
}

.c-radio {
    display: none
}

.c-radio-circle {
    background: #fff;
    border: 1px solid #e2dede;
    min-width: 18px;
    height: 18px;
    border-radius: 100%;
    margin-right: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    display: block
}

.c-radio-circle:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.c-radio__wrap p {
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 9px
}

.c-radio__wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-radio__wrap li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 135px;
    margin-bottom: 10px
}

.c-radio+label {
    font-weight: 300;
    font-size: 14px;
    position: relative;
    padding-left: 25px
}

.c-radio+label span {
    display: block;
    margin-top: 5px
}

.js-order--check-delivery>span:last-child {
    position: relative;
    right: 10px
}

@media screen and (max-width:1200px) {
    .c-radio__wrap ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .c-radio__wrap ul li {
        margin-right: 15px
    }

    .c-check__label {
        margin: 0 auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.c-ask {
    color: #fff;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 10;
    display: none;
    right: 50px
}

.c-ask__button {
    cursor: pointer;
    width: 187px;
    height: 50px;
    line-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-ask__button img {
    margin-right: 10px
}

.c-ask__button p {
    color: #fff
}

.c-ask__count {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    position: absolute;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-ask__info {
    width: 300px;
    height: 80px;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 15px rgba(0, 0, 0, .08);
    border-radius: 2px;
    position: absolute;
    top: -95px;
    left: -110px;
    padding: 18px 23px
}

.c-ask__info__close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px
}

.c-ask__info:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    bottom: -8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px
}

@media screen and (max-width:768px) {
    .c-ask {
        right: 5px;
        bottom: 5px
    }

    .c-ask__button {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 12px
    }

    .c-ask__info {
        display: none
    }

    .c-ask__count {
        display: none
    }
}

.c-up-btn {
    width: 50px;
    height: 60px;
    position: relative;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    left: 15px;
    display: none;
    z-index: 10
}

.c-up-btn svg {
    content: '';
    display: block;
    width: 16px;
    height: 31px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%
}

.c-up-btn:hover {
    border: none
}

.c-up-btn:hover path {
    fill: #fff
}

.c-breadcrumb {
    margin-bottom: 30px
}

.c-breadcrumb--primary-mb {
    margin-bottom: 50px
}

.c-breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-breadcrumb ul li {
    margin-right: 20px;
    position: relative
}

.c-breadcrumb ul li:after {
    content: '';
    width: 5px;
    height: 10px;
    background: url(img/blocks/c-breadcrumb/arrow.svg);
    display: block;
    right: -13px;
    top: 5px;
    position: absolute
}

.c-breadcrumb ul li:last-child:after {
    display: none
}

@media screen and (max-width:768px) {
    .c-breadcrumb {
        margin-bottom: 25px
    }
}

.c-product-slider {
    margin-bottom: 25px;
    max-width: 651px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-product-slider__item {
    position: relative
}

.c-product-slider__block {
    width: 100%;
    display: block;
    height: 560px;
    max-width: 560px;
    position: relative
}

.c-product-slider__nav-block {
    width: 80px;
    height: 80px;
    position: relative;
    margin-bottom: 3px
}

.c-product-slider .slider-nav {
    margin-right: 10px;
    min-width: 80px !important;
    max-width: 80px;
    opacity: 0
}

.c-product-slider .slider-nav.slick-initialized {
    opacity: 1
}

.c-product-slider .slick-dots {
    bottom: 40px
}

.c-product-slider .slider-for {
    width: 100%
}

.c-product-slider .slider-for.slick-slider .c-product-slider__block {
    opacity: 0
}

.c-product-slider .slider-for.slick-initialized {
    opacity: 1
}

.c-product-slider .slider-for.slick-initialized .c-product-slider__block {
    opacity: 1
}

.c-product-slider .slider-for .slick-list {
    overflow: visible
}

.c-product-slider .slider-for.big {
    width: 651px;
    max-width: 100%
}

.c-product-slider .slider-for.big .c-product-slider__block {
    opacity: 1;
    width: 100%
}

@media screen and (max-width:768px) {
    .c-product-slider .slider-for.big {
        width: 100%;
        max-width: 651px
    }
}

.c-product-dropdown__body {
    display: none;
    overflow: hidden
}

.c-product-dropdown__list {
    margin-bottom: 30px
}

.c-product-dropdown__list h3 {
    margin-bottom: 15px
}

.c-product-dropdown__list h4 {
    font-size: 14px
}

.c-product-dropdown__list li {
    font-size: 14px;
    font-weight: 300
}

.c-product-dropdown__list p {
    font-weight: 300;
    margin-bottom: 10px
}

.c-product-dropdown__list .slick-next:before,
.c-product-dropdown__list .slick-prev:before {
    background: #000;
    width: 14px;
    height: 27px;
    background: url(img/blocks/c-product-dropdown/slider-arrow.svg)
}

.c-product-dropdown__card {
    width: 80px;
    margin-right: 10px;
    float: left;
    cursor: pointer
}

.c-product-dropdown__card-img {
    margin-bottom: 5px
}

.c-product-dropdown__title {
    cursor: pointer;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.c-product-dropdown__title.active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-product-dropdown__title:before {
    content: '';
    width: 10px;
    height: 5px;
    display: block;
    background: url(/img/blocks/c-product-dropdown/dropdown-arrow.svg);
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.c-product-dropdown__slider {
    min-height: 125px;
    max-width: 500px;
    width: 100%
}

.c-product-dropdown__slider.slick-slider {
    opacity: 0
}

.c-product-dropdown__slider.slick-initialized {
    opacity: 1
}

.c-product-dropdown__slider p {
    margin-bottom: 0
}

.c-product-dropdown__slider .slick-next {
    right: -25px
}

.c-product-dropdown__slider .slick-prev {
    left: -25px
}

@media screen and (max-width:576px) {
    .c-product-dropdown__slider {
        width: 100%;
        margin: 0
    }
}

.c-settings-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 37px;
    line-height: 37px;
    cursor: pointer;
    margin-bottom: 7px;
    position: relative
}

.c-settings-btn__ic {
    width: 35px;
    text-align: center
}

.c-settings-btn--2 {
    width: 37px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 5px
}

.c-process {
    margin-bottom: 60px;
    position: relative
}

.c-process:before {
    content: '';
    width: calc(100% - 125px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    display: block;
    position: absolute;
    top: 25px
}

.c-process__item {
    max-width: 150px;
    width: 100%;
    text-align: center
}

.c-process__item-done .c-process__num {
    color: #fff;
    border: none
}

.c-process__num {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #000;
    margin: 0 auto 10px;
    background: #fff;
    position: relative;
    z-index: 1
}

@media screen and (max-width:768px) {
    .c-process__item p {
        display: none
    }
}

.c-order {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 120px
}

.c-order .c-check__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.c-order-product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 40px rgba(0, 0, 0, .08);
    border-radius: 8px;
    max-width: 420px;
    width: 100%;
    padding: 40px;
    margin-bottom: 50px
}

.c-order-product__top {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative
}

.c-order-product__img {
    width: 120px;
    height: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin-bottom: 5px
}

.c-order-product__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 200px
}

.c-order-product__extra p {
    margin-bottom: 10px
}

.c-order-product__extra .c-title {
    font-size: 20px;
    margin-bottom: 10px
}

.c-order-product__delete button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.c-order-product__delete button svg {
    margin-right: 5px;
    position: absolute;
    left: -15px
}

.c-order-product .quantity-block {
    position: relative;
    right: 10px
}

.c-order-product .quantity-block button {
    background: 0 0
}

.c-order-product__more {
    cursor: pointer;
    margin-bottom: 30px;
    display: none
}

.c-order-product__more p {
    position: relative;
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px
}

.c-order-product__more p:before {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    background: url(/img/blocks/c-order-product/more.svg);
    position: absolute;
    right: -20px;
    top: 11px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.c-order-product__more.active p:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-order-product__info {
    padding-bottom: 5px;
    margin-bottom: 20px
}

.c-order-product__info p {
    margin-bottom: 15px
}

.c-order-product__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px
}

.c-order-product__total p {
    font-weight: 700
}

.c-order-product__promo-form {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-order-product__promo-form .c-button {
    min-width: 140px;
    max-width: 140px;
    margin-left: 10px;
    text-decoration: none
}

.c-order-product__promo-form .c-button:hover {
    color: #fff
}

.c-order-product__promo-success {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-order-product__promo-success p {
    font-weight: 700;
    font-size: 14px
}

.c-order-product__promo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-order-product__promo button {
    text-decoration: underline
}

.c-order-product__ex {
    line-height: 30px
}

.c-order-forms {
    max-width: 700px;
    width: 100%;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 40px rgba(0, 0, 0, .08);
    border-radius: 8px;
    padding: 40px 20px
}

.c-order-forms__payment li {
    margin-right: 10px
}

.c-order-forms__payment-mobile {
    display: none
}

.c-order-forms__payment-descktop {
    display: block
}

.c-order-forms__wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.c-order-forms__wrap .c-button {
    margin-bottom: 20px;
    color: #fff
}

.c-order-forms__part {
    width: calc(50% - 10px);
    padding: 20px
}

.c-order-forms__date {
    height: 170px;
    width: 280px;
    margin: 0 auto 30px
}

.c-order-forms__first-form {
    margin-bottom: 30px
}

.c-order-forms__first-form .c-form-control--textarea {
    margin-bottom: 0
}

.c-order-forms__first-form .c-filters__item {
    margin-bottom: 15px
}

.c-order-forms .c-select {
    width: 100%;
    margin-bottom: 15px
}

.c-order-forms .c-select .ss-single-selected {
    border-right: none !important;
    background: #fff;
    border-radius: 4px !important
}

.c-order-forms .select2-container--krajee .select2-selection--single {
    height: 50px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
    background: #fff;
    font-size: 14px;
    padding: 15px
}

.select2-search {
    display: none !important
}

.select2-selection__arrow {
    border: none !important;
    height: 50px !important
}

.select2-selection {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.select2-results__group {
    background: #fff !important
}

@media screen and (max-width:1200px) {
    .c-order {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .c-order-product {
        max-width: 100%
    }

    .c-order-forms {
        max-width: 100%
    }

    .c-order-forms .c-radio__wrap ul li {
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    .c-order {
        margin-bottom: 30px
    }

    .c-order-forms {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px
    }

    .c-order-forms__part {
        width: 100%
    }

    .c-order-forms__date {
        height: auto
    }

    .c-order-forms__payment {
        margin-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .c-order-forms__payment li {
        width: calc(100% / 3);
        height: 50px;
        line-height: 50px;
        text-align: center;
        position: relative
    }

    .c-order-forms__payment li img {
        height: 20px
    }

    .c-order-forms__payment-mobile {
        display: block
    }

    .c-order-forms__payment-descktop {
        display: none
    }

    .c-order-forms__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-order-forms .c-filters__item {
        line-height: 50px;
        height: 50px
    }

    .c-order-product {
        padding: 40px 20px
    }

    .c-order-product__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .c-order-product__more {
        display: block
    }

    .c-order-product__bottom {
        display: none
    }

    .c-order-product__img {
        width: 100px;
        height: 100px;
        margin-right: 10px
    }

    .c-order-product__num {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.c-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-extra__item {
    width: 195px;
    text-align: center;
    padding: 15px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-extra__item p {
    margin-bottom: 15px;
    min-height: 35px
}

.c-extra__item span {
    display: block;
    margin-bottom: 10px;
    font-size: 24px
}

.c-extra__img {
    height: 165px;
    margin-bottom: 10px;
    position: relative
}

@media screen and (max-width:1200px) {
    .c-extra__item {
        width: calc(20% - 5px);
        margin: 0 2.5px 5px;
        padding: 0
    }
}

@media screen and (max-width:992px) {
    .c-extra__img {
        height: 130px
    }
}

@media screen and (max-width:768px) {
    .c-extra__img {
        height: 100px
    }

    .c-extra__item {
        width: calc(25% - 4px);
        margin: 0 2px 4px;
        min-height: 220px
    }

    .c-extra__item p {
        padding-left: 5px;
        text-align: left;
        word-wrap: break-word;
        font-size: 12px
    }

    .c-extra__item span {
        text-align: center;
        font-size: 14px
    }

    .c-extra__item .c-button {
        font-size: 14px
    }
}

.c-town {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-right: 10px
}

.c-town__title {
    cursor: pointer;
    width: auto;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    position: relative;
    padding-left: 35px;
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center
}

.c-town__title:after {
    content: '';
    width: 24px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    background: url(img/blocks/c-town/baloon.svg) no-repeat center;
    left: 0
}

.c-town__dropdown {
    display: none;
    z-index: 1;
    width: 300px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    padding: 20px;
    position: absolute;
    top: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.c-town__dropdown-search {
    margin-bottom: 30px
}

.c-town__dropdown-search:before {
    content: '';
    display: block;
    width: 20px;
    height: 50px;
    background: url(img/blocks/c-town/search.svg) no-repeat center;
    right: 30px;
    position: absolute
}

.c-town__dropdown ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.c-town__dropdown li {
    display: block;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    padding: 8px 0
}

.c-currency {
    position: relative
}

.c-currency__title {
    height: 45px;
    line-height: 45px;
    padding: 0 30px 0 15px;
    position: relative;
    cursor: pointer
}

.c-currency__title:before {
    content: '';
    display: block;
    width: 9px;
    height: 5px;
    background: url(/img/blocks/c-currency/arrow.svg);
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transition: translateY(-50%);
    -o-transition: translateY(-50%);
    transition: translateY(-50%)
}

.c-currency__dropdown {
    content: '';
    display: none;
    border-radius: 0 0 2px 2px;
    text-align: center;
    position: absolute;
    top: 46px;
    right: 0;
    left: 0;
    z-index: 10000
}

.c-currency__dropdown a {
    display: block;
    padding: 8px 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.c-mobile-menu__dropdown {
    display: none;
    padding: 25px;
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    z-index: 110;
    top: 150px
}

.c-mobile-menu__dropdown .c-filters__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-mobile-menu__dropdown .c-filters__item {
    height: 60px;
    line-height: 60px;
    width: 100%;
    border-right: 0;
    background: #fff;
    padding: 8px 0
}

.c-mobile-menu__dropdown .c-currency {
    border: none
}

.c-mobile-menu__dropdown .c-filters__wrap {
    margin-bottom: 40px;
    font-size: 16px
}

.c-mobile-menu__burger {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    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
}

.c-mobile-menu__list li {
    margin-bottom: 40px
}

.c-mobile-menu__list li:last-child {
    margin-bottom: 0
}

.c-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    cursor: pointer
}

.c-login__icon {
    margin-right: 5px
}

.c-nav-icon {
    width: 23px;
    position: relative;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: 5px
}

.c-nav-icon span {
    display: block;
    margin-bottom: 4px;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.c-nav-icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.c-nav-icon span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.c-nav-icon span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.c-nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px
}

.c-nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0
}

.c-nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px
}

.c-text-with-icon {
    padding-left: 30px;
    position: relative
}

.c-text-with-icon:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0
}

.c-popup {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    margin-bottom: 5px
}

.c-popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer
}

.c-popup__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5
}

.c-popup__body {
    position: absolute;
    z-index: 2;
    width: 90%;
    max-width: 740px;
    background: url(img/blocks/c-login/img.jpg);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px 0 70px;
    color: #000;
    line-height: 22px
}

.c-popup__body h4 {
    margin-bottom: 20px
}

.c-popup__body .c-form-control__wrap {
    position: relative
}

.c-popup__body .c-form-control__wrap .c-form-control__restore {
    font-family: Roboto;
    position: absolute;
    top: 15px;
    text-decoration: none;
    right: 15px;
    cursor: pointer
}

.c-popup form {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px
}

.c-popup .c-button {
    max-width: 100%;
    margin-bottom: 20px;
    color: #404040
}

.c-popup .c-button:hover {
    color: #fff
}

.c-popup a {
    text-decoration: underline
}

.c-popup__quick strong {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 40px
}

.c-popup__quick .c-button {
    margin-top: 30px;
    margin-bottom: 0;
    color: #fff
}

.c-popup__multi-city {
    text-align: center
}

.c-popup__multi-city .c-popup__body {
    padding-top: 65px;
    background: #fff;
    min-height: 340px;
    max-width: 580px
}

.c-popup__multi-city .c-popup__body span {
    font-size: 16px
}

.c-popup__multi-city .c-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
    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
}

.c-popup__multi-city .c-title svg {
    margin-right: 10px
}

.c-popup__multi-city a {
    display: block;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 20px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    font-weight: 700;
    opacity: .5
}

.c-popup__multi-city a:hover {
    opacity: 1
}

.c-popup__multi-city a:last-child {
    margin-bottom: 0
}

.c-popup__order .c-popup__body {
    text-align: center;
    background: #fff;
    padding: 45px 15px;
    max-width: 660px
}

.c-popup__order .c-popup__title {
    max-width: 400px;
    margin: 0 auto 25px
}

.c-popup__order .c-form-control {
    max-width: 420px
}

.c-popup__order .c-button {
    color: #fff;
    max-width: 420px;
    margin-bottom: 0
}

.c-popup__order span {
    font-size: 18px;
    margin-bottom: 15px;
    display: block
}

.c-popup__order p {
    font-weight: 300
}

.c-filters {
    margin-bottom: 35px !important
}

.c-filters__body .c-filters__item {
    width: 100%
}

.c-filters__body .c-filters__item:last-child {
    border-right: none
}

.c-filters__body .placeholder .ss-disabled {
    color: #666 !important
}

.c-filters__counter {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 15px;
    font-size: 12px;
    text-align: center
}

.c-filters .c-filters__item {
    border-right: none
}

.c-filters--secondary-mb {
    margin-bottom: 30px
}

.c-filters__wrap {
    border-radius: 2px
}

.c-filters__body {
    display: block
}

.c-filters__mobile {
    display: none;
    font-family: Roboto, sans-serif;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 15px;
    position: relative;
    cursor: pointer
}

.c-filters__mobile::after {
    content: '';
    display: block;
    height: 16px;
    width: 7px;
    background: url(/img/blocks/c-filters/arrow.svg) top/cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    right: 15px;
    z-index: 3
}

.c-filters__mobile>p {
    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
}

.c-filters__mobile.active::after {
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
    z-index: 5
}

.c-filters__dropdown {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    border-radius: 2px 0 0 2px;
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px;
    line-height: 16px;
    display: none;
    z-index: 3;
    top: calc(100% + 2px)
}

.c-filters__dropdown a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-filters__dropdown li {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.c-filters__dropdown li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.c-filters__item {
    height: 50px;
    line-height: 50px;
    width: 200px;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.c-filters__item.c-filters__missing-dropdown {
    cursor: initial
}

.c-filters__item.c-filters__missing-dropdown:after {
    display: none
}

.c-filters__item p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.c-filters__item.two-col ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: 0;
    left: auto
}

.c-filters__item.two-col ul li {
    width: 200px
}

.c-filters__item.three-col ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    left: -110px
}

.c-filters__item.three-col ul li {
    width: 200px
}

.c-filters__item.active:after {
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
}

.c-filters__item:last-child {
    border-right: none
}

.c-filters__item--primary-size {
    width: 290px
}

.c-filters__item--secondary-size {
    width: 100%
}

.c-filters__item::after {
    content: '';
    display: block;
    height: 16px;
    width: 7px;
    background: url(/img/blocks/c-filters/arrow.svg) top/cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    right: 15px
}

.c-filters__item--primary-type {
    border: none;
    width: auto !important;
    border-right: none !important
}

.c-filters__item--primary-type:after {
    right: 0
}

@media screen and (max-width:768px) {
    .c-filters {
        margin-bottom: 30px !important
    }

    .c-filters__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s
    }

    .c-filters__flex .c-filters__container {
        width: 48%
    }

    .c-filters__flex.active {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-filters__flex.active .c-filters__container {
        width: 100%
    }

    .c-filters__body .c-filters__item {
        border-right: none !important;
        width: 100% !important
    }

    .c-filters .main-filter .c-filters__wrap .c-filters__item .c-filters__dropdown {
        right: 0;
        left: 0;
        -webkit-column-count: auto !important;
        -moz-column-count: auto !important;
        column-count: auto !important;
        width: 100% !important;
        height: 300px;
        overflow: auto
    }

    .c-filters .main-filter .c-filters__wrap .c-filters__item .c-filters__dropdown li {
        width: 100% !important
    }

    .c-filters__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .c-filters__body {
        display: none
    }

    .c-filters__body.active {
        display: block
    }

    .c-filters__container {
        margin-bottom: 10px
    }

    .c-filters__mobile {
        display: block
    }

    .c-filters__item {
        width: 100%;
        border-right: none
    }

    .c-filters__item:last-child {
        border-bottom: none
    }

    .c-filters__item--primary-type:after {
        right: 15px
    }
}

.c-personal-area {
    width: calc(100% - 270px);
    border: 1px solid #000;
    padding: 40px;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 40px rgba(0, 0, 0, .08);
    border-radius: 8px
}

.c-personal-area h2 {
    font-size: 30px;
    margin-bottom: 60px;
    font-family: Merriweather, sans-serif
}

.c-personal-area__form {
    padding: 30px 0
}

.c-personal-area__form:first-child {
    padding-top: 0
}

.c-personal-area__form:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.c-personal-area__form-wrap {
    width: 100%;
    max-width: 280px
}

.c-personal-area__form-wrap h3 {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 20px
}

@media screen and (max-width:1200px) {
    .c-personal-area {
        width: 100%
    }
}

.c-history__title {
    font-size: 22px;
    margin-bottom: 30px
}

.c-history__row {
    height: 150px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-history__mark {
    width: 5%;
    position: relative;
    cursor: pointer
}

.c-history__mark-prompt {
    position: absolute;
    width: 284px;
    height: 80px;
    border-radius: 4px;
    font-size: 18px;
    top: 65px;
    left: -10px;
    padding: 15px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    display: none
}

.c-history__mark:hover .c-history__mark-prompt {
    display: block
}

.c-history__mark:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.c-history__number {
    width: 20%
}

.c-history__img {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-history__img-container {
    min-width: 50px;
    width: 50px;
    height: 50px;
    margin-right: 8px
}

.c-history__img-more {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .02em
}

.c-history__date {
    width: 20%
}

.c-history__price {
    width: 20%
}

.c-history__button {
    width: 15%;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    letter-spacing: .06em
}

.c-history__nav-item {
    font-size: 22px;
    padding-bottom: 20px
}

.c-history__nav-item:nth-child(1) {
    width: 5%
}

.c-history__nav-item:nth-child(2) {
    width: 20%
}

.c-history__nav-item:nth-child(3) {
    width: 20%
}

.c-history__nav-item:nth-child(4) {
    width: 20%;
    font-weight: 300
}

.c-history__nav-item:nth-child(5) {
    width: 20%;
    font-weight: 300
}

.c-history__nav-item:nth-child(6) {
    width: 15%
}

.c-history__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px
}

.c-history__item:nth-child(1) {
    width: 5%
}

.c-history__item:nth-child(2) {
    width: 20%
}

.c-history__item:nth-child(3) {
    width: 20%
}

.c-history__item:nth-child(4) {
    width: 20%;
    font-weight: 300
}

.c-history__item:nth-child(5) {
    width: 20%;
    font-weight: 300
}

.c-history__item:nth-child(6) {
    width: 15%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:1200px) {
    .c-history__nav {
        display: none
    }

    .c-history__row {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .c-history__item {
        height: auto;
        width: 100% !important;
        min-height: 30px
    }

    .c-history__mark {
        grid-column: 1/2;
        gtid-row: 1/2
    }

    .c-history__mark:before {
        left: 25px
    }

    .c-history__number {
        grid-column: 2/3;
        gtid-row: 1/2
    }

    .c-history__date {
        grid-column: 3/4;
        gtid-row: 1/2
    }

    .c-history__img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-bottom: 10px;
        grid-column: 1/3;
        grid-row: 2/4
    }

    .c-history__img-container {
        min-width: 100px;
        width: 100px;
        height: 100px;
        margin-right: 0;
        margin-bottom: 15px
    }

    .c-history__button {
        height: 35px;
        font-size: 16px;
        line-height: 35px;
        text-align: center;
        letter-spacing: .06em;
        -ms-flex-item-align: end;
        align-self: end
    }

    .c-history__row {
        display: grid;
        grid-template-columns: 30% 25% 45%;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        justify-items: stretch;
        margin-bottom: 60px
    }
}

.c-search {
    position: relative;
    cursor: pointer;
    z-index: 1000
}

.c-search__title {
    width: 70px;
    text-align: center;
    cursor: pointer
}

.c-search__input {
    display: none;
    position: fixed;
    right: 0;
    z-index: 6;
    left: 0;
    top: 70px
}

.c-search__input-wrap {
    position: relative;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px
}

.c-search__input-ic {
    position: absolute;
    left: 15px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    z-index: 1
}

.c-search__input-ic svg {
    width: 21px;
    height: 21px
}

.c-search .c-form-control {
    padding-left: 45px;
    margin-bottom: 0;
    position: absolute;
    top: 0
}

.c-search__shadow {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
    z-index: 5
}

@media screen and (max-width:1200px) {
    .c-search__input {
        top: 20px
    }
}

.c-select {
    width: 100%
}

.c-select:last-child .ss-multi-selected {
    border-right: 1px solid #dcdee2 !important
}

.c-select .ss-list::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 10px
}

.c-select .ss-list::-webkit-scrollbar {
    width: 10px;
    background-color: #fff
}

.c-select .ss-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #dcdee2
}

.c-select.ss-main .ss-multi-selected .ss-values .ss-disabled {
    color: inherit
}

.c-select__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-select:last-child .ss-single-selected {
    border-right: 1px solid #dcdee2 !important
}

.c-select .ss-single-selected {
    height: 50px;
    padding: 0 15px
}

.c-select .ss-multi-selected {
    height: 50px;
    padding: 0 25px
}

.c-select .ss-option:hover {
    background: 0 0 !important;
    color: #666 !important
}

.c-select .ss-option.ss-disabled:hover {
    color: #dedede !important
}

.c-select .ss-search {
    display: none
}

.c-select.ss-main .ss-single-selected {
    border-right: 1px solid #000;
    border-radius: 0
}

.c-select.ss-main .ss-multi-selected {
    position: relative;
    overflow: hidden;
    border-right: 1px solid #000;
    border-radius: 0
}

.c-select.ss-main .ss-multi-selected:before {
    content: '';
    z-index: 1;
    width: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute
}

.c-select.ss-main .ss-multi-selected .ss-values {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.c-select.ss-main .ss-multi-selected .ss-values .ss-value {
    width: inherit;
    background: #dcdee2;
    color: #000
}

.c-select.ss-main .ss-multi-selected .ss-add {
    z-index: 1;
    position: absolute;
    left: 5px;
    top: 10px
}

.c-select.ss-main .ss-single-selected .ss-arrow span {
    content: '';
    display: block;
    height: 16px;
    width: 7px;
    background: url(/img/blocks/c-filters/arrow.svg) top/cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    right: 15px;
    border: none;
    margin: 0
}

.c-select.ss-main .ss-single-selected .ss-arrow span.arrow-up {
    -webkit-transform: translateY(-50%) rotate(180deg) !important;
    -ms-transform: translateY(-50%) rotate(180deg) !important;
    transform: translateY(-50%) rotate(180deg) !important
}

.c-select .ss-option {
    padding: 16px 0 !important
}

.c-select .ss-list {
    padding: 15px
}

@media screen and (max-width:768px) {
    .c-select {
        width: 100%
    }

    .c-select__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-select--1-width {
        width: 100%
    }

    .c-select.ss-main .ss-multi-selected {
        border-right: none
    }
}

.c-extra-dop__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.preloader {
    position: relative;
    min-height: 30px
}

.preloader:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: block !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.preloader:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-animation: preloader .6s infinite linear;
    animation: preloader .6s infinite linear
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes preloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.s-header-top {
    border-bottom: .5px solid #e5e5e5
}

.s-header-top .stock {
    border: 1px dashed #c4322e;
    background: rgba(196, 50, 46, .1);
    border-radius: 4px;
    padding: 4px
}

.s-header-top .stock:hover {
    color: #404040
}

.s-header-top .c-messangers {
    margin-right: 45px
}

.s-header-top .c-currency {
    border-right: .5px solid #e5e5e5;
    border-left: none
}

.s-header-top .c-like {
    border-right: .5px solid #e5e5e5;
    border-left: .5px solid #e5e5e5
}

@media screen and (max-width:1200px) {
    .s-header-top {
        display: none
    }
}

.s-header-bottom {
    height: 105px;
    line-height: 105px;
    overflow: hidden
}

.s-header-bottom .c-logo {
    width: 150px;
    display: block;
    margin-right: 110px
}

.s-header-bottom .c-logo img {
    height: 100%
}

.s-header-bottom .c-bell {
    margin-right: 30px
}

.s-header-bottom .c-list {
    margin-right: 20px
}

.s-header-bottom .c-search {
    margin-right: 20px
}

.c-basket {
    position: relative;
    cursor: pointer
}

.c-basket__icon {
    margin-right: 5px
}

.c-basket__count {
    top: -17px;
    position: absolute;
    left: 4px;
    width: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:1200px) {
    .s-header-bottom {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 85px;
        line-height: 85px
    }

    .s-header-bottom .c-logo {
        width: 100px;
        height: auto;
        margin-right: 0
    }

    .s-header-bottom .c-bell {
        display: none
    }

    .s-header-bottom .c-list {
        display: none
    }

    .s-header-bottom .c-basket {
        position: relative
    }

    .s-header-bottom .c-basket__icon {
        margin-right: 5px
    }
}

.s-flower-nav {
    height: 65px;
    -webkit-box-shadow: 0 10px 40px rgba(36, 25, 28, .04);
    box-shadow: 0 10px 40px rgba(36, 25, 28, .04);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    margin-bottom: 20px
}

.s-flower-nav .container .c-dropdown-menu .c-dropdown:hover .c-dropdown__title {
    background: #fff
}

.s-flower-nav .container .c-dropdown-menu .c-dropdown:hover .c-dropdown__title a {
    color: #000
}

.s-flower-nav .container .c-dropdown-menu .c-dropdown:hover .c-dropdown__list {
    display: block
}

.s-flower-nav .c-dropdown .active {
    color: #404040;
    background: #fff
}

.s-flower-nav .c-dropdown__list {
    width: 300px;
    padding: 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    height: auto;
    line-height: 1.7;
    display: none;
    z-index: 10
}

.s-flower-nav .c-dropdown__list li {
    padding: 8px 0;
    border-bottom: .5px solid #efe8e8;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.s-flower-nav .c-dropdown:hover {
    background: 0 0
}

.s-flower-nav .c-dropdown__title a {
    height: 65px;
    display: block;
    color: #fff
}

.s-flower-nav__mobile {
    display: none
}

.s-flower-nav .c-form-control {
    padding-left: 45px
}

@media screen and (max-width:1200px) {
    .s-flower-nav .c-dropdown-menu {
        display: none
    }

    .s-flower-nav__mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative
    }

    .s-flower-nav__mobile .c-dropdown {
        width: 250px
    }

    .s-flower-nav__mobile .c-dropdown__title {
        font-family: Roboto;
        font-size: 18px
    }

    .s-flower-nav__mobile .c-dropdown__list {
        width: 100%;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .s-flower-nav__mobile .c-dropdown__list span {
        color: #7e7b7b;
        display: block;
        margin-bottom: 5px
    }

    .s-flower-nav__mobile .c-dropdown__list a {
        font-size: 18px;
        font-weight: 400
    }
}

@media screen and (max-width:768px) {
    .s-flower-nav {
        margin-bottom: 25px
    }
}

.our-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative
}

.our-products__wrap {
    position: relative;
    width: 100%;
    max-width: 795px
}

.our-products__preloader {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.our-products__slider {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 25px;
    position: relative;
    opacity: 0;
    margin-bottom: 0 !important;
    height: 401px
}

.our-products__slider .slick-dots {
    bottom: 50px
}

.our-products__slider.slick-initialized+.our-products__preloader {
    opacity: 0
}

.our-products__slider-text {
    position: absolute;
    right: 90px;
    top: 50%;
    margin-left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.our-products__slider-title {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 10px;
    font-family: Merriweather, serif;
    display: block
}

.our-products__slider-subtitle {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    margin-bottom: 30px
}

.our-products__slider-item {
    height: 401px;
    position: relative;
    overflow: hidden;
    border-radius: 6px
}

.our-products__slider-btn {
    display: block;
    width: 80px;
    height: 40px;
    color: #fff;
    -webkit-box-shadow: 0 18px 35px rgba(255, 159, 188, .35);
    box-shadow: 0 18px 35px rgba(255, 159, 188, .35);
    border-radius: 4px;
    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
}

.our-products__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 6px
}

.our-products__cards-ancor {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.our-products__cards-item {
    min-width: 350px;
    max-width: 350px;
    height: 188px;
    margin-bottom: 25px;
    border-radius: 6px;
    overflow: hidden;
    position: relative
}

.our-products__cards-item:last-child {
    margin-bottom: 0
}

.our-products__cards-btn {
    position: absolute;
    width: 172px;
    height: 38px;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 38px
}

.our-products__cards-btn:hover {
    color: #fff;
    text-decoration: none
}

@media screen and (max-width:1200px) {
    .our-products__cards {
        display: none
    }

    .our-products__slider {
        margin-right: 0;
        width: 100%
    }

    .our-products__wrap {
        max-width: 100%
    }
}

@media screen and (max-width:992px) {
    .our-products__slider-img img {
        width: auto
    }
}

@media screen and (max-width:768px) {
    .our-products {
        margin-bottom: 30px;
        margin-top: 10px
    }

    .our-productscards {
        display: none
    }

    .our-products__slider {
        width: 100%;
        height: 236px
    }

    .our-products__slider .slick-dots {
        bottom: 25px
    }

    .our-products__slider-title {
        margin-bottom: 5px;
        font-size: 32px
    }

    .our-products__slider-subtitle {
        margin-bottom: 20px;
        font-size: 18px
    }

    .our-products__slider-item {
        height: 236px
    }

    .our-products__slider-text {
        top: 40px;
        right: 25px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .our-products__slider-btn {
        width: 60px;
        height: 30px
    }
}

.s-card-list {
    margin-bottom: 120px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.s-card-list__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.s-card-list__slider {
    opacity: 0;
    margin-bottom: 40px
}

.s-card-list__slider.slick-dotted.slick-slider {
    margin-bottom: 40px
}

.s-card-list .c-settings-btn {
    min-width: 250px;
    height: 50px;
    margin-right: 25px;
    line-height: 50px;
    padding-right: 10px
}

.s-card-list .c-settings-btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.s-card-list .c-settings-btn__ic {
    width: 50px
}

@media screen and (max-width:768px) {
    .s-card-list {
        margin-bottom: 60px
    }

    .s-card-list .c-settings-btn {
        width: 100%
    }

    .s-card-list .c-settings-btn__wrap {
        display: block
    }
}

.s-why-are-we {
    margin-bottom: 100px
}

.s-why-are-we__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.s-why-are-we__item {
    width: 100%;
    max-width: 310px
}

.s-why-are-we__item svg {
    margin-bottom: 20px;
    height: 60px;
    width: 60px
}

.s-why-are-we__item h3 {
    display: block;
    margin-bottom: 15px;
    font-size: 18px
}

.s-why-are-we__item p {
    font-weight: 300;
    font-size: 14px
}

.s-why-are-we__btn {
    text-align: center;
    display: block;
    margin: 0 auto;
    height: 50px
}

.s-why-are-we__btn img {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    position: relative;
    left: 0
}

.s-why-are-we__btn:hover img {
    left: 15px
}

@media screen and (max-width:1200px) {
    .s-why-are-we__item {
        max-width: 45%;
        margin-bottom: 15px
    }
}

@media screen and (max-width:768px) {
    .s-why-are-we {
        margin-bottom: 60px
    }

    .s-why-are-we__item {
        margin-bottom: 35px;
        max-width: 100%
    }

    .s-why-are-we__item p {
        font-size: 14px
    }
}

.s-reviews {
    margin-bottom: 175px
}

.s-reviews__name {
    font-size: 18px;
    margin-bottom: 5px
}

.s-reviews__text {
    font-weight: 300
}

.s-reviews__item {
    position: relative;
    overflow: hidden
}

.s-reviews__card {
    width: 332px;
    padding: 60px 25px 25px;
    margin: 0 auto
}

.s-reviews__slider {
    opacity: 0
}

.s-reviews__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    position: absolute;
    top: 20px
}

.s-reviews__stars img {
    margin-right: 5px
}

.s-reviews__stars img:last-child {
    margin-right: 0
}

.s-reviews__slider .slick-next {
    right: 0
}

.s-reviews__slider .slick-prev {
    left: 0
}

.s-reviews__slider .slick-next:before {
    right: 0
}

.s-reviews__slider .slick-prev:before {
    left: 0
}

.s-reviews__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.s-reviews__slider .slick-track .slick-current+.slick-slide__stars svg {
    width: 30px;
    height: 30px
}

.s-reviews__slider .slick-track {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.s-reviews__slider .slick-dots {
    bottom: -55px
}

@media screen and (max-width:768px) {
    .s-reviews {
        margin-bottom: 60px
    }

    .s-reviews__card {
        width: calc(100% - 80px)
    }
}

.s-text-block {
    margin-bottom: 120px
}

.s-text-block__content {
    border-radius: 6px;
    font-weight: 300;
    font-size: 16px
}

.s-text-block__content-container {
    max-width: 854px;
    margin: 0 auto;
    padding: 60px 25px
}

.s-text-block__content-container p {
    margin-bottom: 15px
}

.s-text-block__content-container p:last-child {
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    .s-text-block {
        margin-bottom: 60px
    }

    .s-text-block__content-container {
        padding: 25px
    }
}

.s-our-advantages {
    margin-bottom: 140px
}

.s-our-advantages__card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1200px) {
    .s-our-advantages__card-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:768px) {
    .s-our-advantages {
        margin-bottom: 40px
    }
}

.s-footer {
    padding: 80px 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.s-footer__top {
    padding-bottom: 35px
}

.s-footer__top .logo__img {
    margin-right: 20px;
    max-width: 150px
}

.s-footer__bottom {
    padding-top: 30px
}

.s-footer__social a {
    margin-right: 15px
}

.s-footer__social a:last-child {
    margin-right: 0
}

.s-footer__nav {
    max-width: 668px;
    width: 100%
}

.s-footer__nav li {
    margin-right: 40px
}

.s-footer__nav li:last-child {
    margin-right: 0
}

.s-footer__nav li a {
    font-weight: 300
}

@media screen and (max-width:1200px) {
    .s-footer__logo {
        display: none
    }
}

@media screen and (max-width:992px) {
    .s-footer {
        padding: 40px 0
    }

    .s-footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 25px
    }

    .s-footer__social {
        padding-top: 25px;
        width: 100%
    }

    .s-footer__nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: auto;
        font-size: 16px;
        padding-bottom: 25px
    }

    .s-footer__nav li {
        width: 100%;
        margin-bottom: 15px
    }

    .s-footer__nav li:last-child {
        margin-bottom: 0
    }

    .s-footer__bottom {
        font-size: 14px
    }
}

@media screen and (max-width:576px) {
    .s-footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.s-footer__top>svg {
    margin-right: 60px
}

.s-footer__nav {
    color: #404040
}

.s-footer__insta-box {
    min-width: 226px;
    height: 50px;
    background: #fff;
    border: .5px solid #828282;
    border-radius: 2px;
    padding: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.s-footer__insta-box p {
    font-weight: 300 !important;
    font-size: 18px;
    color: #404040
}

.s-footer__insta-ic {
    margin-right: 12px
}

.s-footer__mobile-social {
    display: none;
    padding-top: 25px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #7e7b7b;
    margin-top: 15px
}

@media screen and (max-width:992px) {
    .s-footer__top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .s-footer__top>svg {
        display: none
    }

    .s-footer__bottom {
        -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
    }

    .s-footer__bottom p {
        margin-bottom: 15px
    }

    .s-footer__insta-box {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .s-footer__social {
        display: none
    }

    .s-footer__mobile-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.s-florist-form {
    margin-bottom: 120px
}

.s-florist-form .c-select {
    width: 100%;
    font-family: Merriweather, serif
}

.s-florist-form .c-select.ss-main .ss-multi-selected {
    border-right: 1px solid #efe8e8;
    background: #fff;
    margin-bottom: 15px
}

.s-florist-form .c-select.ss-main .ss-multi-selected:before {
    background: #fff
}

.s-florist-form .c-select .ss-single-selected {
    background: #fff;
    border-right: 1px solid #efe8e8
}

.s-florist-form .c-check__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.s-florist-form .js-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 280px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.s-florist-form__body {
    border-radius: 8px;
    position: relative;
    padding: 65px 50px 30px
}

.s-florist-form__body img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left
}

.s-florist-form__small-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.s-florist-form__wrap {
    position: relative;
    z-index: 1
}

.s-florist-form__sub {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    line-height: 21px
}

.s-florist-form__title {
    margin-bottom: 45px
}

.s-florist-form__col {
    width: 280px
}

.s-florist-form__col .c-radio__wrap {
    height: 50px;
    margin-bottom: 15px
}

.s-florist-form__col .currency-block {
    position: relative
}

.s-florist-form__col .currency-block__ic {
    position: absolute;
    right: 10px;
    top: 15px
}

.s-florist-form__col .currency-block__ic svg {
    width: 12px !important
}

.s-florist-form__main {
    width: 960px;
    margin: 0 auto
}

.s-florist-form .c-form-control--textarea {
    margin-bottom: 0
}

.s-florist-form .c-button {
    margin-bottom: 15px
}

.s-florist-form .c-filters__item {
    margin-bottom: 15px
}

@media screen and (max-width:1200px) {
    .s-florist-form__main {
        width: 100%;
        display: block
    }

    .s-florist-form__col {
        width: 100%;
        margin-bottom: 20px
    }

    .s-florist-form__body {
        background: -o-linear-gradient(0.07deg, #f1f0ef 9.72%, #f6f5f4 97.72%);
        background: linear-gradient(89.93deg, #f1f0ef 9.72%, #f6f5f4 97.72%);
        padding: 40px 35px
    }

    .s-florist-form__body img {
        -o-object-position: top;
        object-position: top
    }

    .s-florist-form__small-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (max-width:768px) {
    .s-florist-form {
        margin-bottom: 60px
    }

    .s-florist-form__bg {
        height: auto
    }

    .s-florist-form .c-filters__item {
        height: 50px;
        line-height: 50px
    }

    .s-florist-form .c-radio__wrap {
        min-height: 50px;
        height: auto;
        margin-bottom: 15px
    }
}

.s-product-info {
    margin-bottom: 60px
}

.s-product-info .js-extra-template {
    display: none
}

.s-product-info__settings {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.s-product-info__settings-left {
    width: 272px;
    margin-right: 30px
}

.s-product-info__settings-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.s-product-info__settings-delivery svg {
    margin-right: 10px
}

.s-product-info__settings-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.s-product-info__settings-size p {
    margin-right: 10px
}

.s-product-info__order {
    margin-bottom: 40px
}

.s-product-info__order .c-button--primary-type {
    max-width: 272px;
    min-width: 272px;
    margin: 0 10px 0 0;
    color: #fff;
    z-index: 1
}

.s-product-info__order .c-button--primary-type.fixed {
    position: fixed;
    top: 10px
}

.s-product-info__order-extra {
    margin-bottom: 15px
}

.s-product-info__order-extra strong {
    font-size: 14px;
    line-height: 24px
}

.s-product-info__order-extra-container {
    margin-top: 8px
}

.s-product-info__structure {
    margin-bottom: 30px
}

.s-product-info__structure strong {
    font-weight: 400;
    display: block;
    margin-bottom: 15px
}

.s-product-info__left {
    min-width: 651px;
    margin-right: 50px;
    width: 651px
}

.s-product-info__right {
    width: 100%
}

.s-product-info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.s-product-info__text {
    padding: 10px 80px;
    border-radius: 2px;
    margin-bottom: 40px
}

.s-product-info__text button {
    text-decoration: underline
}

.s-product-info__text button:focus {
    outline: 0
}

.s-product-info .c-popup__body {
    background: #fff;
    padding: 30px 20px;
    border-radius: 8px
}

.s-product-info .c-popup__body p {
    margin-bottom: 10px
}

.s-product-info__quick {
    margin-bottom: 40px;
    border-radius: 8px;
    padding: 40px;
    position: relative
}

.s-product-info__quick-preloader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    display: none
}

.s-product-info__quick-preloader .preloader-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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
}

.s-product-info__quick h3 {
    font-size: 18px;
    margin-bottom: 15px
}

.s-product-info__quick form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.s-product-info__quick .c-button {
    font-size: 16px
}

.s-product-info__quick .c-form-control {
    min-width: 240px;
    margin-right: 10px
}

.s-product-info__quick .field-cartfastorder-phone {
    margin-right: 10px;
    width: 100%
}

.s-product-info__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.s-product-info__count .quantity-block {
    margin-left: 20px
}

.s-product-info strong {
    font-weight: 400;
    margin-right: 10px
}

@media screen and (max-width:1200px) {
    .s-product-info__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .s-product-info__left {
        margin: 0 auto 30px
    }

    .s-product-info__quick .c-button {
        margin: 0
    }
}

@media screen and (max-width:768px) {
    .s-product-info__left {
        width: 100%;
        min-width: 100%
    }

    .s-product-info__text {
        display: none
    }

    .s-product-info__quick form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .s-product-info__quick .field-cartfastorder-phone {
        margin-right: 0
    }

    .s-product-info__quick .c-button {
        max-width: 100%
    }

    .slider-nav {
        display: none
    }

    .c-product-slider {
        display: block;
        width: 100%
    }

    .c-product-slider__block {
        width: 100%;
        height: 390px
    }
}

@media screen and (max-width:576px) {
    .s-product-info__settings {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .s-product-info__settings-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }

    .s-product-info__order {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .s-product-info__order .c-button {
        max-width: 100%;
        margin-bottom: 15px
    }
}

.s-text {
    margin-bottom: 120px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.s-text__article {
    padding: 20px 0;
    border-bottom: 1px solid rgba(126, 123, 123, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.s-text__article-img {
    position: relative;
    min-width: 230px;
    height: 150px;
    margin-right: 50px
}

.s-text__article--1-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    max-width: 700px;
    border-bottom: 0
}

.s-text__article--1-type .s-text__article-img {
    height: 350px;
    margin-right: 0;
    margin-bottom: 20px
}

.s-text__article--1-type .s-text__article-data {
    margin-bottom: 25px
}

.s-text__article-data {
    font-size: 14px;
    margin-bottom: 10px
}

.s-text__nav {
    min-width: 210px;
    border-radius: 4px;
    padding: 38px;
    margin-right: 60px;
    background: #fff
}

.s-text__nav--width-primary {
    width: 230px
}

.s-text__nav--mr-primary {
    margin-right: 40px
}

.s-text__nav li {
    padding: 8px 0
}

.s-text__nav li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.s-text__nav li a {
    font-weight: 300
}

.s-text__nav li a.active {
    font-weight: 400
}

.s-text__nav-mobile-body p {
    padding-bottom: 8px;
    font-weight: 300
}

.s-text__nav-mobile-btn {
    display: none;
    cursor: pointer;
    position: relative
}

.s-text__nav-mobile-btn:before {
    content: '';
    width: 7px;
    height: 16px;
    background: url(img/sections/s-text/arrow.svg);
    position: absolute;
    right: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.s-text__nav-mobile-btn.active:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.s-text__nav-mobile-exit {
    position: relative;
    padding-left: 20px !important
}

.s-text__nav-mobile-exit:before {
    content: '';
    display: block;
    width: 15px;
    height: 20px;
    background: url(/img/sections/s-text/exit.svg) no-repeat;
    position: absolute;
    left: 0
}

.s-text__content {
    width: calc(100% - 270px);
    font-size: 16px;
    line-height: 22px
}

.s-text__content h3 {
    font-size: 20px;
    margin-bottom: 25px
}

.s-text__content h4 {
    margin-bottom: 25px;
    font-size: 16px
}

.s-text__content p {
    margin-bottom: 25px;
    font-weight: 300
}

.s-text__content li {
    font-size: 16px;
    font-weight: 300;
    padding-left: 5px
}

.s-text__content li:before {
    content: '-';
    position: relative;
    right: 5px
}

@media screen and (max-width:992px) {
    .s-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .s-text__content {
        width: 100%
    }

    .s-text__content h2 {
        text-align: center
    }

    .s-text__nav {
        width: 100%;
        margin-bottom: 25px;
        padding: 20px;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
        box-shadow: 0 2px 10px rgba(0, 0, 0, .08)
    }

    .s-text__nav-mobile-btn {
        display: block
    }

    .s-text__nav-mobile-body {
        display: none
    }

    .s-text__nav li:first-child {
        margin-top: 15px;
        padding-top: 8px
    }
}

@media screen and (max-width:768px) {
    .s-text__article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .s-text__article-img {
        margin-right: 0;
        height: 200px;
        margin-bottom: 10px
    }
}

.s-contacts {
    margin-bottom: 120px
}

.s-contacts__addresses {
    width: 470px;
    min-height: 367px;
    margin-right: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.s-contacts__addresses-part {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative
}

.s-contacts__addresses-part svg {
    position: absolute;
    left: 0
}

.s-contacts__addresses-item {
    width: calc(50% - 7.5px);
    margin-bottom: 10px
}

.s-contacts__addresses-img {
    position: relative;
    height: 160px;
    margin-bottom: 20px
}

.s-contacts__map {
    width: calc(100% - 500px);
    min-height: 367px
}

.s-contacts__map #map {
    height: 367px
}

@media screen and (max-width:1200px) {
    .s-contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .s-contacts__addresses {
        margin-right: 0;
        margin-bottom: 60px
    }

    .s-contacts__map {
        width: 100%
    }
}

@media screen and (max-width:576px) {
    .s-contacts__addresses {
        width: 100%;
        margin-bottom: 60px !important
    }

    .s-contacts__addresses-img img {
        width: 100%
    }

    .s-contacts__map #map {
        height: 245px
    }
}

.s-florists {
    margin-bottom: 120px
}

.s-florists-wrap {
    min-height: 240px
}

.s-florists__photo {
    width: 350px;
    height: 350px;
    position: relative
}

.s-florists__info {
    width: calc(100% - 380px)
}

.s-florists__info strong {
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
    font-weight: 400
}

.s-florists__info p {
    font-size: 16px;
    margin-bottom: 10px
}

.s-florists__diploms {
    margin-bottom: 60px
}

.s-florists__diploms-item {
    width: 50px;
    height: 70px;
    margin-right: 15px;
    position: relative
}

.s-florists__diploms-item:last-child {
    margin-right: 0
}

.s-florists__item {
    margin-right: 15px
}

.s-florists__item:last-child {
    margin-right: 0
}

.s-florists__small-photo {
    width: 85px;
    height: 85px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer
}

.s-florists__name {
    font-weight: 300;
    color: #404040
}

@media screen and (max-width:768px) {
    .s-florists {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .s-florists__photo {
        width: 275px;
        height: 275px;
        margin-bottom: 25px
    }

    .s-florists__info {
        width: 100%
    }

    .s-florists__diploms__item {
        width: 110px;
        height: 150px
    }

    .s-florists__small-photo {
        width: 100px;
        height: 100px
    }
}

.s-order-result {
    background: #fff;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 40px rgba(0, 0, 0, .08);
    border-radius: 8px;
    max-width: 650px;
    width: 100%;
    margin: 0 auto 50px;
    padding: 40px 150px
}

.s-order-result p {
    font-weight: 300;
    font-size: 14px
}

.s-order-result__verification {
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px
}

.s-order-result__verification h3 {
    margin-bottom: 15px
}

.s-order-result__personal-area {
    max-width: 300px;
    margin: 0 auto 15px
}

.s-order-result .c-button {
    margin-bottom: 20px
}

.s-order-result__return {
    font-size: 16px;
    padding-right: 35px;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto
}

.s-order-result__return:hover:after {
    right: -15px
}

.s-order-result__return:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 7px;
    background: url(img/sections/s-order-result/arrow.svg);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

@media screen and (max-width:768px) {
    .s-order-result {
        padding: 40px 20px
    }
}

.s-not-found {
    margin: 70px 0
}

.s-not-found__img {
    margin: 0 auto;
    position: relative;
    max-width: 380px;
    height: 300px
}

.s-not-found__img img {
    -o-object-fit: contain;
    object-fit: contain
}

.order-info {
    margin-bottom: 50px
}

.order-info__wrapp {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 40px rgba(0, 0, 0, .08);
    border-radius: 8px;
    max-width: 650px;
    margin: 0 auto
}

.order-info .title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 45px
}

.order-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px dotted #000
}

/*# sourceMappingURL=scss/main/style.css.map */