@charset "UTF-8";

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    background: hsla(0, 0%, 100%, .75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
    background: #fff
}

.flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #09f
}

.flickity-prev-next-button:active {
    opacity: .6
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button:disabled {
    opacity: .3;
    cursor: auto
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-prev-next-button .arrow {
    fill: #333
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fotorama--fullscreen, .fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important
}

.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
    outline: 0
}

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
    content: "";
    border-radius: inherit;
    background-color: rgba(0, 175, 234, .5)
}

.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none !important;
    transform: none !important
}

.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform, width;
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
    transition-timing-function: cubic-bezier(.1, 0, .25, 1);
    transition-duration: 0ms
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.fotorama__nav, .fotorama__nav__frame {
    margin: auto;
    padding: 0
}

.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1
}

.fotorama__nav__frame, .fotorama__thumb-border {
    box-sizing: content-box
}

.fotorama__caption__wrap {
    box-sizing: border-box
}

.fotorama--hidden, .fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
    -webkit-tap-highlight-color: transparent
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url(fotorama.png) no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
        background: url(fotorama@2x.png) 0 0/96px 160px no-repeat
    }
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: hsla(0, 0%, 50%, .2)
}

@media print {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
        background: none !important
    }
}

.fotorama {
    min-width: 1px;
    overflow: hidden
}

.fotorama:not(.fotorama--unobtrusive) > :not(:first-child) {
    display: none
}

.fullscreen {
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 0 !important;
    overflow: hidden !important
}

.fotorama--fullscreen, .fullscreen {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    background: #000
}

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important
}

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
    background: #000
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl
}

.fotorama__nav, .fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important
}

.fotorama__stage__frame {
    overflow: hidden
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none
}

.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: none !important
}

.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
    display: none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block
}

.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer
}

.fotorama__nav--dots {
    display: block
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
    display: none
}

.fotorama__nav--thumbs {
    display: block
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none
}

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: linear-gradient(to bottom right, hsla(0, 0%, 100%, .25), rgba(64, 64, 64, .1))
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, .5)
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, .5)
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0
}

.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
    display: none
}

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .9);
    padding: 5px 10px
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: a 24s infinite linear;
    animation: a 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    transition-property: opacity;
    transition-timing-function: linear;
    transition-duration: .3s
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.fotorama__select {
    cursor: auto
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent
    }
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px
}

.fotorama__arr--prev {
    left: 2px;
    background-position: 0 0
}

.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: .1
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 2px;
    right: 2px;
    background-position: 0 -32px;
    z-index: 20
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
    border-radius: 50%
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none
}

.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1
}

.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0) !important;
    transform: translate3d(32px, -32px, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0) !important;
    transform: translate3d(-48px, 0, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0) !important;
    transform: translate3d(48px, 0, 0) !important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform, opacity;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-duration: .3s
}

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%, 5px 100%
}

.fotorama__nav:before, .fotorama__stage:before {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 0 0, 0 0;
    left: -10px
}

.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
    left: 0
}

.fotorama__nav:after, .fotorama__stage:after {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 100% 0, 100% 0;
    right: -10px
}

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
    right: 0
}

.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border: 1px solid #ddd;
    border-radius: 0;
    background: #f8f8f8;
    position: relative;
    overflow: hidden
}

.selectric .label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    color: #444;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric .button, .selectric .label {
    display: block;
    line-height: 38px;
    height: 38px
}

.selectric .button {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    background-color: #f8f8f8;
    color: #bbb;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #bbb;
    border-bottom: none
}

.selectric-focus .selectric {
    border-color: #aaa
}

.selectric-hover .selectric {
    border-color: #c4c4c4
}

.selectric-hover .selectric .button {
    color: #a2a2a2
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric {
    border-color: #c4c4c4
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items li, .selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer
}

.selectric-items li.selected {
    background: #e0e0e0;
    color: #444
}

.selectric-items li.highlighted {
    background: #d0d0d0;
    color: #444
}

.selectric-items li:hover {
    background: #d5d5d5;
    color: #444
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default !important;
    background: none !important;
    color: #666 !important
}

.selectric-items .disabled, .selectric-items .selectric-group .selectric-group-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: 700;
    padding-left: 10px;
    cursor: default;
    background: none;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

.selectric-custom-options .ico {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    height: 30px;
    width: 30px;
    margin: 0 6px 0 0;
    background: url(img/browser-icons.png) no-repeat
}

.selectric-custom-options .ico-chrome {
    background-position: 0 0
}

.selectric-custom-options .ico-firefox {
    background-position: -30px 0
}

.selectric-custom-options .ico-ie {
    background-position: -60px 0
}

.selectric-custom-options .ico-opera {
    background-position: -90px 0
}

.selectric-custom-options .ico-safari {
    background-position: -120px 0
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    background: #f2f2f2;
    font-size: 18px;
    line-height: 21px
}

body, button, input, textarea {
    font-family: Helvetica Neue, Arial, sans-serif
}

button, input, textarea {
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a, a:visited {
    padding: .22em 0 1px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    transition: .3s ease
}

.white-links a, .white-links a:visited {
    color: #fff;
    border-color: hsla(0, 0%, 100%, .3)
}

a.hover, a:hover, a:visited.hover, a:visited:hover {
    color: #b03000;
    border-color: rgba(176, 48, 0, .3);
    transition: 0s ease
}

.white-links a.hover, .white-links a:hover, .white-links a:visited.hover, .white-links a:visited:hover {
    color: #fae97d;
    border-color: hsla(52, 93%, 74%, .3)
}

a.dashed, a.dotted, a:visited.dashed, a:visited.dotted {
    border-bottom-style: dashed;
    border-color: rgba(0, 0, 0, .6)
}

.white-links a.dashed, .white-links a.dotted, .white-links a:visited.dashed, .white-links a:visited.dotted {
    border-color: hsla(0, 0%, 100%, .6)
}

a.dashed.hover, a.dashed:hover, a.dotted.hover, a.dotted:hover, a:visited.dashed.hover, a:visited.dashed:hover, a:visited.dotted.hover, a:visited.dotted:hover {
    border-color: rgba(176, 48, 0, .6)
}

.white-links a.dashed.hover, .white-links a.dashed:hover, .white-links a.dotted.hover, .white-links a.dotted:hover, .white-links a:visited.dashed.hover, .white-links a:visited.dashed:hover, .white-links a:visited.dotted.hover, .white-links a:visited.dotted:hover {
    border-color: hsla(52, 93%, 74%, .6)
}

a.dotted, a:visited.dotted {
    border-bottom-style: dotted
}

a.no-border, a:visited.no-border {
    border: none
}

a.no-hover, a:visited.no-hover {
    color: #000 !important;
    border-color: rgba(0, 0, 0, .3) !important
}

.white-links a.no-hover, .white-links a:visited.no-hover {
    color: #fff !important;
    border-color: hsla(0, 0%, 100%, .3) !important
}

h1, h2, h3 {
    font-weight: 800px;
    line-height: 1;
    margin: .5em 0 .3em
}

.fonts-loaded h1, .fonts-loaded h2, .fonts-loaded h3 {
    font-family: Whitney-Black, Arial, sans-serif
}

h1.caption, h2.caption, h3.caption {
    letter-spacing: .18em;
    text-transform: uppercase
}

h1.caption > a, h2.caption > a, h3.caption > a {
    padding-bottom: 5px
}

h1.caption > a > span.caption__last-letter, h2.caption > a > span.caption__last-letter, h3.caption > a > span.caption__last-letter {
    letter-spacing: 0
}

h1 {
    font-size: 66px
}

@media (max-width: 1280px) {
    h1 {
        font-size: 58px
    }
}

@media (max-width: 1024px) {
    h1 {
        font-size: 50px
    }
}

@media (max-width: 800px) {
    h1 {
        font-size: 42px
    }
}

@media (max-width: 500px) {
    h1 {
        font-size: 34px
    }
}

@media (max-width: 320px) {
    h1 {
        font-size: 30px
    }
}

h2 {
    font-size: 36px
}

@media (max-width: 1280px) {
    h2 {
        font-size: 33px
    }
}

@media (max-width: 1024px) {
    h2 {
        font-size: 30px
    }
}

@media (max-width: 800px) {
    h2 {
        font-size: 27px
    }
}

@media (max-width: 500px) {
    h2 {
        font-size: 24px
    }
}

@media (max-width: 320px) {
    h2 {
        font-size: 24px
    }
}

h3 {
    font-size: 18px
}

p {
    margin-bottom: 12px;
    line-height: 1.6
}

p.bigger-italic {
    font-size: 29px;
    line-height: 1.5;
    font-family: Georgia, serif;
    font-style: italic
}

@media (max-width: 1280px) {
    p.bigger-italic {
        font-size: 29px
    }
}

@media (max-width: 1024px) {
    p.bigger-italic {
        font-size: 27px
    }
}

@media (max-width: 800px) {
    p.bigger-italic {
        font-size: 25px
    }
}

@media (max-width: 500px) {
    p.bigger-italic {
        font-size: 23px
    }
}

@media (max-width: 320px) {
    p.bigger-italic {
        font-size: 21px
    }
}

img.bordered {
    border: 1px solid rgba(0, 0, 0, .3)
}

a.hover img.bordered, a:hover img.bordered {
    border-color: rgba(176, 48, 0, .3)
}

.no-br {
    white-space: nowrap
}

.no-margin {
    margin: 0
}

@media (max-width: 800px) {
    .tablet-hide {
        display: none
    }
}

@media (max-width: 800px) {
    .tablet-show {
        display: block
    }
}

@media (max-width: 500px) {
    .mobile-hide {
        display: none
    }
}

.blackout {
    transition: .5s ease
}

.shading .blackout {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .87);
    z-index: 1000
}

.shading .blackout--absolute {
    position: absolute
}

.hide {
    display: block
}

@font-face {
    font-family: Whitney-Black;
    src: url(../fonts/Whitney-Black-ProGkCy.eot);
    src: url(../fonts/Whitney-Black-ProGkCy.eot?#iefix) format("embedded-opentype"), url(../fonts/Whitney-Black-ProGkCy.woff2) format("woff2"), url(../fonts/Whitney-Black-ProGkCy.woff) format("woff"), url(../fonts/Whitney-Black-ProGkCy.ttf) format("truetype"), url(../fonts/Whitney-Black-ProGkCy.svg) format("svg");
    font-weight: 800;
    font-style: normal
}

.container {
    padding-left: 70px;
    padding-right: 70px
}

.container--header {
    padding: 30px
}

.container--big, .container--header {
    padding-left: 170px
}

.container--big {
    padding-right: 170px
}

.fotorama_thumbs {
    text-align: left;
    margin: 7px 12px 0 162px;
    font-size: 1px;
    line-height: 0
}

@media (max-width: 1280px) {
    .fotorama_thumbs {
        margin: 7px 12px 0 72px
    }
}

@media (max-width: 800px) {
    .fotorama_thumbs {
        margin: 7px 12px 0
    }
}

@media (max-width: 500px) {
    .fotorama_thumbs {
        margin: 7px 0 0 12px
    }
}

.fotorama_thumbs a {
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0 4px 4px 0
}

.fotorama_thumbs a img {
    width: auto;
    height: 133px;
    border: 8px solid transparent;
    transition: .05s linear
}

@media (max-width: 800px) {
    .fotorama_thumbs a img {
        height: 116px
    }
}

@media (max-width: 500px) {
    .fotorama_thumbs a img {
        height: 100px
    }
}

.fotorama_thumbs a.active img, .fotorama_thumbs a.hover img, .fotorama_thumbs a:hover img {
    border-color: #8fc48f
}

.fotorama_product-gallery {
    text-align: left;
    margin: 18px 12px 0 35px;
    font-size: 1px;
    line-height: 0
}

.fotorama_product-gallery a {
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0 18px 18px 0
}

.fotorama_product-gallery a img {
    width: auto;
    height: 86px;
    border: 3px solid transparent;
    transition: .05s linear
}

.fotorama_product-gallery a.active img, .fotorama_product-gallery a.hover img, .fotorama_product-gallery a:hover img {
    border-color: #8fc48f
}

.button {
    display: inline-block;
    padding: 14px 20px;
    margin: 0;
    background: #8fc58f;
    border: none;
    border-radius: 3px;
    box-shadow: 0 2px 1px #64af64;
    color: #000 !important;
    font-size: 18px;
    line-height: 21px
}

.button span.load {
    display: block;
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='34' height='34' viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EOval 4%3C/title%3E%3Ccircle cx='75' cy='29' r='15' transform='translate(-58 -12)' stroke-width='4' stroke='%238FC58F' fill='none' stroke-linecap='round' stroke-dasharray='45,26'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: 1s ease;
    position: absolute;
    opacity: 0
}

.button--small {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 17px
}

.button--big {
    font-size: 22px;
    line-height: 26px;
    padding: 16px 23px
}

.button.hover, .button:hover {
    background: #7eba7e
}

.button:active {
    background: #79b579;
    box-shadow: inset 0 2px 1px #569a56;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.button--disabled {
    padding-bottom: 13px;
    height: 57px;
    margin-bottom: -3px;
    width: 156px
}

.button--disabled span.text {
    display: none
}

.button--disabled span.load {
    margin: 0 auto;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    transition: 2s;
    opacity: 1;
    position: static
}

.button--disabled span.send {
    margin: 0 auto;
    display: block;
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='32' viewBox='0 0 30 32' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EPath 2%3C/title%3E%3Cpath d='M2 15.89L12.37 28 28 2' stroke-width='4' stroke='%238FC58F' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat
}

.button--disabled, .button--disabled.hover, .button--disabled:hover {
    background: #47424b;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .5)
}

.button--disabled:active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.input-select, .input-text, .selectric-input-select {
    background: #fff;
    width: 100%;
    margin-bottom: -1px;
    padding: 9px 15px 7px;
    border: 2px solid #f4e982;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .27);
    font-size: 27px;
    line-height: 28px;
    transition: .3s ease
}

@media (max-width: 500px) {
    .input-select, .input-text, .selectric-input-select {
        font-size: 18px;
        line-height: 22px;
        padding: 9px 10px 7px
    }
}

.input-select:focus, .input-select:hover, .input-text:focus, .input-text:hover, .selectric-input-select:focus, .selectric-input-select:hover {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .27)
}

.input-select {
    -webkit-appearance: button;
    background-image: url(../../assets/img/select.svg), -webkit-linear-gradient(#fff, #fff);
    background-position: calc(100% - 20px) 53%;
    background-repeat: no-repeat;
    color: #000;
    overflow: hidden;
    padding-bottom: 12px;
    padding-right: 0;
    outline: none
}

@media (max-width: 500px) {
    .input-select {
        padding-bottom: 9px;
        background-position: calc(100% - 10px) 53%
    }
}

.selectric-input-select {
    transition: 0s ease;
    padding: 0;
    background-position: calc(100% - 20px) 53%;
    background-repeat: no-repeat
}

.selectric {
    border: none;
    background: #fff;
    padding: 9px 15px 7px
}

.selectric > .label {
    font-size: 27px;
    line-height: 28px;
    margin: 3px 0 -3px
}

.selectric > .button {
    background-color: #fff;
    background-position: 50%;
    background-image: url(../../assets/img/select.svg), -webkit-linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    box-shadow: none;
    font-size: 0;
    line-height: 0;
    height: 100%;
    width: 60px;
    transition: .1s ease
}

.selectric-open .selectric > .button {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.selectric > .button:after {
    content: none
}

.selectric-items {
    border: 2px solid #f4e982;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .27);
    border-top: none;
    margin: -2px -2px 0;
    width: calc(100% + 4px) !important;
    background: #fff
}

.selectric-items .selectric-group-label, .selectric-items li {
    padding: 4px 15px !important
}

.selectric-items .selectric-group-label {
    font-size: 27px;
    line-height: 35px;
    font-weight: 400 !important
}

.selectric-items .selectric-group li:not(.selectric-group-label) {
    padding-left: 30px !important
}

.selectric-items li {
    font-size: 21px;
    line-height: 35px
}

.selectric-items li.highlighted, .selectric-items li.selected, .selectric-items li:hover {
    background: #f3e982
}

.input-search {
    position: relative;
    width: 411px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' opacity='.4'%3E%3Cpath fill-rule='evenodd' d='M13 25.93C5.87 25.93.07 20.13.07 13S5.87.07 13 .07 25.93 5.87 25.93 13 20.13 25.93 13 25.93zm0-24C6.896 1.93 1.93 6.896 1.93 13S6.896 24.07 13 24.07 24.07 19.104 24.07 13 19.104 1.93 13 1.93zm17.293 29.777l-9-9 1.414-1.414 9 9-1.414 1.414'/%3E%3C/svg%3E");
    background-position: 14px 50%;
    background-repeat: no-repeat;
    padding-left: 60px;
    z-index: 9;
    transition: .3s ease
}

@media (min-width: 1281px) {
    .input-search--button {
        border-color: transparent;
        width: 50px;
        margin-right: -10px;
        padding-left: 50px;
        height: 60px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill-rule='evenodd' d='M13 25.93C5.87 25.93.07 20.13.07 13S5.87.07 13 .07 25.93 5.87 25.93 13 20.13 25.93 13 25.93zm0-24C6.896 1.93 1.93 6.896 1.93 13S6.896 24.07 13 24.07 24.07 19.104 24.07 13 19.104 1.93 13 1.93zm17.293 29.777l-9-9 1.414-1.414 9 9-1.414 1.414'/%3E%3C/svg%3E");
        box-shadow: none !important;
        font-size: none
    }
}

@media (max-width: 500px) {
    .input-search {
        width: 100%;
        background-size: 26px 26px
    }
}

.input-search--active {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill-rule='evenodd' d='M13 25.93C5.87 25.93.07 20.13.07 13S5.87.07 13 .07 25.93 5.87 25.93 13 20.13 25.93 13 25.93zm0-24C6.896 1.93 1.93 6.896 1.93 13S6.896 24.07 13 24.07 24.07 19.104 24.07 13 19.104 1.93 13 1.93zm17.293 29.777l-9-9 1.414-1.414 9 9-1.414 1.414'/%3E%3C/svg%3E")
}

.links {
    font-size: 0;
    line-height: 0
}

.links:after {
    display: table;
    clear: both;
    content: ""
}

.links__item {
    display: inline-block;
    list-style: none;
    margin: 0 20px 12px 0;
    font-size: 18px;
    line-height: 21px
}

.links__item > span {
    padding-bottom: 1px
}

.links__item--icon {
    width: 30px;
    height: 30px
}

.links__item--current > span {
    padding: 4px 3px 5px;
    margin: -4px -3px -5px;
    background: #cac168;
    background: rgba(0, 0, 0, .18);
    border-radius: 3px
}

.links__item:last-child {
    margin-right: 0
}

.links--small .links__item {
    font-size: 13px;
    margin-right: 9px;
    margin-bottom: 0
}

.links--small .links__item--current > span {
    padding: 2px 4px 3px;
    margin: -2px -4px -3px
}

.links--small .links__item:last-child {
    margin-right: 0
}

.links--small-margin .links__item {
    margin: 0 20px 17px 0
}

.links--small-margin .links__item > a {
    line-height: 23px
}

.links--small-margin .links__item--icon {
    margin-bottom: 0
}

.links--inline {
    display: inline-block
}

.links--lead__item {
    margin-right: 30px
}

.icon {
    position: relative
}

.icon--text-hide {
    font-size: 0;
    text-indent: -9999px;
    border: none
}

.icon--left {
    margin-left: 28px
}

.icon--right {
    margin-right: 28px
}

.icon__i {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    transition: .5s ease
}

.icon.hover .icon__i, .icon:hover .icon__i {
    transition: 0s ease
}

.icon__i--facebook, .icon__i--instagram, .icon__i--twitter, .icon__i--youtube {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: 50%
}

.icon__i--facebook {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='30' fill='%23FFF' opacity='.5'%3E%3Cpath fill-rule='evenodd' d='M10 10V7.023C10 5.68 10.297 5 12.383 5H15V0h-4C6 0 4 3.336 4 7v3H0v5h4v15h6V15h4.406L15 10h-5'/%3E%3C/svg%3E")
}

.icon.hover .icon__i--facebook, .icon:hover .icon__i--facebook {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='30' fill='%23FAE97D'%3E%3Cpath fill-rule='evenodd' d='M10 10V7.023C10 5.68 10.297 5 12.383 5H15V0h-4C6 0 4 3.336 4 7v3H0v5h4v15h6V15h4.406L15 10h-5'/%3E%3C/svg%3E")
}

.icon__i--twitter {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='24' fill='%23FFF' opacity='.5'%3E%3Cpath fill-rule='evenodd' d='M30.23 2.844c-1.09.48-2.25.806-3.476.956A6.073 6.073 0 0 0 29.416.45c-1.17.694-2.462 1.2-3.843 1.47A6.04 6.04 0 0 0 21.153 0a6.052 6.052 0 0 0-6.05 6.056c0 .475.05.938.157 1.382A17.15 17.15 0 0 1 2.785 1.106a6.048 6.048 0 0 0-.82 3.044 6.07 6.07 0 0 0 2.7 5.044c-1-.025-1.936-.3-2.75-.757v.076a6.06 6.06 0 0 0 4.857 5.937 6.105 6.105 0 0 1-1.593.212c-.39 0-.77-.037-1.14-.112a6.063 6.063 0 0 0 5.657 4.206 12.137 12.137 0 0 1-8.963 2.507A16.927 16.927 0 0 0 9.997 24C21.14 24 27.23 14.77 27.23 6.762c0-.262-.008-.525-.02-.78a12.396 12.396 0 0 0 3.02-3.138'/%3E%3C/svg%3E")
}

.icon.hover .icon__i--twitter, .icon:hover .icon__i--twitter {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='24' fill='%23FAE97D'%3E%3Cpath fill-rule='evenodd' d='M30.23 2.844c-1.09.48-2.25.806-3.476.956A6.073 6.073 0 0 0 29.416.45c-1.17.694-2.462 1.2-3.843 1.47A6.04 6.04 0 0 0 21.153 0a6.052 6.052 0 0 0-6.05 6.056c0 .475.05.938.157 1.382A17.15 17.15 0 0 1 2.785 1.106a6.048 6.048 0 0 0-.82 3.044 6.07 6.07 0 0 0 2.7 5.044c-1-.025-1.936-.3-2.75-.757v.076a6.06 6.06 0 0 0 4.857 5.937 6.105 6.105 0 0 1-1.593.212c-.39 0-.77-.037-1.14-.112a6.063 6.063 0 0 0 5.657 4.206 12.137 12.137 0 0 1-8.963 2.507A16.927 16.927 0 0 0 9.997 24C21.14 24 27.23 14.77 27.23 6.762c0-.262-.008-.525-.02-.78a12.396 12.396 0 0 0 3.02-3.138'/%3E%3C/svg%3E")
}

.icon__i--instagram {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='%23FFF' opacity='.5'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M18.12 0H7.88A7.879 7.879 0 0 0 0 7.88v10.24A7.88 7.88 0 0 0 7.88 26h10.242A7.88 7.88 0 0 0 26 18.12V7.88A7.877 7.877 0 0 0 18.12 0z'/%3E%3Cpath fill='%2346434B' d='M13 9.75c1.79 0 3.25 1.46 3.25 3.25s-1.46 3.25-3.25 3.25S9.75 14.79 9.75 13 11.21 9.75 13 9.75zm0-1.95a5.2 5.2 0 1 0 0 10.4 5.2 5.2 0 0 0 0-10.4zm6.5-2.974a1.675 1.675 0 0 0 0 3.348 1.674 1.674 0 1 0 0-3.348z'/%3E%3C/g%3E%3C/svg%3E")
}

.icon.hover .icon__i--instagram, .icon:hover .icon__i--instagram {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='%23FAE97D'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M18.12 0H7.88A7.879 7.879 0 0 0 0 7.88v10.24A7.88 7.88 0 0 0 7.88 26h10.242A7.88 7.88 0 0 0 26 18.12V7.88A7.877 7.877 0 0 0 18.12 0z'/%3E%3Cpath fill='%2346434B' d='M13 9.75c1.79 0 3.25 1.46 3.25 3.25s-1.46 3.25-3.25 3.25S9.75 14.79 9.75 13 11.21 9.75 13 9.75zm0-1.95a5.2 5.2 0 1 0 0 10.4 5.2 5.2 0 0 0 0-10.4zm6.5-2.974a1.675 1.675 0 0 0 0 3.348 1.674 1.674 0 1 0 0-3.348z'/%3E%3C/g%3E%3C/svg%3E")
}

.icon__i--youtube {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='21' fill='%23FFF' opacity='.5'%3E%3Cpath fill-rule='evenodd' d='M29.7 4.552s-.293-2.067-1.192-2.978c-1.14-1.195-2.42-1.2-3.006-1.27C21.304 0 15.006 0 15.006 0h-.013S8.696 0 4.498.304c-.586.07-1.865.075-3.006 1.27C.592 2.484.3 4.552.3 4.552S0 6.98 0 9.407v2.176c0 2.428.3 4.855.3 4.855s.293 2.068 1.192 2.978c1.14 1.195 2.64 1.157 3.308 1.283 2.4.23 10.2.3 10.2.3s6.304-.01 10.502-.314c.586-.07 1.865-.076 3.006-1.27.9-.91 1.192-2.98 1.192-2.98s.3-2.426.3-4.854V9.407c0-2.427-.3-4.855-.3-4.855zm-17.797 9.89L11.9 6.01l8.108 4.23-8.105 4.2z'/%3E%3C/svg%3E")
}

.icon.hover .icon__i--youtube, .icon:hover .icon__i--youtube {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='21' fill='%23FAE97D'%3E%3Cpath fill-rule='evenodd' d='M29.7 4.552s-.293-2.067-1.192-2.978c-1.14-1.195-2.42-1.2-3.006-1.27C21.304 0 15.006 0 15.006 0h-.013S8.696 0 4.498.304c-.586.07-1.865.075-3.006 1.27C.592 2.484.3 4.552.3 4.552S0 6.98 0 9.407v2.176c0 2.428.3 4.855.3 4.855s.293 2.068 1.192 2.978c1.14 1.195 2.64 1.157 3.308 1.283 2.4.23 10.2.3 10.2.3s6.304-.01 10.502-.314c.586-.07 1.865-.076 3.006-1.27.9-.91 1.192-2.98 1.192-2.98s.3-2.426.3-4.854V9.407c0-2.427-.3-4.855-.3-4.855zm-17.797 9.89L11.9 6.01l8.108 4.23-8.105 4.2z'/%3E%3C/svg%3E")
}

.icon__i--codelnaya {
    width: 29px;
    height: 20px;
    top: 8px;
    left: -40px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='20' viewBox='0 0 29 20' xmlns='http://www.w3.org/2000/svg' fill='%23FFF' opacity='.5'%3E%3Ctitle%3Elogo copy%3C/title%3E%3Cpath d='M20.95 9.92l8.033-5.182V.063L14.492 9.921l14.491 9.857v-4.675L20.95 9.921M14.473.107L0 2.97l14.473 2.336L0 7.643 14.473 9.98 0 12.316l14.473 2.336L0 16.988l14.492 2.833-.02-19.714' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.icon.hover .icon__i--codelnaya, .icon:hover .icon__i--codelnaya {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='20' viewBox='0 0 29 20' xmlns='http://www.w3.org/2000/svg' fill='%23FAE97D'%3E%3Ctitle%3Elogo copy%3C/title%3E%3Cpath d='M20.95 9.92l8.033-5.182V.063L14.492 9.921l14.491 9.857v-4.675L20.95 9.921M14.473.107L0 2.97l14.473 2.336L0 7.643 14.473 9.98 0 12.316l14.473 2.336L0 16.988l14.492 2.833-.02-19.714' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.icon__i--raskrutka {
    width: 31px;
    height: 31px;
    top: 3px;
    left: -40px;
    background-image: url(../img/raskrutka.png);
    background-size: cover
}

.icon.hover .icon__i--raskrutka, .icon:hover .icon__i--raskrutka {
    background-image: url(../img/raskrutka--hover.png)
}

.price-label {
    display: inline-block;
    padding: 11px 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #998b60;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='152' height='44' viewBox='0 0 152 44' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cpath d='M152 29v15H0V29a6 6 0 1 0 0-12V0h152v17a6 6 0 0 0 0 12z' fill='%23F4E394' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    white-space: nowrap;
    text-align: center
}

.price-label--big {
    padding: 15px 18px 11px;
    font-family: Whitney-Black, Arial, sans-serif;
    line-height: 1;
    color: #000;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='244' height='64' viewBox='0 0 244 64' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cpath d='M244 38v26H0V38a6 6 0 1 0 0-12V0h244v26a6 6 0 0 0 0 12z' fill='%23F4E394' fill-rule='evenodd'/%3E%3C/svg%3E");
    font-size: 36px
}

@media (max-width: 1280px) {
    .price-label--big {
        font-size: 33px
    }
}

@media (max-width: 1024px) {
    .price-label--big {
        font-size: 30px
    }
}

@media (max-width: 800px) {
    .price-label--big {
        font-size: 27px
    }
}

@media (max-width: 500px) {
    .price-label--big {
        font-size: 26px
    }
}

@media (max-width: 320px) {
    .price-label--big {
        font-size: 24px
    }
}

@media (max-width: 800px) {
    .price-label--big {
        padding-top: 12px;
        padding-bottom: 10px
    }
}

.header {
    background-color: #f4e982;
    width: 100%;
    padding: 15px 30px 15px 40px;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 500px) {
    .header {
        display: block
    }
}

.header__logo {
    position: relative;
    height: 100px;
    width: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='100'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M29.574 50.374h4.238c.216 0 .405.054.54.135.135.08.19.27.19.51 0 .4-.244.59-.703.59H29.6v-1.24h-.026zm-2.457-4.75v7.936h7.37c.864 0 1.485-.162 1.863-.486.378-.324.567-.89.567-1.7 0-.92-.378-1.54-1.107-1.864.216-.108.432-.297.567-.567.162-.27.243-.62.243-1.052 0-.94-.27-1.56-.783-1.91-.35-.21-.89-.32-1.674-.32h-7.046v-.02zm2.457 1.916h4.32c.188 0 .35.054.458.135.108.08.162.216.162.405 0 .188-.054.323-.162.404a.78.78 0 0 1-.46.135h-4.318v-1.08zm8.64-1.917h2.43v7.91h-2.43zm4.076 0h2.43v5.858h5.533v2.06H42.29m19.625-7.91v4.83c0 1.43-.324 2.35-.945 2.7-.567.35-1.943.52-4.103.52-2.16 0-3.537-.16-4.103-.51-.62-.38-.945-1.27-.945-2.7v-4.84h2.42v4.84c0 .49.13.78.4.92.32.16 1.05.25 2.18.25s1.83-.08 2.16-.21c.29-.16.45-.46.45-.943v-4.83h2.46zm.945 0l3.618 3.86-3.618 4.05h3.294l2.376-2.64 2.375 2.65H74.2l-3.646-4.05 3.645-3.86h-3.38l-2.29 2.54-2.3-2.53'/%3E%3Cpath d='M17.13 87.196c-.46-.404-.92-.836-1.378-1.268l-.027-.027a51.418 51.418 0 0 1-4.615-5.1 46.8 46.8 0 0 1-3.187-4.53l-.027.03c-.08-.13-.16-.29-.27-.48-.458-.75-.917-1.54-1.322-2.32-.054-.11-.108-.21-.135-.3 1.64-3 7.12-10.72 9.47-13.69 2.4-3.02 4.91-5.8 6.67-7.04l3.75-2.7c-.65 2.35-1.27 4.7-1.95 7.02-1 3.32-2.14 7.24-2.14 10.58 0 2.27.73 4.7 1.7 6.75l1.03-3 2.13 2.62c3.16 3.91 5.18 6.42 10.55 8.72 1.05.46 2.16.86 3.29 1.11l.49-2.35-3.78-10.17 9.96 6.18c2.21 1.08 4.97 1.27 7.61 1.29v-2.78l7.125-1.35.677-1.27L52.74 69.4l-2.78-6.48c4.7 1.24 9.37 2.51 14.12 3.51 3.296.673 6.48 1.185 7.886.97 2.4-.378 4.86-1.43 6.853-2.835l-5.61-7.16c1.57-.11 3.134-.217 4.7-.3 2.564-.133 5.67-.295 6.83-1.186.674-.518 1.51-1.678 2.32-2.78l-12.82-7.08 2.86-3.188c2.7-.57 4.59-1.512 5.94-4.104.62-1.19.54-1.97.565-3.24l-11.9 2.137 3.376-5.86-5.35-.92-2.38-4.1-13.31 9.122-6.02.14 15.31-18.12-1.25-.84-10.632 4.45-5.508-3.76-7.317 7.04-5.29 14.253c-1.62-1.54-3.13-2.836-3.83-5.05-.81-2.564-.92-5.965-.94-7.666l-.378-.27c-.46 2.08-.704 4.103-2.59 5.453-.73.51-1.62.92-2.7 1.133l-2.19 8.21-3-.136.137 3.885c0 2.404 1.56 3.214 2.91 4.725l1 1.133C17.18 55.31 8.33 65.896 5.034 71.7L3.58 67.68a48.47 48.47 0 0 1-2.295-7.963 49.06 49.06 0 0 1-.975-9.775c0-13.768 5.59-26.267 14.632-35.283C23.986 5.61 36.458.02 50.226.02S76.493 5.612 85.51 14.66c9.043 9.042 14.63 21.514 14.63 35.282 0 13.768-5.587 26.267-14.63 35.284-9.044 9.016-21.516 14.63-35.284 14.63a49.495 49.495 0 0 1-18.6-3.616c-5.264-2.16-10.178-5.183-14.497-9.044zM9.974 73.05a47.093 47.093 0 0 0 3.807 5.643c1.68 2.132 3.57 4.103 5.62 5.94a46.504 46.504 0 0 0 30.86 11.717c12.83 0 24.44-5.21 32.86-13.6a46.259 46.259 0 0 0 13.61-32.854c0-12.823-5.21-24.43-13.6-32.854-8.4-8.4-20.03-13.61-32.86-13.61S25.82 8.638 17.4 17.06C9 25.46 3.79 37.094 3.79 49.917c0 3.05.297 6.1.918 9.098.352 1.782.81 3.536 1.378 5.237 1-1.376 2.078-2.834 2.672-3.643 2.592-3.57 5.507-6.89 8.53-10.1-1.295-1.22-2.672-2.7-2.672-5.89l-.27-7.32 3.915.19 2.08-7.83c1.54-.14 3.78-.17 4.19-2.05l1.6-7.35 5.78 4.48v.86c0 .97 0 4.05.54 6.5l3.36-9.1 9.8-9.42 6.21 4.23 10.61-4.455 3.89 2.565 2.32.783L58.27 28.96 68.42 22l3.376 5.86 8.45 1.456-2.187 3.834 8.88-1.59-.08 5.62c0 .97-.38 2.08-.9 3.11-1.27 2.46-3.27 4.35-5.89 5.24l11.9 6.54c-.73.948-1.43 1.86-2.11 2.81-.97 1.35-2 2.78-3.11 3.646-1.65 1.243-4.43 1.594-7.05 1.756l3.7 4.698c-3.08 2.86-6.64 4.967-10.88 5.64-1.86.298-5.45-.242-9.07-1a24.72 24.72 0 0 1-1.59-.35l5.533 2.08-3.104 5.99-6.02 1.135v3.35c-4.21 0-8.64.246-12.523-1.7l-1.94-1.187.752 2.08-1.27 6.046c-2.62 0-4.78-.485-7.21-1.51-5.1-2.16-7.507-4.456-10.206-7.67l-.782 2.27-1.78-1.16c-1.294-.84-2.43-2.73-3.24-4.834-.89-2.296-1.43-4.94-1.43-6.75 0-2.565.57-5.32 1.244-7.91-3.62 4.24-6.858 8.88-9.936 13.58z'/%3E%3C/g%3E%3C/svg%3E");
    display: none
}

.header__logo--show {
    display: block
}

.header__logo > a {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 0;
    line-height: 0
}

.header__menu {
    -webkit-box-flex: 10;
    -ms-flex: 10 0px;
    flex: 10 0px;
    max-width: 500px;
    margin-bottom: -15px
}

@media (min-width: 1100px) and (max-width: 1175px) {
    .header__menu .hide-for-long-name-city {
        display: none
    }
}

@media (max-width: 500px) {
    .header__menu {
        display: none
    }
}

.header__city-lang {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right;
    white-space: nowrap;
    margin-right: 30px
}

.header__partner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: nowrap
}

.header__partner > a {
    margin: 0
}

.header__city {
    margin-bottom: 12px;
    font-size: 20px
}

.header__city, .header__city-link {
    position: relative
}

.header__city-link:before {
    content: "";
    position: absolute;
    top: 1px;
    left: -23px;
    width: 23px;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='22'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M8 22l-.437-.5C7.253 21.15 0 12.816 0 7.825 0 3.51 3.59 0 8 0s8 3.51 8 7.824c0 4.99-7.254 13.325-7.563 13.677L8 22zM8 1.125c-3.777 0-6.85 3.005-6.85 6.7 0 3.915 5.277 10.54 6.85 12.43 1.573-1.89 6.85-8.517 6.85-12.43 0-3.695-3.073-6.7-6.85-6.7z'/%3E%3Cpath d='M8 11c-1.655 0-3-1.346-3-3s1.345-3 3-3 3 1.346 3 3-1.345 3-3 3zm0-4.868A1.87 1.87 0 0 0 6.132 8 1.87 1.87 0 0 0 8 9.868 1.87 1.87 0 0 0 9.868 8 1.87 1.87 0 0 0 8 6.132z'/%3E%3C/g%3E%3C/svg%3E");
    background-position: left 80%;
    background-repeat: no-repeat;
    transition: .3s ease
}

.header__city-link:hover:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='22' fill='%23B03000'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M8 22l-.437-.5C7.253 21.15 0 12.816 0 7.825 0 3.51 3.59 0 8 0s8 3.51 8 7.824c0 4.99-7.254 13.325-7.563 13.677L8 22zM8 1.125c-3.777 0-6.85 3.005-6.85 6.7 0 3.915 5.277 10.54 6.85 12.43 1.573-1.89 6.85-8.517 6.85-12.43 0-3.695-3.073-6.7-6.85-6.7z'/%3E%3Cpath d='M8 11c-1.655 0-3-1.346-3-3s1.345-3 3-3 3 1.346 3 3-1.345 3-3 3zm0-4.868A1.87 1.87 0 0 0 6.132 8 1.87 1.87 0 0 0 8 9.868 1.87 1.87 0 0 0 9.868 8 1.87 1.87 0 0 0 8 6.132z'/%3E%3C/g%3E%3C/svg%3E");
    transition: 0s ease
}

@media (max-width: 500px) {
    .header__lang {
        display: none
    }
}

.header__title {
    width: 100%;
    margin-top: 30px
}

.header__title > h1 {
    max-width: 890px;
    margin: 0
}

.header--bg-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='100' opacity='.11'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M29.574 50.374h4.238c.216 0 .405.054.54.135.135.08.19.27.19.51 0 .4-.244.59-.703.59H29.6v-1.24h-.026zm-2.457-4.75v7.936h7.37c.864 0 1.485-.162 1.863-.486.378-.324.567-.89.567-1.7 0-.92-.378-1.54-1.107-1.864.216-.108.432-.297.567-.567.162-.27.243-.62.243-1.052 0-.94-.27-1.56-.783-1.91-.35-.21-.89-.32-1.674-.32h-7.046v-.02zm2.457 1.916h4.32c.188 0 .35.054.458.135.108.08.162.216.162.405 0 .188-.054.323-.162.404a.78.78 0 0 1-.46.135h-4.318v-1.08zm8.64-1.917h2.43v7.91h-2.43zm4.076 0h2.43v5.858h5.533v2.06H42.29m19.625-7.91v4.83c0 1.43-.324 2.35-.945 2.7-.567.35-1.943.52-4.103.52-2.16 0-3.537-.16-4.103-.51-.62-.38-.945-1.27-.945-2.7v-4.84h2.42v4.84c0 .49.13.78.4.92.32.16 1.05.25 2.18.25s1.83-.08 2.16-.21c.29-.16.45-.46.45-.943v-4.83h2.46zm.945 0l3.618 3.86-3.618 4.05h3.294l2.376-2.64 2.375 2.65H74.2l-3.646-4.05 3.645-3.86h-3.38l-2.29 2.54-2.3-2.53'/%3E%3Cpath d='M17.13 87.196c-.46-.404-.92-.836-1.378-1.268l-.027-.027a51.418 51.418 0 0 1-4.615-5.1 46.8 46.8 0 0 1-3.187-4.53l-.027.03c-.08-.13-.16-.29-.27-.48-.458-.75-.917-1.54-1.322-2.32-.054-.11-.108-.21-.135-.3 1.64-3 7.12-10.72 9.47-13.69 2.4-3.02 4.91-5.8 6.67-7.04l3.75-2.7c-.65 2.35-1.27 4.7-1.95 7.02-1 3.32-2.14 7.24-2.14 10.58 0 2.27.73 4.7 1.7 6.75l1.03-3 2.13 2.62c3.16 3.91 5.18 6.42 10.55 8.72 1.05.46 2.16.86 3.29 1.11l.49-2.35-3.78-10.17 9.96 6.18c2.21 1.08 4.97 1.27 7.61 1.29v-2.78l7.125-1.35.677-1.27L52.74 69.4l-2.78-6.48c4.7 1.24 9.37 2.51 14.12 3.51 3.296.673 6.48 1.185 7.886.97 2.4-.378 4.86-1.43 6.853-2.835l-5.61-7.16c1.57-.11 3.134-.217 4.7-.3 2.564-.133 5.67-.295 6.83-1.186.674-.518 1.51-1.678 2.32-2.78l-12.82-7.08 2.86-3.188c2.7-.57 4.59-1.512 5.94-4.104.62-1.19.54-1.97.565-3.24l-11.9 2.137 3.376-5.86-5.35-.92-2.38-4.1-13.31 9.122-6.02.14 15.31-18.12-1.25-.84-10.632 4.45-5.508-3.76-7.317 7.04-5.29 14.253c-1.62-1.54-3.13-2.836-3.83-5.05-.81-2.564-.92-5.965-.94-7.666l-.378-.27c-.46 2.08-.704 4.103-2.59 5.453-.73.51-1.62.92-2.7 1.133l-2.19 8.21-3-.136.137 3.885c0 2.404 1.56 3.214 2.91 4.725l1 1.133C17.18 55.31 8.33 65.896 5.034 71.7L3.58 67.68a48.47 48.47 0 0 1-2.295-7.963 49.06 49.06 0 0 1-.975-9.775c0-13.768 5.59-26.267 14.632-35.283C23.986 5.61 36.458.02 50.226.02S76.493 5.612 85.51 14.66c9.043 9.042 14.63 21.514 14.63 35.282 0 13.768-5.587 26.267-14.63 35.284-9.044 9.016-21.516 14.63-35.284 14.63a49.495 49.495 0 0 1-18.6-3.616c-5.264-2.16-10.178-5.183-14.497-9.044zM9.974 73.05a47.093 47.093 0 0 0 3.807 5.643c1.68 2.132 3.57 4.103 5.62 5.94a46.504 46.504 0 0 0 30.86 11.717c12.83 0 24.44-5.21 32.86-13.6a46.259 46.259 0 0 0 13.61-32.854c0-12.823-5.21-24.43-13.6-32.854-8.4-8.4-20.03-13.61-32.86-13.61S25.82 8.638 17.4 17.06C9 25.46 3.79 37.094 3.79 49.917c0 3.05.297 6.1.918 9.098.352 1.782.81 3.536 1.378 5.237 1-1.376 2.078-2.834 2.672-3.643 2.592-3.57 5.507-6.89 8.53-10.1-1.295-1.22-2.672-2.7-2.672-5.89l-.27-7.32 3.915.19 2.08-7.83c1.54-.14 3.78-.17 4.19-2.05l1.6-7.35 5.78 4.48v.86c0 .97 0 4.05.54 6.5l3.36-9.1 9.8-9.42 6.21 4.23 10.61-4.455 3.89 2.565 2.32.783L58.27 28.96 68.42 22l3.376 5.86 8.45 1.456-2.187 3.834 8.88-1.59-.08 5.62c0 .97-.38 2.08-.9 3.11-1.27 2.46-3.27 4.35-5.89 5.24l11.9 6.54c-.73.948-1.43 1.86-2.11 2.81-.97 1.35-2 2.78-3.11 3.646-1.65 1.243-4.43 1.594-7.05 1.756l3.7 4.698c-3.08 2.86-6.64 4.967-10.88 5.64-1.86.298-5.45-.242-9.07-1a24.72 24.72 0 0 1-1.59-.35l5.533 2.08-3.104 5.99-6.02 1.135v3.35c-4.21 0-8.64.246-12.523-1.7l-1.94-1.187.752 2.08-1.27 6.046c-2.62 0-4.78-.485-7.21-1.51-5.1-2.16-7.507-4.456-10.206-7.67l-.782 2.27-1.78-1.16c-1.294-.84-2.43-2.73-3.24-4.834-.89-2.296-1.43-4.94-1.43-6.75 0-2.565.57-5.32 1.244-7.91-3.62 4.24-6.858 8.88-9.936 13.58z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 280px 280px;
    background-position: -59px -36px;
    background-repeat: no-repeat;
    padding-left: 170px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 1280px) {
    .header {
        padding-left: 30px
    }
}

@media (max-width: 1100px) {
    .header {
        background-image: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header__logo {
        display: block;
        margin-bottom: 20px
    }

    .header__menu {
        margin-bottom: 10px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 600px;
        -ms-flex: 600px 1;
        flex: 600px 1
    }

    .header__city-lang {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 15px
    }

    .header__city {
        font-size: 18px
    }

    .header__partner {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        white-space: nowrap;
        margin-bottom: 20px
    }

    .header__partner > a {
        margin: 0
    }

    .header__city-link:before {
        content: none
    }

    .header__city-lang {
        text-align: left
    }

    .header__title {
        margin-top: 10px
    }
}

@media (max-width: 1000px) {
    .header__menu {
        -webkit-box-flex: 600px;
        -ms-flex: 600px 0;
        flex: 600px 0
    }

    .header__title > h1 {
        max-width: 750px
    }
}

.header__mobile-menu-button {
    display: none;
    position: fixed;
    top: 30px;
    right: 20px;
    border-radius: 3px;
    z-index: 3000;
    width: 50px;
    height: 34px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='16' viewBox='0 0 25 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 23%3C/title%3E%3Cpath d='M0 0h25v2H0zm0 7h25v2H0zm0 7h25v2H0z' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none
}

.header__mobile-menu-button--close {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='20' viewBox='0 0 19 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 23 Copy%3C/title%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M1.368.454l17.678 17.678-1.414 1.414L-.046 1.868z'/%3E%3Cpath d='M-.046 18.132L17.632.454l1.414 1.414L1.368 19.546z'/%3E%3C/g%3E%3C/svg%3E")
}

@media (max-width: 500px) {
    .header__mobile-menu-button {
        display: block
    }
}

.header__mobile-menu-button.hide {
    display: none
}

.header--fixed {
    position: fixed;
    max-width: 1440px;
    opacity: 0;
    z-index: -1000;
    transition: all .16s linear
}

@media (max-width: 800px) {
    .header--fixed {
        display: none !important
    }
}

.header--show {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
    transition: all .08s linear
}

@media (max-width: 1000px) and (max-width: 650px) {
    .header__menu {
        padding-right: 0
    }
}

@media (max-width: 1000px) and (max-width: 500px) {
    .header {
        padding: 20px
    }
}

.mobile-menu {
    z-index: -1000;
    background: #f4e982;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    max-width: 320px;
    height: 100%;
    min-height: 900px;
    padding: 25px 20px 20px 30px;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    transition: .3s ease
}

@media (max-width: 500px) {
    .mobile-menu {
        width: 100%
    }
}

.mobile-menu__list {
    display: block;
    width: 100%
}

.mobile-menu__item {
    list-style: none;
    display: block
}

.mobile-menu__item > a, .mobile-menu__item > span {
    font-size: 26px;
    line-height: 45px
}

.mobile-menu__item > a.hover, .mobile-menu__item > a:hover, .mobile-menu__item > span.hover, .mobile-menu__item > span:hover {
    border-color: #b1a84f
}

.mobile-menu__item--current > span {
    background: rgba(0, 0, 0, .18);
    border-radius: 3px;
    padding: 3px 10px 4px;
    margin-left: -10px
}

.mobile-menu__item--current + .mobile-menu__item:not(.mobile-menu__item--current) > a {
    border-top: none !important
}

.mobile-menu__lang {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mobile-menu__lang-item {
    display: block;
    margin: 0 0 3px !important
}

.mobile-menu--open {
    z-index: 2000;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.dropdown {
    position: relative
}

@media (max-width: 650px) {
    .dropdown {
        min-width: 184px
    }
}

.dropdown > a {
    transition: 0s ease
}

.dropdown__container {
    position: absolute;
    background: #46434b;
    border-radius: 3px;
    width: 217px;
    left: -10px;
    top: -8px;
    opacity: 0;
    visibility: hidden;
    transition: all .17s linear;
    text-align: left;
    white-space: normal;
    font-size: 0;
    overflow: hidden;
    z-index: 201
}

.dropdown--fixed:not(.dropdown--show) .dropdown__container {
    display: none
}

.mobile-menu__item .dropdown__container {
    top: 2px
}

@media (max-width: 650px) {
    .dropdown__container {
        width: 184px
    }

    .mobile-menu__item .dropdown__container {
        width: 200px
    }
}

.dropdown__container:last-child {
    margin-bottom: 0
}

.dropdown__title {
    font-size: 18px;
    line-height: 21px;
    color: hsla(0, 0%, 100%, .5);
    background: #3b383d;
    padding: 8px 10px 9px;
    margin-bottom: 3px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none
}

.mobile-menu__item .dropdown__title {
/ /: center;
    font-size: 26px;
    padding-top: 10px;
    padding-bottom: 11px
}

.dropdown__list {
    padding: 10px
}

.mobile-menu__item .dropdown__list {
/ /: center
}

.dropdown__item {
    margin-bottom: 8px;
    list-style: none
}

.dropdown__item > a {
    font-size: 18px;
    line-height: 23px
}

.dropdown--open > a, .dropdown--show > a {
    color: hsla(0, 0%, 100%, .5) !important;
    border: none;
    transition: 0s ease;
    transition: all .17s linear
}

.dropdown--open > .dropdown__container, .dropdown--show > .dropdown__container {
    opacity: 1;
    visibility: visible;
    transition: all .17s linear
}

.section {
    position: relative;
    background: #fff
}

.no-flexbox .section {
    display: block
}

.section__body, .section__header {
    padding: 40px 170px
}

@media (max-width: 1280px) {
    .section__body, .section__header {
        padding: 36px 80px
    }
}

@media (max-width: 800px) {
    .section__body, .section__header {
        padding: 30px 20px
    }
}

@media (max-width: 500px) {
    .section__body, .section__header {
        padding: 20px
    }
}

.section__body--big, .section__header--big {
    padding-left: 70px;
    padding-right: 70px
}

@media (max-width: 1280px) {
    .section__body--big, .section__header--big {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (max-width: 800px) {
    .section__body--big, .section__header--big {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width: 500px) {
    .section__body--big, .section__header--big {
        padding-right: 20px;
        padding-left: 20px
    }
}

.section__body--s-top-padding, .section__header--s-top-padding {
    padding-top: 20px
}

.section__body--s-bottom-padding, .section__header--s-bottom-padding {
    padding-bottom: 20px
}

.section__body--l-top-padding, .section__header--l-top-padding {
    padding-top: 80px
}

.section__body--l-bottom-padding, .section__header--l-bottom-padding {
    padding-bottom: 80px
}

@media (max-width: 1280px) {
    .section__body--s-top-padding, .section__header--s-top-padding {
        padding-top: 18px
    }

    .section__body--s-bottom-padding, .section__header--s-bottom-padding {
        padding-bottom: 18px
    }

    .section__body--l-top-padding, .section__header--l-top-padding {
        padding-top: 60px
    }

    .section__body--l-bottom-padding, .section__header--l-bottom-padding {
        padding-bottom: 60px
    }
}

@media (max-width: 800px) {
    .section__body--s-top-padding, .section__header--s-top-padding {
        padding-top: 16px
    }

    .section__body--s-bottom-padding, .section__header--s-bottom-padding {
        padding-bottom: 16px
    }

    .section__body--l-top-padding, .section__header--l-top-padding {
        padding-top: 40px
    }

    .section__body--l-bottom-padding, .section__header--l-bottom-padding {
        padding-bottom: 40px
    }
}

@media (max-width: 500px) {
    .section__body--s-top-padding, .section__header--s-top-padding {
        padding-top: 12px
    }

    .section__body--s-bottom-padding, .section__header--s-bottom-padding {
        padding-bottom: 12px
    }

    .section__body--l-top-padding, .section__header--l-top-padding {
        padding-top: 20px
    }

    .section__body--l-bottom-padding, .section__header--l-bottom-padding {
        padding-bottom: 20px
    }
}

.section--gray {
    background-color: #f4f4f4
}

.section--lead {
    position: relative;
    background-color: #a98244;
    background: linear-gradient(180deg, #cdaa61 0, #a98244);
    background-image: url(../img/lead.jpg);
    background-size: cover;
    background-position: top;
    height: 72vh;
    min-height: 500px;
    max-height: 680px
}

.section--lead .section__lead-top-bar {
    background: rgba(0, 0, 0, .36);
    padding: 14px 0 8px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.section--lead .section__lead-top-bar-inner {
    margin-left: 170px;
    bottom: 18px;
    max-width: 920px;
    margin-right: 20px
}

.section--lead .section__lead-text {
    position: absolute;
    left: 130px;
    bottom: 18px;
    max-width: 920px;
    margin-right: 20px;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}

@media (max-width: 1280px) {
    .section--lead .section__lead-top-bar-inner {
        margin-left: 30px
    }
}

@media (max-width: 800px) {
    .section--lead .section__lead-top-bar-inner {
        margin-left: 30px
    }
}

@media (max-width: 500px) {
    .section--lead .section__lead-top-bar-inner {
        margin-left: 20px
    }
}

@media (max-width: 1280px) {
    .section--lead .section__lead-text {
        left: 30px
    }
}

@media (max-width: 800px) {
    .section--lead .section__lead-text {
        left: 20px
    }
}

@media (max-width: 500px) {
    .section--lead .section__lead-text {
        left: 20px
    }
}

.section--video .section__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section--video .section__aside {
    margin-top: 6px;
    margin-left: 70px;
    vertical-align: top
}

.section--video .section__aside-image {
    display: inline-block;
    width: 70px;
    height: 60px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='21' fill='%23CD201F'%3E%3Cpath fill-rule='evenodd' d='M29.7 4.552s-.293-2.067-1.192-2.978c-1.14-1.195-2.42-1.2-3.006-1.27C21.304 0 15.006 0 15.006 0h-.013S8.696 0 4.498.304c-.586.07-1.865.075-3.006 1.27C.592 2.484.3 4.552.3 4.552S0 6.98 0 9.407v2.176c0 2.428.3 4.855.3 4.855s.293 2.068 1.192 2.978c1.14 1.195 2.64 1.157 3.308 1.283 2.4.23 10.2.3 10.2.3s6.304-.01 10.502-.314c.586-.07 1.865-.076 3.006-1.27.9-.91 1.192-2.98 1.192-2.98s.3-2.426.3-4.854V9.407c0-2.427-.3-4.855-.3-4.855zm-17.797 9.89L11.9 6.01l8.108 4.23-8.105 4.2z'/%3E%3C/svg%3E");
    background-size: 70px 49px;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 10px;
    margin-right: 20px
}

.no-flexbox .section--video .section__body {
    display: table
}

.no-flexbox .section--video .section__article {
    display: table-cell
}

.no-flexbox .section--video .section__aside {
    padding-left: 70px;
    display: table-cell
}

@media (max-width: 1024px) {
    .section--video .section__body {
        display: block
    }

    .section--video .section__article {
        margin-right: 0
    }

    .section--video .section__aside {
        margin-top: 20px;
        margin-left: 0
    }

    .section--video .section__aside-text {
        display: inline-block;
        margin-top: 4px;
        vertical-align: top
    }
}

@media (max-width: 1280px) {
    .section--video {
        background-position: 20px 42px;
        background-size: 47px 44px
    }
}

@media (max-width: 800px) {
    .section--video {
        background-image: none
    }
}

@media (max-width: 1024px) {
    .no-flexbox .section--video .section__article, .no-flexbox .section--video .section__body {
        display: block
    }

    .no-flexbox .section--video .section__aside {
        padding-left: 0;
        display: block
    }
}

.section--quote {
    background-color: #47424c;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='60' opacity='.1'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M34.38.58H20.46L.856 29.232l20.3 29.928 12.528-2.668-10.092-27.26L34.38.58zm29.348 0H49.924L30.32 29.232 50.504 59.16l12.528-2.668-9.976-27.26L63.728.58z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 63px 59px;
    background-position: 70px 46px;
    color: #fff
}

.section--quote .section__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section--quote .section__article {
    max-width: 730px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 19px;
    line-height: 28px;
    margin-right: 70px
}

.section--quote .section__aside {
    min-width: 280px;
    margin-top: 6px;
    vertical-align: top
}

.section--quote .section__aside-image {
    border-radius: 50%;
    margin-bottom: 10px
}

.section--quote .section__aside-text {
    font-weight: 700
}

.no-flexbox .section--quote .section__body {
    display: table
}

.no-flexbox .section--quote .section__article {
    display: table-cell
}

.no-flexbox .section--quote .section__aside {
    padding-left: 70px;
    display: table-cell
}

@media (max-width: 1280px) {
    .section--quote {
        background-position: 30px 42px
    }
}

@media (max-width: 1024px) {
    .section--quote .section__body {
        display: block
    }

    .section--quote .section__article {
        margin-right: 0
    }

    .section--quote .section__aside {
        margin-top: 20px
    }

    .section--quote .section__aside-image {
        border-radius: 50%;
        margin-right: 20px
    }

    .section--quote .section__aside-text {
        display: inline-block;
        margin-top: 4px;
        vertical-align: top
    }
}

@media (max-width: 1280px) {
    .section--quote {
        background-position: 20px 42px;
        background-size: 47px 44px
    }
}

@media (max-width: 800px) {
    .section--quote {
        background-image: none
    }
}

@media (max-width: 1024px) {
    .no-flexbox .section--quote .section__article, .no-flexbox .section--quote .section__body {
        display: block
    }

    .no-flexbox .section--quote .section__aside {
        padding-left: 0;
        display: block
    }
}

.section--types-of-heaters {
    background-image: url(../img/types-of-heaters.jpg);
    background-repeat: no-repeat;
    background-size: 700px 466px;
    background-position: calc(100% + 220px) 40%
}

.section--types-of-heaters .section__article {
    margin-right: 260px
}

@media (max-width: 1280px) {
    .section--types-of-heaters {
        background-size: 590px 389px;
        background-position: calc(100% + 220px) 20%
    }
}

@media (max-width: 960px) {
    .section--types-of-heaters {
        background-size: 540px;
        background-position: calc(100% + 220px) bottom
    }
}

@media (max-width: 800px) {
    .section--types-of-heaters {
        background-image: none
    }

    .section--types-of-heaters .section__article {
        margin-right: 0
    }
}

.section--heater {
    position: relative
}

.section--heater .section__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.no-flexbox .section--heater .section__body {
    display: block;
    position: relative
}

.section--heater .section__article {
    max-width: 700px
}

.no-flexbox .section--heater .section__article {
    margin-left: 36%;
    display: inline-block
}

.section--heater .section__aside {
    width: 400px;
    vertical-align: top
}

.no-flexbox .section--heater .section__aside {
    position: absolute;
    min-width: 250px;
    display: inline-block
}

.section--heater .section__fotorama {
    padding-bottom: 50px
}

.section--heater h2 {
    margin: 0;
    padding-top: 5px
}

@media (max-width: 960px) {
    .no-flexbox .section--heater .section__article {
        margin-left: 0;
        display: block
    }
}

@media (max-width: 960px) {
    .no-flexbox .section--heater .section__aside {
        display: block;
        position: relative
    }
}

@media (max-width: 960px) {
    .section--heater .section__aside, .section--heater .section__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .section--heater .section__aside {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px
    }

    .section--heater .section__info {
        margin-right: 20px
    }

    .section--heater .section__aside .button {
        margin: 3px 0 15px
    }

    .section--heater h2 {
        padding-top: 0
    }
}

@media (max-width: 960px) and (max-width: 960px) {
    .section--heater .section__info {
        display: inline-block;
        vertical-align: top
    }
}

@media (max-width: 960px) and (max-width: 500px) {
    .section--heater .section__info {
        display: block
    }
}

@media (max-width: 960px) and (max-width: 960px) {
    .section--heater .section__aside .button {
        vertical-align: top;
        float: right
    }
}

@media (max-width: 960px) and (max-width: 500px) {
    .section--heater .section__aside .button {
        display: inline-block;
        float: none
    }
}

.section--order-info {
    background-image: url(../img/order-info.jpg);
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: right 0
}

.section--order-info .section__body {
    padding-bottom: 100px
}

.section--order-info .section__article {
    margin-right: 300px
}

.section--order-info h1 {
    margin: 0 0 25px;
    white-space: nowrap
}

@media (max-width: 1280px) {
    .section--order-info {
        background-size: 500px
    }

    .section--order-info .section__article {
        margin-right: 260px
    }
}

@media (max-width: 1024px) {
    .section--order-info {
        background-size: 370px
    }

    .section--order-info .section__article {
        margin-right: 240px
    }
}

@media (max-width: 800px) {
    .section--order-info {
        background-image: none
    }

    .section--order-info .section__body {
        padding-bottom: 20px
    }

    .section--order-info .section__article {
        margin-right: 0
    }
}

.section__article {
    max-width: 800px
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -200px);
    transform: translate(-50%, -200px);
    width: 100%;
    max-width: 600px;
    z-index: -201
}

@media (max-width: 800px) {
    .popup {
        width: 80%;
        -webkit-transform: translate(-50%, -160px);
        transform: translate(-50%, -160px)
    }
}

@media (max-width: 500px) {
    .popup {
        top: 40px;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}

.popup__body {
    opacity: 0;
    -webkit-transform: translateY(-10px) scale(.98);
    transform: translateY(-10px) scale(.98);
    transition: .2s ease
}

.popup--city-box {
    position: fixed
}

@media (max-width: 500px) {
    .popup--city-box {
        position: absolute
    }
}

.popup--city-box .close {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 28px;
    height: 28px;
    z-index: -1;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='20' viewBox='0 0 19 20' xmlns='http://www.w3.org/2000/svg' fill='%23FFF' opacity='.7'%3E%3Ctitle%3EGroup 23 Copy%3C/title%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M1.368.454l17.678 17.678-1.414 1.414L-.046 1.868z'/%3E%3Cpath d='M-.046 18.132L17.632.454l1.414 1.414L1.368 19.546z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 50%;
    cursor: pointer
}

.popup--city-box .close:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='20' viewBox='0 0 19 20' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Ctitle%3EGroup 23 Copy%3C/title%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M1.368.454l17.678 17.678-1.414 1.414L-.046 1.868z'/%3E%3Cpath d='M-.046 18.132L17.632.454l1.414 1.414L1.368 19.546z'/%3E%3C/g%3E%3C/svg%3E")
}

.popup--order-form {
    width: calc(100% - 40px);
    position: fixed
}

.popup--open {
    z-index: 4000
}

.popup--open .popup__body {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1)
}

.highlight {
    background: #f4efbc;
    box-shadow: inset 0 1px 7px rgba(0, 0, 0, .25)
}

.highlight__body, .highlight__header {
    padding-left: 70px;
    padding-right: 70px
}

@media (max-width: 1280px) {
    .highlight__body, .highlight__header {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (max-width: 800px) {
    .highlight__body, .highlight__header {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width: 500px) {
    .highlight__body, .highlight__header {
        padding-right: 20px;
        padding-left: 20px
    }
}

.highlight__header {
    padding-bottom: 15px;
    padding-top: 35px;
    border-bottom: 1px solid #ab8537;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.highlight__title {
    margin: 5px 0 10px;
    max-width: calc(66.666% + 34px);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.highlight__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (max-width: 800px) {
    .highlight__header {
        display: block
    }

    .highlight__title {
        margin-top: 0;
        display: block
    }

    .highlight__button {
        display: inline-block
    }
}

.highlight__body {
    padding-top: 16px;
    padding-bottom: 30px
}

.no-flexbox .highlight__header {
    display: table;
    width: 100%
}

.no-flexbox .highlight__title {
    width: 69.4%;
    display: table-cell
}

.no-flexbox .highlight__button {
    width: auto;
    display: inline-block
}

@media (max-width: 1280px) {
    .no-flexbox .highlight__title {
        width: 68.1%
    }
}

@media (max-width: 800px) {
    .no-flexbox .highlight__header {
        display: block
    }

    .no-flexbox .highlight__title {
        max-width: 69.4%;
        display: inline-block
    }

    .no-flexbox .highlight__button {
        width: auto;
        display: inline-block
    }
}

.row {
    width: calc(100% + 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.no-flexbox .row {
    display: block
}

.no-flexbox .row__col {
    display: inline-block;
    vertical-align: top;
    width: calc(33.3333% - 4px)
}

.row--baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.row__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 50px
}

.row__col--double {
    -webkit-box-flex: 2;
    -ms-flex: 2 100%;
    flex: 2 100%
}

@media (max-width: 1280px) {
    .row {
        width: calc(100% + 20px)
    }

    .row__col {
        padding-right: 20px
    }
}

@media (max-width: 800px) {
    .row {
        width: 100%;
        display: block
    }

    .row__col {
        padding-right: 0;
        display: block
    }
}

@media (max-width: 800px) {
    .no-flexbox .row, .no-flexbox .row__col {
        display: block;
        width: 100%
    }

    .no-flexbox .row__col {
        padding-right: 0
    }
}

.grid {
    width: calc(100% + 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.no-flexbox .grid {
    display: block
}

.no-flexbox .grid__item {
    vertical-align: top;
    display: inline-block;
    width: 33%
}

.grid--baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.grid__item {
    width: 33.333%;
    padding-right: 50px
}

.grid__item--double {
    width: 66.666%
}

@media (max-width: 1280px) {
    .grid {
        width: calc(100% + 30px)
    }

    .grid__item {
        padding-right: 30px
    }
}

@media (max-width: 1024px) {
    .grid {
        width: calc(100% + 20px)
    }

    .grid__item {
        width: 50%;
        padding-right: 20px
    }

    .grid__item--double {
        width: 100%
    }
}

@media (max-width: 650px) {
    .grid {
        width: 100%
    }

    .grid__item {
        width: 100%;
        padding-right: 0
    }

    .grid__item--double {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .no-flexbox .grid {
        width: calc(100% + 20px)
    }

    .no-flexbox .grid__item {
        width: 49.4%;
        padding-right: 10px
    }

    .no-flexbox .grid__item--double {
        width: 100%
    }
}

@media (max-width: 650px) {
    .no-flexbox .grid {
        width: 100%
    }

    .no-flexbox .grid__item {
        width: 100%;
        padding-right: 0
    }

    .no-flexbox .grid__item--double {
        width: 100%
    }
}

.projects {
    padding: 20px 0
}

.projects > h2 {
    margin: 0 0 35px
}

.projects__item {
    margin-bottom: 23px
}

.projects__image {
    display: block;
    border: none;
    margin-bottom: 10px
}

.projects__image > img {
    width: 100%
}

.notes {
    padding: 20px 0 0
}

.notes > h2 {
    margin: 0 0 25px
}

.notes__item {
    margin-bottom: 26px
}

.notes__item:nth-child(4) {
    display: none
}

@media (max-width: 1024px) {
    .notes__item:nth-child(4) {
        display: inline-block
    }
}

.notes__title {
    font-weight: 700
}

.seo-block__inner {
    border: 9px solid #f4f4f4;
    padding: 40px 39px
}

@media (max-width: 500px) {
    .seo-block__inner {
        padding: 20px 10px
    }
}

.seo-block__item {
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: scroll;
    max-height: 245px
}

@media (max-width: 960px) {
    .seo-block__item {
        display: block
    }
}

.seo-block__title {
    font-size: 27px;
    line-height: 32px;
    font-weight: 700;
    margin-right: 50px;
    min-width: 320px
}

@media (max-width: 960px) {
    .seo-block__title {
        margin-bottom: 10px;
        min-width: 100%
    }
}

@media (max-width: 500px) {
    .seo-block__title {
        font-size: 21px;
        line-height: 26px
    }
}

.seo-block__text {
    font-size: 16px;
    line-height: 24px
}

.seo-block__footer {
    margin-top: 12px;
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    line-height: 19px;
    color: rgba(0, 0, 0, .22);
    text-align: center
}

.city-box {
    background: #46434b;
    border-radius: 3px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    overflow: hidden;
    padding-bottom: 5px
}

.city-box__header {
    background: #3b383d;
    margin: 0;
    border: none;
    width: 100%;
    font-size: 18px;
    line-height: 21px;
    color: hsla(0, 0%, 100%, .5);
    padding: 15px 20px 14px 50px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23FFF' opacity='.5'%3E%3Cpath fill-rule='evenodd' d='M13 25.93C5.87 25.93.07 20.13.07 13S5.87.07 13 .07 25.93 5.87 25.93 13 20.13 25.93 13 25.93zm0-24C6.896 1.93 1.93 6.896 1.93 13S6.896 24.07 13 24.07 24.07 19.104 24.07 13 19.104 1.93 13 1.93zm17.293 29.777l-9-9 1.414-1.414 9 9-1.414 1.414'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 15px 13px
}

.city-box__list {
    margin: 15px;
    font-size: 0;
    line-height: 0
}

.city-box__item {
    font-size: 18px;
    line-height: 21px;
    display: inline-block;
    margin-bottom: 15px;
    list-style: none;
    width: 33.33%
}

@media (max-width: 650px) {
    .city-box__item {
        width: 50%
    }
}

@media (max-width: 500px) {
    .city-box__item {
        width: 100%
    }
}

.city-box__item--current > a {
    color: #f4e982 !important;
    border: none;
    cursor: default
}

.city-box__no-result {
    font-size: 18px;
    color: hsla(0, 0%, 100%, .5);
    margin: -5px 15px 20px
}

.city-box__no-result--hide {
    display: none
}

.city-bar {
    position: relative;
    text-align: center;
    transition: .5s ease;
    height: 0;
    visibility: hidden;
    background: #f3e982
}

.city-bar__container {
    width: 100%;
    max-width: 1440px;
    position: fixed;
    background: #46434b;
    color: hsla(0, 0%, 100%, .5);
    padding: 10px 0 12px 20px
}

.city-bar__item {
    margin-right: 20px
}

.city-bar__text {
    display: inline-block;
    margin-bottom: 0
}

.city-bar__close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 0;
    border: none
}

.city-bar__close:before {
    color: hsla(0, 0%, 100%, .5);
    content: "×";
    font-size: 30px
}

.city-bar--show, .city-bar__helper {
    height: 50px
}

.city-bar--show {
    visibility: visible
}

.city-bar--show .city-bar__container {
    z-index: 500
}

.city-bar--show .city-bar__close {
    z-index: 501
}

@media (max-width: 600px) {
    .city-bar__text {
        display: block;
        text-align:center;
    }

    .city-bar--show, .city-bar__helper {
        height: 72px
    }
}

.order-form {
    position: relative
}

.order-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order-form__title {
    color: #fff;
    z-index: 2
}

.calc-form__title {
    color: #000;
    font-size: 36px;
    text-align: center;
    margin-bottom: 16px;
}

.order-form__price-label {
    position: absolute;
    top: -20px;
    left: 560px;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    z-index: -1
}

@media (max-width: 1280px) {
    .order-form__price-label {
        left: 500px
    }
}

@media (max-width: 1024px) {
    .order-form__price-label {
        left: 410px
    }
}

@media (max-width: 800px) {
    .order-form__price-label {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
        left: 350px
    }
}

@media (max-width: 650px) {
    .order-form__price-label {
        display: none
    }
}

@media (max-width: 650px) {
    .order-form form {
        display: block
    }
    .calc-form form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.order-form__input-text {
    margin-right: 6px;
    font-size: 27px;
    line-height: 28px
}

.calc-form .order-form__input-text {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 16px;
    margin-right: 10px;
    flex-basis: 290px;
    flex-grow: 1;
}

@media (max-width: 650px) {
    .order-form__input-text {
        margin: 0 0 10px
    }
}

@media (max-width: 500px) {
    .order-form__input-text {
        font-size: 18px;
        line-height: 28px;
        padding: 9px 10px 7px
    }
}

.order-form__input-button {
     margin: 0;
     font-size: 27px;
     line-height: 32px;
     padding-top: 12px;
     padding-bottom: 13px
 }

.calc-form .order-form__input-button {
    font-size: 18px;
    line-height: 40px;
    padding-top: 8px;
    padding-bottom: 9px;
    margin-bottom: 16px;
}

.order-form__info {
    font-size: 17px;
    font-family: Georgia, serif;
    font-style: italic;
    line-height: 24px;
    text-shadow: rgba(0, 0, 0, .5) 0 2px 4px;
    color: #fff;
    margin-top: 25px
}

.footer {
    background-color: #46434b;
    padding: 40px 170px 68px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.no-flexbox .footer, .no-flexbox .footer__social-codelnaya {
    display: inline-table
}

.no-flexbox .footer__social {
    display: table-cell;
    float: left
}

.no-flexbox .footer__codelnaya {
    float: right;
    display: table-cell
}

@media (max-width: 1280px) {
    .footer {
        padding-right: 80px;
        padding-left: 80px
    }
}

@media (max-width: 800px) {
    .footer {
        padding-right: 20px;
        padding-left: 20px
    }
}

.footer--ua-eu {
    background-image: url(../img/ukraine-europe.png);
    background-size: 90px;
    background-repeat: no-repeat
}

@media (max-width: 500px) {
    .footer {
        padding-right: 20px;
        padding-left: 20px
    }

    .footer--ua-eu {
        background-image: none
    }
}

.footer__citys {
    margin-bottom: 28px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.footer__links {
    -webkit-box-flex: 1.2;
    -ms-flex: 1.2 1 510px;
    flex: 1.2 1 510px;
    margin-bottom: 28px
}

.footer__social-codelnaya {
    -webkit-box-flex: 3.2;
    -ms-flex: 3.2 1 auto;
    flex: 3.2 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.no-flexbox .footer__social-codelnaya {
    display: block
}

@media (max-width: 1024px) {
    .footer__social-codelnaya {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 650px) {
    .footer__social-codelnaya {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer__social {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 20px
}

.footer__codelnaya {
    min-width: 190px;
    padding-left: 74px;
    margin-bottom: 20px;
    max-width: 320px;
    margin-top: -6px
}

.footer__codelnaya > a {
    position: relative;
    line-height: 26px;
    padding-bottom: 2px;
    display: inline-block;
    margin-bottom: 8px
}

@media (max-width: 800px) {
    .footer__codelnaya {
        padding-left: 40px;
        margin-top: 10px
    }
}

@media (max-width: 500px) {
    .no-flexbox .footer__social-codelnaya {
        display: block
    }

    .no-flexbox .footer__codelnaya, .no-flexbox .footer__social {
        display: block;
        float: none
    }
}

.citys {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.no-flexbox .citys {
    display: block;
    font-size: 0
}

.no-flexbox .citys__item {
    font-size: 18px;
    display: inline-block
}

.citys__item {
    list-style: none;
    width: 16.666666667%;
    margin: 0 0 20px
}

.citys__item--current {
    padding: 7px 12px 9px;
    margin: -7px 12px 9px -12px;
    background: rgba(0, 0, 0, .1);
    border-radius: 3px;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .15)
}

@media (max-width: 1200px) {
    .citys__item {
        width: 20%
    }
}

@media (max-width: 1024px) {
    .citys__item {
        width: 25%
    }
}

@media (max-width: 910px) {
    .citys__item {
        width: 33.333333333%
    }
}

@media (max-width: 650px) {
    .citys__item {
        width: 50%
    }
}

@media (max-width: 400px) {
    .citys__item {
        width: 62%
    }
}

.citys__city, .citys__telephone {
    white-space: nowrap;
    line-height: 23px;
    margin-bottom: 3px
}

.citys__city {
    color: hsla(0, 0%, 100%, .5)
}

.citys__telephone {
    margin: 0
}

.new-highlight {
    background: #fffbc4;
    padding: 50px 170px 75px
}

@media (max-width: 1280px) {
    .new-highlight {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (max-width: 1024px) {
    .new-highlight {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 500px) {
    .new-highlight {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px
    }
}

.new-highlight__title {
    margin: 0 0 20px;
    max-width: 765px
}

@media (max-width: 1024px) {
    .new-highlight__title {
        max-width: 660px
    }
}

.new-highlight__title--short {
    max-width: 586px
}

.new-highlight__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 800px) {
    .new-highlight__body {
        display: block
    }
}

.new-highlight__col {
    max-width: 500px;
    font-size: 18px;
    line-height: 28px;
    margin-right: 60px
}

.new-highlight__col blockquote {
    font-family: Georgia, serif;
    font-style: italic;
    margin: 0 -30px 28px 30px
}

@media (max-width: 800px) {
    .new-highlight__col {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
}

@media (max-width: 800px) {
    .new-highlight__col blockquote {
        margin-right: 0
    }
}

.new-highlight__col:nth-child(2) {
    margin-right: 0
}

.new-highlight--with-border {
    border-bottom: 1px solid #b4913d
}

.catalog-header {
    margin-right: 300px;
    padding: 50px 170px 30px
}

@media (max-width: 1280px) {
    .catalog-header {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (max-width: 1024px) {
    .catalog-header {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 800px) {
    .catalog-header {
        margin-right: 0
    }
}

@media (max-width: 500px) {
    .catalog-header {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px
    }
}

.catalog-header__inner {
    position: relative
}

.catalog-header__title {
    margin-top: 0
}

.catalog-header__sticker {
    position: absolute;
    top: -60px;
    right: -300px;
    padding: 84px 40px 0;
    width: 250px;
    height: 250px;
    background-image: url(../img/sticker.png);
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-position: 0 0;
    color: #fff;
    font-size: 17px;
    font-family: Georgia, serif;
    font-style: italic;
    line-height: 18px;
    text-align: center;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg)
}

@media (max-width: 1280px) {
    .catalog-header__sticker {
        top: -40px
    }
}

@media (max-width: 800px) {
    .catalog-header__sticker {
        display: none
    }
}

.catalog-section {
    padding: 0 170px
}

@media (max-width: 1280px) {
    .catalog-section {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (max-width: 1024px) {
    .catalog-section {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 500px) {
    .catalog-section {
        padding-left: 20px;
        padding-right: 20px
    }
}

.catalog-section__title {
    position: relative;
    z-index: 1;
    margin-bottom: 26px
}

.catalog-section__title > span {
    background: #fff;
    padding-right: 17px
}

.catalog-section__title:before {
    content: "";
    height: 2px;
    width: 100%;
    background: #f3e982;
    top: 48%;
    position: absolute;
    z-index: -1
}

.catalog-section__inner {
    margin-bottom: 30px;
}
.replace-text {
    max-width: 780px;
}

.catalog-section__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.catalog-lead, .catalog-section__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog-lead {
    margin-bottom: 67px
}

.catalog-lead__image {
    width: calc(55% - 50px);
    margin-right: 50px;
    display: block;
    border: none
}

@media (max-width: 960px) {
    .catalog-lead__image {
        margin-right: 30px
    }
}

.catalog-lead__image > img {
    width: 100%;
    border: 1px solid hsla(0, 0%, 70%, .21);
    transition: .5s ease
}

.catalog-lead__image > img:hover {
    transition: 0s ease
}

.catalog-lead__content {
    width: 45%
}

.catalog-lead__title {
    margin-top: 0
}

.catalog-lead__description {
    margin-bottom: 25px
}

@media (max-width: 800px) {
    .catalog-lead {
        display: block
    }

    .catalog-lead__content, .catalog-lead__image {
        width: 100%
    }

    .catalog-lead__image {
        margin-bottom: 20px
    }
}

.catalog-item {
   width: calc(55% - 50px);
    margin-right: 50px;
    margin-bottom: 54px;
    position: relative
}

@media (max-width: 960px) {
    .catalog-item {
        margin-right: 30px
    }
}

@media (max-width: 800px) {
    .catalog-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }
}

@media (max-width: 500px) {
    .catalog-item {
        margin-bottom: 20px
    }
}

.catalog-item:nth-child(2n) {
    width: 45%;
    margin-right: 0
}

@media (max-width: 800px) {
    .catalog-item:nth-child(2n) {
        width: 100%
    }
}

.catalog-item__title {
    position: relative;
    margin-top: 0;
    margin-bottom: 14px;
    z-index: 3
}

.catalog-item__description {
    position: relative;
    z-index: 2
}

.catalog-item__price-label {
    position: absolute;
    top: -5px;
    right: 5px;
    z-index: 1
}

.catalog-item:nth-child(1n) .catalog-item__price-label {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg)
}

.catalog-item:nth-child(2n) .catalog-item__price-label {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg)
}

.catalog-item:nth-child(3n) .catalog-item__price-label {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg)
}

.catalog-item:nth-child(4n) .catalog-item__price-label {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
}

.catalog-item--wide {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0
}

.catalog-item--wide .catalog-item__title {
    margin-top: 2px;
    min-width: 27%
}

.catalog-item--wide .catalog-item__price-label {
    position: absolute;
    top: 60px;
    left: 4%
}

@media (max-width: 960px) {
    .catalog-item--wide .catalog-item__title {
        min-width: 30%
    }
}

@media (max-width: 960px) {
    .catalog-item--wide .catalog-item__price-label {
        left: 3%
    }
}

@media (max-width: 650px) {
    .catalog-item--wide .catalog-item__price-label {
        left: 2%
    }
}

@media (max-width: 800px) {
    .catalog-item--wide {
        display: block
    }

    .catalog-item--wide .catalog-item__title {
        width: 100%;
        min-width: 100%
    }

    .catalog-item--wide .catalog-item__price-label {
        top: -5px;
        right: 5px;
        left: auto
    }
}

@media (max-width: 400px) {
    .catalog-item--wide .catalog-item__price-label, .catalog-item__price-label {
        position: static;
        margin-bottom: 10px;
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important
    }
}

.product-header {
    padding: 50px 170px 30px
}

@media (max-width: 1280px) {
    .product-header {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (max-width: 1024px) {
    .product-header {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 500px) {
    .product-header {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px
    }
}

.product-header__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 650px) {
    .product-header__inner {
        display: block
    }
}

.product-header__title {
    margin: 0 80px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 720px
}

@media (max-width: 1280px) {
    .product-header__title {
        margin-right: 20px
    }
}

@media (max-width: 650px) {
    .product-header__title {
        margin-bottom: 20px
    }
}

.product-header__detail-buy {
    max-width: 250px;
    min-width: 240px;
    margin-right: 50px;
    text-align: center
}

p.product-header__detail-buy {
    max-width: 100%;
    width: 100%;
    min-width: 240px;
    margin-right: 50px;
    text-align: center
}

p.product-header__detail-buy a{
    font-size: 15px;
}

@media (max-width: 1024px) {
    .product-header__detail-buy {
        margin-right: 0
    }
}

@media (max-width: 1280px) {
    .product-header__detail-buy {
        min-width: 220px
    }
}

@media (max-width: 650px) {
    .product-header__detail-buy {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 500px) {
    .product-header__detail-buy {
        display: block;
        text-align: left
    }
}

.product-header__price-label {
    width: 100%
}

.product-header__buy {
    width: 100%;
    white-space: nowrap
}

@media (max-width: 650px) {
    .product-header__price-label {
        width: auto;
        margin-bottom: -2px
    }

    .product-header__buy {
        width: auto
    }
}

@media (max-width: 500px) {
    .product-header__price-label {
        margin: 0 70px 9px 0
    }
}

.product-body {
    padding: 50px 170px 30px
}

@media (max-width: 1280px) {
    .product-body {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (max-width: 1024px) {
    .product-body {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 500px) {
    .product-body {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px
    }
}

.product-body__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 800px) {
    .product-body__inner {
        display: block
    }
}

.product-body__main {
    margin: 0 80px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 1px
}

@media (max-width: 1280px) {
    .product-body__main {
        margin-right: 40px
    }
}

@media (max-width: 800px) {
    .product-body__main {
        margin-right: 0
    }
}

.product-body__aside {
    width: 300px;
    min-width: 300px
}

@media (max-width: 800px) {
    .product-body__aside {
        width: 100%
    }
}

.product-body__gallery {
    margin-left: -170px;
    width: calc(100% + 170px);
    margin-bottom: 80px
}

@media (max-width: 1280px) {
    .product-body__gallery {
        margin-left: -80px;
        width: calc(100% + 80px)
    }
}

@media (max-width: 1024px) {
    .product-body__gallery {
        margin-left: -30px;
        width: calc(100% + 30px)
    }
}

@media (max-width: 800px) {
    .product-body__gallery {
        margin-right: -30px;
        width: calc(100% + 60px)
    }
}

@media (max-width: 500px) {
    .product-body__gallery {
        margin-right: -20px;
        margin-left: -20px;
        width: calc(100% + 40px)
    }
}

.product-body__gallery .fotorama__wrap {
    border: 1px solid hsla(0, 0%, 70%, .24);
    border-left: none
}

.product-body__calc {
    margin-bottom: 70px
}

.product-table {
    margin-bottom: 40px
}

.product-table__title {
    font-weight: 700;
    margin-bottom: 12px
}

.product-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px
}

.product-text {
    margin-bottom: 40px
}

.product-text__title {
    font-weight: 700;
    margin-bottom: 12px
}

.product-text__text {
    margin-bottom: 12px
}

.product-list {
    margin-bottom: 40px
}

.product-list__title {
    font-weight: 700;
    margin-bottom: 12px
}

.product-list__item {
    margin-bottom: 12px;
    list-style: none
}

.product-calc, .product-calc-result {
    padding: 25px 20px 30px;
    background: #47424b;
    width: calc(100% + 20px);
    margin-right: -20px;
    max-width: 740px;
    border-radius: 3px;
    position: relative;
    z-index: 2;
    transition: .2s ease
}

.calc-form .product-calc-result {
    padding: 25px 20px 14px;
}

.product-calc-result input, .product-calc input {
    margin-right: 0
}

@media (max-width: 800px) {
    .product-calc, .product-calc-result {
        margin-top: 40px;
        margin-right: -20px;
        margin-left: -20px;
        width: calc(100% + 40px);
        border-radius: 0
    }
}

.product-calc--wide, .product-calc-result--wide {
    max-width: 100%
}

@media (max-width: 800px) {
    .product-calc--wide, .product-calc-result--wide {
        max-width: calc(100% + 40px)
    }
}

.product-calc-result__title, .product-calc__title {
    margin: 0 0 20px;
    color: #fff
}

.product-calc__title {
    font-size: 36px;
}

.product-calc-result__row, .product-calc__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

@media (max-width: 1280px) {
    .product-calc-result__row, .product-calc__row {
        display: block
    }
}

.product-calc-result__col, .product-calc__col {
    width: 50%;
    margin-right: 20px
}

.product-calc-result__col--double, .product-calc__col--double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-calc-result__col--double > input, .product-calc__col--double > input {
    width: calc(50% - 10px)
}

@media (max-width: 1280px) {
    .product-calc-result__col, .product-calc__col {
        width: 100%;
        margin-bottom: 20px
    }
}

.product-calc-result__footer, .product-calc__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px
}

@media (max-width: 960px) {
    .product-calc-result__footer, .product-calc__footer {
        display: block
    }
	
	.product-calc__title {
        font-size: 30px;
    }
}

.product-calc-result__footer-button, .product-calc__footer-button {
    margin: 3px 20px 0 0;
    font-size: 24px;
    line-height: 28px;
    padding: 12px 15px 13px
}

@media (max-width: 960px) {
    .product-calc-result__footer-button, .product-calc__footer-button {
        margin-bottom: 20px
    }
}

.product-calc-result__footer-info, .product-calc__footer-info {
    width: 100%;
    font-size: 17px;
    font-family: Georgia, serif;
    font-style: italic;
    line-height: 20px;
    text-shadow: rgba(0, 0, 0, .5) 0 2px 4px;
    color: #fff;
    padding-right: 30px
}

.product-calc--hide, .product-calc-result--hide {
    display: none
}

@media (max-width: 800px) {
    .product-calc--hide, .product-calc-result--hide {
        display: block
    }
}

.product-calc-result {
    background: #f4e394;
    min-height: 370px;
    z-index: 1;
    display: none;
}

.product-calc-result__title {
    color: #000
}

.product-calc-result__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 800px) {
    .product-calc-result__body {
        display: block
    }
}

.product-calc-result__poduct-list, .product-calc-result__power-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0
}

.product-calc-result__poduct-list p {
    line-height: 21px;
    margin: 0 0 10px;
    max-width: 330px
}

.product-calc-result__power-item {
    margin-bottom: 35px;
    max-width: 280px
}

.product-calc-result__power-item p {
    line-height: 21px;
    margin: 0 0 10px
}

.product-calc-result__power-item h2 {
    margin: 0
}

.product-calc-result__poduct-items {
    font-size: 26px;
    line-height: 34px;
    font-family: Whitney-Black, Arial, sans-serif;
    margin-bottom: 20px
}

.product-calc-result--show {
    display: block;
}

.product-carousel {
    background: #fcfcfc;
    border-top: 1px solid #f1f1f1;
    padding: 50px 0 80px
}

.product-carousel .flickity-page-dots {
    bottom: 50px
}

.product-carousel .flickity-page-dots .dot {
    width: 18px;
    height: 18px;
    opacity: 1;
    background: transparent;
    border: 2px solid #46434b
}

.product-carousel .flickity-page-dots .dot.is-selected {
    position: relative
}

.product-carousel .flickity-page-dots .dot.is-selected:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    background: #46434b;
    border-radius: 50%
}

.product-carousel__item {
    width: 45%;
    min-width: 500px;
    padding-left: 260px;
    height: 260px;
    position: relative
}

.product-carousel__item:not(.is-selected) {
    opacity: .4
}

.product-carousel__item-img {
    position: absolute;
    left: 0;
    height: 260px;
    z-index: 1
}

@media (max-width: 800px) {
    .product-carousel__item {
        height: 220px;
        padding-left: 220px
    }

    .product-carousel__item-img {
        height: 220px
    }
}

.product-carousel__item-button, .product-carousel__item-price, .product-carousel__item-title {
    z-index: 2;
    position: relative
}

.product-carousel__item-button, .product-carousel__item-price {
    white-space: nowrap
}

.product-carousel__item-title {
    margin: 10px 0 4px
}

.product-carousel__item-price {
    margin: 0 0 27px
}

.product-carousel__item-button {
    margin: 0
}

.product-carousel__item--wide {
    width: 49%
}

@media (max-width: 500px) {
    .product-carousel__item {
        min-width: auto;
        width: 100%;
        height: auto;
        padding: 180px 20px 0
    }

    .product-carousel__item-img {
        top: 0;
        left: 20px;
        height: 180px;
        width: calc(100% - 40px);
        margin-bottom: -50px
    }

    .product-carousel__item-title {
        max-width: 320px
    }

    .product-carousel__item-button {
        margin-bottom: 30px
    }
	
	.product-calc__title {
        font-size: 26px;
    }
}

.blog {
    padding: 50px 170px 75px;
    position: relative
}

@media (max-width: 1280px) {
    .blog {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (max-width: 1024px) {
    .blog {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 500px) {
    .blog {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px
    }
}

.blog__search {
    position: absolute;
    right: 30px;
    top: 30px
}

@media (max-width: 1280px) {
    .blog__search {
        position: static;
        margin-bottom: 50px
    }
}
.blog-post__body,
.blog__inner {
    max-width: 780px
}

.blog__pages a {
    margin-right: 20px
}

.blog-post {
    margin-bottom: 60px
}

.blog-post__header {
    margin-bottom: 10px
}

.blog-post__title > h2 {
    margin-bottom: 10px;
    font-size: 36px
}

@media (max-width: 1280px) {
    .blog-post__title > h2 {
        font-size: 33px
    }
}

@media (max-width: 1024px) {
    .blog-post__title > h2 {
        font-size: 30px
    }
}

@media (max-width: 800px) {
    .blog-post__title > h2 {
        font-size: 27px
    }
}

@media (max-width: 500px) {
    .blog-post__title > h2 {
        font-size: 26px
    }
	.js-i-phone-number,
	.section__info h3 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 320px) {
    .blog-post__title > h2 {
        font-size: 24px
    }
}

.blog-post__image {
    border: none;
    display: block;
    width: calc(100% + 300px)
}

.blog-post__image > img {
    width: 100%
}

.blog-post__description {
    font-size: 21.6px;
    line-height: 29.4px;
    margin-bottom: 10px
}

.blog-post__body h2 {
    margin: 40px 0 20px
}

.blog-post__body h3 {
    margin: 30px 0 10px
}

.blog-post__body ol, .blog-post__body ul {
    margin-left: 30px;
    margin-bottom: 20px
}

.blog-post__body li {
    margin-bottom: 8px;
    line-height: 1.33
}

.blog-post__body figure {
    margin: 20px 0;
    text-align: center
}

.blog-post__body figure img {
    margin: auto;
    /*width: 100%*/
}

.blog-post__body figure figcaption {
    font-size: 70%;
    color: #666
}

.blog-post__meta {
    margin-top: 20px
}

.blog-post__date {
    font-size: 13px
}

.offices {
    padding: 50px 170px 75px
}

@media (max-width: 1280px) {
    .offices {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (max-width: 1024px) {
    .offices {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 500px) {
    .offices {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px
    }
}

.offices__header {
    max-width: 820px
}

.offices__title {
    margin-bottom: 60px
}

@media (max-width: 800px) {
    .offices__title {
        margin-bottom: 30px
    }
}

.offices__title > a {
    color: #4990e2;
    border-color: #4990e2
}

.offices__title > a.hover, .offices__title > a:hover {
    color: #b03000;
    border-color: #b03000
}

.offices__inputs {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 800px) {
    .offices__inputs {
        display: block;
        margin-bottom: 30px
    }
}

.offices__search {
    position: relative;
    width: 411px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' opacity='.4'%3E%3Cpath fill-rule='evenodd' d='M13 25.93C5.87 25.93.07 20.13.07 13S5.87.07 13 .07 25.93 5.87 25.93 13 20.13 25.93 13 25.93zm0-24C6.896 1.93 1.93 6.896 1.93 13S6.896 24.07 13 24.07 24.07 19.104 24.07 13 19.104 1.93 13 1.93zm17.293 29.777l-9-9 1.414-1.414 9 9-1.414 1.414'/%3E%3C/svg%3E");
    background-position: 14px 50%;
    background-repeat: no-repeat;
    padding-left: 60px;
    z-index: 9;
    transition: .3s ease;
    margin-right: 50px
}

.offices__search--active {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill-rule='evenodd' d='M13 25.93C5.87 25.93.07 20.13.07 13S5.87.07 13 .07 25.93 5.87 25.93 13 20.13 25.93 13 25.93zm0-24C6.896 1.93 1.93 6.896 1.93 13S6.896 24.07 13 24.07 24.07 19.104 24.07 13 19.104 1.93 13 1.93zm17.293 29.777l-9-9 1.414-1.414 9 9-1.414 1.414'/%3E%3C/svg%3E")
}

@media (max-width: 800px) {
    .offices__search {
        width: 100%;
        margin: 0 0 20px
    }
}

@media (max-width: 500px) {
    .offices__search {
        width: 100%;
        background-size: 26px 26px;
        padding-left: 48px;
        background-position: 10px 50%
    }
}

.offices__map {
    height: 900px;
    background: #f7f7f7;
    width: calc(170px * 2 + 100%);
    margin-left: -170px;
    margin-top: -25px;
    margin-bottom: 40px
}

@media (max-width: 1280px) {
    .offices__map {
        margin-left: -80px;
        width: calc(80px * 2 + 100%)
    }
}

@media (max-width: 1024px) {
    .offices__map {
        margin-left: -30px;
        width: calc(30px * 2 + 100%)
    }
}

@media (max-width: 650px) {
    .offices__map {
        margin-top: 30px;
        height: 90vh
    }
}

@media (max-width: 500px) {
    .offices__map {
        display: none
    }
}

.offices__map > div#map {
    width: 100%;
    height: 100%;
    z-index: 99
}

.offices__list {
    display: none;
    margin-bottom: 50px
}

@media (max-width: 800px) {
    .offices__list {
        display: block
    }
}

.offices__factoids {
    margin-bottom: 60px
}

@media (max-width: 1280px) {
    .offices__factoids {
        margin-bottom: 30px
    }
}

.offices__factoids-item {
    margin: 0 60px 30px 0;
    display: inline-block;
    width: 165px;
    line-height: 23px;
    vertical-align: top
}

.offices__factoids-item--s {
    width: 125px
}

.offices__factoids-item--l {
    width: 190px
}

.offices__factoids-item--xl {
    width: 240px
}

.offices__factoids-item-number {
    font-family: Whitney-Black, Arial, sans-serif;
    font-size: 116px;
    line-height: 1;
    margin-bottom: -12px;
    display: block
}

@media (max-width: 500px) {
    .offices__factoids-item {
        margin-right: 20px;
        width: 100% !important
    }

    .offices__factoids-item-number {
        font-size: 86px;
        margin-bottom: -9px
    }
}

.wrapper {
    position: relative;
    margin: auto;
    max-width: 1440px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08)
}

/* SS */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

#h2 {
    font-family: Whitney-Black, Arial, sans-serif;
    font-size: 36px;
    line-height: 1;
    margin: .5em 0 .3em;
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

#h2.catalog-item--wide,
#h2.catalog-item__title {
    margin-top: 2px;
    min-width: 27%;
}

.advantages li:before {
    color: #8fc58f;
    content: "\f058" !important;
    margin-right: 10px;
    font-family: FontAwesome;
    font-size: 20px;
}

.disadvantages li:before {
    color: #e86c59;
    content: "\f057" !important;
    margin-right: 10px;
    font-family: FontAwesome;
    font-size: 20px;
}

.advantages li, .disadvantages li {
    text-indent: -1.5em;
    list-style-type: none !important;
}

p {
    text-align: justify;
}

.sitemap ul {
    list-style: none;
}
.sitemap a {
    text-decoration: none;
    border-bottom: none;
}
.blog-post__body .grafik td{
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center !important;
}
.blog-post__body .grafik td p{
	text-align: center !important;
}
.primechanie{
	vertical-align: super;
	font-size: 12px;
	font-weight: 700;
	color: #e86c59;
}
.primechanie_number{
	font-weight: 700;
	color: #e86c59;
}	
@media only screen and (max-width: 1020px){
.blog-post__body .grafik table{
	width: 100%;
    overflow: auto;
	display: block;
}}
.primechanie_text{
	font-size: 15px;
}

@media only screen and (max-width: 414px){
	.order-form__title {
		font-size: 50px !important;
	}
}

@media only screen and (max-width: 320px){
	.caption.product-calc__title {
		font-size: 28px !important;
	}
	.product-calc, .product-calc-result {
		width: calc(100% + 20px);
	}
	.order-form__title {
		font-size: 40px !important;
	}
}

.calc-form form {
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 500px) {
    .header{
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: space-between;*/
    }
    .section--lead .section__lead-text
    {
        position: relative;
        top: 0;
        max-width: 100%;
        height: auto;
        width: 100%;
        padding: 129px 15px 15px;
        left: 0;
        font-size: 22px;
        line-height: 28px;
    }
    .section.section--lead
    {
        height: auto;
        min-height: unset;
    }
    .section--lead .section__lead-top-bar
    {
        position: relative;
    }
}

.office-viber-link
{
    font-weight: 800;
}

@media screen and (max-width: 500px)
{
    .header__city
    {
        display: none;
    }
}