/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	box-sizing: border-box;
}

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

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* custom fancybox */
.fancybox-slide > * {
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
}

.fancybox-slide--html .fancybox-close-small {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 17px;
    top: 17px;
    cursor: pointer;
    transform: rotate(45deg);
}

.fancybox-close-small:before {
    content: '';
    width: 2px;
    height: 26px;
    position: absolute;
    left: 12px;
    top: 0;
    background-color: #9f8958;
}

.fancybox-close-small:after {
    content: '';
    width: 26px;
    height: 2px;
    position: absolute;
    top: 12px;
    left: 0;
    right: auto;
    background-color: #9f8958;
    font-size: 0;
    line-height: 0;
    border-radius: 0;
}

.fancybox-close-small:hover:after {
    background-color: #9f8958;
}

.fancybox-close-small:focus:after {
    outline: none;
}

/* custom cookie modal */
#cc-main {
    --cc-primary-color: #000;
    --cc-sw-color: #9f8958;
    --cc-btn-primary-bg: var(--cc-primary-color);
    --cc-btn-primary-hover-color: var(--cc-sw-color);
    --cc-btn-secondary-bg: #fff;
    --cc-btn-secondary-border-color: var(--cc-primary-color);
    --cc-btn-secondary-hover-bg: var(--cc-btn-secondary-bg);
    --cc-btn-secondary-hover-color: var(--cc-sw-color);
    --cc-btn-secondary-hover-border-color: var(--cc-primary-color);
    --cc-font-family: 'Proxima Nova', sans-serif;
    --cc-btn-border-radius: 0;
    --cc-link-color: var(--cc-sw-color);
    --cc-modal-border-radius: 0;
 }

/* general */
html {
	font-size: 100%;
    background-color: #333434;
}

body {
    background-color: #fff;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 1rem;
	line-height: 1.875rem;
	color: #000;
    position: relative;
}

input, button, textarea {
    font-family: 'Proxima Nova', sans-serif;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

strong, b {
	font-weight: bold;
}

.centered {
    text-align: center;
}

.clear {
    clear: both;
}

::-webkit-input-placeholder {
    color: rgba(0,0,0,.6);
}

::-moz-placeholder {
   color: #000;
   opacity: 0.6;
}

:-ms-input-placeholder {
   color: rgba(0,0,0,.6);
}

::-ms-input-placeholder {
   color: rgba(0,0,0,.6);
}

:focus {
    outline: 0;
}

a {
    color: #9f8958;
    text-decoration: none;
}

p {
    padding-bottom: 50px;
}

h2, .contact .tab span, .contact .fs-tabs-tab_mobile.fs-tabs-mobile {
    font-size: 2.813rem;
    line-height: 2.813rem;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
}

.contact .fs-tabs-tab_mobile.fs-tabs-mobile {
    background-color: #fff;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
}

h2:before, .contact .tab span:before, .contact .fs-tabs-tab_mobile.fs-tabs-mobile:before {
    content: '';
    position: absolute;
    left: -180px;
    top: 0;
    width: 160px;
    height: 2px;
    background-color: #000;
}

h2:after, .contact .tab span:after, .contact .fs-tabs-tab_mobile.fs-tabs-mobile:after {
    content: '';
    position: absolute;
    left: -100px;
    bottom: -7px;
    width: 80px;
    height: 7px;
    background-color: #9f8958;
}

.inside {
    max-width: 1220px;
    padding: 0 20px;
    margin: 0 auto;
}

/* menu trigger */
.menu-trigger {
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    position: absolute;
    right: 40px;
    top: 40px;
    margin: 0;
    padding: 0;
    outline: none;
}

.menu-trigger span {
    display: block;
    position: absolute;
    top: 0;
    left: 7px;
    bottom: 0;
    width: 2px;
    background: #fff;
    text-indent: -9999px;
    -webkit-transition: background 0s .1s;
    transition: background 0s .1s;
}

.menu-trigger span:before, .menu-trigger span:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 2px;
    background-color: #fff;
}

.menu-trigger span:before {
    left: -6px;
    -webkit-transition-property: top, transform;
    transition-property: top, transform;
    -webkit-transition-duration: .1s, .1s;
    transition-duration: .1s, .1s;
    -webkit-transition-delay: .1s, 0s;
    transition-delay: .1s, 0s;
}

.menu-trigger span:after {
    right: -6px;
    -webkit-transition-property: bottom, transform;
    transition-property: bottom, transform;
    -webkit-transition-duration: .1s, .1s;
    transition-duration: .1s, .1s;
    -webkit-transition-delay: .1s, 0s;
    transition-delay: .1s, 0s;
}

.menu-opened .menu-trigger span {
    background: 0 0;
}

.menu-opened .menu-trigger span:before {
    left: 0;
    -webkit-transition-delay: 0s, .1s;
    transition-delay: 0s, .1s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-opened .menu-trigger span:after {
    right: 0;
    -webkit-transition-delay: 0s, .1s;
    transition-delay: 0s, .1s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* header */
.header {
    position: relative;
    padding: 40px 0 20px 0;
}

.header .inside {
    position: relative;
}

.logo {
    float: left;
}

/* menu */
.menu {
    float: right;
    padding-top: 79px;
}

.menu ul li {
    float: left;
    padding-left: 60px;
}

.menu ul li:first-child {
    padding-left: 0;
}

.menu ul li a {
    display: block;
    color: #fefefe;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1rem;
    transition: color .3s;
}

.menu ul li a:hover {
    color: #9f8958;
}

.change-lang {
    position: absolute;
    right: 20px;
    top: 0;
    width: 40px;
    height: 40px;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    transition: background-color ease-out .3s;
}

.change-lang.sec {
    right: 80px;
}

.change-lang:hover {
    background-color: #9f8958;
}

/* intro */
.intro {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

.intro:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    height: 60px;
    width: 66%;
}

.cta {
    position: relative;
}

.continue {
    position: absolute;
    top: 123px;
    right: calc(50% + 561px);
}

@keyframes dot-1 {
    0%      {fill: #333;}
    12.5%   {fill: #9F8958;}
    25%     {fill: #333}
    100%    {fill: #333;}
}

@keyframes dot-2 {
    0%      {fill: #333;}
    25%     {fill: #333;}
    37.5%   {fill: #9F8958;}
    50%     {fill: #333;}
    100%    {fill: #333;}
}

@keyframes dot-3 {
    0%      {fill: #333;}
    50%     {fill: #333;}
    62.5%   {fill: #9F8958;}
    75%     {fill: #333;}
    100%    {fill: #333;}
}

@keyframes dot-4 {
    0%      {fill: #333;}
    75%     {fill: #333;}
    87.5%   {fill: #9F8958;}
    100%    {fill: #333;}
}

.continue .dot-1 {
    animation: dot-1 2s infinite;
}

.continue .dot-2 {
    animation: dot-2 2s infinite;
}

.continue .dot-3 {
    animation: dot-3 2s infinite;
}

.continue .dot-4 {
    animation: dot-4 2s infinite;
}

.letter-q {
    position: absolute;
    top: 0;
    left: calc(50% + 328px);
}

.cta-inside {
    max-width: 500px;
    padding: 0 20px 80px 20px;
    margin: 0 auto;
}

.cta p {
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: #9f8958;
    padding-bottom: 60px;
}

.cta p strong {
    display: block;
    font-size: 3.75rem;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 16px 0;
}

.cta a.more {
    display: block;
    border: 1px solid #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #fefefe;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 9px;
    padding: 28px 10px;
    position: relative;
    overflow: hidden;
}

.cta a.more svg.arrow {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.cta a.more svg.logomark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    transform: translateY(70px);
    transition: all ease-out .3s;
}

.cta a.more:hover svg.logomark {
    transform: translateY(-130px);
}

.slick-dots {
    position: absolute;
    top: calc(50% - 93px);
    left: -435px;
}

.slick-dots li {
    padding-bottom: 9px;
    position: relative;
    padding-right: 18px;
}

.slick-dots li::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #333;
    position: absolute;
    right: 0;
    top: 17px;
    transition: background-color .3s;
}

.slick-dots li.slick-active::after {
    background-color: #9f8958;
}

.slick-dots li:last-child {
    padding-bottom: 0;
}

.slick-dots a {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 10px;
    line-height: 1;
    opacity: 0;
    transition: opacity .3s;
}

.slick-dots li.slick-active a {
    opacity: 1;
}

/* sections */
.section {
    position: relative;
    overflow: hidden;
}

.section.furniture {
    margin-top: -27px;
}

.section.furniture .section-img {
    position: relative;
}

.section.furniture .section-img:before {
    content: '';
    position: absolute;
    right: 0;
    top: -13px;
    background-color: #9f8958;
    width: 7px;
    height: 80px;
}

.section-no {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: bold;
    letter-spacing: 9px;
    position: absolute;
    padding-bottom: 100px;
    left: 0;
    top: 351px;
}

.section-no span {
    color: #9f8958;
}

.section-no:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 7px;
    height: 80px;
    background-color: #9f8958;
}

.over-title {
    position: absolute;
    right: 0;
    bottom: 157px;
    font-size: 7.5rem;
    line-height: 7.5rem;
    font-weight: bold;
    color: #9f8958;
    text-transform: uppercase;
    opacity: .2;
}

.section-content {
    float: left;
    width: 48%;
    padding: 179px 0 0 180px;
    position: relative;
}

.section-content h2, .section-content p {
    position: relative;
    z-index: 1;
}

.section .letter {
    position: absolute;
    top: 0;
}

.section.furniture .letter {
    right: calc(50% + 306px);
}

.section.decorations .letter {
    left: calc(50% + 218px);
}

.section.custom .letter {
    right: calc(50% + 209px);
}

.section-content a.more, .about a.more {
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 9px;
    text-transform: uppercase;
    color: #000;
    position: relative;
}

.section-content a.more:before, .about a.more:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 40px;
    height: 2px;
    background-color: #9f8958;
    transition: width ease-in-out .3s;
}

.section-content a.more:hover:before, .about a.more:hover:before {
    width: 130px;
}

.section-content a.more svg, .about a.more svg {
    display: inline-block;
    vertical-align: middle;
}

.section-img {
    float: right;
    width: 49.33%;
    text-align: center;
    padding: 107px 0 133px 0;
}

.section-img img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
    display: block;
}

.verticalize p:last-of-type {
    padding-bottom: 20px;
}

/* video */
.video-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 50px 0;
    position: relative;
}

.video-section:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 60px;
    width: 66%;
}

.video-intro {
    border: 1px solid #9f8958;
    padding: 170px 60px 90px 180px;
    position: relative;
    z-index: 1;
}

.video-content {
    float: left;
    width: 500px;
    color: #fff;
}

.video-content h2 {
    color: #9f8958;
}

.video-content h2:before {
    background-color: #fff;
}

.video-content p:last-of-type {
    padding-bottom: 0;
}

.play {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 60px;
    left: 700px;
}

.play:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.play svg {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.video-content a.more {
    display: inline-block;
    border: 1px solid #fff;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 9px;
    padding: 21px 90px;
}

.video-content a.more svg {
    display: inline-block;
    vertical-align: middle;
}

/* footer */
#about {
    max-width: 580px;
    padding: 120px 20px 0 180px;
    margin: 0 auto;
}

.soc {
    text-align: center;
}

.soc a {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0 10px;
    border: 1px solid #000;
    text-align: center;
    transition: background-color ease-in-out .3s;
}

.soc a:hover {
    background-color: #000;
}

.soc a:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.soc a svg {
    vertical-align: middle;
}

#contact {
    max-width: 580px;
    padding: 60px 20px 0 180px;
    margin: 0 auto;
}

.contact-us a {
    display: block;
    max-width: 460px;
    margin: 0 auto 60px auto;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    letter-spacing: 8px;
    padding: 21px 20px;
    transition: all ease-out .3s;
    position: relative;
    overflow: hidden;
}

.contact-us a svg.arrow {
    display: inline-block;
    vertical-align: middle;
}

.contact-us a svg.logomark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    transform: translateY(70px);
    transition: all ease-out .3s;
}

.contact-us a:hover svg.logomark {
    transform: translateY(-130px);
}

.copyright {
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    padding-bottom: 60px;
}

/* modals */
.modal-inside {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}

.modal-content {
    padding: 100px 180px;
}

.modal .letter {
    position: absolute;
    left: 0;
    top: -44px;
}

.modal .logomark {
    position: absolute;
    top: 20px;
    right: 180px;
    max-width: calc((100% - 360px) / 2);
}

.modal .section-no {
    bottom: auto;
    top: 272px;
}

.modal-article {
    position: relative;
}

.modal .on-columns {
    column-count: 2;
    column-gap: 20px;
    padding-bottom: 50px;
}

.modal .on-columns p:last-child {
    padding-bottom: 0;
    
}

.modal-pictures img {
    float: left;
    width: calc(50% - 10px);
    height: auto;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
}

.modal-pictures img:nth-child(odd) {
    float: right;
}

/*
.back-to-top {
    position: absolute;
    right: 20px;
    bottom: 0;
    display: none;
}

.back-to-top img {
    display: block;
}
*/
.modal a.back {
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 9px;
    text-transform: uppercase;
    color: #000;
    position: relative;
}

.modal a.back:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -11px;
    width: 40px;
    height: 2px;
    background-color: #9f8958;
    transition: width ease-in-out .3s;
}

.modal a.back:hover:before {
    width: 130px;
}

.modal a.back svg {
    display: inline-block;
    vertical-align: middle;
}

.modal.contact nav ul {
    margin: -100px -180px 88px -180px;
}

.modal.contact nav li {
    float: left;
    width: 50%;
}

.modal.contact nav li .tab {
    border: 1px solid #fff;
    border-top: 0;
    color: #000;
    padding-left: 180px;
    padding-top: 54px;
    padding-bottom: 59px;
    display: block;
    position: relative;
}

.modal.contact nav li .tab.fs-tabs-active {
    border-color: #000;
}

.modal.contact nav li .tab.fs-tabs-active:after {
    content: '';
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #000;
    transform: rotate(45deg);
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
    border-left-color: #fff;
    border-top-color: #fff;
}

.modal.contact nav li:first-child .tab {
    border-left: 0;
}

.modal.contact nav li:last-child .tab {
    border-right: 0;
}

.team-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* forms */
.form-messages {
    text-transform: uppercase;
    text-align: center;
}

.form-messages .success {
    color: green;
}

.form-messages .error {
    color: red;
}

input[type=text], input[type=email], textarea {
    border: 1px solid #9f8958;
    width: 100%;
    font-size: 1rem;
    line-height: 1.875rem;
    padding: 21px 60px;
    border-radius: 0;
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select:focus, textarea:focus, input:focus {
        font-size: 1rem;
    }
}

.fs-dropdown-selected {
    border-color: #9f8958;
    font-size: 1rem;
    line-height: 1.875rem;
    padding: 21px 60px;
    -webkit-appearance: none;
    background: #fff url("data:image/svg+xml,%3Csvg width='13' height='41' viewBox='0 0 13 41' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%239F8958' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cpath d='M12 34l-5.97 6L0 34M5.5.5v39'/%3E%3C/g%3E%3C/svg%3E") no-repeat right 18px center;
    background-size: 13px 41px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fs-dropdown-options {
    border-color: #9f8958;
    border-top: none;
    top: calc(100% - 1px);
    background-color: #fff;
    z-index: 6;
}

.fs-dropdown-item {
    font-size: 1rem;
    line-height: 1.875rem;
    padding: 10px 60px;
    -webkit-appearance: none;
}

.fs-dropdown-item:hover, .fs-dropdown-item_selected {
    background-color: #ece7de;
}

input[type=text].error, input[type=email].error, textarea.error {
    border-color: #f00;
}

textarea {
    resize: none;
    height: 220px;
}

.form-line {
    padding-bottom: 10px;
}

.form-line.half {
    float: left;
    width: calc(50% - 10px);
}

.form-line.half:nth-child(even) {
    float: right;
}

.form-submit {
    text-align: center;
    padding-bottom: 20px;
}

.form-submit button {
    display: block;
    width: 460px;
    margin: 0 auto;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    letter-spacing: 9px;
    padding: 21px 20px;
    -webkit-appearance: none;
    cursor: pointer;
}

.form-submit button svg {
    display: inline-block;
    vertical-align: middle;
}

/* media queries */
@media screen and (max-width: 1340px) {
    .slick-dots {
        left: calc(-50vw + 250px);
    }
}

@media screen and (max-width: 1220px) {
    .continue {
        right: auto;
        left: 20px;
    }

    .letter-q {
        left: auto;
        right: 20px;
    }

    .section.furniture .letter {
        right: auto;
        left: 20px;
    }

    .section.decorations .letter {
        left: auto;
        right: 20px;
    }

    .section.custom .letter {
        right: auto;
        left: 20px;
    }

}

@media screen and (max-width: 1080px) {
    .section.decorations h2 {
        font-size: 2.125rem;
    }

    .letter-q {
        max-width: 24%;
    }

    .contact .tab span {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 920px) {
    .section-img {
        width: 30%;
    }

    .section-content {
        width: 69%;
    }

    .section-content .letter {
        width: 40%;
        height: auto;
    }

    .over-title {
        bottom: 0;
    }

    .video-content {
        float: none;
        width: auto;
    }

    .video-intro {
        padding: 60px 60px 60px 180px;
    }

    .play, .continue, .letter-q {
        display: none;
    }

    .modal-content {
        padding-right: 60px;
        padding-bottom: 60px;
    }

    .modal.contact .modal-content {
        padding-left: 60px;
    }

    .modal.contact nav ul {
        margin-left: -60px;
        margin-right: -60px;
    }

    .modal .logomark {
        right: 60px;
    }
}

@media screen and (min-width: 761px) {
    .section.decorations .section-img {
        float: left;
    }

    .section.decorations .section-content {
        float: right;
        text-align: right;
        padding: 179px 180px 0 0;
    }

    .section.decorations .letter, .section.decorations .section-no, .section.decorations .section-no:after {
        left: auto;
        right: 0;
    }

    .section.decorations .over-title {
        right: auto;
        left: 0;
    }

    #about {
        padding: 120px 180px 0 20px;
        text-align: right;
    }

    #about h2:before, .section.decorations h2:before {
        right: -180px;
        left: auto;
    }

    #about h2:after, .section.decorations h2:after {
        right: -100px;
        left:  auto;
    }
}

@media screen and (max-width: 760px) {
    .over-title, .section-no, .menu {
        display: none;
    }

    .change-lang {
        top: 66px;
    }

    .section.decorations .letter {
        left: 20px;
        right: auto;
    }

    .section .letter {
        max-width: calc((100% - 40px) / 3);
        height: auto;
    }

    .modal .letter {
        max-width: calc(100% / 3);
        height: auto;
    }

    .verticalize {
        margin-top: 0 !important;
    }

    .slick-dots {
        left: -60px;
    }

    .slick-dots a {
        text-indent: -9999px;
        min-width: 10px;
    }

    .section-content, .modal-content, .video-intro {
        padding-left: 60px;
    }

    .video-content a.more {
        display: block;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .cta-inside {
        max-width: none;
        padding-left: 60px;
        padding-right: 20px;
    }

    #about, #contact {
        max-width: none;
        padding: 60px 20px 20px 80px;
    }

    .form-line.half, .form-line.half:nth-child(even) {
        float: none;
        width: auto;
    }

    .modal .on-columns {
        column-count: 1;
    }

    input[type=text], input[type=email], textarea, .fs-dropdown-selected {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 740px) {
    .contact nav li .tab.fs-tabs-tab.fs-tabs-mobile {
        display: none;
    }

    .contact .fs-tabs-content.fs-tabs-enabled {
        display: block;
    }

    .contact .fs-tabs-tab_mobile.fs-tabs-mobile:last-of-type {
        margin-top: 60px;
    }

    .contact .fs-tabs-tab_mobile.fs-tabs-mobile {
        padding-left: 0;
    }
}

@media screen and (max-width: 580px) {
    .section-img, .section-content {
        float: none;
        width: auto;
    }

    .section.decorations h2 {
        font-size: 2.813rem;
    }

    .section-img {
        padding-bottom: 10px;
        padding-top: 60px;
    }

    .section-content {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .contact-us {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-us a, .form-submit button {
        max-width: none;
        width: 100%;
    }

    .scroll-away {
        display: none;
    }

    .modal-content {
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .cta-inside {
        padding-top: 60px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .video-intro {
        border: none;
        padding: 0 0 0 40px;
    }

    .section-content, .modal.contact .modal-content {
        padding-left: 40px;
    }

    #about, #contact {
        padding-left: 60px;
    }
}

@media screen and (max-width: 420px) {
    .cta a.more, .section-content a.more, .about a.more, .video-content a.more, .contact-us a, .form-submit button, .modal a.back {
        letter-spacing: 3px;
    }

    h2, .section.decorations h2, .contact .fs-tabs-tab_mobile.fs-tabs-mobile {
        font-size: 2rem;
    }

    .cta p strong {
        font-size: 3rem;
        line-height: 1;
        word-break: break-word;
    }

    .logo {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .header {
        padding-top: 20px;
    }

    .change-lang {
        top: 140px;
        right: calc(50% + 10px);
    }

    .change-lang.sec {
        right: calc(50% - 50px);
    }
}
