@charset "UTF-8";
/*!*
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 * Не пишите сюда ничего вручную, все такие правки будут потеряны.
 * Читайте ./README.md для понимания.
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/*! nouislider - 10.1.0 - 2017-07-28 17:11:18 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: top .3s, right .3s, bottom .3s, left .3s;
    transition: top .3s, right .3s, bottom .3s, left .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-connect {
    background: #3FB8AF;
    border-radius: 4px;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-large, .noUi-marker-sub {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

@-ms-viewport {
    width: device-width
}

.page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    -ms-overflow-style: scrollbar;
    -ms-text-size-adjust: 100%;
    min-width: 320px;
    min-height: 100%
}

.page__inner {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.page__footer-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f3f3f3;
    margin: 0;
    min-height: 100%;
    padding-top: 80px
}

[tabindex='-1']:focus {
    outline: 0 !important
}

[role=button] {
    cursor: pointer
}

input[type=search] {
    -webkit-appearance: textfield
}

[role=button], a, button, input, label, select, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    outline: 0
}

a svg, button svg {
    pointer-events: none
}

img {
    max-width: 100%;
    height: auto
}

.container {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

body {
    font-family: "Fira Sans", sans-serif;
    font-size: 14px;
    line-height: 1.375em;
    color: #292929
}

h1, h2, h3, h4, h5, h6 {
    font-family: Lora, serif;
    font-weight: 400;
    line-height: 1.375em;
    color: currentColor;
    margin-top: .6875em;
    margin-bottom: .6875em
}

h1 {
    font-size: 1.7em
}

h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.3em
}

h4 {
    font-size: 1.2em
}

h5, h6 {
    font-size: 1em
}

address, blockquote, dl, figure, ol, p, pre, ul {
    margin-top: .6875em;
    margin-bottom: 1.375em;
    line-height: 1.7
}

address {
    font-style: normal
}

ol, ul {
    padding-left: 1.2em
}

ol ol, ol ul, ul ol, ul ul {
    margin-top: 0;
    margin-bottom: 0
}

li {
    line-height: inherit
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

dd + dt {
    margin-top: .6875em
}

hr {
    margin-top: 1.375em;
    margin-bottom: 1.375em;
    border: 0;
    border-top: 1px solid #999
}

small {
    font-size: .75em
}

sub, sup {
    font-size: 70%
}

mark {
    background: #fcf8e3;
    padding: .1em .3em
}

b, strong {
    font-weight: bolder
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

blockquote {
    padding: 0;
    margin-left: 0;
    margin-right: 0
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code, kbd {
    padding: .06em .3em;
    color: #292929;
    background-color: #e6e6e6;
    border-radius: 3px
}

kbd kbd {
    padding: 0
}

pre {
    display: block;
    width: 100%;
    overflow-x: auto;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2
}

.page-header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    height: 90px
}

.page-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-header .b-contacts {
    margin-right: 30px
}

.page-footer {
    background: #fff
}

.page-footer__inner {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-footer .b-contacts {
    margin-right: 30px
}

.main-nav {
    z-index: 10;
    overflow-x: hidden
}

.main-nav__list {
    margin: 0;
    padding: 0;
    z-index: 2;
    list-style: none
}

.main-nav__item {
    position: relative
}

.main-nav__item--active > .main-nav__link {
    color: #000
}

.main-nav__link {
    display: block;
    padding: .5em .3em;
    position: relative;
    text-decoration: none;
    color: #6b6b6b;
    font-size: 16px;
    background-color: #fff
}

.main-nav__link:focus, .main-nav__link:hover {
    text-decoration: none;
    color: #cf1836
}

.main-nav__toggler {
    display: inline-block;
    padding: 0;
    background: 0 0;
    border: none
}

.no-js .main-nav__toggler {
    display: none
}

.logo {
    display: block;
    white-space: nowrap;
    -ms-flex-negative: 0;
    max-width: 140px;
    flex-shrink: 0
}

.logo img {
    max-width: 140px
}

.btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: .8em 1.2em;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    font-size: 1em;
    font-family: inherit;
    line-height: 1.375em;
    text-decoration: none;
    text-transform: uppercase;
    color: #292929;
    border-radius: 0;
    border: 1px solid #ccc;
    background-color: #e6e6e6;
    background-image: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn:focus, .btn:hover {
    text-decoration: none;
    color: #292929;
    background-color: #ccc;
    border-color: #adadad
}

.btn:active, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(207, 24, 54, .7);
    box-shadow: 0 0 0 2px rgba(207, 24, 54, .7)
}

.btn--disabled, .btn:disabled {
    opacity: .7;
    cursor: not-allowed;
    color: #292929;
    background-color: #e6e6e6;
    border-color: #ccc
}

a.btn--disabled {
    pointer-events: none
}

.btn--main {
    color: #fff;
    background-color: #cf1836;
    border: 1px solid #cf1836
}

.btn--main:focus, .btn--main:hover {
    color: #fff;
    background-color: #a1132a;
    border-color: #981228
}

.btn--main--disabled, .btn--main:disabled {
    color: #fff;
    background-color: #cf1836;
    border-color: #cf1836
}

.btn--main-lg {
    padding: 1em 1.5em
}

.btn--block {
    width: 100%
}

.temp-icon-left-arrow {
    background-image: url(../img/sprite-09425376500719389.png);
    background-position: 0 0;
    width: 32px;
    height: 32px
}

.temp-icon-right-arrow {
    background-image: url(../img/sprite-09425376500719389.png);
    background-position: -36px 0;
    width: 32px;
    height: 32px
}

.field-text {
    display: block;
    margin-bottom: .6875em
}

.field-text__name {
    display: block;
    margin-bottom: .4em;
    line-height: 1.375em;
    font-weight: 700
}

.field-text__input-wrap {
    display: block
}

.field-text__input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: .8em 1.2em;
    margin: 0;
    line-height: 1.375em;
    font-size: 1em;
    font-family: inherit;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.field-text__input:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(207, 24, 54, .7);
    box-shadow: 0 0 0 2px rgba(207, 24, 54, .7)
}

.field-text__input[disabled], .field-text__input[readonly] {
    cursor: default;
    background-color: #ccc
}

.field-text__input[type=search]::-webkit-search-cancel-button, .field-text__input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.field-text__input[type=color] {
    padding: 0
}

.field-text__input::-webkit-input-placeholder {
    color: gray;
    opacity: 1
}

.field-text__input:-ms-input-placeholder {
    color: gray;
    opacity: 1
}

.field-text__input::-ms-input-placeholder {
    color: gray;
    opacity: 1
}

.field-text__input::placeholder {
    color: gray;
    opacity: 1
}

textarea.field-text__input {
    height: auto;
    min-height: calc(4.35em + 2px);
    resize: vertical
}

.field-text__help-text {
    display: block;
    padding-top: .4em;
    font-size: .75em;
    line-height: 1.2em;
    color: gray
}

.field-text__help-text:empty {
    display: none
}

.field-text--error .field-text__help-text, .field-text--error .field-text__input, .field-text--error .field-text__name {
    color: #d8544f
}

.field-text--error .field-text__input {
    border-color: #d8544f;
    background-color: #f9e2e2
}

.field-checkbox {
    display: block;
    margin-bottom: .6875em
}

.field-checkbox__title {
    display: block;
    font-weight: 700;
    line-height: 1.375em;
    margin-bottom: .4em
}

.field-checkbox__input-wrap + .field-checkbox__input-wrap {
    margin-top: .6875em
}

.field-checkbox__name {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    margin-right: .6em;
    font-weight: 400;
    line-height: 1.375em
}

.field-checkbox__name-text a {
    position: relative;
    z-index: 100
}

.field-checkbox__name-text:before {
    content: '';
    position: absolute;
    top: .1em;
    left: 0;
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-radius: 0
}

input:focus ~ .field-checkbox__name-text:before {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(207, 24, 54, .7);
    box-shadow: 0 0 0 2px rgba(207, 24, 54, .7)
}

.field-checkbox__name-text:after {
    content: '';
    position: absolute;
    top: calc(0.1em + 1px);
    left: 3px;
    width: 14px;
    height: 6px;
    opacity: 0;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

input:checked ~ .field-checkbox__name-text:after {
    opacity: 1
}

.field-checkbox__input {
    position: absolute;
    top: .7em;
    left: 0;
    padding: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

.field-checkbox__input:active, .field-checkbox__input:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(207, 24, 54, .7);
    box-shadow: 0 0 0 2px rgba(207, 24, 54, .7)
}

.field-checkbox__help-text-wrap {
    padding-left: 1.5em
}

.field-checkbox__help-text {
    display: block;
    padding-top: .4em;
    font-size: .75em;
    line-height: 1.2em;
    color: gray
}

.field-checkbox__help-text:empty {
    display: none
}

.field-checkbox__input-wrap--error .field-checkbox__help-text, .field-checkbox__input-wrap--error .field-checkbox__name-text {
    color: #d8544f
}

.field-radio {
    display: block;
    margin-bottom: .6875em
}

.field-radio__title {
    display: block;
    font-weight: 700;
    line-height: 1.375em;
    margin-bottom: .4em
}

.field-radio__input-wrap + .field-radio__input-wrap {
    margin-top: .6875em
}

.field-radio__name {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    margin-right: .6em;
    font-weight: 400;
    line-height: 1.375em
}

.field-radio__name-text:before {
    content: '';
    position: absolute;
    top: .1em;
    left: 0;
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-radius: 50%
}

input:focus ~ .field-radio__name-text:before {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(207, 24, 54, .7);
    box-shadow: 0 0 0 2px rgba(207, 24, 54, .7)
}

.field-radio__name-text:after {
    content: '';
    position: absolute;
    top: calc(0.1em + 4px);
    left: 4px;
    width: 6px;
    height: 6px;
    opacity: 0;
    border-radius: 50%;
    background-color: currentColor;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

input:checked ~ .field-radio__name-text:after {
    opacity: 1
}

.field-radio__input {
    position: absolute;
    top: .8em;
    left: 0;
    padding: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

.field-radio__input:active, .field-radio__input:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(207, 24, 54, .7);
    box-shadow: 0 0 0 2px rgba(207, 24, 54, .7)
}

.field-radio__help-text-wrap {
    padding-left: 1.5em
}

.field-radio__help-text {
    display: block;
    padding-top: .4em;
    font-size: .75em;
    line-height: 1.2em;
    color: gray
}

.field-radio__help-text:empty {
    display: none
}

.field-radio__input-wrap--error .field-radio__help-text, .field-radio__input-wrap--error .field-radio__name-text {
    color: #d8544f
}

.field-toggler {
    display: block;
    margin-bottom: .6875em
}

.field-toggler__title {
    display: block;
    margin-bottom: .4em;
    line-height: 1.375em;
    font-weight: 700
}

.field-toggler__input-wrap + .field-toggler__input-wrap {
    margin-top: .6875em
}

.field-toggler__name {
    position: relative;
    display: inline-block;
    padding-left: 3.2em;
    margin-right: .6em;
    font-weight: 400;
    line-height: 1.375em
}

.field-toggler__name-text:before {
    content: '';
    position: absolute;
    top: .6em;
    left: 0;
    width: 2.5em;
    height: 1.28571em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #999
}

input:focus ~ .field-toggler__name-text:before {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(207, 24, 54, .7);
    box-shadow: 0 0 0 2px rgba(207, 24, 54, .7)
}

.field-toggler__name-text:after {
    content: '';
    position: absolute;
    top: .6em;
    left: 2px;
    width: 1em;
    height: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #e6e6e6;
    border: 1px solid #999;
    -webkit-transition: all .3s;
    transition: all .3s
}

input:checked ~ .field-toggler__name-text:after {
    -webkit-transform: translate(1.21429em, -50%);
    transform: translate(1.21429em, -50%)
}

.field-toggler__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0
}

.field-toggler__help-text-wrap {
    padding-left: 1.5em
}

.field-toggler__help-text {
    display: block;
    padding-top: .4em;
    font-size: .75em;
    line-height: 1.2em;
    color: gray
}

.field-toggler__help-text:empty {
    display: none
}

.field-file {
    display: block;
    margin-bottom: .6875em
}

.field-file__name {
    display: block;
    margin-bottom: .4em;
    line-height: 1.375em;
    font-weight: 700
}

.field-file__input-wrap {
    display: block;
    position: relative
}

.field-file__input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0
}

.field-file__input:active ~ .field-file__name-text, .field-file__input:focus ~ .field-file__name-text {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(207, 24, 54, .7);
    box-shadow: 0 0 0 2px rgba(207, 24, 54, .7)
}

.field-file__name-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.field-file__name-text:before {
    content: attr(data-button-text);
    display: block;
    background-color: #e6e6e6;
    border-right: 1px solid #999;
    margin-right: 1.2em;
    line-height: 1.375em;
    padding: .8em 1.2em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.field-file__name-text:focus:before, .field-file__name-text:hover:before {
    background-color: #ccc
}

.field-file__help-text {
    display: block;
    padding-top: .4em;
    font-size: .75em;
    line-height: 1.2em;
    color: gray
}

.field-file__help-text:empty {
    display: none
}

.field-file--error .field-file__help-text, .field-file--error .field-file__input, .field-file--error .field-file__name, .field-file--error .field-file__name-text {
    color: #d8544f
}

.field-file--error .field-file__name-text {
    border-color: #d8544f;
    background-color: #f9e2e2
}

.field-range {
    display: block;
    margin-bottom: .6875em
}

.field-range__name {
    display: block;
    margin-bottom: .4em;
    line-height: 1.375em;
    font-weight: 700
}

.field-range__input-wrap {
    position: relative
}

.field-range__input {
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0;
    width: 100%;
    height: 2em;
    border-radius: .25rem;
    border: 0;
    background: 0 0;
    font-size: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.field-range__input::-webkit-slider-runnable-track, .field-range__input::-webkit-slider-thumb {
    -webkit-appearance: none
}

.field-range__input:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(207, 24, 54, .7);
    box-shadow: 0 0 0 2px rgba(207, 24, 54, .7)
}

.field-range__input::-webkit-slider-runnable-track {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: .75em;
    border-radius: 0;
    background: #fff;
    border: 1px solid #999
}

.field-range__input::-moz-range-track {
    box-sizing: border-box;
    width: 100%;
    height: .75em;
    border-radius: 0;
    background: #fff;
    border: 1px solid #999
}

.field-range__input::-ms-track {
    box-sizing: border-box;
    width: 100%;
    height: .75em;
    border-radius: 0;
    background: #fff;
    border: 1px solid #999;
    color: transparent
}

.field-range__input::-webkit-slider-thumb {
    margin-top: -.68em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: ew-resize;
    background: #e6e6e6;
    border: 1px solid #999
}

.field-range__input::-moz-range-thumb {
    box-sizing: border-box;
    padding: 0;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    box-shadow: none;
    cursor: ew-resize;
    background: #e6e6e6;
    border: 1px solid #999
}

.field-range__input::-ms-thumb {
    box-sizing: border-box;
    padding: 0;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    box-shadow: none;
    cursor: ew-resize;
    background: #e6e6e6;
    border: 1px solid #999
}

.field-range__input::-ms-fill-lower, .field-range__input::-ms-tooltip {
    display: none
}

.field-range__help-text {
    display: block;
    font-size: .75em;
    line-height: 1.2em;
    color: gray;
    padding-top: 0
}

.field-range__help-text:empty {
    display: none
}

.field-select {
    display: block;
    margin-bottom: .6875em
}

.field-select__name {
    display: block;
    margin-bottom: .4em;
    line-height: 1.375em;
    font-weight: 700
}

.field-select__select {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 1.375em;
    padding: .8em 1.2em;
    font-size: inherit;
    font-family: inherit;
    border: 1px solid #999;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 11' width='17' height='11'%3E%3Cpath fill='%23B1B1B1' d='M.202 1.97L1.956.204A.61.61 0 0 1 2.43 0a.61.61 0 0 1 .47.204L8.5 5.84 14.1.204A.61.61 0 0 1 14.57 0a.61.61 0 0 1 .474.204l1.754 1.766a.618.618 0 0 1 .202.473.62.62 0 0 1-.202.476l-7.826 7.875A.61.61 0 0 1 8.5 11a.61.61 0 0 1-.472-.204L.202 2.92A.618.618 0 0 1 0 2.444c0-.203.067-.34.202-.475z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .3em center;
    background-size: 1.063em .688em
}

.field-select__select[multiple] {
    background-image: none;
    min-height: 6.8em
}

.field-select__select::-ms-expand {
    display: none
}

.field-select__select:active, .field-select__select:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(207, 24, 54, .7);
    box-shadow: 0 0 0 2px rgba(207, 24, 54, .7)
}

.field-select__select[disabled], .field-select__select[readonly] {
    cursor: default;
    background-color: #e6e6e6
}

.field-select__help-text {
    display: block;
    padding-top: .4em;
    font-size: .75em;
    line-height: 1.2em;
    color: gray
}

.field-select__help-text:empty {
    display: none
}

.field-select--error .field-select__help-text, .field-select--error .field-select__name, .field-select--error .field-select__select {
    color: #d8544f
}

.field-select--error .field-select__select {
    border-color: #d8544f;
    background-color: #f9e2e2
}

.field-actions {
    display: block;
    margin-top: 1.375em;
    margin-bottom: .6875em
}

.field-actions .btn {
    margin-bottom: .6875em
}

.field-actions__text {
    display: block;
    margin-top: .6875em;
    margin-bottom: .6875em;
    font-size: .75em;
    color: gray;
    line-height: 1.2em
}

.form__fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

.form__fieldset:not(:last-child) {
    margin-bottom: 1.375em
}

.form__legend {
    display: block;
    width: 100%;
    margin-top: 1.375em;
    margin-bottom: .6875em;
    font-size: 1.3em;
    font-family: Lora, serif;
    font-weight: 700;
    line-height: 1.375em;
    color: currentColor
}

.form--feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.form--feedback > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.form--feedback .field-feedback {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.code {
    display: block;
    width: 100%;
    max-height: 50rem;
    padding: 1em;
    margin-bottom: .6875em;
    overflow-x: auto;
    background-color: #e6e6e6;
    border-radius: 0;
    border: 1px solid #ccc;
    white-space: normal;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2
}

.code code {
    display: block;
    padding: 0;
    white-space: pre;
    background-color: transparent
}

.thumb {
    display: inline-block;
    padding: .4rem;
    line-height: 1.375em;
    background-color: #f3f3f3;
    border: 1px solid #999;
    border-radius: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.alert {
    position: relative;
    padding: .7em 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #292929;
    background-color: #e6e6e6
}

.alert > :first-child {
    margin-top: 0
}

.alert > :last-child {
    margin-bottom: 0
}

.alert__header {
    display: block;
    margin-top: 0;
    margin-bottom: .2em;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.4;
    color: inherit
}

.alert--danger {
    background-color: #d8544f;
    border: 1px solid #c9312c;
    color: #fff
}

.alert--danger a {
    color: inherit;
    text-decoration: underline
}

.alert--danger a:focus, .alert--danger a:hover {
    text-decoration: none
}

.alert--success {
    background-color: #5cb75c;
    border: 1px solid #449c44;
    color: #fff
}

.alert--success a {
    color: inherit;
    text-decoration: underline
}

.alert--success a:focus, .alert--success a:hover {
    text-decoration: none
}

.alert--warning {
    background-color: #fcedd9;
    border: 1px solid #f8d8ab;
    color: #292929
}

.to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #000;
    color: transparent;
    font: 0/0 a;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 11' width='17' height='11'%3E%3Cpath fill='%23fff' d='M.202 1.97L1.956.204A.61.61 0 0 1 2.43 0a.61.61 0 0 1 .47.204L8.5 5.84 14.1.204A.61.61 0 0 1 14.57 0a.61.61 0 0 1 .474.204l1.754 1.766a.618.618 0 0 1 .202.473.62.62 0 0 1-.202.476l-7.826 7.875A.61.61 0 0 1 8.5 11a.61.61 0 0 1-.472-.204L.202 2.92A.618.618 0 0 1 0 2.444c0-.203.067-.34.202-.475z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.js .to-top {
    display: none
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown__menu {
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    max-width: 90vw;
    width: 1px;
    margin: 0;
    background-color: #fff;
    color: #292929;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.dropdown__menu--up {
    top: auto;
    bottom: 100%
}

.dropdown__menu--right {
    left: auto;
    right: 0
}

.dropdown--open .dropdown__menu {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    width: auto
}

.menu {
    min-width: 10em;
    margin: 0;
    padding: .3em 0;
    list-style: none
}

.menu__item--separator:not(:last-child) {
    padding-bottom: .3em;
    margin-bottom: .3em;
    border-bottom: 1px solid #999
}

.menu__link {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: .3em 1em;
    color: #292929;
    text-decoration: none
}

.label {
    display: inline-block;
    position: relative;
    margin: 0 .1em;
    vertical-align: baseline;
    line-height: 1;
    padding: .25em .4em .2em;
    background-color: #e6e6e6;
    color: #292929;
    text-decoration: none;
    text-transform: none;
    font-weight: 700;
    font-size: .75em;
    white-space: nowrap;
    border-radius: 0
}

.label:focus, .label:hover {
    color: #292929;
    text-decoration: none
}

.loader {
    display: inline-block
}

.loader:before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    border: 3px solid #e6e6e6;
    border-top: 3px solid #ccc;
    border-radius: 50%;
    -webkit-animation: loader-rotate 1s linear infinite;
    animation: loader-rotate 1s linear infinite
}

@-webkit-keyframes loader-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #999;
    margin: 1.375em 0
}

.table caption {
    padding-top: .4em;
    text-align: right;
    caption-side: bottom;
    font-size: .75em;
    line-height: 1em;
    color: gray
}

.table td, .table th {
    padding: .8em 1.2em;
    vertical-align: top;
    border-bottom: 1px solid #999
}

.table td:not(:first-child), .table th:not(:first-child) {
    border-left: 1px solid #999
}

.table th {
    text-align: left
}

.table-mobile-scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
    margin-top: 1.375em;
    margin-bottom: 1.375em;
    border: 1px solid #999
}

.table-mobile-scroll table {
    margin: 0;
    border: 0 !important;
    width: 100%
}

.table-mobile-scroll tbody:last-child tr:last-child td, .table-mobile-scroll tbody:last-child tr:last-child th, .table-mobile-scroll tfoot:last-child tr:last-child td, .table-mobile-scroll tfoot:last-child tr:last-child th, .table-mobile-scroll thead:last-child tr:last-child td, .table-mobile-scroll thead:last-child tr:last-child th {
    border-bottom: 0
}

.table-mobile-scroll caption {
    text-align: left;
    padding: .4em;
    border-bottom: 1px solid #999;
    caption-side: top
}

.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative
}

.swipe-wrap {
    overflow: hidden;
    position: relative
}

.swipe-wrap > div {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 16px;
    margin-top: 1.375em;
    margin-bottom: 1.375em
}

.pagination__item {
    display: block;
    padding: .4em;
    text-decoration: none;
    text-align: center;
    color: #292929
}

.pagination__item + .pagination__item {
    border-left: 0
}

.pagination__item:focus, .pagination__item:hover {
    text-decoration: none;
    color: #292929
}

a.pagination__item:focus, a.pagination__item:hover {
    background-color: #e6e6e6
}

.pagination__item--active {
    color: #cf1836
}

.breadcrumbs {
    padding: 0;
    list-style: none;
    margin: 1.375em 0;
    font-size: 16px
}

.breadcrumbs__item {
    display: inline-block;
    margin-right: .6em;
    white-space: nowrap
}

.breadcrumbs__item:not(:last-child):after {
    content: '>';
    display: inline-block;
    margin-left: .8em;
    color: #cf1836
}

.breadcrumbs__link {
    color: #292929
}

.breadcrumbs__link:focus, .breadcrumbs__link:hover {
    color: #cf1836;
    text-decoration: none
}

.off-canvas {
    position: relative;
    overflow: hidden
}

.off-canvas__aside {
    max-height: 30vh;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #1a1a1a;
    color: #fff;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.js .off-canvas__aside {
    position: fixed;
    z-index: 2;
    width: 250px;
    height: 100%;
    max-height: none;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

.off-canvas__aside a, .off-canvas__aside a:focus, .off-canvas__aside a:hover {
    color: #fff
}

.off-canvas__page-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.off-canvas__overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden
}

.js .off-canvas--open .off-canvas__overlay {
    position: fixed;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.js .off-canvas--open .off-canvas__close {
    z-index: 1;
    opacity: 1;
    visibility: visible
}

.js .off-canvas--open .off-canvas__aside {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.js .off-canvas--open .off-canvas__page-content {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.burger {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.burger > span {
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #000;
    position: relative;
    -webkit-transition: background .3s .3s;
    transition: background .3s .3s
}

.burger > span:after, .burger > span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top .3s .3s, -webkit-transform .3s;
    transition: top .3s .3s, -webkit-transform .3s;
    transition: top .3s .3s, transform .3s;
    transition: top .3s .3s, transform .3s, -webkit-transform .3s
}

.burger > span:before {
    top: -10px
}

.burger > span:after {
    top: 10px
}

.burger--close > span {
    -webkit-transition: background .3s 0s;
    transition: background .3s 0s;
    background: 0 0
}

.burger--close > span:after, .burger--close > span:before {
    -webkit-transition: top .3s, -webkit-transform .3s .3s;
    transition: top .3s, -webkit-transform .3s .3s;
    transition: top .3s, transform .3s .3s;
    transition: top .3s, transform .3s .3s, -webkit-transform .3s .3s;
    top: 0
}

.burger--close > span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.burger--close > span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.progress {
    margin-top: 1.375em;
    margin-bottom: 1.375em;
    border: 1px solid #999;
    border-radius: 0;
    text-align: center
}

.progress__bar {
    background-color: #e6e6e6;
    border-radius: 0;
    padding: .5em;
    max-width: 100%;
    -webkit-transition: width .3s;
    transition: width .3s
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.375em;
    margin-bottom: 1.375em
}

.media__picture {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1em
}

.media__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.media__body :first-child {
    margin-top: 0
}

.js-modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    -webkit-overflow-scrolling: touch
}

.js-modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal__dialog {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%
}

.modal__content {
    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;
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
    outline: 0
}

.modal__header {
    padding: 5px 40px 0 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal__title {
    margin-top: .6875em;
    margin-bottom: .6875em;
    font-family: "Fira Sans", sans-serif;
    font-size: 1.7em;
    text-align: center;
    line-height: 1.4;
    font-weight: 700;
    color: currentColor
}

.modal__caption {
    text-align: center
}

.modal__close {
    position: absolute !important;
    top: 5px;
    right: 5px
}

.modal__body {
    padding: 0 10px 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.modal__footer {
    padding: 10px 10px 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .7)
}

@-webkit-keyframes modal-backdrop-show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes modal-backdrop-show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes modal-content-show {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2em);
        transform: translateY(-2em)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes modal-content-show {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2em);
        transform: translateY(-2em)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.close {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.close > span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: 0 0;
    position: relative
}

.close > span:after, .close > span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.close > span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.close > span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.tabs {
    margin-top: 1.375em;
    margin-bottom: 1.375em
}

.tabs__links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    cursor: pointer
}

.no-js .tabs__links {
    display: none
}

.tabs__links:after {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background-color: #999
}

.tabs__link-wrap {
    position: relative;
    border: 1px solid #999
}

.tabs__link-wrap:not(:last-child) {
    border-right: none
}

.tabs__link-wrap--active .tabs__link {
    color: #292929;
    background-color: #fff
}

.tabs__link {
    display: block;
    padding: .8em 1.2em;
    color: gray;
    text-decoration: none;
    background-color: #e6e6e6
}

.tabs__link:focus, .tabs__link:hover {
    color: gray
}

.tabs__content-wrapper {
    display: block;
    padding: .8em 1.2em;
    border: 1px solid #999;
    border-top: none
}

.js .tabs__content-item {
    display: none
}

.js .tabs__content-item--active {
    display: block
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    content: '';
    display: block;
    padding-top: 56.25%
}

.embed-responsive iframe, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive--4-3::before {
    padding-top: 75%
}

.js .pie-chart {
    display: inline-block;
    position: relative
}

.js .pie-chart__svg {
    display: block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.js .pie-chart__circle-back {
    fill: #ccc
}

.js .pie-chart__circle {
    fill: #ccc;
    stroke: #999
}

.js .pie-chart__descr {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.fields-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: .6875em
}

.fields-group .btn, .fields-group input, .fields-group select {
    position: relative;
    margin: 0
}

.fields-group .btn:focus, .fields-group input:focus, .fields-group select:focus {
    position: relative;
    z-index: 1
}

.fields-group .field-actions, .fields-group .field-text {
    margin: 0
}

.fields-group .field-actions:not(:last-child) .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fields-group .field-actions:not(:first-child) .btn {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fields-group .field-actions .btn:focus {
    z-index: 1
}

.fields-group .field-text:not(:last-child) .field-text__input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fields-group .field-text:not(:first-child) .field-text__input {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.tooltip {
    position: relative;
    z-index: 1
}

.tooltip__btn {
    display: inline-block;
    padding: 0;
    width: 1.375em;
    height: 1.375em;
    overflow: hidden;
    border: none;
    color: transparent;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 330 330' fill='gray'%3E%3Cpath d='M165 0C74.02 0 0 74.02 0 165c0 90.982 74.02 165 165 165s165-74.018 165-165C330 74.02 255.98 0 165 0zm0 300c-74.44 0-135-60.56-135-135C30 90.563 90.56 30 165 30s135 60.562 135 135c0 74.44-60.56 135-135 135z'/%3E%3Cpath d='M164.998 70c-11.026 0-19.996 8.976-19.996 20.01 0 11.022 8.97 19.99 19.996 19.99 11.026 0 19.996-8.968 19.996-19.99 0-11.034-8.97-20.01-19.996-20.01zm.002 70c-8.284 0-15 6.716-15 15v90c0 8.284 6.716 15 15 15 8.284 0 15-6.716 15-15v-90c0-8.284-6.716-15-15-15z'/%3E%3C/svg%3E") center/1em no-repeat
}

.tooltip__bubble {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 150px;
    max-width: 250px;
    padding: 10px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

@supports ((-webkit-filter:drop-shadow(0 0 0)) or (filter:drop-shadow(0 0 0))) {
    .tooltip__bubble {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5));
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5))
    }
}

.tooltip__bubble:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px;
    border-color: transparent transparent #fff
}

.page-footer-copiryght {
    background: #5f1722;
    color: #fff;
    padding: 12px 0
}

.page-footer-copiryght a {
    color: #fff
}

.page-footer-copiryght a:focus, .page-footer-copiryght a:hover {
    text-decoration: none;
    opacity: .8
}

.page-footer-copiryght__inner {
    text-align: center
}

.main-section {
    padding-top: 70px;
    padding-bottom: 70px
}

.main-section__inner {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.main-section__title {
    font-family: Lora, serif;
    font-weight: 400;
    text-align: center;
    font-size: 36px;
    margin: 0 0 50px
}

.main-section__title span, .main-section__title a {
    border-bottom: 2px solid #cf1836;
    padding-bottom: 2px;
    text-decoration: none;
    color: currentColor;
    display: inline

}

.main-section--bg {
    background-color: #7f7f7f;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.main-section--bg .main-section__title {
    color: #fff
}

.main-section--bg .main-section__title span {
    border-color: #fff
}

.catalog-card a {
    text-decoration: none;
    position: relative;
    color: #777;
    display: block
}

.catalog-card a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #cf1836;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.catalog-card a:focus, .catalog-card a:hover {
    color: #cf1836
}

.catalog-card a:focus:before, .catalog-card a:hover:before {
    opacity: .6
}

.catalog-card a:focus .catalog-card__title, .catalog-card a:hover .catalog-card__title {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0)
}

.catalog-card img {
    display: block
}

.catalog-card__title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-transform: translate(-12px, 30px);
    transform: translate(-12px, 30px);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 15px;
    max-width: 200px;
    height: 60px;
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s
}

.main-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.main-catalog > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.main-catalog__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px
}

.main-new-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.main-new-product > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.main-new-product .product-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px
}

.product-card {
    position: relative
}

.product-card__inner {
    -webkit-transition: all .3s;
    transition: all .3s
}

.product-card__inner:focus, .product-card__inner:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .59);
    box-shadow: 0 0 10px rgba(0, 0, 0, .59)
}

.product-card__image img {
    display: block
}

.product-card__body {
    background: #fff;
    padding: 15px
}

.product-card__title {
    line-height: 1.3;
    margin-top: 0;
    font-size: 18px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 10px
}

.product-card__title::after, .product-card__title::before {
    content: '';
    display: block;
    height: 0;
    width: 0
}

.product-card__title::before {
    margin-bottom: calc(-.27222em + 0px)
}

.product-card__title::after {
    margin-top: calc(-.21667em + 0px)
}

.product-card__info {
    font-size: 12px;
    line-height: 2;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 15px
}

.advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.advantage__item {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
    min-width: 320px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0
}

.advantage__item img {
    margin-bottom: 25px
}

.review-card {
    background: #fff;
    padding: 40px 60px;
    text-align: center
}

.review-card__user {
    display: inline-block;
    margin-bottom: 25px
}

.review-card__user-image {
    width: 128px;
    height: 128px;
    margin-bottom: 18px;
    background-color: #c6c6c6;
    border-radius: 50%;
    overflow: hidden
}

.review-card__user-name {
    font-size: 18px;
    line-height: 1.6;
    border-bottom: 2px solid #cf1836
}

.review-card__rating {
    margin-bottom: 15px
}

.review-card__text {
    font-size: 14px;
    line-height: 2
}

.page-feedback {
    background-color: #7f7f7f;
    background-image: url(../img/polygon-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0
}

.page-feedback__inner {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1145px
}

.page-feedback__header {
    text-align: center;
    color: #fff;
    margin-bottom: 35px
}

.page-feedback__body {
    margin-bottom: 15px
}

.page-feedback__footer {
    text-align: center;
    color: #fff;
    line-height: 1.3;
    opacity: .7
}

.page-feedback__footer a {
    color: #fff
}

.page-feedback__footer a:focus, .page-feedback__footer a:hover {
    text-decoration: none
}

.page-feedback__title {
    line-height: 1.3;
    margin-top: 0;
    font-family: "Fira Sans", sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 25px
}

.page-feedback__title::after, .page-feedback__title::before {
    content: '';
    display: block;
    height: 0;
    width: 0
}

.page-feedback__title::before {
    margin-bottom: calc(-.27222em + 0px)
}

.page-feedback__title::after {
    margin-top: calc(-.21667em + 0px)
}

.page-feedback__caption {
    font-size: 16px
}

.field-feedback {
    display: block;
    margin-bottom: .6875em
}

.field-feedback__name {
    display: block;
    margin-bottom: .4em;
    line-height: 1.375em;
    font-weight: 700
}

.field-feedback__input-wrap {
    display: block
}

.field-feedback__input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: .7em 1em;
    margin: 0;
    line-height: 1.375em;
    font-size: 16px;
    font-family: inherit;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.field-feedback__input:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(207, 24, 54, .7);
    box-shadow: 0 0 0 2px rgba(207, 24, 54, .7)
}

.field-feedback__input[disabled], .field-feedback__input[readonly] {
    cursor: default;
    background-color: #ccc
}

.field-feedback__input[type=search]::-webkit-search-cancel-button, .field-feedback__input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.field-feedback__input[type=color] {
    padding: 0
}

.field-feedback__input::-webkit-input-placeholder {
    color: gray;
    opacity: 1
}

.field-feedback__input:-ms-input-placeholder {
    color: gray;
    opacity: 1
}

.field-feedback__input::-ms-input-placeholder {
    color: gray;
    opacity: 1
}

.field-feedback__input::placeholder {
    color: gray;
    opacity: 1
}

textarea.field-feedback__input {
    height: auto;
    min-height: calc(4.15em + 2px);
    resize: vertical
}

.field-feedback__help-text {
    display: block;
    padding-top: .4em;
    font-size: .75em;
    line-height: 1.2em;
    color: gray
}

.field-feedback__help-text:empty {
    display: none
}

.field-feedback__btn {
    padding: .7em 1em;
    font-size: 16px;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff
}

.field-feedback__btn:focus, .field-feedback__btn:hover {
    background: #cf1836;
    border-color: #cf1836;
    color: #fff
}

.b-contacts {
    font-size: 16px;
    font-weight: 400
}

.b-contacts a {
    color: currentColor;
    text-decoration: none;
}

.b-contacts__item:not(:last-child) {
    margin-bottom: 8px
}

.b-contacts__icon {
    fill: #cf1836;
    vertical-align: bottom;
    margin-right: 5px
}

.review-carousel {
    padding: 0 18%
}

.review-carousel .owl-nav .owl-next, .review-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 60px;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .7
}

.review-carousel .owl-nav .owl-next:focus, .review-carousel .owl-nav .owl-next:hover, .review-carousel .owl-nav .owl-prev:focus, .review-carousel .owl-nav .owl-prev:hover {
    opacity: 1
}

.review-carousel .owl-nav .owl-next svg, .review-carousel .owl-nav .owl-prev svg {
    stroke: #cf1836;
    padding: 10px
}

.review-carousel .owl-nav .owl-prev {
    left: 12%
}

.review-carousel .owl-nav .owl-next {
    right: 12%
}

.page-layout {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px
}

.page-layout__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.page-layout__inner > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.page-layout__breadcrumbs {
    padding: 20px 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.page-layout__main, .page-layout__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.page-layout__heading {
    margin-top: 0
}

.sidebar {
    background: #fff;
    border: 2px solid #ddd;
    padding: 20px 18px;
    margin-bottom: 30px
}

.sidebar__title {
    margin-top: 0;
    font-family: Lora, serif;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 35px;
    line-height: 1
}

.page-heading {
    margin-top: 0;
    font-size: 36px
}

.page-heading--md {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 23px
}

.page-main--boxed {
    background: #fff;
    border: 2px solid #ddd;
    padding: 20px 30px
}

.catalog__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.catalog__inner > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.catalog__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px
}

.catalog-nav__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.catalog-nav__list--lvl-2 {
    padding-left: 25px
}

.catalog-nav__item {
    margin-bottom: 20px
}

.catalog-nav__item--lvl-2 {
    margin-bottom: 8px
}

.catalog-nav__link {
    font-size: 16px;
    color: #292929;
    line-height: 1;
    text-decoration: none;
    font-weight: 500
}

.catalog-nav__link--lvl-2 {
    font-weight: 400;
    font-size: 14px
}

.catalog-nav__sublist-wrapper {
    margin-top: 20px
}

.contact-map {
    position: relative
}

.contact-box {
    background: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 30px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 2
}

.contact-box__item:not(:last-child) {
    margin-bottom: 20px
}

.contact-box__item a {
    text-decoration: none;
    color: currentColor;
}

.main-slider {
    background: 0 0;
    padding-bottom: 0;
    padding-top: 0;
    overflow: hidden
}

.main-slider__slide {
    background-position: center center;
    background-size: cover;
    height: 800px
}

.main-slider__slide .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-slider.owl-carousel .owl-next, .main-slider.owl-carousel .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 50px
}

.main-slider.owl-carousel .owl-next svg, .main-slider.owl-carousel .owl-prev svg {
    padding: 10px;
    stroke: #fff
}

.main-slider.owl-carousel .owl-prev {
    left: 0;
    -webkit-transform: translate(-100px, -50%);
    transform: translate(-100px, -50%)
}

.main-slider.owl-carousel .owl-next {
    right: 0;
    -webkit-transform: translate(100px, -50%);
    transform: translate(100px, -50%)
}

.main-slider.owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 30px
}

.main-slider.owl-carousel .owl-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 3px;
    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
}

.main-slider.owl-carousel .owl-dot span {
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 0
}

.main-slider.owl-carousel .owl-dot.active span {
    opacity: 1 !important
}

.main-slider.owl-carousel .owl-dot:focus span, .main-slider.owl-carousel .owl-dot:hover span {
    opacity: .3
}

.main-slider:focus .owl-prev, .main-slider:hover .owl-prev {
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.main-slider:focus .owl-next, .main-slider:hover .owl-next {
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.slide-panel {
    background: #fff;
    max-width: 444px;
    padding: 30px
}

.slide-panel__title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px
}

.info-cards__item {
    margin-bottom: 20px
}

.info-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-decoration: none;
    color: #292929;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.info-card__image {
    width: 30%;
    position: relative
}

.info-card__image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #cf1836;
    opacity: .3
}

.info-card__image img {
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;
    width: 100%;
    height: 100%
}

.info-card__body {
    width: 70%;
    padding: 10px 30px
}

.info-card__title {
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: .5em 0 0
}

.info-card__date {
    font-size: 14px;
    color: #949494
}

.info-card__text {
    font-size: 12px
}

@media (min-width: 480px) {
    .container {
        width: 100%
    }

    dd {
        margin-left: 1.8em
    }

    .main-section__inner, .page-feedback__inner, .page-layout {
        width: 100%
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%
    }

    .page-footer-copiryght__inner {
        text-align: right
    }

    .main-section__inner {
        width: 100%
    }

    .main-catalog__item, .main-new-product .product-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }

    .page-feedback__inner, .page-layout {
        width: 100%
    }

    .catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) {
    .container {
        width: 962px
    }

    .form--feedback .field-feedback {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px
    }

    .modal__dialog {
        width: 480px;
        height: auto
    }

    .modal--open .modal__dialog {
        -webkit-animation: modal-content-show .3s 1 both;
        animation: modal-content-show .3s 1 both
    }

    .modal__body {
        padding: 0 40px 40px
    }

    .modal__backdrop {
        -webkit-animation: modal-backdrop-show .3s 1;
        animation: modal-backdrop-show .3s 1
    }

    .modal--open {
        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
    }

    .main-section__inner {
        width: 962px
    }

    .main-catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px
    }

    .main-new-product .product-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 15px;
        padding-right: 15px
    }

    .page-feedback__inner, .page-layout {
        width: 962px
    }

    .page-layout .layout-with-sidebar .page-layout__sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 15px;
        padding-right: 15px
    }

    .page-layout .layout-with-sidebar .page-layout__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        padding-left: 15px;
        padding-right: 15px
    }

    .catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }

    .main-nav {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 20px
    }

    .main-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-nav__sublist-wrapper--lvl-2 {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        opacity: 0;
        height: 0;
        overflow: hidden;
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .main-nav__item--show-child > .main-nav__sublist-wrapper--lvl-2, .main-nav__item:hover .main-nav__sublist-wrapper--lvl-2 {
        opacity: 1;
        height: auto;
        overflow: visible
    }

    .main-nav__sublist-wrapper--lvl-3 {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 100%;
        opacity: 0;
        height: 0;
        overflow: hidden;
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .main-nav__item--lvl-2:hover .main-nav__sublist-wrapper--lvl-3, .main-nav__item--show-child > .main-nav__sublist-wrapper--lvl-3 {
        opacity: 1;
        height: auto;
        overflow: visible
    }

    .main-nav__toggler {
        display: none
    }

    .main-section__inner, .page-feedback__inner, .page-layout {
        width: 1170px
    }
}

@media (max-width: 767px) {
    .page-header .b-callback, .page-header .b-contacts {
        display: none
    }

    .advantage__item img {
        margin-bottom: 12px;
    }

    .main-section__title {
        margin-bottom: 70px;
        margin-top: 30px;
    }


    .page-footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-footer .logo {
        margin-bottom: 20px
    }

    .page-footer .b-contacts {
        margin-right: 0;
        text-align: center;
        margin-bottom: 20px
    }

    .table-responsive {
        display: block;
        border: 0
    }

    .table-responsive caption {
        display: block;
        width: 100%;
        text-align: left
    }

    .table-responsive thead {
        display: none
    }

    .table-responsive tbody {
        display: block;
        width: 100%
    }

    .table-responsive tbody tr {
        display: block;
        border: 1px solid #999;
        border-bottom: 0
    }

    .table-responsive tbody tr:not(:last-child) {
        margin-bottom: 1.375em
    }

    .table-responsive tbody td {
        display: block;
        width: 100%;
        border-right: 0 !important;
        border-left: 0 !important
    }

    .table-responsive tbody td:before {
        display: block;
        font-weight: 700;
        content: attr(data-label)
    }

    .main-section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .contact-box {
        position: static;
        margin-bottom: 30px;
        display: block
    }

    .main-slider__slide {
        height: 480px
    }

    .info-card__body, .info-card__image {
        width: 100%
    }
}

.main-nav .b-contacts {
    display: none;
}

@media (max-width: 1199px) {
    .oh {
        overflow: hidden;
    }
}

@media (max-width: 1199px) {
    .js .main-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding-top: 4px;
        background-color: #fff;
        max-height: calc(100vh - 90px);
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%)

    }

    .js .main-nav--open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform .2s .2s;
        transition: -webkit-transform .2s .2s;
        transition: transform .2s .2s;
        transition: transform .2s .2s, -webkit-transform .2s .2s
    }

    .main-nav__item:not(:last-child):after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
        height: 1px;
        background: #e6e6e6
    }

    .main-nav__link {
        padding: 13px 15px;
        font-size: 14px;
        color: #cf1836
    }

    .main-nav__link--lvl-2 {
        padding-left: 1.2em
    }

    .main-nav__link--lvl-3 {
        padding-left: 2.4em
    }

    .main-nav__backdrop {
        position: fixed;
        z-index: 1;
        top: 88px;
        left: 0;
        background: rgba(0, 0, 0, .65);
        opacity: 0;
        display: none;
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .main-nav--open .main-nav__backdrop {
        bottom: 0;
        right: 0;
        opacity: 1
    }

    .main-slider__slide {
        height: 640px
    }
}

@media (min-width: 991px) {
    .catalog-nav {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .sidebar .catalog-nav {
        display: none;
        margin-top: 35px;
    }

    .sidebar__title {
        margin-bottom: 0;
        cursor: pointer;
        background-color: #cf1836;
        border: 1px solid #cf1836;
        color: #ffffff;
        padding: 12px 10px;
    }

    .form--feedback {
        max-width: 480px;
        margin: auto
    }

    .main-slider__slide {
        height: 500px
    }
}

@media print {
    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline !important
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^='#']:after, a[href^='javascript:']:after {
        content: ''
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    blockquote, pre {
        border: 1px solid #999 !important;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    table {
        border-collapse: collapse !important
    }

    table td, table th {
        background-color: #fff !important
    }
}

@media (max-width: 991px) {

    .review-carousel .owl-nav .owl-prev {
        left: 5%
    }

    .review-carousel .owl-nav .owl-next {
        right: 5%
    }
}

@media (max-width: 767px) {
    .js .main-nav {
        max-height: calc(100vh - 65px);

    }

    body {
        padding-top: 60px;
    }

    .page-header {
        padding: 7px 0;
        height: 65px;
    }

    .page-main--boxed {
        padding: 30px 15px;
    }

    .sidebar {
        padding: 15px;
    }

    .main-nav .b-contacts {
        display: block;
        padding-left: 15px;
        padding-bottom: 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 10px;
    }

}

@media (max-width: 600px) {
    .review-carousel .owl-nav .owl-prev {
        left: -15px;
        width: 40px;
        height: 60px;
    }

    .review-carousel .owl-nav .owl-next {
        right: -15px;
        width: 40px;
        height: 60px;

    }

    .review-card {
        padding: 15px;
    }

    .review-carousel {
        padding: 0 30px;
    }

}

