.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(http://111.web-zip.ru/assets/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: -o-transform .1s ease;
    -moz-transition: transform .1s ease, -moz-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease, -moz-transform .1s ease, -o-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@font-face {
    font-family: 'Averta CY';
    src: url(http://111.web-zip.ru/assets/fonts/averta/AvertaCY-Semibold.woff2) format("woff2"), url(http://111.web-zip.ru/assets/fonts/averta/AvertaCY-Semibold.woff) format("woff"), url(http://111.web-zip.ru/assets/fonts/averta/AvertaCY-Semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none;
    border-radius: 5px;
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

html.desktop {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #fff;
    color: #204b45;
    font-family: "Averta CY", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.-scroll-off {
    overflow: hidden
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: 0 !important
}

a {
    color: inherit;
    cursor: pointer
}

a:focus,
a:hover {
    text-decoration: underline
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

figure {
    margin: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

a,
button,
input,
label {
    -webkit-tap-highlight-color: transparent
}

::-moz-selection {
    background: #37c89a;
    color: #fff
}

::selection {
    background: #37c89a;
    color: #fff
}

p {
    margin: 0
}

canvas {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

.fp-view {
    height: 100%
}

.fp-layout {
    height: 100%
}

.fp-layout .scrollbar-track {
    right: 0;
    background: 0 0;
    z-index: 200
}

.fp-layout .scrollbar-thumb-y {
    right: 0;
    left: auto;
    width: 5px;
    background: #333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.fp-layout .scrollbar-thumb-y:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: -7px;
    bottom: 0
}

.fp-layout .scrollbar-thumb-y:hover {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    background: #204b45
}

.fp-layout .scroll-content {
    height: 100%;
    will-change: transform
}

.fp-page {
    overflow: hidden
}

.fp-advantage-container,
.fp-catalog-container,
.fp-coloring-container,
.fp-container,
.fp-description-container,
.fp-fence-container,
.fp-hero-container,
.fp-navbar-container,
.fp-preview-container,
.fp-sizeshow-body-container,
.fp-sizeshow-container,
.fp-specification-container,
.fp-splitshow-container,
.fp-tophead-container {
    width: 100%;
    padding: 0 30px
}

@media (min-width:1024px) {

    .fp-advantage-container,
    .fp-catalog-container,
    .fp-coloring-container,
    .fp-container,
    .fp-description-container,
    .fp-fence-container,
    .fp-hero-container,
    .fp-navbar-container,
    .fp-preview-container,
    .fp-sizeshow-body-container,
    .fp-sizeshow-container,
    .fp-specification-container,
    .fp-splitshow-container,
    .fp-tophead-container {
        padding: 0 60px
    }
}

@media (min-width:1200px) {

    .fp-advantage-container,
    .fp-catalog-container,
    .fp-coloring-container,
    .fp-container,
    .fp-description-container,
    .fp-fence-container,
    .fp-hero-container,
    .fp-navbar-container,
    .fp-preview-container,
    .fp-sizeshow-body-container,
    .fp-sizeshow-container,
    .fp-specification-container,
    .fp-splitshow-container,
    .fp-tophead-container {
        padding: 0 90px
    }
}

@media (min-width:1900px) {

    .fp-advantage-container,
    .fp-catalog-container,
    .fp-coloring-container,
    .fp-container,
    .fp-description-container,
    .fp-fence-container,
    .fp-hero-container,
    .fp-navbar-container,
    .fp-preview-container,
    .fp-sizeshow-body-container,
    .fp-sizeshow-container,
    .fp-specification-container,
    .fp-splitshow-container,
    .fp-tophead-container {
        padding: 0 140px
    }
}

@media (min-width:1024px) {

    .-lg.fp-advantage-container,
    .-lg.fp-catalog-container,
    .-lg.fp-coloring-container,
    .-lg.fp-description-container,
    .-lg.fp-fence-container,
    .-lg.fp-hero-container,
    .-lg.fp-navbar-container,
    .-lg.fp-preview-container,
    .-lg.fp-sizeshow-body-container,
    .-lg.fp-sizeshow-container,
    .-lg.fp-specification-container,
    .-lg.fp-splitshow-container,
    .-lg.fp-tophead-container,
    .fp-container.-lg {
        padding: 0 60px
    }
}

@media (min-width:1200px) {

    .-lg.fp-advantage-container,
    .-lg.fp-catalog-container,
    .-lg.fp-coloring-container,
    .-lg.fp-description-container,
    .-lg.fp-fence-container,
    .-lg.fp-hero-container,
    .-lg.fp-navbar-container,
    .-lg.fp-preview-container,
    .-lg.fp-sizeshow-body-container,
    .-lg.fp-sizeshow-container,
    .-lg.fp-specification-container,
    .-lg.fp-splitshow-container,
    .-lg.fp-tophead-container,
    .fp-container.-lg {
        padding: 0 140px
    }
}

.-sm.fp-advantage-container,
.-sm.fp-catalog-container,
.-sm.fp-coloring-container,
.-sm.fp-description-container,
.-sm.fp-fence-container,
.-sm.fp-hero-container,
.-sm.fp-navbar-container,
.-sm.fp-preview-container,
.-sm.fp-sizeshow-body-container,
.-sm.fp-sizeshow-container,
.-sm.fp-specification-container,
.-sm.fp-splitshow-container,
.-sm.fp-tophead-container,
.fp-container.-sm,
.fp-delivery-container,
.fp-feature-container,
.fp-footer-container,
.fp-pricing-container,
.fp-supplement-container {
    padding: 0 30px
}

@media (min-width:1024px) {

    .-sm.fp-advantage-container,
    .-sm.fp-catalog-container,
    .-sm.fp-coloring-container,
    .-sm.fp-description-container,
    .-sm.fp-fence-container,
    .-sm.fp-hero-container,
    .-sm.fp-navbar-container,
    .-sm.fp-preview-container,
    .-sm.fp-sizeshow-body-container,
    .-sm.fp-sizeshow-container,
    .-sm.fp-specification-container,
    .-sm.fp-splitshow-container,
    .-sm.fp-tophead-container,
    .fp-container.-sm,
    .fp-delivery-container,
    .fp-feature-container,
    .fp-footer-container,
    .fp-pricing-container,
    .fp-supplement-container {
        padding: 0 120px
    }
}

@media (min-width:1200px) {

    .-sm.fp-advantage-container,
    .-sm.fp-catalog-container,
    .-sm.fp-coloring-container,
    .-sm.fp-description-container,
    .-sm.fp-fence-container,
    .-sm.fp-hero-container,
    .-sm.fp-navbar-container,
    .-sm.fp-preview-container,
    .-sm.fp-sizeshow-body-container,
    .-sm.fp-sizeshow-container,
    .-sm.fp-specification-container,
    .-sm.fp-splitshow-container,
    .-sm.fp-tophead-container,
    .fp-container.-sm,
    .fp-delivery-container,
    .fp-feature-container,
    .fp-footer-container,
    .fp-pricing-container,
    .fp-supplement-container {
        padding: 0 180px
    }
}

@media (min-width:1600px) {

    .-sm.fp-advantage-container,
    .-sm.fp-catalog-container,
    .-sm.fp-coloring-container,
    .-sm.fp-description-container,
    .-sm.fp-fence-container,
    .-sm.fp-hero-container,
    .-sm.fp-navbar-container,
    .-sm.fp-preview-container,
    .-sm.fp-sizeshow-body-container,
    .-sm.fp-sizeshow-container,
    .-sm.fp-specification-container,
    .-sm.fp-splitshow-container,
    .-sm.fp-tophead-container,
    .fp-container.-sm,
    .fp-delivery-container,
    .fp-feature-container,
    .fp-footer-container,
    .fp-pricing-container,
    .fp-supplement-container {
        max-width: 1920px;
        margin: 0 auto;
        padding: 0 300px
    }
}

.fp-h1,
.fp-hero-title {
    margin: 0;
    color: #204b45;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -.05em;
    text-align: center
}

@media (min-width:768px) {

    .fp-h1,
    .fp-hero-title {
        font-size: 45px
    }
}

@media (min-width:1024px) {

    .fp-h1,
    .fp-hero-title {
        font-size: 60px
    }
}

@media (min-width:1200px) {

    .fp-h1,
    .fp-hero-title {
        font-size: 70px
    }
}

@media (min-width:1600px) {

    .fp-h1,
    .fp-hero-title {
        font-size: 90px
    }
}

.fp-advantage-title,
.fp-coloring-title,
.fp-delivery-title,
.fp-fence-title,
.fp-h2,
.fp-sizeshow-title {
    margin: 0;
    color: #204b45;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -.05em;
    text-align: center
}

@media (min-width:1024px) {

    .fp-advantage-title,
    .fp-coloring-title,
    .fp-delivery-title,
    .fp-fence-title,
    .fp-h2,
    .fp-sizeshow-title {
        font-size: 60px
    }
}

@media (min-width:1200px) {

    .fp-advantage-title,
    .fp-coloring-title,
    .fp-delivery-title,
    .fp-fence-title,
    .fp-h2,
    .fp-sizeshow-title {
        font-size: 70px
    }
}

@media (min-width:1600px) {

    .fp-advantage-title,
    .fp-coloring-title,
    .fp-delivery-title,
    .fp-fence-title,
    .fp-h2,
    .fp-sizeshow-title {
        font-size: 80px
    }
}

.fp-h3 {
    margin: 0;
    color: #204b45;
    font-weight: 600;
    font-size: 21px;
    line-height: 27px;
    letter-spacing: -.03em;
    text-align: center
}

@media (min-width:1024px) {
    .fp-h3 {
        font-size: 26px;
        line-height: 34px
    }
}

@media (min-width:1200px) {
    .fp-h3 {
        font-size: 32px;
        line-height: 42px
    }
}

.fp-svgsprite {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: middle
}

.fp-loader {
    display: block
}

.fp-loader_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: background 0s 1s, visibility 0s 1.6s;
    -o-transition: background 0s 1s, visibility 0s 1.6s;
    -moz-transition: background 0s 1s, visibility 0s 1.6s;
    transition: background 0s 1s, visibility 0s 1.6s
}

.fp-loader_overlay-fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    contain: content;
    background: #c6efe1;
    -webkit-animation: fp-loader-fill 1s .6s forwards cubic-bezier(.33, 1, .68, 1);
    -moz-animation: fp-loader-fill 1s .6s forwards cubic-bezier(.33, 1, .68, 1);
    -o-animation: fp-loader-fill 1s .6s forwards cubic-bezier(.33, 1, .68, 1);
    animation: fp-loader-fill 1s .6s forwards cubic-bezier(.33, 1, .68, 1)
}

.fp-loader_overlay-container {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    position: relative
}

@media (min-width:768px) {
    .fp-loader_overlay-container {
        max-width: 500px
    }
}

@media (min-width:1024px) {
    .fp-loader_overlay-container {
        max-width: 660px
    }
}

@media (min-width:1200px) {
    .fp-loader_overlay-container {
        max-width: 781px
    }
}

@media (min-width:1600px) {
    .fp-loader_overlay-container {
        max-width: 990px
    }
}

.fp-loader_overlay-counter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    overflow: hidden;
    contain: content;
    color: #204b45
}

@media (min-width:768px) {
    .fp-loader_overlay-counter {
        bottom: 120px
    }
}

@media (min-width:1600px) {
    .fp-loader_overlay-counter {
        bottom: 180px
    }
}

.fp-loader_overlay-counter-percent {
    font-size: 32px;
    letter-spacing: -.0154em;
    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    -o-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: -webkit-transform 2s .3s cubic-bezier(.16, 1, .3, 1);
    transition: -webkit-transform 2s .3s cubic-bezier(.16, 1, .3, 1);
    -o-transition: -o-transform 2s .3s cubic-bezier(.16, 1, .3, 1);
    -moz-transition: transform 2s .3s cubic-bezier(.16, 1, .3, 1), -moz-transform 2s .3s cubic-bezier(.16, 1, .3, 1);
    transition: transform 2s .3s cubic-bezier(.16, 1, .3, 1);
    transition: transform 2s .3s cubic-bezier(.16, 1, .3, 1), -webkit-transform 2s .3s cubic-bezier(.16, 1, .3, 1), -moz-transform 2s .3s cubic-bezier(.16, 1, .3, 1), -o-transform 2s .3s cubic-bezier(.16, 1, .3, 1)
}

@media (min-width:768px) {
    .fp-loader_overlay-counter-percent {
        font-size: 60px
    }
}

@media (min-width:1600px) {
    .fp-loader_overlay-counter-percent {
        font-size: 70px
    }
}

.fp-loader_overlay.-orange .fp-loader_overlay-fill {
    background: #fcfbf6
}

.fp-loader_overlay.-orange-dark .fp-loader_overlay-fill {
    background: #fff7ec
}

.fp-loader_overlay.-green .fp-loader_overlay-fill {
    background: #e7f6ef
}

.fp-loader_overlay.-violet .fp-loader_overlay-fill {
    background: #eff1fe
}

.fp-loader_overlay.-gray .fp-loader_overlay-fill {
    background: #fbfbfb
}

.fp-loader_overlay.-simple {
    -webkit-transition-delay: .5s, 1s;
    -moz-transition-delay: .5s, 1s;
    -o-transition-delay: .5s, 1s;
    transition-delay: .5s, 1s
}

.fp-loader_overlay.-simple .fp-loader_overlay-fill {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s
}

.fp-loader_overlay.-simple .fp-loader_overlay-counter {
    display: none
}

.fp-loader_overlay.-visible {
    visibility: visible;
    background: #fff;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.fp-loader_overlay.-visible .fp-loader_overlay-fill {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none
}

.fp-loader_overlay.-visible .fp-loader_overlay-counter-percent {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

@-webkit-keyframes fp-loader-fill {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        -webkit-transform: scaleY(1) translateY(-100%);
        transform: scaleY(1) translateY(-100%)
    }
}

@-moz-keyframes fp-loader-fill {
    0% {
        -moz-transform: scaleY(0);
        transform: scaleY(0)
    }

    50% {
        -moz-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        -moz-transform: scaleY(1) translateY(-100%);
        transform: scaleY(1) translateY(-100%)
    }
}

@-o-keyframes fp-loader-fill {
    0% {
        -o-transform: scaleY(0);
        transform: scaleY(0)
    }

    50% {
        -o-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        -o-transform: scaleY(1) translateY(-100%);
        transform: scaleY(1) translateY(-100%)
    }
}

@keyframes fp-loader-fill {
    0% {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0)
    }

    50% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        -webkit-transform: scaleY(1) translateY(-100%);
        -moz-transform: scaleY(1) translateY(-100%);
        -o-transform: scaleY(1) translateY(-100%);
        transform: scaleY(1) translateY(-100%)
    }
}

.fp-navbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99
}

.fp-navbar-content {
    padding: 34px 0
}

@media (min-width:1024px) {
    .fp-navbar-content {
        padding: 50px 0 30px
    }
}

@media (min-width:1200px) {
    .fp-navbar-container {
        padding: 0 60px
    }
}

.fp-navbar-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fp-navbar-logo {
    display: block
}

.fp-navbar-logo svg {
    display: block;
    width: 130px;
    height: 24px
}

@media (min-width:1024px) {
    .fp-navbar-logo svg {
        width: 163px
    }
}

.fp-navbar-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fp-navbar-btn {
    display: none
}

@media (min-width:1024px) {
    .fp-navbar-btn {
        display: block;
        margin-right: 57px
    }
}

.fp-navbar-toggle.-hidden {
    visibility: hidden
}

.fp-menu {
    position: relative;
    z-index: 100
}

.fp-menu-logo {
    position: fixed;
    top: 34px;
    left: 30px;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    -moz-transition: opacity .6s;
    transition: opacity .6s
}

@media (min-width:1024px) {
    .fp-menu-logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 54px;
        top: 50px;
        left: 60px
    }
}

.fp-menu-logo svg {
    display: block;
    width: 130px;
    height: 24px
}

@media (min-width:1024px) {
    .fp-menu-logo svg {
        width: 163px
    }
}

.fp-menu.-open .fp-menu-logo {
    opacity: 1;
    pointer-events: auto
}

.fp-menu-toggle {
    position: fixed;
    top: 34px;
    right: 30px;
    z-index: 3
}

@media (min-width:1024px) {
    .fp-menu-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 54px;
        top: 50px;
        right: 60px
    }
}

.fp-menu-box {
    width: 100vw;
    padding: 115px 30px 40px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    will-change: transform;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.16, 1, .3, 1);
    transition: -webkit-transform .8s cubic-bezier(.16, 1, .3, 1);
    -o-transition: -o-transform .8s cubic-bezier(.16, 1, .3, 1);
    -moz-transition: transform .8s cubic-bezier(.16, 1, .3, 1), -moz-transform .8s cubic-bezier(.16, 1, .3, 1);
    transition: transform .8s cubic-bezier(.16, 1, .3, 1);
    transition: transform .8s cubic-bezier(.16, 1, .3, 1), -webkit-transform .8s cubic-bezier(.16, 1, .3, 1), -moz-transform .8s cubic-bezier(.16, 1, .3, 1), -o-transform .8s cubic-bezier(.16, 1, .3, 1)
}

@media (min-width:1024px) {
    .fp-menu-box {
        width: 694px;
        padding: 80px 100px 50px 160px;
        -webkit-transition: -webkit-transform .8s cubic-bezier(.16, 1, .3, 1);
        transition: -webkit-transform .8s cubic-bezier(.16, 1, .3, 1);
        -o-transition: -o-transform .8s cubic-bezier(.16, 1, .3, 1);
        -moz-transition: transform .8s cubic-bezier(.16, 1, .3, 1), -moz-transform .8s cubic-bezier(.16, 1, .3, 1);
        transition: transform .8s cubic-bezier(.16, 1, .3, 1);
        transition: transform .8s cubic-bezier(.16, 1, .3, 1), -webkit-transform .8s cubic-bezier(.16, 1, .3, 1), -moz-transform .8s cubic-bezier(.16, 1, .3, 1), -o-transform .8s cubic-bezier(.16, 1, .3, 1)
    }
}

@media (min-height:600px) {
    .fp-menu-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.fp-menu.-open .fp-menu-box {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.fp-menu-list {
    padding: 0;
    margin: 0 0 60px
}

@media (min-width:1024px) {
    .fp-menu-list {
        margin-bottom: 64px
    }
}

@media (min-width:1600px) and (min-height:700px) {
    .fp-menu-list {
        margin-bottom: 80px
    }
}

.fp-menu-list-item {
    padding: 0;
    margin: 0 0 19px;
    text-align: center;
    list-style: none
}

.fp-menu-list-item:last-child {
    margin-bottom: 0
}

@media (min-width:1024px) {
    .fp-menu-list-item {
        margin: 0 0 14px;
        text-align: left
    }
}

@media (min-width:1600px) and (min-height:700px) {
    .fp-menu-list-item {
        margin-bottom: 25px
    }
}

.fp-menu-link {
    display: inline-block;
    position: relative;
    color: #204b45;
    font-size: 30px;
    letter-spacing: -.03em;
    text-decoration: none
}

@media (min-width:1024px) {
    .fp-menu-link {
        font-size: 40px
    }
}

@media (min-width:1600px) and (min-height:700px) {
    .fp-menu-link {
        font-size: 45px
    }
}

.fp-menu-link-text {
    display: block;
    overflow: hidden
}

.fp-menu-link-text span {
    display: block;
    position: relative;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .9s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .9s cubic-bezier(.19, 1, .22, 1);
    -o-transition: -o-transform .9s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: transform .9s cubic-bezier(.19, 1, .22, 1), -moz-transform .9s cubic-bezier(.19, 1, .22, 1);
    transition: transform .9s cubic-bezier(.19, 1, .22, 1);
    transition: transform .9s cubic-bezier(.19, 1, .22, 1), -webkit-transform .9s cubic-bezier(.19, 1, .22, 1), -moz-transform .9s cubic-bezier(.19, 1, .22, 1), -o-transform .9s cubic-bezier(.19, 1, .22, 1)
}

.fp-menu-link-text span::after {
    content: attr(data-text);
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .9s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .9s cubic-bezier(.19, 1, .22, 1);
    -o-transition: -o-transform .9s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: transform .9s cubic-bezier(.19, 1, .22, 1), -moz-transform .9s cubic-bezier(.19, 1, .22, 1);
    transition: transform .9s cubic-bezier(.19, 1, .22, 1);
    transition: transform .9s cubic-bezier(.19, 1, .22, 1), -webkit-transform .9s cubic-bezier(.19, 1, .22, 1), -moz-transform .9s cubic-bezier(.19, 1, .22, 1), -o-transform .9s cubic-bezier(.19, 1, .22, 1)
}

.fp-menu-link:hover .fp-menu-link-text span {
    -webkit-transform: translateY(-100%) skewY(-4deg);
    -moz-transform: translateY(-100%) skewY(-4deg);
    -ms-transform: translateY(-100%) skewY(-4deg);
    -o-transform: translateY(-100%) skewY(-4deg);
    transform: translateY(-100%) skewY(-4deg)
}

@media (pointer:coarse) {
    .fp-menu-link:hover .fp-menu-link-text span {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

.fp-menu-link:hover .fp-menu-link-text span::after {
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg)
}

@media (pointer:coarse) {
    .fp-menu-link:hover .fp-menu-link-text span::after {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

.fp-menu-link.-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 2px;
    background: #204b45;
    opacity: .2
}

@media (min-width:1600px) {
    .fp-menu-link.-active::after {
        bottom: -8px
    }
}

.fp-menu-link:focus,
.fp-menu-link:hover {
    text-decoration: none
}

.fp-menu-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1024px) {
    .fp-menu-contacts {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.fp-menu-email {
    padding-bottom: 4px;
    margin-bottom: 10px;
    position: relative;
    color: #e95e2a;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -.03em;
    text-decoration: none
}

@media (min-width:1024px) {
    .fp-menu-email {
        margin-bottom: 16px;
        font-size: 19px;
        line-height: 23px
    }
}

.fp-menu-email::after,
.fp-menu-email::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e95e2a
}

.fp-menu-email::before {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0)
}

.fp-menu-email::after {
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.fp-menu-email:hover {
    color: #e95e2a
}

.fp-menu-email:hover::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .7s .25s cubic-bezier(.16, 1, .3, 1);
    transition: -webkit-transform .7s .25s cubic-bezier(.16, 1, .3, 1);
    -o-transition: -o-transform .7s .25s cubic-bezier(.16, 1, .3, 1);
    -moz-transition: transform .7s .25s cubic-bezier(.16, 1, .3, 1), -moz-transform .7s .25s cubic-bezier(.16, 1, .3, 1);
    transition: transform .7s .25s cubic-bezier(.16, 1, .3, 1);
    transition: transform .7s .25s cubic-bezier(.16, 1, .3, 1), -webkit-transform .7s .25s cubic-bezier(.16, 1, .3, 1), -moz-transform .7s .25s cubic-bezier(.16, 1, .3, 1), -o-transform .7s .25s cubic-bezier(.16, 1, .3, 1)
}

.fp-menu-email:hover::after {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.16, 1, .3, 1);
    transition: -webkit-transform .7s cubic-bezier(.16, 1, .3, 1);
    -o-transition: -o-transform .7s cubic-bezier(.16, 1, .3, 1);
    -moz-transition: transform .7s cubic-bezier(.16, 1, .3, 1), -moz-transform .7s cubic-bezier(.16, 1, .3, 1);
    transition: transform .7s cubic-bezier(.16, 1, .3, 1);
    transition: transform .7s cubic-bezier(.16, 1, .3, 1), -webkit-transform .7s cubic-bezier(.16, 1, .3, 1), -moz-transform .7s cubic-bezier(.16, 1, .3, 1), -o-transform .7s cubic-bezier(.16, 1, .3, 1)
}

.fp-menu-email:focus,
.fp-menu-email:hover {
    text-decoration: none
}

.fp-menu-phone {
    position: relative;
    color: #204b45;
    text-decoration: none;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -.03em
}

@media (min-width:1024px) {
    .fp-menu-phone {
        font-size: 19px;
        line-height: 25px
    }
}

.fp-menu-phone:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 1px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    background: currentColor;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.16, 1, .3, 1);
    transition: -webkit-transform .7s cubic-bezier(.16, 1, .3, 1);
    -o-transition: -o-transform .7s cubic-bezier(.16, 1, .3, 1);
    -moz-transition: transform .7s cubic-bezier(.16, 1, .3, 1), -moz-transform .7s cubic-bezier(.16, 1, .3, 1);
    transition: transform .7s cubic-bezier(.16, 1, .3, 1);
    transition: transform .7s cubic-bezier(.16, 1, .3, 1), -webkit-transform .7s cubic-bezier(.16, 1, .3, 1), -moz-transform .7s cubic-bezier(.16, 1, .3, 1), -o-transform .7s cubic-bezier(.16, 1, .3, 1)
}

.fp-menu-phone:focus,
.fp-menu-phone:hover {
    color: #204b45;
    text-decoration: none
}

.fp-menu-phone:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.fp-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    background: rgba(212, 230, 222, .4);
    -webkit-transition: visibility 0s 1s, opacity .5s linear .3s;
    -o-transition: visibility 0s 1s, opacity .5s linear .3s;
    -moz-transition: visibility 0s 1s, opacity .5s linear .3s;
    transition: visibility 0s 1s, opacity .5s linear .3s
}

.fp-menu.-open .fp-menu-backdrop {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    transition: opacity .5s linear
}

.fp-menu-price {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    -o-transform: translateY(300%);
    transform: translateY(300%);
    -webkit-transition: -webkit-transform 1.8s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform 1.8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: -o-transform 1.8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: transform 1.8s cubic-bezier(.19, 1, .22, 1), -moz-transform 1.8s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.8s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.8s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.8s cubic-bezier(.19, 1, .22, 1), -moz-transform 1.8s cubic-bezier(.19, 1, .22, 1), -o-transform 1.8s cubic-bezier(.19, 1, .22, 1)
}

@media (min-width:1200px) {
    .fp-menu-price {
        right: 40px;
        bottom: 40px
    }
}

@media (min-width:1024px) {
    .fp-menu-price.-visible {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.fp-btn {
    display: inline
}

.fp-btn_dummy,
.fp-btn_link,
.fp-btn_rounded,
.fp-btn_toggle {
    position: relative;
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
    color: inherit;
    background: 0 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0 !important;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
    text-indent: inherit;
    text-decoration: none
}

.fp-btn_dummy:focus,
.fp-btn_dummy:hover,
.fp-btn_link:focus,
.fp-btn_link:hover,
.fp-btn_rounded:focus,
.fp-btn_rounded:hover,
.fp-btn_toggle:focus,
.fp-btn_toggle:hover {
    text-decoration: none
}

.fp-btn_rounded {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 22px;
    height: 54px;
    color: #e95e2a;
    background: rgba(233, 94, 42, .2);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.03em;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: background .6s, color .6s;
    -o-transition: background .6s, color .6s;
    -moz-transition: background .6s, color .6s;
    transition: background .6s, color .6s
}

.fp-btn_rounded-text {
    display: block;
    padding-bottom: 2px;
    position: relative;
    overflow: hidden
}

.fp-btn_rounded-text span {
    display: block;
    position: relative;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .9s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .9s cubic-bezier(.19, 1, .22, 1);
    -o-transition: -o-transform .9s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: transform .9s cubic-bezier(.19, 1, .22, 1), -moz-transform .9s cubic-bezier(.19, 1, .22, 1);
    transition: transform .9s cubic-bezier(.19, 1, .22, 1);
    transition: transform .9s cubic-bezier(.19, 1, .22, 1), -webkit-transform .9s cubic-bezier(.19, 1, .22, 1), -moz-transform .9s cubic-bezier(.19, 1, .22, 1), -o-transform .9s cubic-bezier(.19, 1, .22, 1)
}

.fp-btn_rounded-text span::after {
    content: attr(data-text);
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .9s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .9s cubic-bezier(.19, 1, .22, 1);
    -o-transition: -o-transform .9s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: transform .9s cubic-bezier(.19, 1, .22, 1), -moz-transform .9s cubic-bezier(.19, 1, .22, 1);
    transition: transform .9s cubic-bezier(.19, 1, .22, 1);
    transition: transform .9s cubic-bezier(.19, 1, .22, 1), -webkit-transform .9s cubic-bezier(.19, 1, .22, 1), -moz-transform .9s cubic-bezier(.19, 1, .22, 1), -o-transform .9s cubic-bezier(.19, 1, .22, 1)
}

.fp-btn_rounded:hover {
    background: #e95e2a;
    color: #fff
}

.fp-btn_rounded:hover .fp-btn_rounded-text span {
    -webkit-transform: translateY(-100%) skewY(-10deg);
    -moz-transform: translateY(-100%) skewY(-10deg);
    -ms-transform: translateY(-100%) skewY(-10deg);
    -o-transform: translateY(-100%) skewY(-10deg);
    transform: translateY(-100%) skewY(-10deg)
}

.fp-btn_rounded:hover .fp-btn_rounded-text span::after {
    -webkit-transform: skewY(10deg);
    -moz-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    transform: skewY(10deg)
}

.fp-btn_rounded.-dark {
    background: #204b45;
    color: #fff
}

.fp-btn_rounded.-dark.-inverse {
    background: #fff;
    color: #204b45
}

.fp-btn_rounded.-secondary {
    padding: 0;
    height: auto;
    background: 0 0;
    color: #e95e2a
}

@media (min-width:1024px) {
    .fp-btn_rounded.-secondary {
        font-size: 19px;
        line-height: 23px
    }
}

@media (min-width:1200px) {
    .fp-btn_rounded.-secondary {
        height: 63px;
        padding: 0 32px;
        -webkit-box-shadow: inset 0 0 0 2px rgba(233, 94, 42, .1);
        -moz-box-shadow: inset 0 0 0 2px rgba(233, 94, 42, .1);
        box-shadow: inset 0 0 0 2px rgba(233, 94, 42, .1)
    }

    .fp-btn_rounded.-secondary:hover {
        background: #e95e2a;
        color: #fff
    }
}

@media (min-width:1600px) {
    .fp-btn_rounded.-secondary {
        height: 76px;
        padding: 0 37px;
        font-size: 22px;
        line-height: 26px
    }
}

.fp-btn_link {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -.03em;
    color: #e95e2a;
    position: relative;
    display: inline-block;
    padding-bottom: 5px
}

@media (min-width:1024px) {
    .fp-btn_link {
        font-size: 21px;
        line-height: 25px;
        padding-bottom: 9px
    }
}

.fp-btn_link::after,
.fp-btn_link::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e95e2a
}

.fp-btn_link::before {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .9s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .9s cubic-bezier(.19, 1, .22, 1);
    -o-transition: -o-transform .9s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: transform .9s cubic-bezier(.19, 1, .22, 1), -moz-transform .9s cubic-bezier(.19, 1, .22, 1);
    transition: transform .9s cubic-bezier(.19, 1, .22, 1);
    transition: transform .9s cubic-bezier(.19, 1, .22, 1), -webkit-transform .9s cubic-bezier(.19, 1, .22, 1), -moz-transform .9s cubic-bezier(.19, 1, .22, 1), -o-transform .9s cubic-bezier(.19, 1, .22, 1)
}

.fp-btn_link::after {
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1) .2s;
    transition: -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1) .2s;
    -o-transition: -o-transform 1.2s cubic-bezier(.19, 1, .22, 1) .2s;
    -moz-transition: transform 1.2s cubic-bezier(.19, 1, .22, 1) .2s, -moz-transform 1.2s cubic-bezier(.19, 1, .22, 1) .2s;
    transition: transform 1.2s cubic-bezier(.19, 1, .22, 1) .2s;
    transition: transform 1.2s cubic-bezier(.19, 1, .22, 1) .2s, -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1) .2s, -moz-transform 1.2s cubic-bezier(.19, 1, .22, 1) .2s, -o-transform 1.2s cubic-bezier(.19, 1, .22, 1) .2s
}

.fp-btn_link:hover {
    color: #e95e2a
}

.fp-btn_link:hover::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1) .2s;
    transition: -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1) .2s;
    -o-transition: -o-transform 1.2s cubic-bezier(.19, 1, .22, 1) .2s;
    -moz-transition: transform 1.2s cubic-bezier(.19, 1, .22, 1) .2s, -moz-transform 1.2s cubic-bezier(.19, 1, .22, 1) .2s;
    transition: transform 1.2s cubic-bezier(.19, 1, .22, 1) .2s;
    transition: transform 1.2s cubic-bezier(.19, 1, .22, 1) .2s, -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1) .2s, -moz-transform 1.2s cubic-bezier(.19, 1, .22, 1) .2s, -o-transform 1.2s cubic-bezier(.19, 1, .22, 1) .2s
}

.fp-btn_link:hover::after {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .9s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .9s cubic-bezier(.19, 1, .22, 1);
    -o-transition: -o-transform .9s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: transform .9s cubic-bezier(.19, 1, .22, 1), -moz-transform .9s cubic-bezier(.19, 1, .22, 1);
    transition: transform .9s cubic-bezier(.19, 1, .22, 1);
    transition: transform .9s cubic-bezier(.19, 1, .22, 1), -webkit-transform .9s cubic-bezier(.19, 1, .22, 1), -moz-transform .9s cubic-bezier(.19, 1, .22, 1), -o-transform .9s cubic-bezier(.19, 1, .22, 1)
}

.fp-btn_toggle {
    display: block;
    width: 24px;
    height: 24px;
    z-index: 98;
    will-change: transform
}

.fp-btn_toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 6px 0;
    position: relative;
    top: 0;
    background: #204b45;
    -webkit-transition: top .2s .3s, opacity .3s .1s, background .4s, -webkit-transform .3s 0s;
    transition: top .2s .3s, opacity .3s .1s, background .4s, -webkit-transform .3s 0s;
    -o-transition: top .2s .3s, opacity .3s .1s, background .4s, -o-transform .3s 0s;
    -moz-transition: top .2s .3s, transform .3s 0s, opacity .3s .1s, background .4s, -moz-transform .3s 0s;
    transition: top .2s .3s, transform .3s 0s, opacity .3s .1s, background .4s;
    transition: top .2s .3s, transform .3s 0s, opacity .3s .1s, background .4s, -webkit-transform .3s 0s, -moz-transform .3s 0s, -o-transform .3s 0s
}

.fp-btn_toggle::before {
    content: '';
    position: absolute;
    top: -17px;
    left: -17px;
    right: -17px;
    bottom: -17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #37c89a;
    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: opacity .6s cubic-bezier(.33, 1, .68, 1), -webkit-transform .45s cubic-bezier(.34, 2, .64, 1);
    transition: opacity .6s cubic-bezier(.33, 1, .68, 1), -webkit-transform .45s cubic-bezier(.34, 2, .64, 1);
    -o-transition: opacity .6s cubic-bezier(.33, 1, .68, 1), -o-transform .45s cubic-bezier(.34, 2, .64, 1);
    -moz-transition: transform .45s cubic-bezier(.34, 2, .64, 1), opacity .6s cubic-bezier(.33, 1, .68, 1), -moz-transform .45s cubic-bezier(.34, 2, .64, 1);
    transition: transform .45s cubic-bezier(.34, 2, .64, 1), opacity .6s cubic-bezier(.33, 1, .68, 1);
    transition: transform .45s cubic-bezier(.34, 2, .64, 1), opacity .6s cubic-bezier(.33, 1, .68, 1), -webkit-transform .45s cubic-bezier(.34, 2, .64, 1), -moz-transform .45s cubic-bezier(.34, 2, .64, 1), -o-transform .45s cubic-bezier(.34, 2, .64, 1)
}

@media (min-width:1024px) {
    .fp-btn_toggle::before {
        top: -30px;
        left: -30px;
        right: -30px;
        bottom: -30px
    }
}

.fp-btn_toggle::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px
}

@media (min-width:1024px) {
    .fp-btn_toggle::after {
        top: -35px;
        left: -35px;
        right: -35px;
        bottom: -35px
    }
}

.fp-btn_toggle:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .3
}

@media (pointer:coarse) {
    .fp-btn_toggle:hover::before {
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

.fp-btn_toggle.-active::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .3
}

.fp-btn_toggle.-active span {
    -webkit-transition: top .2s, opacity .2s .3s, -webkit-transform .3s .3s;
    transition: top .2s, opacity .2s .3s, -webkit-transform .3s .3s;
    -o-transition: top .2s, opacity .2s .3s, -o-transform .3s .3s;
    -moz-transition: top .2s, transform .3s .3s, opacity .2s .3s, -moz-transform .3s .3s;
    transition: top .2s, transform .3s .3s, opacity .2s .3s;
    transition: top .2s, transform .3s .3s, opacity .2s .3s, -webkit-transform .3s .3s, -moz-transform .3s .3s, -o-transform .3s .3s
}

.fp-btn_toggle.-active span:first-child {
    top: 4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fp-btn_toggle.-active span:last-child {
    top: -4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fp-btn_toggle.-inverse span {
    background: #fff
}

.fp-btn_toggle.-inverse.-active span {
    background: #204b45
}

.fp-hero-content {
    padding: 135px 0 70px
}

@media (min-width:1024px) {
    .fp-hero-content {
        padding: 233px 0 223px
    }
}

@media (min-width:1200px) {
    .fp-hero-content {
        padding: 196px 0 223px
    }
}

@media (min-width:1600px) {
    .fp-hero-content {
        padding: 305px 0 307px
    }
}

.fp-hero-title {
    max-width: 350px;
    margin: 0 auto 80px
}

@media (min-width:768px) {
    .fp-hero-title {
        max-width: 500px
    }
}

@media (min-width:1024px) {
    .fp-hero-title {
        max-width: 660px;
        margin-bottom: 148px
    }
}

@media (min-width:1200px) {
    .fp-hero-title {
        max-width: 781px;
        margin-bottom: 164px
    }
}

@media (min-width:1600px) {
    .fp-hero-title {
        max-width: 990px;
        margin-bottom: 240px
    }
}

.fp-hero-images {
    contain: content;
    margin: 0 -30px;
    overflow: hidden
}

@media (min-width:1024px) {
    .fp-hero-images {
        margin: 0
    }
}

.fp-hero-images canvas {
    display: none
}

@media (min-width:1024px) {
    .fp-hero-images canvas {
        display: block;
        width: 100%
    }
}

.fp-hero-images img {
    display: block;
    width: 100%
}

@media (min-width:1024px) {
    .fp-hero-images img {
        display: none
    }
}

.fp-catalog {
    position: relative;
    z-index: 2
}

.fp-catalog-content {
    padding-bottom: 120px
}

@media (min-width:1024px) {
    .fp-catalog-content {
        padding-bottom: 220px
    }
}

@media (min-width:1200px) {
    .fp-catalog-content {
        padding-bottom: 250px
    }
}

.fp-catalog-text {
    max-width: 280px;
    margin: 0 auto 50px;
    color: rgba(32, 75, 69, .4);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -.03em;
    text-align: center
}

@media (min-width:1024px) {
    .fp-catalog-text {
        max-width: 581px;
        margin-bottom: 120px;
        font-size: 26px;
        line-height: 34px
    }
}

@media (min-width:1200px) {
    .fp-catalog-text {
        max-width: 609px;
        margin-bottom: 140px;
        font-size: 28px;
        line-height: 36px
    }
}

@media (min-width:1600px) {
    .fp-catalog-text {
        max-width: 730px;
        margin-bottom: 284px;
        font-size: 32px;
        line-height: 42px
    }
}

.fp-catalog-text span {
    color: #204b45
}

.fp-catalog-text div {
    will-change: transform
}

@media (min-width:1024px) {
    .fp-catalog-body-content {
        position: relative;
        z-index: 2;
        will-change: transform
    }
}

@media (min-width:1024px) {
    .fp-catalog-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px
    }
}

.fp-catalog-grid-col {
    margin-bottom: 30px
}

.fp-catalog-grid-col:last-child {
    margin-bottom: 0
}

@media (min-width:1024px) {
    .fp-catalog-grid-col {
        padding: 0 20px;
        margin-bottom: 40px
    }
}

@media (min-width:1024px) {
    .fp-catalog-grid-col.-lg {
        width: 100%
    }
}

@media (min-width:1024px) {
    .fp-catalog-grid-col.-sm {
        width: 50%
    }
}

.fp-catalog-item {
    display: block;
    height: 355px;
    padding: 35px 30px;
    position: relative;
    text-decoration: none;
    will-change: transform;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: -o-transform .4s;
    -moz-transition: transform .4s, -moz-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s
}

@media (min-width:375px) {
    .fp-catalog-item {
        padding: 51px 40px
    }
}

@media (min-width:1024px) {
    .fp-catalog-item {
        height: 459px;
        padding: 61px 60px
    }
}

@media (min-width:1200px) {
    .fp-catalog-item {
        height: 518px;
        padding: 72px 75px
    }
}

@media (min-width:1600px) {
    .fp-catalog-item {
        height: 732px;
        padding: 120px 120px
    }
}

.fp-catalog-item-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-perspective: 100px;
    -moz-perspective: 100px;
    perspective: 100px;
    overflow: hidden;
    will-change: transform;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s
}

.fp-catalog-item-image picture {
    display: block;
    width: 100%;
    height: 100%
}

.fp-catalog-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
    will-change: transform;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: -o-transform .4s;
    -moz-transition: transform .4s, -moz-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s
}

@supports (-ms-ime-align:auto) {
    .fp-catalog-item-image img {
        width: auto;
        height: auto;
        min-width: 101%;
        min-height: 101%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media (-ms-high-contrast:none) {
    .fp-catalog-item-image img {
        width: auto;
        height: auto;
        min-width: 101%;
        min-height: 101%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.fp-catalog-item-title {
    display: block;
    max-width: 300px;
    margin-bottom: 16px;
    position: relative;
    color: #204b45;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -.05em
}

@media (min-width:375px) {
    .fp-catalog-item-title {
        font-size: 30px;
        margin-bottom: 24px
    }
}

@media (min-width:1024px) {
    .fp-catalog-item-title {
        max-width: 500px;
        font-size: 60px
    }
}

@media (min-width:1200px) {
    .fp-catalog-item-title {
        max-width: 570px;
        margin-bottom: 30px;
        font-size: 70px
    }
}

@media (min-width:1600px) {
    .fp-catalog-item-title {
        max-width: 620px;
        margin-bottom: 40px;
        font-size: 80px
    }
}

.fp-catalog-item-btn {
    position: relative
}

.fp-catalog-item:hover {
    text-decoration: none;
    -webkit-transform: scale(.965);
    -moz-transform: scale(.965);
    -ms-transform: scale(.965);
    -o-transform: scale(.965);
    transform: scale(.965)
}

.fp-catalog-item:hover .fp-catalog-item-image {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02)
}

.fp-catalog-item:focus {
    text-decoration: none
}

@media (min-width:1024px) {
    .fp-catalog-item.-sm {
        padding: 50px
    }
}

@media (min-width:1200px) {
    .fp-catalog-item.-sm {
        padding: 54px
    }
}

@media (min-width:1600px) {
    .fp-catalog-item.-sm {
        padding: 80px 78px
    }
}

@media (min-width:1024px) {
    .fp-catalog-item.-sm .fp-catalog-item-title {
        max-width: 400px;
        margin-bottom: 19px;
        font-size: 50px
    }
}

@media (min-width:1600px) {
    .fp-catalog-item.-sm .fp-catalog-item-title {
        max-width: 530px;
        margin-bottom: 40px;
        font-size: 60px
    }
}

@media (min-width:1024px) {
    .fp-catalog-item.-sm .fp-catalog-item-btn {
        display: none
    }
}

.fp-photoreel-content {
    padding: 0 0 110px
}

@media (min-width:1024px) {
    .fp-photoreel-content {
        padding: 0
    }
}

.fp-photoreel-container {
    padding: 0 30px
}

@media (min-width:1024px) {
    .fp-photoreel-container {
        padding: 0 60px
    }
}

@media (min-width:1200px) {
    .fp-photoreel-container {
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 90px
    }
}

.fp-photoreel-text {
    max-width: 320px;
    margin: 0 auto 95px;
    color: rgba(32, 75, 69, .4);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -.03em;
    text-align: center
}

@media (min-width:1024px) {
    .fp-photoreel-text {
        max-width: 581px;
        margin-bottom: 180px;
        font-size: 26px;
        line-height: 34px
    }
}

@media (min-width:1200px) {
    .fp-photoreel-text {
        max-width: 609px;
        font-size: 28px;
        line-height: 36px
    }
}

@media (min-width:1600px) {
    .fp-photoreel-text {
        max-width: 695px;
        font-size: 32px;
        line-height: 42px
    }
}

.fp-photoreel-text span {
    color: #204b45
}

.fp-photoreel-text div {
    will-change: transform
}

.fp-photoreel-body {
    position: relative;
    z-index: 3
}

@media (min-width:1024px) {
    .fp-photoreel-body.-sm {
        margin-bottom: -20vh
    }
}

.fp-photoreel-images-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media (min-width:768px) {
    .fp-photoreel-images-group {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.fp-photoreel-images-item {
    position: relative;
    overflow: hidden;
    will-change: transform
}

.fp-photoreel-images-item img {
    width: 100%
}

.fp-photoreel-images-item.-first {
    display: none
}

@media (min-width:768px) {
    .fp-photoreel-images-item.-first {
        display: block;
        width: 17.5885%;
        margin: 19.35841% 0 0 32px
    }
}

@media (min-width:1200px) {
    .fp-photoreel-images-item.-first {
        width: 16.07843%;
        margin: 17.7451% 0 0 55px
    }
}

@media (min-width:1600px) {
    .fp-photoreel-images-item.-first {
        width: 219px;
        height: 292px;
        margin: 241px 0 0 125px;
        padding: 0
    }
}

.fp-photoreel-images-item.-second {
    width: 40.31746%
}

@media (min-width:768px) {
    .fp-photoreel-images-item.-second {
        width: 28.9823%
    }
}

@media (min-width:1200px) {
    .fp-photoreel-images-item.-second {
        width: 26.56863%
    }
}

@media (min-width:1600px) {
    .fp-photoreel-images-item.-second {
        width: 361px;
        height: 482px;
        padding: 0
    }
}

.fp-photoreel-images-item.-third {
    width: 28.88889%;
    margin: 23.80952% 20px 0 5px
}

@media (min-width:768px) {
    .fp-photoreel-images-item.-third {
        width: 20.79646%;
        margin: 16.92478% 20px 0 50px
    }
}

@media (min-width:1200px) {
    .fp-photoreel-images-item.-third {
        width: 19.01961%;
        margin: 15.58824% 0 0 50px
    }
}

@media (min-width:1600px) {
    .fp-photoreel-images-item.-third {
        width: 259px;
        height: 345px;
        margin: 212px 124px 0 66px;
        padding: 0
    }
}

.fp-photoreel-images-item.-fourth {
    display: none
}

@media (min-width:768px) {
    .fp-photoreel-images-item.-fourth {
        display: block;
        width: 27.65487%;
        margin: 10.50885% 0 0 112px
    }
}

@media (min-width:1200px) {
    .fp-photoreel-images-item.-fourth {
        width: 25.29412%;
        margin: 9.80392% 0 0 138px
    }
}

@media (min-width:1600px) {
    .fp-photoreel-images-item.-fourth {
        width: 344px;
        height: 459px;
        margin: 131px 0 0 235px;
        padding: 0
    }
}

.fp-photoreel-images-item.-fifth {
    width: 35.2381%;
    margin: 14.60317% 56px 0 0
}

@media (min-width:768px) {
    .fp-photoreel-images-item.-fifth {
        width: 17.80973%;
        margin: 10.50885% 180px 0 0
    }
}

@media (min-width:1024px) {
    .fp-photoreel-images-item.-fifth {
        margin: 10.50885% 275px 0 0
    }
}

@media (min-width:1200px) {
    .fp-photoreel-images-item.-fifth {
        width: 16.27451%;
        margin: 9.80392% 347px 0 0
    }
}

@media (min-width:1600px) {
    .fp-photoreel-images-item.-fifth {
        width: 222px;
        height: 296px;
        margin: 131px 473px 0 0;
        padding: 0
    }
}

.fp-photoreel-images-item.-sixth {
    display: none
}

@media (min-width:768px) {
    .fp-photoreel-images-item.-sixth {
        display: block;
        width: 20.35398%;
        margin: 14.04867% 0 0 32px
    }
}

@media (min-width:1200px) {
    .fp-photoreel-images-item.-sixth {
        width: 18.62745%;
        margin: 12.7451% 0 0 55px
    }
}

@media (min-width:1600px) {
    .fp-photoreel-images-item.-sixth {
        width: 254px;
        height: 339px;
        margin: 174px 0 0 124px;
        padding: 0
    }
}

.fp-photoreel-images-item.-seventh {
    width: 28.88889%;
    margin: 44.7619% 0 0 26px
}

@media (min-width:768px) {
    .fp-photoreel-images-item.-seventh {
        width: 20.79646%;
        margin: 28.76106% 0 0 0
    }
}

@media (min-width:1200px) {
    .fp-photoreel-images-item.-seventh {
        width: 19.01961%;
        margin: 26.17647% 0 0 0
    }
}

@media (min-width:1600px) {
    .fp-photoreel-images-item.-seventh {
        width: 259px;
        height: 345px;
        margin: 357px 0 0 0;
        padding: 0
    }
}

.fp-photoreel-images-item.-eighth {
    width: 42.53968%;
    margin: 14.92063% 0 0 26px
}

@media (min-width:768px) {
    .fp-photoreel-images-item.-eighth {
        width: 30.64159%;
        margin: 1.43805% -24px 0 0
    }
}

@media (min-width:1200px) {
    .fp-photoreel-images-item.-eighth {
        width: 28.03922%;
        margin: 1.17647% 38px 0 0
    }
}

@media (min-width:1600px) {
    .fp-photoreel-images-item.-eighth {
        width: 381px;
        height: 475px;
        margin: 18px 62px 0 0;
        padding: 0
    }
}

.fp-photoreel-images-text {
    max-width: 320px;
    margin: 80px auto 0;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -.03em;
    color: #204b45
}

@media (min-width:1024px) {
    .fp-photoreel-images-text {
        max-width: 581px;
        margin: 140px auto;
        font-size: 26px;
        line-height: 34px
    }
}

@media (min-width:1200px) {
    .fp-photoreel-images-text {
        max-width: 609px;
        font-size: 28px;
        line-height: 36px
    }
}

@media (min-width:1600px) {
    .fp-photoreel-images-text {
        max-width: 695px;
        margin: 180px auto;
        font-size: 32px;
        line-height: 42px
    }
}

.fp-photoreel.-lg .fp-photoreel-body {
    padding: 0
}

.fp-photoreel.-lg .fp-photoreel-content {
    padding: 0 0 120px
}

@media (min-width:1024px) {
    .fp-photoreel.-lg .fp-photoreel-content {
        padding: 0 0 225px
    }
}

@media (min-width:1600px) {
    .fp-photoreel.-lg .fp-photoreel-content {
        padding: 0 0 350px
    }
}

.fp-sizeshow-content {
    padding: 0 0 107px
}

@media (min-width:1024px) {
    .fp-sizeshow-content {
        padding: 0 0 150px
    }
}

@media (min-width:1200px) {
    .fp-sizeshow-content {
        padding: 0
    }
}

@media (min-width:1024px) {
    .fp-sizeshow-header-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100vh;
        position: relative;
        z-index: 1
    }
}

.fp-sizeshow-title {
    width: 272px;
    margin: 0 auto 60px;
    will-change: transform
}

@media (min-width:1024px) {
    .fp-sizeshow-title {
        width: 670px;
        margin: 0 auto
    }
}

@media (min-width:1200px) {
    .fp-sizeshow-title {
        width: 800px
    }
}

@media (min-width:1024px) {
    .fp-sizeshow-body-content {
        height: 100%;
        position: relative;
        -webkit-perspective: 1px;
        -moz-perspective: 1px;
        perspective: 1px;
        will-change: transform
    }
}

@media (min-width:1024px) {
    .fp-sizeshow-body-container {
        position: absolute;
        top: 120px;
        left: 0;
        padding: 0
    }
}

@media (min-width:1200px) {
    .fp-sizeshow-body-container {
        top: 45vh;
        left: 18vw
    }
}

@media (min-width:1400px) {
    .fp-sizeshow-body-container {
        left: 20vw
    }
}

@media (min-width:1900px) {
    .fp-sizeshow-body-container {
        left: 23vw
    }
}

.fp-sizeshow-info {
    color: #204b45;
    text-align: center
}

@media (min-width:1024px) {
    .fp-sizeshow-info {
        position: relative
    }
}

@media (min-width:1200px) {
    .fp-sizeshow-info {
        text-align: left
    }
}

.fp-sizeshow-info.-desktop {
    display: none
}

@media (min-width:1200px) {
    .fp-sizeshow-info.-desktop {
        display: block
    }
}

.fp-sizeshow-info.-mobile {
    margin-bottom: 60px
}

@media (min-width:1024px) {
    .fp-sizeshow-info.-mobile {
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .fp-sizeshow-info.-mobile {
        display: none
    }
}

@media (min-width:1200px) {
    .fp-sizeshow-info-item {
        position: absolute
    }
}

.fp-sizeshow-info-val {
    color: #204b45;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -.05em
}

@media (min-width:1024px) {
    .fp-sizeshow-info-val {
        font-size: 60px
    }
}

@media (min-width:1200px) {
    .fp-sizeshow-info-val {
        font-size: 70px
    }
}

@media (min-width:1600px) {
    .fp-sizeshow-info-val {
        font-size: 80px
    }
}

.fp-sizeshow-info-val span {
    margin-left: 12px;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: .01em
}

@media (min-width:1024px) {
    .fp-sizeshow-info-val span {
        margin-left: 18px;
        font-size: 16px;
        line-height: 19px
    }
}

@media (min-width:1200px) {
    .fp-sizeshow-info-val span {
        margin-left: 8px;
        font-size: 21px;
        line-height: 25px
    }
}

@media (min-width:1600px) {
    .fp-sizeshow-info-val span {
        margin-left: 14px
    }
}

.fp-sizeshow-images {
    position: relative
}

@media (min-width:1024px) {
    .fp-sizeshow-images {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.fp-sizeshow-images img {
    display: block;
    max-width: 50vw;
    margin: 0 auto
}

@media (min-width:1024px) {
    .fp-sizeshow-images img {
        display: none
    }
}

.fp-sizeshow-images canvas {
    display: none;
    height: 101vh;
    min-width: 101vw;
    position: relative;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media (min-width:1024px) {
    .fp-sizeshow-images canvas {
        display: block
    }
}

@supports (-ms-ime-align:auto) {
    .fp-sizeshow-images canvas {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 101%;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, 5%) scale(.9);
        -moz-transform: translate(-50%, 5%) scale(.9);
        -ms-transform: translate(-50%, 5%) scale(.9);
        -o-transform: translate(-50%, 5%) scale(.9);
        transform: translate(-50%, 5%) scale(.9)
    }
}

@media (-ms-high-contrast:none) {
    .fp-sizeshow-images canvas {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, 5%) scale(.9);
        -moz-transform: translate(-50%, 5%) scale(.9);
        -ms-transform: translate(-50%, 5%) scale(.9);
        -o-transform: translate(-50%, 5%) scale(.9);
        transform: translate(-50%, 5%) scale(.9)
    }
}

.fp-sizeshow-indicator {
    position: absolute
}

.fp-sizeshow-sequence.-auto {
    position: absolute;
    bottom: 0;
    opacity: 0
}

.fp-advantage-content {
    padding: 0 0 100px
}

@media (min-width:1024px) {
    .fp-advantage-content {
        padding: 0
    }
}

@media (min-width:1400px) {
    .fp-advantage-container.-sm {
        padding: 0 220px
    }
}

@media (min-width:1600px) {
    .fp-advantage-container.-sm {
        padding: 0 300px
    }
}

.fp-advantage-container-inner {
    position: relative
}

.fp-advantage-header {
    position: relative;
    z-index: 4
}

@media (min-width:1024px) {
    .fp-advantage-header-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100vh;
        position: relative;
        z-index: 1
    }
}

.fp-advantage-title {
    max-width: 380px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 1;
    will-change: transform
}

@media (min-width:1024px) {
    .fp-advantage-title {
        max-width: 800px;
        margin: 0 auto
    }
}

@media (min-width:1600px) {
    .fp-advantage-title {
        max-width: 1000px
    }
}

@media (min-width:1024px) {
    .fp-advantage-body {
        position: relative;
        z-index: -1;
        pointer-events: none
    }
}

.fp-advantage-body-content {
    position: relative;
    will-change: transform
}

.fp-advantage-images {
    position: relative
}

@media (min-width:1024px) {

    .fp-advantage-images canvas,
    .fp-advantage-images img {
        height: 101vh;
        min-width: 101vw;
        position: relative;
        left: 50%;
        z-index: -1;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    @supports (-ms-ime-align:auto) {

        .fp-advantage-images canvas,
        .fp-advantage-images img {
            width: auto;
            max-width: none;
            min-width: 100%;
            min-height: 101%;
            height: auto;
            position: absolute;
            left: 50%;
            top: 0;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0)
        }
    }
}

@media (min-width:1024px) and (-ms-high-contrast:none) {

    .fp-advantage-images canvas,
    .fp-advantage-images img {
        width: auto;
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        height: auto;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media (min-width:1600px) and (max-height:850px) {

    .fp-advantage-images canvas,
    .fp-advantage-images img {
        min-width: auto
    }
}

.fp-advantage-images canvas {
    position: absolute;
    opacity: 0
}

.fp-advantage-images.-sequence canvas {
    display: none
}

@media (min-width:1024px) {
    .fp-advantage-images.-sequence canvas {
        display: block;
        position: relative;
        opacity: 1
    }
}

.fp-advantage-images.-sequence img {
    position: absolute;
    opacity: 0
}

.fp-advantage-images.-desktop {
    display: none
}

@media (min-width:1024px) {
    .fp-advantage-images.-desktop {
        display: block
    }
}

.fp-advantage-images.-mobile {
    text-align: center
}

@media (min-width:1024px) {
    .fp-advantage-images.-mobile {
        display: none
    }
}

.fp-advantage-images.-mobile img {
    max-width: 45vw
}

.fp-advantage-info {
    display: none
}

@media (min-width:1024px) {
    .fp-advantage-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 100vh;
        padding-bottom: 15vh;
        margin-top: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1
    }
}

@media (min-width:1900px) {
    .fp-advantage-info {
        padding-bottom: 20vh
    }
}

.fp-advantage-info-item {
    margin-bottom: 60px;
    will-change: transform
}

.fp-advantage-info-item:last-child {
    margin-bottom: 0
}

@media (min-width:1024px) {
    .fp-advantage-info-item {
        margin-bottom: 0;
        position: absolute
    }
}

@media (min-width:1024px) {
    .fp-advantage-info-item.-left {
        left: 0
    }
}

@media (min-width:1024px) {
    .fp-advantage-info-item.-right {
        right: 0
    }
}

.fp-advantage-info-text {
    max-width: 272px;
    color: #204b45;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -.02em
}

@media (min-width:1024px) {
    .fp-advantage-info-text {
        max-width: 282px;
        font-size: 21px;
        line-height: 27px
    }
}

@media (min-width:1200px) {
    .fp-advantage-info-text {
        max-width: 350px
    }
}

@media (min-width:1400px) {
    .fp-advantage-info-text {
        max-width: 370px
    }
}

@media (min-width:1600px) {
    .fp-advantage-info-text {
        max-width: 400px;
        font-size: 26px;
        line-height: 34px
    }
}

.fp-coloring-content {
    padding: 0 0 105px
}

@media (min-width:1200px) {
    .fp-coloring-content {
        padding: 0 0 254px
    }
}

.fp-coloring-container {
    width: 100%
}

@media (min-width:1024px) {
    .fp-coloring-header-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100vh;
        position: relative;
        z-index: 1
    }
}

.fp-coloring-title {
    max-width: 250px;
    margin: 0 auto 50px;
    will-change: transform
}

@media (min-width:1024px) {
    .fp-coloring-title {
        max-width: 500px;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .fp-coloring-title {
        max-width: 600px
    }
}

@media (min-width:1600px) {
    .fp-coloring-title {
        max-width: 720px
    }
}

@media (min-width:1024px) {
    .fp-coloring-body {
        position: relative;
        z-index: -1
    }
}

.fp-coloring-body-content {
    -webkit-perspective: 1px;
    -moz-perspective: 1px;
    perspective: 1px;
    will-change: transform
}

.fp-coloring-list {
    padding: 0 30px
}

@media (min-width:1024px) {
    .fp-coloring-list {
        padding: 0;
        height: 100vh;
        position: relative
    }
}

@media (min-width:1024px) {
    .fp-coloring-list.owl-carousel {
        display: block
    }
}

.fp-coloring-list .owl-stage-outer {
    overflow: visible
}

.fp-coloring-list .owl-item {
    opacity: .5;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.fp-coloring-list .owl-item.active {
    opacity: 1
}

.fp-coloring-bg {
    display: none
}

@media (min-width:1024px) {
    .fp-coloring-bg {
        display: block;
        height: 100vh
    }

    .fp-coloring-bg.-white {
        height: 130vh;
        background: #fff
    }

    .fp-coloring-bg.-black {
        background: #000
    }

    .fp-coloring-bg.-blue {
        background: #b3f1ff
    }

    .fp-coloring-bg.-gold {
        height: 200vh;
        background: #fbecb8
    }

    .fp-coloring-bg.-green {
        height: 200vh;
        background: #e5f6ec
    }

    .fp-coloring-bg.-red {
        height: 200vh;
        background: #f6e5e5
    }

    .fp-coloring-bg.-grey {
        height: 200vh;
        background: #ecece9
    }
}

.fp-coloring-item {
    position: relative;
    will-change: opacity
}

@media (min-width:1024px) {
    .fp-coloring-item {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.fp-coloring-item-image {
    margin-bottom: 50px
}

@media (min-width:1024px) {
    .fp-coloring-item-image {
        margin-bottom: 0
    }
}

@media (min-width:1024px) {
    .fp-coloring-item-image canvas {
        height: 100vh;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.fp-coloring-item-image picture {
    width: 100%;
    height: auto
}

@media (min-width:1024px) {
    .fp-coloring-item-image picture {
        display: block;
        height: 100vh
    }
}

.fp-coloring-item-image img {
    width: 100%
}

@media (min-width:1024px) {
    .fp-coloring-item-image img {
        width: auto;
        height: 100vh;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.fp-coloring-item-image.-first canvas {
    display: none
}

@media (min-width:1024px) {
    .fp-coloring-item-image.-first canvas {
        display: block
    }
}

.fp-coloring-item-image.-first img {
    display: block
}

@media (min-width:1024px) {
    .fp-coloring-item-image.-first img {
        display: none
    }
}

.fp-coloring-item-info {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.03em
}

@media (min-width:1024px) {
    .fp-coloring-item-info {
        position: absolute;
        top: 29vh;
        left: -webkit-calc(50vw + 140px);
        left: -moz-calc(50vw + 140px);
        left: calc(50vw + 140px);
        font-size: 24px;
        line-height: 34px
    }
}

@media (min-width:1200px) {
    .fp-coloring-item-info {
        left: -webkit-calc(50vw + 187px);
        left: -moz-calc(50vw + 187px);
        left: calc(50vw + 187px)
    }
}

.fp-coloring-item-info-name {
    color: #204b45;
    overflow: hidden;
    -webkit-perspective: 1px;
    -moz-perspective: 1px;
    perspective: 1px
}

.fp-coloring-item-info-name span {
    display: block;
    will-change: transform
}

@media (min-width:1200px) {
    .fp-coloring-item-info-name {
        margin-bottom: 5px
    }
}

.fp-coloring-item-info-val {
    color: #e95e2a;
    overflow: hidden
}

.fp-coloring-item-info-val span {
    display: block;
    will-change: transform
}

@media (min-width:1024px) {
    .fp-coloring-item-info.-white .fp-coloring-item-info-name {
        color: #fff
    }
}

.fp-fence {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.fp-fence.-hide {
    opacity: 0
}

.fp-fence-content {
    position: relative;
    z-index: 1
}

@media (min-width:1024px) {
    .fp-fence-header-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100vh
    }
}

.fp-fence-title {
    max-width: 300px;
    margin: 0 auto 60px;
    will-change: transform
}

@media (min-width:1024px) {
    .fp-fence-title {
        max-width: 600px;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .fp-fence-title {
        max-width: 660px
    }
}

@media (min-width:1600px) {
    .fp-fence-title {
        max-width: 860px
    }
}

.fp-fence-body {
    padding: 0 0 100px
}

@media (min-width:1024px) {
    .fp-fence-body {
        padding: 0;
        position: relative;
        z-index: -2
    }
}

@media (min-width:1024px) {
    .fp-fence-body-container {
        position: relative;
        height: 100vh;
        overflow: hidden;
        -webkit-transition: background .4s linear;
        -o-transition: background .4s linear;
        -moz-transition: background .4s linear;
        transition: background .4s linear
    }

    .fp-fence-body-container.-green {
        background: #d4e6de
    }
}

.fp-fence-text {
    max-width: 272px;
    margin-left: 30px;
    color: #204b45;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -.02em;
    will-change: transform
}

@media (min-width:1024px) {
    .fp-fence-text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100vh;
        max-width: 300px;
        margin: 0;
        position: absolute;
        top: 0;
        left: 60px;
        font-size: 21px;
        line-height: 27px
    }
}

@media (min-width:1200px) {
    .fp-fence-text {
        top: 0;
        left: 170px
    }
}

@media (min-width:1600px) {
    .fp-fence-text {
        left: 216px;
        max-width: 349px;
        font-size: 26px;
        line-height: 34px
    }
}

@media (min-width:1900px) {
    .fp-fence-text {
        left: 300px
    }
}

.fp-fence-images {
    margin-bottom: 50px;
    position: relative;
    background: #e5f6ed
}

@media (min-width:1024px) {
    .fp-fence-images {
        margin-bottom: 0;
        height: 101vh;
        background: 0 0
    }
}

.fp-fence-images img {
    display: block;
    width: 100%
}

@media (min-width:1024px) {
    .fp-fence-images img {
        display: none
    }
}

.fp-fence-images canvas {
    display: none
}

@media (min-width:1024px) {
    .fp-fence-images canvas {
        display: block;
        height: 101vh;
        width: 101vw;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    @supports (-ms-ime-align:auto) {
        .fp-fence-images canvas {
            width: auto;
            height: auto;
            min-width: 101%;
            min-height: 101%;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }
    }
}

@media (min-width:1024px) and (-ms-high-contrast:none) {
    .fp-fence-images canvas {
        width: auto;
        height: auto;
        min-width: 101%;
        min-height: 101%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.fp-production-content {
    padding: 0 0 88px
}

@media (min-width:1024px) {
    .fp-production-content {
        padding: 0 0 200px
    }
}

@media (min-width:1200px) {
    .fp-production-content {
        padding: 0 0 293px
    }
}

@media (min-width:1600px) {
    .fp-production-content {
        padding: 0 0 280px
    }
}

@media (min-width:1024px) {
    .fp-production-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 2
    }
}

.fp-production-title {
    max-width: 270px;
    margin: 0 auto 60px;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    letter-spacing: -.05em
}

@media (min-width:1024px) {
    .fp-production-title {
        max-width: none;
        margin-bottom: 0;
        color: #fff;
        font-size: 100px;
        line-height: 80px
    }
}

@media (min-width:1200px) {
    .fp-production-title {
        font-size: 130px;
        line-height: 100px
    }
}

@media (min-width:1600px) {
    .fp-production-title {
        font-size: 168px;
        line-height: 134px
    }
}

.fp-production-body {
    position: relative
}

@media (min-width:1024px) {
    .fp-production-body-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100vw;
        height: 101vh;
        position: relative;
        overflow: hidden
    }
}

.fp-production-body video {
    width: 100%
}

@media (min-width:1024px) {
    .fp-production-body video {
        width: 101vw;
        height: 101vh;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    @supports (-ms-ime-align:auto) {
        .fp-production-body video {
            width: auto;
            height: auto;
            min-width: 101%;
            min-height: 101%;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%) scale(1.3);
            -moz-transform: translate(-50%, -50%) scale(1.3);
            -ms-transform: translate(-50%, -50%) scale(1.3);
            -o-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3)
        }
    }
}

@media (min-width:1024px) and (-ms-high-contrast:none) {
    .fp-production-body video {
        width: auto;
        height: auto;
        min-width: 101%;
        min-height: 101%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        -moz-transform: translate(-50%, -50%) scale(1.3);
        -ms-transform: translate(-50%, -50%) scale(1.3);
        -o-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3)
    }
}

.fp-delivery {
    position: relative;
    z-index: 9
}

.fp-delivery-content {
    padding: 0 0 88px
}

@media (min-width:1024px) {
    .fp-delivery-content {
        padding: 0 0 120px
    }
}

@media (min-width:1200px) {
    .fp-delivery-content {
        padding: 0 0 177px
    }
}

@media (min-width:1600px) {
    .fp-delivery-content {
        padding: 0 0 200px
    }
}

.fp-delivery-title {
    margin: 0 0 30px;
    text-align: left
}

@media (min-width:1024px) {
    .fp-delivery-title {
        margin-bottom: 54px
    }
}

@media (min-width:1200px) {
    .fp-delivery-title {
        margin-bottom: 50px
    }
}

@media (min-width:1600px) {
    .fp-delivery-title {
        margin-bottom: 45px
    }
}

.fp-delivery-text {
    max-width: 480px;
    color: rgba(32, 75, 69, .4);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -.01em
}

@media (min-width:768px) {
    .fp-delivery-text {
        margin-bottom: 140px;
        font-size: 18px;
        line-height: 23px
    }
}

@media (min-width:768px) {
    .fp-delivery-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -30px
    }
}

@media (min-width:1600px) {
    .fp-delivery-list {
        margin: 0 -55px
    }
}

.fp-delivery-item {
    margin-top: 126px
}

@media (min-width:768px) {
    .fp-delivery-item {
        width: 33.3333%;
        padding: 0 30px;
        margin-top: 0
    }
}

@media (min-width:1600px) {
    .fp-delivery-item {
        padding: 0 55px
    }
}

.fp-delivery-item-ico {
    width: 226px;
    max-width: 100%;
    margin: 0 auto 51px
}

@media (min-width:768px) {
    .fp-delivery-item-ico {
        width: 190px;
        height: 156px;
        margin: 0 0 50px
    }
}

@media (min-width:1200px) {
    .fp-delivery-item-ico {
        margin-bottom: 70px
    }
}

@media (min-width:1600px) {
    .fp-delivery-item-ico {
        width: 240px;
        height: 197px
    }
}

.fp-delivery-item-ico img {
    width: 100%
}

.fp-delivery-item-title {
    margin-bottom: 8px;
    color: #204b45;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -.01em
}

@media (min-width:1024px) {
    .fp-delivery-item-title {
        margin-bottom: 17px;
        font-size: 20px
    }
}

.fp-delivery-item-text {
    color: rgba(32, 75, 69, .4);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -.01em
}

@media (min-width:1024px) {
    .fp-delivery-item-text {
        font-size: 18px;
        line-height: 23px
    }
}

.fp-delivery-item-address {
    text-decoration: none;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

.fp-delivery-item-address:focus,
.fp-delivery-item-address:hover {
    opacity: .8;
    text-decoration: none
}

.fp-delivery-item-info {
    max-width: 230px
}

@media (min-width:1600px) {
    .fp-delivery-item-info {
        max-width: 250px
    }
}

.fp-footer {
    position: relative;
    z-index: 10
}

.fp-footer-content {
    padding: 0 0 50px
}

.fp-footer-line {
    display: block;
    height: 1px;
    margin: 0 auto 69px;
    background: #204b45;
    opacity: .2
}

@media (min-width:1024px) {
    .fp-footer-line {
        margin-bottom: 140px
    }
}

@media (min-width:1200px) {
    .fp-footer-line {
        margin-bottom: 200px
    }
}

.fp-footer-text {
    max-width: 362px;
    color: #204b45;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -.03em
}

@media (min-width:1024px) {
    .fp-footer-text {
        max-width: 526px;
        font-size: 26px;
        line-height: 34px
    }
}

.fp-footer-text p {
    margin-bottom: 20px
}

@media (min-width:1024px) {
    .fp-footer-text p {
        margin-bottom: 40px
    }
}

.fp-footer-text a {
    position: relative;
    color: #204b45;
    text-decoration: none
}

.fp-footer-text a::after,
.fp-footer-text a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background: #204b45
}

.fp-footer-text a::before {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0)
}

.fp-footer-text a::after {
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.fp-footer-text a:hover {
    color: #204b45
}

.fp-footer-text a:hover::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .7s .25s cubic-bezier(.16, 1, .3, 1);
    transition: -webkit-transform .7s .25s cubic-bezier(.16, 1, .3, 1);
    -o-transition: -o-transform .7s .25s cubic-bezier(.16, 1, .3, 1);
    -moz-transition: transform .7s .25s cubic-bezier(.16, 1, .3, 1), -moz-transform .7s .25s cubic-bezier(.16, 1, .3, 1);
    transition: transform .7s .25s cubic-bezier(.16, 1, .3, 1);
    transition: transform .7s .25s cubic-bezier(.16, 1, .3, 1), -webkit-transform .7s .25s cubic-bezier(.16, 1, .3, 1), -moz-transform .7s .25s cubic-bezier(.16, 1, .3, 1), -o-transform .7s .25s cubic-bezier(.16, 1, .3, 1)
}

.fp-footer-text a:hover::after {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.16, 1, .3, 1);
    transition: -webkit-transform .7s cubic-bezier(.16, 1, .3, 1);
    -o-transition: -o-transform .7s cubic-bezier(.16, 1, .3, 1);
    -moz-transition: transform .7s cubic-bezier(.16, 1, .3, 1), -moz-transform .7s cubic-bezier(.16, 1, .3, 1);
    transition: transform .7s cubic-bezier(.16, 1, .3, 1);
    transition: transform .7s cubic-bezier(.16, 1, .3, 1), -webkit-transform .7s cubic-bezier(.16, 1, .3, 1), -moz-transform .7s cubic-bezier(.16, 1, .3, 1), -o-transform .7s cubic-bezier(.16, 1, .3, 1)
}

.fp-footer-text a:focus,
.fp-footer-text a:hover {
    text-decoration: none
}

.fp-footer-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 85px 0 117px
}

@media (min-width:1024px) {
    .fp-footer-contacts {
        margin: 125px 0 150px
    }
}

@media (min-width:1200px) {
    .fp-footer-contacts {
        margin: 154px 0 160px
    }
}

@media (min-width:1600px) {
    .fp-footer-contacts {
        margin: 156px 0 150px
    }
}

.fp-footer-contacts-item {
    margin-bottom: 10px
}

.fp-footer-contacts-item:last-child {
    margin-bottom: 0
}

@media (min-width:1024px) {
    .fp-footer-contacts-item {
        margin-bottom: 15px
    }
}

.fp-footer-email {
    position: relative;
    color: #e95e2a;
    text-decoration: none;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: -.03em
}

@media (min-width:1024px) {
    .fp-footer-email {
        font-size: 38px;
        line-height: 49px
    }
}

.fp-footer-email::after,
.fp-footer-email::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e95e2a
}

.fp-footer-email::before {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0)
}

.fp-footer-email::after {
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.fp-footer-email:hover {
    color: #e95e2a
}

.fp-footer-email:hover::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .7s .25s cubic-bezier(.16, 1, .3, 1);
    transition: -webkit-transform .7s .25s cubic-bezier(.16, 1, .3, 1);
    -o-transition: -o-transform .7s .25s cubic-bezier(.16, 1, .3, 1);
    -moz-transition: transform .7s .25s cubic-bezier(.16, 1, .3, 1), -moz-transform .7s .25s cubic-bezier(.16, 1, .3, 1);
    transition: transform .7s .25s cubic-bezier(.16, 1, .3, 1);
    transition: transform .7s .25s cubic-bezier(.16, 1, .3, 1), -webkit-transform .7s .25s cubic-bezier(.16, 1, .3, 1), -moz-transform .7s .25s cubic-bezier(.16, 1, .3, 1), -o-transform .7s .25s cubic-bezier(.16, 1, .3, 1)
}

.fp-footer-email:hover::after {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.16, 1, .3, 1);
    transition: -webkit-transform .7s cubic-bezier(.16, 1, .3, 1);
    -o-transition: -o-transform .7s cubic-bezier(.16, 1, .3, 1);
    -moz-transition: transform .7s cubic-bezier(.16, 1, .3, 1), -moz-transform .7s cubic-bezier(.16, 1, .3, 1);
    transition: transform .7s cubic-bezier(.16, 1, .3, 1);
    transition: transform .7s cubic-bezier(.16, 1, .3, 1), -webkit-transform .7s cubic-bezier(.16, 1, .3, 1), -moz-transform .7s cubic-bezier(.16, 1, .3, 1), -o-transform .7s cubic-bezier(.16, 1, .3, 1)
}

.fp-footer-email:focus,
.fp-footer-email:hover {
    text-decoration: none
}

.fp-footer-phone {
    position: relative;
    color: #204b45;
    text-decoration: none;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: -.03em
}

@media (min-width:1024px) {
    .fp-footer-phone {
        font-size: 38px;
        line-height: 49px
    }
}

.fp-footer-phone:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 1px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    background: currentColor;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.16, 1, .3, 1);
    transition: -webkit-transform .7s cubic-bezier(.16, 1, .3, 1);
    -o-transition: -o-transform .7s cubic-bezier(.16, 1, .3, 1);
    -moz-transition: transform .7s cubic-bezier(.16, 1, .3, 1), -moz-transform .7s cubic-bezier(.16, 1, .3, 1);
    transition: transform .7s cubic-bezier(.16, 1, .3, 1);
    transition: transform .7s cubic-bezier(.16, 1, .3, 1), -webkit-transform .7s cubic-bezier(.16, 1, .3, 1), -moz-transform .7s cubic-bezier(.16, 1, .3, 1), -o-transform .7s cubic-bezier(.16, 1, .3, 1)
}

.fp-footer-phone:focus,
.fp-footer-phone:hover {
    color: #204b45;
    text-decoration: none
}

.fp-footer-phone:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

@media (min-width:1024px) {
    .fp-footer-copyright {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.fp-footer-copyright-text {
    margin-bottom: 20px;
    color: rgba(32, 75, 69, .4);
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -.01em
}

@media (min-width:1024px) {
    .fp-footer-copyright-text {
        font-size: 18px;
        line-height: 26px
    }
}

@media (min-width:1024px) {
    .fp-footer-copyright-text {
        margin-bottom: 0
    }
}

.fp-footer-developer {
    text-decoration: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.fp-footer-developer-text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: rgba(32, 75, 69, .4);
    font-size: 12px;
    letter-spacing: -.01em
}

@media (min-width:1024px) {
    .fp-footer-developer-text {
        margin-right: 14px;
        font-size: 18px
    }
}

.fp-footer-developer-logo {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0
}

.fp-footer-developer-logo svg {
    position: relative;
    width: 63px;
    height: 15px;
    line-height: 0
}

@media (min-width:1024px) {
    .fp-footer-developer-logo svg {
        top: -1px;
        width: 93px;
        height: 20px
    }
}

.fp-footer-developer:hover {
    opacity: .8;
    text-decoration: none
}

.fp-footer-developer:focus {
    text-decoration: none
}

.fp-tophead {
    position: relative;
    overflow: hidden;
    padding-bottom: 130%
}

@media (min-width:500px) {
    .fp-tophead {
        padding-bottom: 0;
        height: 650px
    }
}

@media (min-width:1024px) {
    .fp-tophead {
        padding-bottom: 66%;
        height: auto
    }
}

@media (min-width:1600px) {
    .fp-tophead {
        padding-bottom: 63%
    }
}

@media (min-width:1024px) {
    .fp-tophead.-lg {
        padding-bottom: 75%
    }
}

@media (min-width:1200px) {
    .fp-tophead.-lg {
        padding-bottom: 70%
    }
}

@media (min-width:1600px) {
    .fp-tophead.-lg {
        padding-bottom: 68%
    }
}

.fp-tophead.-xl {
    padding-bottom: 142%
}

@media (min-width:500px) {
    .fp-tophead.-xl {
        padding-bottom: 0
    }
}

@media (min-width:1024px) {
    .fp-tophead.-xl {
        padding-bottom: 88%
    }
}

@media (min-width:1200px) {
    .fp-tophead.-xl {
        padding-bottom: 77%
    }
}

@media (min-width:1600px) {
    .fp-tophead.-xl {
        padding-bottom: 72%
    }
}

.fp-tophead.-green {
    background: #e7f6ef
}

.fp-tophead.-violet {
    background: #eff1fe
}

.fp-tophead.-orange {
    background: #fcfbf6
}

.fp-tophead.-orange-dark {
    background: #fff7ec
}

.fp-tophead-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.fp-tophead-bg picture {
    width: 100%
}

.fp-tophead-bg img {
    width: 100%
}

.fp-tophead-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 134px 0 0 0
}

@media (min-width:768px) {
    .fp-tophead-content {
        padding: 140px 0 0 0
    }
}

@media (min-width:1024px) {
    .fp-tophead-content {
        padding: 246px 0 0 0
    }
}

@media (min-width:1600px) {
    .fp-tophead-content {
        padding: 319px 0 0 0
    }
}

.fp-tophead-title {
    max-width: 274px;
    margin: 0 auto;
    color: #204b45;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    letter-spacing: -.05em
}

@media (min-width:768px) {
    .fp-tophead-title {
        max-width: 350px;
        font-size: 40px
    }
}

@media (min-width:1024px) {
    .fp-tophead-title {
        max-width: 750px;
        font-size: 60px
    }
}

@media (min-width:1200px) {
    .fp-tophead-title {
        font-size: 70px
    }
}

@media (min-width:1600px) {
    .fp-tophead-title {
        font-size: 90px
    }
}

.fp-tophead-caption {
    margin: 11px 0 0 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -.03em;
    text-align: center
}

@media (min-width:768px) {
    .fp-tophead-caption {
        margin: 18px 0 0 0
    }
}

@media (min-width:1024px) {
    .fp-tophead-caption {
        margin: 26px 0 0 0;
        font-size: 26px;
        letter-spacing: -.05em
    }
}

@media (min-width:1200px) {
    .fp-tophead-caption {
        margin: 28px 0 0 0;
        font-size: 28px
    }
}

.fp-description-content {
    padding: 70px 0 95px 0
}

@media (min-width:1024px) {
    .fp-description-content {
        padding: 251px 0 180px 0
    }
}

@media (min-width:1600px) {
    .fp-description-content {
        padding-top: 251px
    }
}

.fp-description-content.-lg {
    padding-bottom: 120px
}

@media (min-width:1024px) {
    .fp-description-content.-lg {
        padding-bottom: 225px
    }
}

@media (min-width:1600px) {
    .fp-description-content.-lg {
        padding-bottom: 350px
    }
}

.fp-description-text {
    max-width: 320px;
    margin: 0 auto;
    color: #204b45;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -.03em;
    text-align: center
}

@media (min-width:1024px) {
    .fp-description-text {
        max-width: 581px;
        font-size: 26px;
        line-height: 34px
    }
}

@media (min-width:1200px) {
    .fp-description-text {
        max-width: 610px;
        font-size: 28px;
        line-height: 36px
    }
}

@media (min-width:1600px) {
    .fp-description-text {
        max-width: 705px;
        font-size: 32px;
        line-height: 42px
    }
}

.fp-description-text p {
    margin-bottom: 20px
}

.fp-description-text p:last-child {
    margin-bottom: 0
}

@media (min-width:1024px) {
    .fp-description-text p {
        margin-bottom: 40px
    }
}

.fp-description-text br {
    display: none
}

@media (min-width:375px) {
    .fp-description-text br {
        display: block
    }
}

.fp-specification-content {
    padding-bottom: 10px
}

@media (min-width:1024px) {
    .fp-specification-content {
        padding-bottom: 225px
    }
}

@media (min-width:1600px) {
    .fp-specification-content {
        padding-bottom: 10px
    }
}

.fp-specification-text {
    max-width: 320px;
    margin: 0 auto 50px;
    color: #204b45;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -.03em
}

@media (min-width:1024px) {
    .fp-specification-text {
        max-width: 581px;
        margin-bottom: 120px;
        font-size: 26px;
        line-height: 34px
    }
}

@media (min-width:1200px) {
    .fp-specification-text {
        max-width: 609px;
        margin-bottom: 140px;
        font-size: 28px;
        line-height: 36px
    }
}

@media (min-width:1600px) {
    .fp-specification-text {
        max-width: 695px;
        margin-bottom: 284px;
        font-size: 32px;
        line-height: 42px
    }
}

.fp-specification-text.-bottom {
    margin: 80px auto 0
}

@media (min-width:768px) {
    .fp-specification-text.-bottom {
        margin-top: 100px
    }
}

@media (min-width:1600px) {
    .fp-specification-text.-bottom {
        margin-top: 244px
    }
}

.fp-specification-title {
    max-width: 300px;
    margin: 0 auto 50px;
    color: #204b45;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    letter-spacing: -.05em
}

@media (min-width:1024px) {
    .fp-specification-title {
        max-width: 460px;
        margin-bottom: 120px;
        font-size: 60px
    }
}

@media (min-width:1600px) {
    .fp-specification-title {
        max-width: 620px;
        margin-bottom: 180px;
        font-size: 80px
    }
}

.fp-specification-image {
    margin: 0 -30px 10px;
    overflow: hidden
}

@media (min-width:1024px) {
    .fp-specification-image {
        margin: 0 0 20px
    }
}

@media (min-width:1600px) {
    .fp-specification-image {
        margin-bottom: 80px
    }
}

.fp-specification-image img {
    display: block;
    width: 100%
}

@media (min-width:768px) {
    .fp-specification-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px
    }
}

@media (min-width:1200px) {
    .fp-specification-grid {
        margin: 0 -50px
    }
}

@media (min-width:1600px) {
    .fp-specification-grid {
        margin: 0 -80px
    }
}

.fp-specification-grid-col {
    margin-top: 60px
}

@media (min-width:768px) {
    .fp-specification-grid-col {
        width: 33.333%;
        padding: 0 20px
    }
}

@media (min-width:1024px) {
    .fp-specification-grid-col {
        margin-top: 100px
    }
}

@media (min-width:1200px) {
    .fp-specification-grid-col {
        padding: 0 50px
    }
}

@media (min-width:1600px) {
    .fp-specification-grid-col {
        padding: 0 80px
    }
}

.fp-specification-item {
    padding-left: 52px;
    position: relative
}

@media (min-width:768px) {
    .fp-specification-item {
        padding-left: 0
    }
}

.fp-specification-item-ico {
    width: 29px;
    height: 29px;
    position: absolute;
    left: 0;
    top: 0
}

@media (min-width:768px) {
    .fp-specification-item-ico {
        margin-bottom: 34px;
        position: relative
    }
}

.fp-specification-item-ico svg {
    width: 100%;
    height: 100%
}

.fp-specification-item-title {
    max-width: 370px;
    margin-bottom: 9px;
    color: #204b45;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -.01em
}

@media (min-width:1024px) {
    .fp-specification-item-title {
        max-width: 229px;
        margin-bottom: 19px;
        font-size: 20px
    }
}

.fp-specification-item-text {
    max-width: 350px;
    color: rgba(32, 75, 69, .4);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -.01em
}

@media (min-width:1024px) {
    .fp-specification-item-text {
        max-width: 229px;
        font-size: 18px;
        line-height: 23px
    }
}

.fp-diffshow-content {
    padding-bottom: 120px
}

@media (min-width:1024px) {
    .fp-diffshow-content {
        padding-bottom: 225px
    }
}

@media (min-width:1600px) {
    .fp-diffshow-content {
        padding-bottom: 350px
    }
}

.fp-diffshow-container {
    padding: 0 30px
}

@media (min-width:1024px) {
    .fp-diffshow-container {
        padding: 0 94px
    }
}

@media (min-width:1200px) {
    .fp-diffshow-container {
        max-width: 1564px;
        margin: 0 auto;
        padding: 0 182px
    }
}

.fp-diffshow-text {
    max-width: 320px;
    margin: 0 auto 50px;
    color: #204b45;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -.03em
}

@media (min-width:1024px) {
    .fp-diffshow-text {
        max-width: 581px;
        margin-bottom: 120px;
        font-size: 26px;
        line-height: 34px
    }
}

@media (min-width:1200px) {
    .fp-diffshow-text {
        max-width: 609px;
        margin-bottom: 140px;
        font-size: 28px;
        line-height: 36px
    }
}

@media (min-width:1600px) {
    .fp-diffshow-text {
        max-width: 695px;
        margin-bottom: 284px;
        font-size: 32px;
        line-height: 42px
    }
}

@media (min-width:768px) {
    .fp-diffshow-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -26px
    }
}

@media (min-width:1600px) {
    .fp-diffshow-grid {
        margin: 0 -43px
    }
}

.fp-diffshow-grid-col {
    margin-bottom: 50px
}

@media (min-width:768px) {
    .fp-diffshow-grid-col {
        width: 50%;
        padding: 0 26px;
        margin-bottom: 0
    }
}

@media (min-width:1600px) {
    .fp-diffshow-grid-col {
        padding: 0 43px
    }
}

.fp-diffshow-item-img {
    margin-bottom: 30px
}

@media (min-width:1024px) {
    .fp-diffshow-item-img {
        margin-bottom: 34px
    }
}

@media (min-width:1600px) {
    .fp-diffshow-item-img {
        margin-bottom: 45px
    }
}

.fp-diffshow-item-img img {
    width: 100%
}

.fp-diffshow-item-title {
    max-width: 238px;
    margin: 0 auto;
    color: #204b45;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -.03em
}

@media (min-width:1024px) {
    .fp-diffshow-item-title {
        font-size: 24px;
        letter-spacing: -.05em
    }
}

@media (min-width:1600px) {
    .fp-diffshow-item-title {
        font-size: 28px
    }
}

.fp-diffshow-item-text {
    max-width: 238px;
    margin: 4px auto 0;
    color: rgba(32, 75, 69, .4);
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -.03em
}

@media (min-width:1024px) {
    .fp-diffshow-item-text {
        font-size: 24px;
        letter-spacing: -.05em
    }
}

@media (min-width:1600px) {
    .fp-diffshow-item-text {
        font-size: 28px
    }
}

.fp-splitshow-content {
    padding-bottom: 120px
}

@media (min-width:1024px) {
    .fp-splitshow-content {
        padding-bottom: 225px
    }
}

@media (min-width:1600px) {
    .fp-splitshow-content {
        padding-bottom: 350px
    }
}

.fp-splitshow-title {
    max-width: 280px;
    margin: 0 auto 50px;
    color: #204b45;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    letter-spacing: -.05em
}

@media (min-width:1024px) {
    .fp-splitshow-title {
        max-width: 528px;
        margin-bottom: 120px;
        font-size: 60px
    }
}

@media (min-width:1600px) {
    .fp-splitshow-title {
        max-width: 730px;
        margin-bottom: 180px;
        font-size: 80px
    }
}

.fp-splitshow-text {
    max-width: 400px;
    margin: 0 auto 50px;
    color: #204b45;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -.03em
}

@media (min-width:1024px) {
    .fp-splitshow-text {
        max-width: 581px;
        margin-bottom: 120px;
        font-size: 26px;
        line-height: 34px
    }
}

@media (min-width:1200px) {
    .fp-splitshow-text {
        max-width: 609px;
        margin-bottom: 140px;
        font-size: 28px;
        line-height: 36px
    }
}

@media (min-width:1600px) {
    .fp-splitshow-text {
        max-width: 695px;
        margin-bottom: 284px;
        font-size: 32px;
        line-height: 42px
    }
}

@media (min-width:768px) {
    .fp-splitshow-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -23px
    }
}

@media (min-width:1200px) {
    .fp-splitshow-grid {
        margin: 0 -31px
    }
}

.fp-splitshow-grid-col {
    margin-bottom: 50px
}

.fp-splitshow-grid-col:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .fp-splitshow-grid-col {
        width: 33.333%;
        padding: 0 23px;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .fp-splitshow-grid-col {
        padding: 0 31px
    }
}

.fp-splitshow-item-img {
    margin-bottom: 30px
}

@media (min-width:768px) {
    .fp-splitshow-item-img {
        margin-bottom: 30px
    }
}

@media (min-width:1600px) {
    .fp-splitshow-item-img {
        margin-bottom: 45px
    }
}

.fp-splitshow-item-img img {
    max-width: 100%
}

.fp-splitshow-item-title {
    max-width: 210px;
    margin: 0 auto;
    color: #204b45;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -.03em
}

@media (min-width:1400px) {
    .fp-splitshow-item-title {
        max-width: 300px;
        font-size: 24px;
        line-height: 31px
    }
}

.fp-preview-content {
    padding-bottom: 120px
}

@media (min-width:1024px) {
    .fp-preview-content {
        padding-bottom: 220px
    }
}

@media (min-width:1600px) {
    .fp-preview-content {
        padding-bottom: 350px
    }
}

.fp-preview-content.-it {
    padding-top: 70px
}

@media (min-width:1024px) {
    .fp-preview-content.-it {
        padding-top: 251px
    }
}

@media (min-width:1600px) {
    .fp-preview-content.-it {
        padding-top: 251px
    }
}

.fp-preview-title {
    max-width: 280px;
    margin: 0 auto 50px;
    color: #204b45;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    letter-spacing: -.05em
}

@media (min-width:1024px) {
    .fp-preview-title {
        max-width: 528px;
        margin-bottom: 120px;
        font-size: 60px
    }
}

@media (min-width:1600px) {
    .fp-preview-title {
        max-width: 730px;
        margin-bottom: 180px;
        font-size: 80px
    }
}

.fp-preview-picture {
    overflow: hidden
}

.fp-preview-picture img {
    display: block;
    width: 100%
}

.fp-preview-text {
    max-width: 320px;
    margin: 50px auto 0 auto;
    color: #204b45;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -.03em;
    text-align: center
}

@media (min-width:1024px) {
    .fp-preview-text {
        max-width: 581px;
        margin-top: 120px;
        font-size: 26px;
        line-height: 34px
    }
}

@media (min-width:1200px) {
    .fp-preview-text {
        max-width: 609px;
        font-size: 28px;
        line-height: 36px
    }
}

@media (min-width:1600px) {
    .fp-preview-text {
        max-width: 675px;
        margin-top: 180px;
        font-size: 32px;
        line-height: 42px
    }
}

.fp-preview-text p {
    margin-bottom: 20px
}

.fp-preview-text p:last-child {
    margin-bottom: 0
}

@media (min-width:1024px) {
    .fp-preview-text p {
        margin-bottom: 40px
    }
}

.fp-preview-text.-sm {
    line-height: 130%;
    letter-spacing: -.02em
}

@media (min-width:1024px) {
    .fp-preview-text.-sm {
        max-width: 565px;
        font-size: 21px
    }
}

@media (min-width:1600px) {
    .fp-preview-text.-sm {
        max-width: 695px;
        font-size: 26px
    }
}

.fp-preview-text.-left {
    max-width: 390px;
    margin-left: 0;
    margin-right: 0;
    text-align: left
}

@media (min-width:1024px) {
    .fp-preview-text.-left {
        max-width: 526px;
        font-size: 26px;
        line-height: 34px
    }
}

@media (min-width:1600px) {
    .fp-preview-text.-left {
        max-width: 675px
    }
}

.fp-feature-content {
    padding-bottom: 120px
}

@media (min-width:768px) {
    .fp-feature-content {
        padding-bottom: 34px
    }
}

@media (min-width:1600px) {
    .fp-feature-content {
        padding-bottom: 70px
    }
}

.fp-feature-title {
    margin: 0 0 70px;
    color: #204b45;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -.05em
}

@media (min-width:1024px) {
    .fp-feature-title {
        margin-bottom: 120px;
        font-size: 60px
    }
}

@media (min-width:1600px) {
    .fp-feature-title {
        margin-bottom: 140px;
        font-size: 80px
    }
}

@media (min-width:768px) {
    .fp-feature-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px
    }
}

@media (min-width:1200px) {
    .fp-feature-grid {
        margin: 0 -50px
    }
}

@media (min-width:1600px) {
    .fp-feature-grid {
        margin: 0 -80px
    }
}

.fp-feature-grid-col {
    margin-bottom: 60px
}

.fp-feature-grid-col:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .fp-feature-grid-col {
        width: 33.333%;
        padding: 0 20px
    }
}

@media (min-width:1024px) {
    .fp-feature-grid-col {
        margin-bottom: 100px
    }
}

@media (min-width:1200px) {
    .fp-feature-grid-col {
        padding: 0 50px
    }
}

@media (min-width:1600px) {
    .fp-feature-grid-col {
        padding: 0 80px
    }
}

.fp-feature-item {
    padding-left: 52px;
    position: relative
}

@media (min-width:768px) {
    .fp-feature-item {
        padding-left: 0
    }
}

.fp-feature-item-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    border: 2px #bcc9c7 solid;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    text-align: center;
    vertical-align: center
}

@media (min-width:768px) {
    .fp-feature-item-num {
        position: relative;
        margin-bottom: 34px
    }
}

.fp-feature-item-ico {
    width: 30px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 0
}

@media (min-width:768px) {
    .fp-feature-item-ico {
        position: relative;
        margin-bottom: 34px
    }
}

.fp-feature-item-ico img {
    max-width: 100%
}

.fp-feature-item-text {
    max-width: 275px;
    margin-bottom: 9px;
    color: #204b45;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -.01em
}

@media (min-width:1024px) {
    .fp-feature-item-text {
        max-width: 221px;
        margin-bottom: 19px;
        font-size: 20px
    }
}

@media (min-width:1600px) {
    .fp-feature-item-text {
        max-width: 241px
    }
}

.fp-feature-item-text.-muted {
    max-width: 80%;
    color: #bcc9c7
}

@media (min-width:1024px) {
    .fp-feature-item-text.-muted {
        max-width: 240px
    }
}

@media (min-width:1600px) {
    .fp-feature-item-text.-muted {
        max-width: 280px
    }
}

.fp-feature-item-text.-muted b {
    color: #204b45
}

.fp-feature-item-text p {
    margin-bottom: 1em
}

.fp-feature-item-text p:last-child {
    margin-bottom: 0
}

.fp-pricing-content {
    padding: 120px 0
}

@media (min-width:1200px) {
    .fp-pricing-content {
        padding: 220px 0
    }
}

@media (min-width:1600px) {
    .fp-pricing-content {
        padding: 360px 0
    }
}

.fp-pricing-content.-ct {
    padding-top: 0
}

.fp-pricing-table {
    margin: 0 -30px;
    padding: 0 30px;
    overflow: auto;
    overflow-y: hidden
}

.fp-pricing-table>table {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -.01em
}

@media (min-width:768px) {
    .fp-pricing-table>table {
        width: 100%;
        font-size: 20px
    }
}

.fp-pricing-table>table td,
.fp-pricing-table>table th {
    padding: 0 0 18px 0;
    vertical-align: top
}

.fp-pricing-table>table td.-head,
.fp-pricing-table>table th.-head {
    padding: 0 0 30px 0;
    color: rgba(32, 75, 69, .4)
}

.fp-pricing-table>table td.-lg,
.fp-pricing-table>table th.-lg {
    padding: 0 0 40px 0;
    font-size: 24px
}

@media (min-width:1024px) {

    .fp-pricing-table>table td.-lg,
    .fp-pricing-table>table th.-lg {
        padding: 0 0 50px 0;
        font-size: 34px
    }
}

.fp-pricing-table>table>thead>tr>td:nth-child(1),
.fp-pricing-table>table>thead>tr>th:nth-child(1) {
    min-width: 50px
}

@media (min-width:1600px) {

    .fp-pricing-table>table>thead>tr>td:nth-child(1),
    .fp-pricing-table>table>thead>tr>th:nth-child(1) {
        min-width: 77px
    }
}

.fp-pricing-table>table>thead>tr>td:nth-child(2),
.fp-pricing-table>table>thead>tr>th:nth-child(2) {
    min-width: 150px
}

@media (min-width:1024px) {

    .fp-pricing-table>table>thead>tr>td:nth-child(2),
    .fp-pricing-table>table>thead>tr>th:nth-child(2) {
        min-width: 210px
    }
}

@media (min-width:1600px) {

    .fp-pricing-table>table>thead>tr>td:nth-child(2),
    .fp-pricing-table>table>thead>tr>th:nth-child(2) {
        min-width: 250px
    }
}

.fp-pricing-table>table>thead>tr table td {
    min-width: 120px
}

@media (min-width:1024px) {
    .fp-pricing-table>table>thead>tr table td {
        min-width: 135px
    }
}

@media (min-width:1600px) {
    .fp-pricing-table>table>thead>tr table td {
        min-width: 155px
    }
}

.fp-pricing-table>table>tbody>tr>td:first-child {
    color: rgba(32, 75, 69, .4)
}

.fp-pricing-table>table>tbody>tr table td {
    min-width: 120px
}

@media (min-width:1024px) {
    .fp-pricing-table>table>tbody>tr table td {
        min-width: 135px
    }
}

@media (min-width:1600px) {
    .fp-pricing-table>table>tbody>tr table td {
        min-width: 155px
    }
}

.fp-pricing-table>table>tbody>tr table td:last-child {
    color: rgba(32, 75, 69, .4)
}

.fp-supplement-content {
    padding: 70px 0
}

@media (min-width:1024px) {
    .fp-supplement-content {
        padding: 120px 0
    }
}

@media (min-width:1600px) {
    .fp-supplement-content {
        padding: 180px 0
    }
}

.fp-supplement-content.-ct {
    padding-top: 0
}

.fp-supplement-content.-cb {
    padding-bottom: 0
}

.fp-supplement-sections {
    margin: -35px 0
}

@media (min-width:1024px) {
    .fp-supplement-sections {
        margin: -60px 0
    }
}

.fp-supplement-section {
    padding: 35px 0
}

@media (min-width:1024px) {
    .fp-supplement-section {
        padding: 60px 0
    }
}

.fp-supplement-title {
    margin: 0 0 70px;
    color: #204b45;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -.05em
}

@media (min-width:1024px) {
    .fp-supplement-title {
        margin-bottom: 120px;
        font-size: 60px
    }
}

@media (min-width:1600px) {
    .fp-supplement-title {
        margin-bottom: 140px;
        font-size: 80px
    }
}

@media (min-width:1024px) {
    .fp-supplement-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1024px) {
    .fp-supplement-grid-col {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.fp-supplement-grid-col.-left {
    padding: 0 0 60px 0
}

@media (min-width:1024px) {
    .fp-supplement-grid-col.-left {
        padding: 0
    }
}

.fp-supplement-pgrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fp-supplement-pgrid-col.-left {
    padding: 0 23px 0 0
}

@media (min-width:1024px) {
    .fp-supplement-pgrid-col.-left {
        margin: -40px 0;
        padding: 0 40px 0 0
    }
}

.fp-supplement-caption,
.fp-supplement-label,
.fp-supplement-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -.01em
}

@media (min-width:768px) {

    .fp-supplement-caption,
    .fp-supplement-label,
    .fp-supplement-text {
        font-size: 20px
    }
}

.fp-supplement-caption {
    color: #a6b7b5
}

.fp-supplement-name {
    padding: 15px 0 50px 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -.05em
}

@media (min-width:768px) {
    .fp-supplement-name {
        font-size: 34px
    }
}

.fp-supplement-text {
    padding: 16px 0 0 0;
    max-width: 266px
}

@media (min-width:768px) {
    .fp-supplement-text {
        padding: 18px 0 0 0;
        max-width: 290px
    }
}

.fp-supplement-headline {
    padding: 70px 0 0 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -.05em
}

@media (min-width:1024px) {
    .fp-supplement-headline {
        padding: 100px 0 0 0
    }
}

@media (min-width:1600px) {
    .fp-supplement-headline {
        padding: 140px 0 0 0
    }
}

.fp-supplement-table table {
    width: 100%;
    max-width: 365px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -.01em
}

@media (min-width:1024px) {
    .fp-supplement-table table {
        font-size: 20px
    }
}

@media (min-width:1200px) {
    .fp-supplement-table table {
        max-width: 390px
    }
}

@media (min-width:1600px) {
    .fp-supplement-table table {
        max-width: 470px
    }
}

.fp-supplement-table table th {
    padding: 0 0 30px 0;
    width: 33.33%;
    color: rgba(32, 75, 69, .4);
    vertical-align: top
}

.fp-supplement-table table td {
    padding: 0 0 18px 0;
    vertical-align: top
}