/* Theme Name: Sardine & CO */
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

:root {
    --brown: #4b1717;
}
@font-face {
    font-family: 'Somnium Amor';
    src: url(fonts/Somnium\ Amor.woff2);
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro Regular';
    src: url(fonts/TT\ Norms\ Pro\ Trial\ Regular.woff2);
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Norms Pro Normal';
    src: url(fonts/TT\ Norms\ Pro\ Trial\ Normal.woff2);
    font-style: normal;
    font-display: swap;
}

.what-we-do__text p {
    color: #444444;
}
p.what-we-create__description {
    font-size: 14px;
    color: #444;
    letter-spacing: 0.56px;
}
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 {
	display: block;
}
body {
	line-height: 1;
    color: #4b1717;
    font-size: 12px;
    line-height: 24px;
    background-color: #fcfaf2;
    letter-spacing: 0.48px;
    font-family: 'TT Norms Pro Regular', sans-serif;
}
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;
}
header.header {
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    top: 0;
    z-index: 2;
}
.container {
    padding: 0 40px;
}
a {
    color: #4b1717;
    text-decoration: none;
}
.header a,
.header {
    color: #fff;
}
.container__header {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
ul.navigation__list {
    display: flex;
    gap: 15px;
}
.home-slider .swiper-slide img {
    width: 100%;
    height: 100svh;
    display: block;
    object-fit: cover;
}
.home-slider {
    background-color: #000;
}
.header__nav,
.header__logo,
.header__link {
    width: 33.33%;
}
.header__logo {
    text-align: center;
}
.header__link {
    text-align: right;
}
header.header img {
    display: block;
    margin: 0 auto;
}
header.header {
    padding: 33px 0;
}
nav.navigation li, nav.navigation li a {
    line-height: 12px;
    display: block;
}
.hero__content img {
    display: block;
    margin: 0 auto;
}
.hero__content {
    position: absolute;
    bottom: 0;
    z-index: 11;
    text-align: center;
    width: 100%;
    color: #fff;
    
}
.hero__subtitle {
    font-size: 14px;
    letter-spacing: 0.56px;
    margin-bottom: 20px;
    font-family: 'TT Norms Pro Normal';

}
.hero__title {
    font-size: 56px;
    line-height: 54px;
    font-family: 'Somnium Amor';
    letter-spacing: 1.12px;
    margin-bottom: 30px;
}
.hero a.btn {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.72px;
    text-decoration: underline;
    text-underline-offset: 7px;
    font-weight: 400;
    font-family: 'TT Norms Pro Normal';
    margin-bottom: 78px;
}
.hero__logo {
    margin-top: 78px;
    margin-bottom: 30px;
}
* {
    outline: none;
    box-sizing: border-box;
}
.hero a.btn:hover {
    text-decoration-color: transparent;
}
a.navigation__link,
.header__link a {
    text-decoration: underline;
    text-underline-offset: 7px;
    text-decoration-color: transparent;
}
a.navigation__link:hover,
.header__link a:hover {
    text-decoration-color: inherit;
}
section.promo {
    display: flex;
}
.promo__item {
    color: #fff;
    height: 100svh;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: end;
    width: 50%;
    background-size: cover;
    background-position: center;
    padding-bottom: 90px;
    position: relative;
}
.promo__title {
    font-size: 32px;
    line-height: 24px;
    font-family: 'Somnium Amor';
    letter-spacing: 0.64px;
    margin-bottom: 20px;
}
.promo__text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.56px;
    margin-bottom: 36px;
}
.promo__link {
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.72px;
    text-decoration: underline;
    text-underline-offset: 7px;
}
.promo__link:hover {
    text-decoration-color: transparent;
}
.promo__link-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.promo__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s ease;
    transform: scale(1);
}
.header__logo {
    text-align: center;
    position: relative;
    top: 3px;
}
.promo__content {
    position: relative;
}

.promo__item:hover .promo__background img {
    transition: all 2s ease;
    transform: scale(1.05);
}
.promo__item {
    overflow: hidden;
}
.promo__content,.about__content {
    position: relative;
    z-index: 3;
}
section.about {
    width: 100%;
    height: 100svh;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 95px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

section.about:hover .promo__background img {
    transition: all 1s linear;
    transform: scale(1.05);
}
footer.footer .container {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: end;
    text-transform: uppercase;
    padding-top: 100px;
    padding-bottom: 23px;
}
.footer__logo {
    margin-bottom: 30px;
}
.footer__logo img {
    display: block;
    margin: 0 auto 30px;
}
a.footer__social {
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 7px;
}
a.footer__social:hover {
    text-decoration-color: inherit;
}
header#header {
    
}   
header#header.header--fixed {
    transition: background-color .3s ease;
}
header#header.header--fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fcfaf2;
    padding: 19px 0;
}
header#header.header--fixed a {
    color: var(--brown);
}
header#header.header--fixed .container__header {
    align-items: center;
}
a.navigation__link.navigation__link--active {
    text-decoration-color: inherit;
}
.hero__page {
    width: 100%;
    height: 100svh;
}
.hero__page {
    background-size: cover;
    background-position: center;
}
.video-section__video {
    max-width: 960px;
    width: 100%;
}
.video-section {
    padding: 120px 0;
    text-align: center;
}
.video-section__video {
    display: block;
    margin: 0 auto 80px;

}

.video-section__category {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    letter-spacing: 0.56px;
}
h2.video-section__title {
    font-size: 46px;
    line-height: 48px;
    font-family: 'Somnium Amor';
    letter-spacing: 0.92px;
    max-width: 960px;
    margin: 0 auto 50px;
}
.video-section__title {
    margin-bottom: 50px;
}
.video-section__link {
    text-decoration: underline;
    text-underline-offset: 7px;;
}
.video-section__link:hover {
    text-decoration: none;
    cursor: pointer;
}
.what-we-do__content {
    padding: 55px 42px 50px 79px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.what-we-do {
    display: flex;
}
section.what-we-do > div {
    width: 50%;
}
img.what-we-do__image {
    width: 100%;
    height: auto;
    max-height: calc(100svh - 64px);
    object-fit: cover;
    display: block;
}
p.what-we-do__eyebrow {
    line-height: 12px;
    text-transform: uppercase;
}
h2.what-we-do__title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.64px;
    font-family: 'Somnium Amor';
}
.what-we-do__text p {
    margin-bottom: 14px;
}
h2.what-we-do__title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.64px;
    font-family: 'Somnium Amor';
    margin-bottom: 36px;
}
a.what-we-do__link {
    text-transform: uppercase;
    text-decoration-color: inherit;
    text-decoration: underline;
    text-underline-offset: 7px;
}
a.what-we-do__link:hover {
    text-decoration-color: transparent;
}
.what-we-do__text {
    margin-bottom: 36px;
}
.what-we-do__text p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.64px;
}
section.what-we-do {
    background-color: #f7f5ee;
}
.what-we-create__list {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
section.what-we-create {
    padding: 80px 0;
    text-align: center;
}
h2.what-we-create__eyebrow {
    text-transform: uppercase;
    line-height: 12px;
    margin-bottom: 56px;
}
.what-we-create__list {
    gap: 50px 40px;
}
h3.what-we-create__title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.64px;
    font-family: 'Somnium Amor';
    margin-bottom: 36px;
    margin-top: 30px;
}
.what-we-create__image {
    display: block;
    width: 100%;
}
.what-we-create__item {
    width: calc(50% - 20px);
}
h3.what-we-create__title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.64px;
    font-family: 'Somnium Amor';
    margin-bottom: 14px;
    margin-top: 30px;
}
.how-we-work {
    background-color: #f7f5ee;
}
.how-we-work__eyebrow {
    text-align: center;
    text-transform: uppercase;
    line-height: 12px;
}
.how-we-work {
    padding: 55px 0 100px;
}
.how-we-work__list {
    display: flex;
    gap: 70px;
    flex-wrap: wrap;
}
.how-we-work-wrap {
    width: calc(33.33% - (140px / 3));
}
.how-we-work__image {
    width: 100%;
}
p.how-we-work__eyebrow {
    margin-bottom: 80px;
}

h3.how-we-work__title {
    font-size: 28px;
    line-height: 36px;
    font-family: 'Somnium Amor';
    letter-spacing: 0.56px;
    margin-bottom: 15px;
}
img.how-we-work__image {
    display: block;
    margin-bottom: 30px;
}
p.how-we-work__description {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.56px;
}
.how-we-work-wrap:nth-child(2) {
    margin-top: 140px;
}
.how-we-work-wrap:nth-child(3) {
    margin-top: 240px;
}
.how-we-work__item:not(:last-child){
    margin-bottom: 140px;
}
img.contact-hero__image {
    width: 100%;
}
.contact-hero__media img {
    display: block;
}
section.contact-hero {
    position: relative;
}
.contact-hero__content {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    width: 100%;   
}
.contact-hero__eyebrow {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.56px;
    line-height: 12px;
    margin-bottom: 30px;
}
h2.contact-hero__title {
    font-size: 46px;
    line-height: 48px;
    font-family: 'Somnium Amor';
    letter-spacing: 0.92px;
    margin-bottom: 42px;
}
.contact-hero__content {
    position: absolute;
    bottom: 78px;
    text-align: center;
    color: #fff;
    width: 100%;
}
a.contact-hero__link {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 7px;
}
a.contact-hero__link:hover {
    text-decoration: none;
}
.heritage {
    text-align: center;
    padding: 120px 0 100px;
}
.heritage__media img {
    display: block;
    margin: 0 auto;
}
.heritage__eyebrow {
    font-size: 14px;
    line-height: 14px;
    margin-top: 80px;
    letter-spacing: 0.56px;
    margin-bottom: 46px;
}
h2.heritage__title {
    font-size: 32px;
    line-height: 36px;
    font-family: 'Somnium Amor';
    letter-spacing: 0.64px;
}
p.heritage__description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.64px;
    max-width: 830px;
    margin: 46px auto 54px;
}
a.heritage__link {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 7px;
}
a.heritage__link:hover {
    text-decoration: none;
}
img.heritage-slider__image {
    width: 100%;
    display: block;
}
.heritage-slider__content {
    position: absolute;
    bottom: 0;
    color: #fff;
}
section.heritage-slider {
    position: relative;
}
.heritage-slider__content {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 1;
    width: 100%;
    text-align: center;
    bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 55px 0;
}
.heritage-slider__eyebrow {
    text-transform: uppercase;
    line-height: 12px;
}
h2.heritage-slider__title {
    font-size: 32px;
    line-height: 36px;
    font-family: 'Somnium Amor';
    letter-spacing: 0.64px;
    margin-bottom: 36px;
}
.heritage-slider__description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.64px;
    margin-bottom: 40px;
}
span.swiper-pagination-bullet {
    display: flex;
    flex-wrap: wrap;
}
.heritage-slider__pagination {
    display: flex;
}
span.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .6);
    opacity: 1;
    margin: 0!important;
    display: block;
    position: relative;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid rgba(255, 255, 255, 1);
}
.heritage-slider__pagination span:not(:last-child)::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background-color: rgba(255, 255, 255, .6);
}
.heritage-slider__pagination {
    display: flex;
    gap: 44px;
}
.heritage-slider__pagination span:not(:last-child)::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background-color: rgba(255, 255, 255, .6);
    position: absolute;
    left: 16px;
    top: 4px;
}
.heritage-slider__pagination {
    position: static;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    background-color: #fff;
    left: 2px;
    top: 2px;
}
.scotland__image {
    display: block;
    width: 100%;
}
.scotland__gallery > div {
    width: calc(25% - (120px / 4));
}
.scotland__gallery {
    display: flex;
    gap: 40px;
}
.scotland {
    padding: 120px 0 100px;
    text-align: center;
}
p.scotland__eyebrow {
    line-height: 12px;
    line-height: 14px;
    font-size: 14px;
    letter-spacing: 0.56px;
}
.scotland__gallery {
    margin-bottom: 80px;
}
h2.scotland__title,
h2.story__title {
    font-size: 32px;
    line-height: 36px;
    font-family: 'Somnium Amor';
    letter-spacing: 0.64px;
    margin-top: 46px;
}
h2.scotland__title {
    margin-bottom: 40px;
}
a.scotland__link {
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 7px;
}
a.scotland__link:hover {
    text-decoration: none;
}
.white-header a {
    color: #4b1717;
}

.white-header#header {
    top: 0;
}
.white-header#header .container {
    align-items: center;
}
body.wh {
    padding-top: 94px;
}
img.story__image {
    max-width: 280px;
    display: block;
    margin: 0 auto;
}
section.story {
    text-align: center;
}
section.story {
    text-align: center;
    padding: 113px 0;
}
p.story__eyebrow {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.56px;
}
.story__media {
    margin-bottom: 80px;
}
h2.story__title {
    max-width: 750px;
    margin: 0 auto;
}
p.story__eyebrow {
    margin-bottom: 47px;
}
.story__text {
    max-width: 830px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.64px;
}
h2.story__title {
    margin-bottom: 50px;
}
.story__text p {
    margin-bottom: 24px;
    color: #444444;
}
a.story__link {
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 7px;
}
a.story__link:hover {
    text-decoration: none;
}
p.contact__eyebrow {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
}
h2.contact__title {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    font-family: 'Somnium Amor';
    letter-spacing: 0.64px;
}
textarea {
    width: 100%;
    background: transparent;
    border: none;
    font-family: 'TT Norms Pro Regular';
    padding: 0;
    border-bottom: 1px solid var(--brown);
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.56px;
    height: 45px;
    display: block;
}
button.contact__submit {
    font-family: 'TT Norms Pro Regular';
}
input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--brown);
    font-size: 14px;
    font-family: 'TT Norms Pro Regular';
    line-height: 24px;
    letter-spacing: 0.56px;
    padding-bottom: 18px;
    display: block;
}
input::placeholder,
textarea::placeholder {
    color: #444444;
    opacity: 1;
}
.contact__form {
    max-width: 800px;
    margin: 0 auto;
}
.contact__row > div {
    width: calc(50% - 20px);
}

.contact__row {
    display: flex;
    gap: 40px;
}
.contact__row {
    margin-bottom: 50px;
}
.contact__field.contact__field--full {
    margin-bottom: 50px;
}
button.contact__submit {
    background: transparent;
    border: none;
    display: block;
    -webkit-appearance: none;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 7px;
    text-transform: uppercase;
    color: #4b1717;
}
.contact__actions {
    text-align: center;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
}
.contact__header {
    margin-bottom: 50px;
}
section.contact {
    padding-top: 130px;
}
section.contact {
    padding-top: 130px;
    padding-bottom: 100px;
}
.container.conteiner__footer > div {
    width: 33.33%;
    /* justify-content: space-between; */
    /* display: flex; */
    /* gap: 0; */
}
.footer__left {
    text-align: left;
}
.footer__right {
    text-align: right;
}
.heritage__wrap {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 40px;
}
h2.scotland__title {
    margin-bottom: 40px;
    max-width: 750px;
    margin: 46px auto 40px;
}
.heritage-slider__slide img {
    height: 100svh;
    object-fit: cover;
}
.white-header nav.navigation li, 
.white-header nav.navigation li a {
    line-height: 12px;
    display: block;
    color: #4b1717;
}
.header__logo a {
    font-family: 'Somnium Amor';
    font-size: 38px;
    line-height: 33px;
}
header#header.header--fixed a {
    display: block;
}
header#header.header--fixed {
    z-index: 12;
}
.hero__logo img {
    max-width: 34px;
}
.footer__logo img {
    max-width: 34px;
}
nav.navigation.navigation__right ul {
    justify-content: end;
}
.header--fixed ul.navigation__list {
    display: flex;
    gap: 15px;
    color: #4b1717;
}
li.navigation__item.navigation__item--sep {
    position: relative;
    top: -1px;
}
.contact__submit {
    padding: 0;
    margin: 0;
    width: auto;
    text-transform: uppercase;
}
.wpcf7-response-output {
    font-size: 14px;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    text-align: center;

}
.wpcf7-not-valid {
    border-color: red;
}
.contact__submit:hover {
    text-decoration: none;
}

.contact__submit:hover {
    text-decoration: none;
    border-color: transparent;
    cursor: pointer;
}
main#main {
    min-height: calc(100svh - (94px + 235.95px));
}
body.wh.page-221 #main {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.title_content {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 36px;
}

.contact__links {
    font-family: 'Somnium Amor';
    display: flex;
    flex-direction: column;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 84px;
}
.contact__content p {
    font-size: 16px;
    line-height: 24px;
}
body.wh.page-221 #main {
    padding-top: 40px;
}
a.video-section__link {
    text-transform: uppercase;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1111;
}
.popup {
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup section {
    padding: 40px;
    position: relative;
}
.popup__inner {
    position: relative;
}
.popup__inner {
    position: relative;
    width: 880px;
    background-color: #fcfaf2;
}
.close-popup {
    position: absolute;
    right: 12px;
    top: 8px;
    cursor: pointer;
    z-index: 111;
}
.popup {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.popup.is-open {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
}
.preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.preloader--hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}



.preloader__progress {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}

.preloader__progress-line {
    width: 0;
    height: 1px;
    background-color: #4b1717;
}

.is-loading {
    overflow: hidden;
}

.preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    width: 100%;
    height: 100svh;
    background-color: #fcfaf2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.preloader__logo img{
    width: 62px;
}
.preloader__logo img {
    width: 62px;
    display: block;
}
.preloader__percent {
    position: absolute;
    right: 40px;
    bottom: 32px;
    color: #4c1616;
}
.preloader__percent {
    position: absolute;
    right: 40px;
    bottom: 32px;
    color: #4c1616;
    line-height: 12px;
}
.home-slider .swiper-slide {
    overflow: hidden;
}

.home-slider .swiper-slide img {
    object-fit: cover;
    transform: scale(1);
    transition: transform 6s ease;
}

.home-slider .swiper-slide-active img {
    transform: scale(1.1);
}
.video-section__category {
    line-height: 14px;
}

img.what-we-create__image,
img.how-we-work__image {
    transition: all 2s ease;
    transform: scale(1);
    margin-bottom: 0;
}
article.what-we-create__item:hover img,
.how-we-work__item:hover img {
    transform: scale(1.1);
}
.what-we-create__media,
.how-we-work__media {
    overflow: hidden;
}
p.how-we-work__description {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.56px;
    color: #444;
}
.how-we-work__media {
    margin-bottom: 30px;
}
.contact__content p {
    color: #444;
}
.contact__content p a{
    color: var(--brown)!important;
}
.contact__links a:hover {
    opacity: 0.8;
    transition: all .5s ease;
}
.contact__submit {
    padding: 0;
    margin: 0;
    width: auto;
    text-transform: uppercase;
    color: var(--brown);
}
.wrapper {
    opacity: 1;
    /* transform: translateY(0); */
    transition: opacity 1s ease, transform 1s ease;
}

/* уход со страницы */
.wrapper.is-leaving {
    opacity: 0;
    /* transform: translateY(30px); */
}

/* старт скрытого состояния новой страницы */
.wrapper.is-hidden {
    opacity: 0;
    /* transform: translateY(30px); */
}
.hero {
    position: relative;
}
section.promo {
    display: flex;
}
.about .fp-section {
    width: 100%;
    height: 100svh;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 95px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    flex-direction: row;
}
.fp-watermark {
    display: none !important;
}
section.promo.section.fp-section > div {
    display: flex;
}
section.about.section.fp-section > div {
    /* width: 100%; */
    height: 100svh;
    display: flex;
    justify-content: center;
    align-items: end;
    /* padding-bottom: 95px; */
    /* text-align: center; */
    /* color: #fff; */
    /* position: relative; */
    /* overflow: hidden; */
}
.heritage-slider__content {
    padding-top: 100px;
}

.scrolltopromo {
    cursor: pointer;
}
.heritage__media img {
    display: block;
    margin: 0 auto;
    max-width: 380px;
}
p.heritage__description {
    color: #444;
}

.content h2,.content p {
    max-width: 840px;
}
.slide:not(:first-child) {
    align-items: end;
    padding-bottom: 80px;
}
.slide:not(:first-child) h2 {
    font-size: 32px;
    font-family: 'Somnium Amor';
    color: #fff;
    line-height: 36px;
    margin-bottom: 30px;
}
.slide:not(:first-child) .content p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
span.dot {
    width: 11px;
    height: 11px;
    display: block;
    border: 1px solid #fcfaf2;
    border-radius: 30px;
    opacity: 0.6;
}
span.dot-sep {
    display: block;
    width: 32px;
    height: 1px;
    background-color: #fcfaf2;
    opacity: 0.6;
}
.stages-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 54px;
    width: 100%;
    gap: 6px;
}
.hide-dot {
    position: absolute;
    visibility: hidden;
    opacity: 0;

}
a.dot-link.active span::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #fcfaf2;
    border-radius: 10px;
    top: 2px;
    position: relative;
    left: 2px;
}
.stages {
    background-color: #000;
}
.slide:not(:first-child) {
    align-items: end;
    padding-bottom: 110px;
}
@media screen and (max-width: 991px){
    .header__nav, .header__link {
        display: none;
    }
    .container {
        padding: 0 20px;
    }
    .header__logo {
        width: 80%;
    }
    .mob-btn {
        display: flex;
        flex-direction: column;
        gap: 4px;
        justify-content: center;
        align-items: center;
        position: relative;
        top: -5px;
    }
    .mob-btn span {
        display: block;
        width: 20px;
        height: 1px;
        background-color: #fff;
    }
    .container__header {
        align-items: center;
    }
    .mob-btn span:nth-child(2) {
        width: 10px;
        display: block;
    }
    a.circle-link {
        display: block;
        width: 11px;
        height: 11px;
        border: 1px solid #fff;
        border-radius: 30px;
        position: relative;
        top: -5px;
    }
    .header__logo a {
        font-family: 'Somnium Amor';
        font-size: 30px;
        line-height: 27px;
    }
    header.header {
        padding: 25px 0;
    }
    .hero__title {
        font-size: 34px;
        line-height: 34px;
        font-family: 'Somnium Amor';
        letter-spacing: 1.12px;
        margin-bottom: 30px;
    }
    section.promo {
        flex-direction: column;
    }
    .promo__item {
        width: 100%;
    }
    .promo__item {
        padding-bottom: 48px;
    }
    .promo__text {
        padding: 0 40px;
    }
    .promo__item {
        max-height: 468px;
    }
    section.about {
        width: 100%;
        height: 100svh;
        padding-bottom: 48px;
    }
    .header--fixed .mob-btn span {
        background-color: #4b1717;
    }
    .mob-btn {
        top: -3px;
    }
    .header--fixed a.circle-link {
        border: 1px solid var(--brown);
        border-radius: 30px;
        position: relative;
        top: -3px;
    }
    header#header.header--fixed {
        padding: 19px 0 16px;
    }
    .footer__right, .footer__left {
        display: none;
    }
    .container.conteiner__footer > div {
        width: 280px;
    }
    footer.footer .container {
        justify-content: center;
    }
    footer.footer .container {
        padding-top: 79px;
    }
    .container.conteiner__footer {
        border-bottom: 2px solid #4b1717;
    }
    .heritage__media img {
        width: 100%;
    }

    .heritage__media {
        padding: 0 20px;
    }
    .heritage {
        text-align: center;
        padding: 79px 0 75px;
    }
    .heritage__content {
        padding: 0 20px;
    }
    h2.heritage__title br {
        display: none;
    }
    .heritage__eyebrow {
        font-size: 14px;
        line-height: 14px;
        margin-top: 43px;
        letter-spacing: 0.56px;
        margin-bottom: 25px;
    }
    h2.heritage__title {
        font-size: 28px;
        line-height: 36px;
    }
    p.heritage__description {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.56px;
        max-width: 830px;
        margin: 46px auto 44px;
    }
    p.heritage__description {
        margin: 36px auto 36px;
    }
    .heritage__wrap {
        padding: 0 20px;
    }
    h2.heritage-slider__title {
        font-size: 24px;
        line-height: 30px;
        font-family: 'Somnium Amor';
        letter-spacing: 0.64px;
        margin-bottom: 36px;
    }
    h2.heritage-slider__title br {
        display: none;
    }
    .heritage-slider__content {
        padding: 44px 0;
    }
    .heritage-slider__description br {
        display: none;
    }
    .white-header .mob-btn span {
        background-color: #4b1717;
    }
    .header--fixed a.circle-link {
        border-color: #4b1717;
    }
    section.story {
        text-align: center;
        padding: 65px 0;
    }
    .story__media {
        margin-bottom: 43px;
    }
    .story__content {
        padding: 0 20px;
    }
    h2.story__title {
        font-size: 27px;
    }
    h2.story__title {
        margin-bottom: 40px;
    }
    h2.story__title br {
        display: none;
    }
    .story__text {
        font-size: 14px;
    }
    .video-section {
        padding: 72px 0;
    }
    .video-section__video {
        display: block;
        margin: 0 auto 43px;
    }
    h2.video-section__title {
        font-size: 28px;
        line-height: 36px;
        font-family: 'Somnium Amor';
        letter-spacing: 0.64px;
        max-width: 960px;
        margin: 0 auto 40px;
    }
    section.what-we-do {
        display: flex;
        flex-direction: column-reverse;
        padding: 0 20px;
        background: transparent;
    }
    .what-we-do__content {
        padding: 45px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        background-color: #f7f5ee;
    }
    .what-we-do__content {
        padding: 45px 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        background-color: #f7f5ee;
    }
    p.what-we-do__eyebrow {
        line-height: 12px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    .what-we-do__text p {
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.56px;
    }
    section.what-we-do > div {
        width: 100%;
    }
    section.what-we-create {
        padding: 57px 0;
        text-align: center;
    }
    h2.what-we-create__eyebrow {
        text-transform: uppercase;
        line-height: 12px;
        margin-bottom: 37px;
    }
    .what-we-create__item {
        width: 100%;
    }
    h3.what-we-create__title {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0.64px;
        font-family: 'Somnium Amor';
        margin-bottom: 10px;
        margin-top: 24px;
    }
    p.what-we-create__description {
        font-size: 14px;
    }
    .how-we-work-wrap {
        width: 100%;
    }
    .how-we-work__item:not(:last-child) {
        margin-bottom: 40px;
    }
    .how-we-work__item:not(:last-child) {
        margin-bottom: 40px;
    }
    .how-we-work-wrap:nth-child(2) {
        margin-top: 0;
    }
    .how-we-work__list {
        display: flex;
        gap: 45px;
        flex-wrap: wrap;
    }
    p.how-we-work__eyebrow {
        margin-bottom: 40px;
    }
    .how-we-work-wrap article:last-child {
        padding-left: 38px;
    }
    .how-we-work-wrap article:first-child {
        padding-right: 38px;
    }
    h3.how-we-work__title {
        font-size: 24px;
        line-height: 36px;
        font-family: 'Somnium Amor';
        letter-spacing: 0.56px;
        margin-bottom: 12px;
    }
    .how-we-work-wrap:nth-child(3) {
        margin-top: 0;
    }
    .how-we-work {
        padding: 55px 0 60px;
    }
    
}
@media screen and (min-width: 768px){
    .hide-on-desktop {
        display: none!important;
    }
    header#header:not(.header--fixed) .header__logo {
        position: relative;
        top: 5px;
    }
    .mobile-nav {
        display: none;
    }
    header.header img {
        display: none;
    }
    .heritage {
        text-align: center;
        max-height: 100svh;
        padding: 120px 0 100px;
        overflow: hidden;
    }
    .section2.fp-section.fp-table.fp-is-overflow.fp-loaded {
        height: auto!important;
    }
}
@media screen and (max-width: 767px){
    section.promo.section.fp-section > div {
        flex-direction: column;
    }
    .promo__item {
        max-height: 100svh;
        height: 100svh;
    }
    .preloader__percent {
        position: absolute;
        right: 20px;
        bottom: 22px;
        color: #4c1616;
        line-height: 12px;
    }
    .hide-on-mobile {
        display: none!important;
    }
    .swiper.mobile-slider.hide-on-desktop img {
        width: 100%;
        display: block;
    }
    .scotland {
        padding: 79px 0 75px;
        text-align: center;
    }
    .swiper.mobile-slider.hide-on-desktop img {
        padding: 0 17px;
    }
    .mobile-dots span {
        width: 5px;
        height: 5px;
        display: block;
        box-shadow: none;
        border: none;
    }
    .mobile-dots span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: none!important;
    }
    .mobile-dots span.swiper-pagination-bullet::before {
        display: none!important;
    }
    .mobile-dots {
        display: flex;
        gap: 8px;
        justify-content: center;
        margin-top: 22px;
        margin-bottom: 70px;
    }
    .mobile-dots span {
        background-color: #4b1717;
    }
    .mobile-dots span:not(.swiper-pagination-bullet-active) {
        opacity: 0.4;
    }
    h2.scotland__title {
        margin-bottom: 40px;
        max-width: 750px;
        margin: 28px auto 40px;
    }
    h2.scotland__title, h2.story__title {
        font-size: 28px;
    }
    .contact-hero__media img {
        display: block;
        height: 468px;
        object-fit: cover;
        object-position: left;
    }
    h2.contact-hero__title {
        font-size: 24px;
        line-height: 30px;
        font-family: 'Somnium Amor';
        letter-spacing: 0.64px;
        margin-bottom: 42px;
        max-width: 190px;
        margin: 0px auto 34px;
    }
    .contact-hero__content {
        bottom: 50px;
    }
    .mob-circle-link {
        width: 20px;
        justify-content: end;
        display: flex;
    }
    .heritage-slider__description {
        font-size: 14px;
    }
    p.how-we-work__description {
        margin-left: 24px;
    }
    img.how-we-work__image {
        display: block;
        margin-bottom: 20px;
    }
    span.how-we-work__number {
        width: 17px;
        display: inline-block;
    }
    h2.contact-hero__title br {
        display: none;
    }
    h2.contact-hero__title {
        padding: 0 40px;
    }
    section.contact {
        padding-top: 79px;
        padding-bottom: 60px;
    }
    p.contact__eyebrow {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 28px;
    }
    h2.contact__title {
        padding: 0 20px;
        font-size: 28px;
    }
    h2.contact__title br {
        display: none;
    }
    .contact__row {
        flex-direction: column;
    }
    div.contact__form {
        padding: 0 20px;
    }
    .contact__form .contact__form {
        padding: 0;
    }
    .contact__row > div {
        width: 100%;
    }
    .contact__row {
        display: flex;
        gap: 30px;
    }
    .contact__field.contact__field--full {
        margin-bottom: 30px;
    }
    .contact__row {
        margin-bottom: 30px;
    }
    span.wpcf7-spinner {
        position: absolute;
    }
    .popup section.contact {
        padding: 30px 0;
    }
    .popup__inner {
        position: relative;
        width: calc(100% - 40px);
        background-color: #fcfaf2;
    }
    p.contact__eyebrow {
        margin-bottom: 18px;
    }
    .no-scroll {
        overflow: hidden;
    }
    h2.contact-hero__title {
        max-width: 250px;
    }
    .contact__links {
        font-family: 'Somnium Amor';
        display: flex;
        flex-direction: column;
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 34px;
    }
    main#main {
        min-height: calc(100svh - (99px + 235.95px));
    }
    .contact__content p {
        font-size: 14px;
        line-height: 24px;
    }
    .mobile-nav {
        position: fixed;
        top: 0;
        background-color: #fcfaf2;
        width: 100%;
        height: 100svh;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 28px;
        line-height: 48px;
        /* color: #ccc; */
        font-family: 'Somnium Amor';
        opacity: 0;
        visibility: hidden;
        padding-bottom: 240px;
        padding-top: 75px;
    }
    .nav-opened .mobile-nav {
        opacity: 1;
        visibility: visible;
    }
    .nav-opened {
        overflow: hidden;
    }
    .nav-opened .header {
        background-color: #fcfaf2;
    }
    .nav-opened .header li,.nav-opened .header a{
        color: var(--brown);
    }
    .mob-btn img {
        width: 20px;
    }
    .mob-btn img {
        display: none!important;
    }
    .mob-btn.active span {
        display: none!important;
    }
    .mob-btn.active img {
        display: block!important;
    }
    .nav-opened footer.footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fcfaf2;
        z-index: 111111;
    }
    .header--fixed + .mobile-nav {
        top: 62px;
        height: calc(100svh - 62px);
        padding-bottom: 240px;
    }
    .page-11 h2.contact-hero__title {
        max-width: 100%;
    }
    .nav-opened .mobile-nav {
        z-index: 1111;
    }
    .mob-circle-link {
        width: 20px;
        justify-content: end;
        display: flex;
        width: 40px;
        height: 40px;
        align-items: center;
    }
    .mob-btn {
        display: flex;
        flex-direction: column;
        gap: 4px;
        justify-content: center;
        align-items: center;
        position: relative;
        top: -5px;
        width: 40px;
        height: 40px;
        left: -8px;
    }
    .nav-opened .circle-link {
        color: #ccc;
        border-color: #4b1717;
    }
    .header--fixed a.circle-link {
        top: 0px;
    }
    .mob-btn {
        top: 0px;
    }
    header#header.header--fixed {
        padding: 19px 0 19px;
    }
    .heritage-slider__content {
        padding: 104px 0 44px;
    }
        a.circle-link {
        top: 0;
    }
    .contact-hero__media img {
        height: 100svh;
    }
    .slide:not(:first-child) h2 {
        font-size: 24px;
        font-family: 'Somnium Amor';
        color: #fff;
        line-height: 30px;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .slide:not(:first-child) h2 br,
    .slide:not(:first-child) .content p br  {
        display: none;
    }
    .slide:not(:first-child) .content p {
        font-size: 14px;
        line-height: 24px;
        padding: 0 20px;
    }
    header#header.header--fixed {
        padding: 10px 0 10px;
    }
    
    header.header {
        z-index: 1111111 !important;
    }
    .preloader {
        z-index: 9999999!important;
    }
    .nav-opened .mobile-nav {
        z-index: 111111;
    }
}


.header.white-header a.circle-link {
    border-color: var(--brawn);
}
