@import url(https://p.typekit.net/p.css?s=1&k=rug0yrd&ht=tk&f=39805&a=5673575&app=typekit&e=css);.about__address,.btn-arrow,.gallery-arrow,.text-block a,a {
    text-decoration: none
}

.about-block .eu-btn,.btn-arrow,.heading,.text-page .text-box h1,.text-page .text-box h2,.text-page .text-box h3,.text-page .text-box h4,.text-page .text-box h5,.text-page .text-box h6 {
    font-family: Shackleton
}

@font-face {
    font-family: shackleton;
    src: url("https://use.typekit.net/af/9f801b/00000000000000003b9b219e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/9f801b/00000000000000003b9b219e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/9f801b/00000000000000003b9b219e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-style: normal;
    font-weight: 400
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    -o-transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-lock,.swiper-pagination-lock,.swiper-scrollbar-lock,[hidden],template {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s,-webkit-transform .2s;
    transition: transform .2s,top .2s,-webkit-transform .2s;
    -o-transition: transform .2s,top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s,-webkit-transform .2s;
    transition: transform .2s,left .2s,-webkit-transform .2s;
    -o-transition: transform .2s,left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s,-webkit-transform .2s;
    transition: transform .2s,right .2s,-webkit-transform .2s;
    -o-transition: transform .2s,right .2s
}

.btn-arrow svg,.gallery-arrow svg {
    stroke: #e71b1a;
    transition: stroke 150ms ease-in-out
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill,.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,.25)
}

.swiper-pagination-black .swiper-pagination-bullet-active,.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.gallery-slide,.gallery-slide__image,.grid-layout--left,.image-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

img,legend {
    border: 0
}

.swiper-scrollbar-cursor-drag,.swiper-slide-zoomed {
    cursor: move
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: 1s steps(12,end) infinite swiper-preloader-spin;
    animation: 1s steps(12,end) infinite swiper-preloader-spin
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-fade .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube,.swiper-container-flip,button,svg:not(:root) {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

a {
    background-color: transparent;
    color: inherit
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,optgroup,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre,textarea {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.btn-filler:hover~.btn-arrow,body {
    color: #000
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.grid-layout--h50:first-of-type,.text-block a {
    border-bottom: 1px solid #e71b1a
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.wpcf7-form input,.wpcf7-form textarea,input,select,textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

.text-block p,body,h1,h2,h3,h4 {
    margin: 0
}

legend,td,th {
    padding: 0
}

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

*,::after,::before {
    box-sizing: border-box;
    outline: 0
}

::-webkit-selection {
    background-color: #e71b1a;
    color: #fff
}

::-moz-selection {
    background-color: #e71b1a;
    color: #fff
}

::selection {
    background-color: #e71b1a;
    color: #fff
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
    font-size: 10vw;
    line-height: 1.2;
    font-family: helvetica
}

body {
    font-size: .125rem
}

.text-block ul,ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

.image-slide {
    height: 100vh;
    width: 100%
}

.grid-layout {
    display: flex;
    height: 100%;
    overflow: hidden
}

.grid-layout--left {
    width: 3.17rem;
    position: relative
}

.grid-layout--right {
    display: flex;
    flex-direction: column;
    width: 6.83rem
}

.grid-layout--1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.grid-layout--1 .text-block {
    margin-top: .073rem
}

.grid-layout--h50 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    width: 100%;
    position: relative
}

.grid-layout--h25 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25%;
    width: 100%;
    position: relative;
    border-bottom: 1px #e71b1a solid;
}

.logo,.logo svg {
    width: .813rem;
    height: .198rem
}

.close-btn,.logo {
    position: fixed;
    z-index: 2;
    display: block
}

.logo {
    top: .26rem;
    left: .26rem
}

.about,.home-page,.portfolio {
    width: 100%;
    height: 100vh
}

.close-btn,.close-btn svg {
    width: .313rem;
    height: .313rem
}

.home-page .gallery-arrow {
    display: block;
    position: absolute;
    right: 50%;
    z-index: 1;
    top: 0;
    width: .8rem;
    height: 100%;
    margin: 0!important;
    cursor: default
}

.home-page .gallery-arrow--left {
    left: 0
}

.home-page .gallery-arrow--right {
    right: 0
}

.close-btn {
    top: .219rem;
    right: .349rem;
    transition: fill 150ms ease-in-out
}

.about .about-content,.btn-arrow,.pagination {
    display: flex
}

.btn-arrow,.btn-filler {
    width: 100%;
    height: 100%
}

.close-btn svg {
    fill: #e71b1a;
    pointer-events: none
}

.close-btn:hover svg {
    fill: #000
}

.btn-arrow {
    padding: 0 .667rem;
    color: #e71b1a;
    font-size: .385rem;
    justify-content: space-between;
    align-items: center;
    transition: color 150ms ease-in-out,background 150ms ease-in-out
}

.btn-arrow svg {
    display: block;
    width: .542rem;
    height: .323rem;
    pointer-events: none
}

.btn-arrow:hover {
    color: #fff;
    background-color: #e71b1a
}

.btn-arrow:hover svg {
    stroke: #ffffff
}

.btn-filler {
    position: absolute;
    left: 0;
    top: 0
}

.btn-filler:hover~.btn-arrow svg,.gallery-arrow:hover svg {
    stroke: #000
}

.artwork-author {
    color: #e71b1a;
    font-size: .063rem;
    position: absolute;
    right: .26rem;
    top: .38rem
}

.pagination {
    width: 2.65rem;
    position: absolute;
    left: .26rem;
    top: .703rem;
    z-index: 2
}

.pagination .swiper-pagination-bullet,.pagination__item {
    height: 3px;
    flex: 1;
    background-color: rgba(231,27,26,.3);
    border-radius: 0;
    position: relative;
    opacity: 1
}

.pagination .swiper-pagination-bullet:after,.pagination .swiper-pagination-bullet:before,.pagination__item:after,.pagination__item:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    background-color: #e71b1a
}

.pagination .swiper-pagination-bullet:not(:last-of-type),.pagination__item:not(:last-of-type) {
    margin-right: .052rem
}

.pagination .swiper-pagination-bullet.backward-video-trans:before,.pagination .swiper-pagination-bullet.video-trans:after,.pagination__item.backward-video-trans:before,.pagination__item.video-trans:after {
    transition: width 10s linear
}

.isActive.image-trans .filler,.pagination .swiper-pagination-bullet.backward-image-trans:before,.pagination .swiper-pagination-bullet.image-trans:after,.pagination__item.backward-image-trans:before,.pagination__item.image-trans:after {
    transition: width 5s linear
}

.isActive.video-trans .filler {
    transition: width 14s linear
}

.isActive .filler {
    width: 100%
}

.isPassed {
    background-color: #e71b1a!important
}

.filler {
    display: block;
    height: 100%;
    width: 0;
    background-color: #e71b1a
}

.gallery,.gallery-slide {
    height: 3.94rem;
    display: block;
    position: relative
}

.bg-white,.portfolio .swiper-slide,.swiper-slide:before {
    background-color: #fff
}

.gallery {
    width: 2.22rem
}

.gallery .pagination {
    width: 100%;
    position: absolute;
    left: 0;
    top: -.052rem;
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    -o-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

.gallery-slide {
    width: 100%
}

.gallery-slide__image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.gallery-arrow,.gallery-arrow svg {
    display: block;
    width: .542rem;
    height: .323rem
}

.portfolio .swiper-slide .text-block {
    margin-top: .068rem;
    z-index: 5
}

.portfolio .VideoBg {
    height: 100%
}

.gallery-arrow {
    font-size: 0;
    position: absolute;
    top: 50%;
    margin-top: -.161rem;
    cursor: pointer
}

.gallery-arrow svg {
    pointer-events: none
}

.gallery-arrow--left {
    left: -.26rem;
    margin-left: -.542rem;
    transform: rotate(180deg)
}

.gallery-arrow--right {
    right: -.26rem;
    margin-right: -.542rem
}

.text-block {
    color: #e71b1a;
    font-size: .083rem
}

.text-block li:not(:last-of-type),.text-block p:not(:last-of-type) {
    margin-bottom: .063rem
}

.text-block a {
    color: inherit;
    transition: color 150ms ease-in-out,border 150ms ease-in-out
}

.text-block a:hover {
    color: #000;
    border-color: #000
}

.heading {
    color: #e71b1a
}

.heading--big {
    font-size: .75rem
}

.heading--small {
    font-size: 26px
}

.about__address {
    color: #e71b1a;
    font-size: .25rem
}

.about .heading--small {
    margin-top: .25rem;
    margin-bottom: .156rem
}

.about .wrapper--1 {
    margin-left: .26rem;
    width: 3.59rem
}

.about .wrapper--2 {
    margin-left: .443rem;
    width: 2.42rem
}

.about .wrapper--3 {
    margin-left: 1.07rem;
    width: 1.77rem
}

.about .single-post .text-block {
    margin-top: .068rem
}

video::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none
}

video::--webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none
}

video::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none
}

.swiper-slide {
    position: relative;
    overflow: hidden
}

.swiper-slide:before {
    display: block;
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-slide .text-block a {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.home-page .VideoBg,.home-page .image-slide {
    width: 3.17rem
}

.text-page {
    padding: 1.04rem 0
}

.text-page__row {
    margin: 0 auto;
    width: 100%;
    max-width: 4.06rem
}

.wpcf7-form input,.wpcf7-form label,.wpcf7-form textarea {
    font-family: Helvetica;
    font-size: .104rem
}

.text-page .text-box h1+p,.text-page .text-box h2,.text-page .text-box h2+p,.text-page .text-box h3,.text-page .text-box h3+p,.text-page .text-box h4,.text-page .text-box h4+p,.text-page .text-box h5,.text-page .text-box h5+p,.text-page .text-box h6,.text-page .text-box h6+p,.text-page .text-box p+h1 {
    margin-top: 2em
}

.text-page .text-box p+p {
    margin-top: 1em
}

.text-page .text-box img {
    width: 100%!important;
    height: auto
}

.wpcf7-form input,.wpcf7-form textarea {
    background-color: #fff;
    width: 100%;
    height: .26rem;
    padding: 0 .104rem;
    color: #000;
    box-shadow: none;
    border: 1px solid #000
}

.wpcf7-form input::placeholder,.wpcf7-form textarea::placeholder {
    font-family: Helvetica;
    font-size: .104rem;
    padding: 0 .104rem
}

.wpcf7-form textarea {
    height: 1.04rem;
    max-width: 100%;
    min-width: 100%;
    padding: .104rem
}

.wpcf7-form label input,.wpcf7-form label textarea {
    margin-top: .5em
}

.wpcf7-form input[type=submit] {
    background-color: #e71b1a;
    border: 1px solid #e71b1a;
    width: 1.04rem;
    height: .365rem;
    font-size: .125rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: .1em;
    transition: background-color 150ms ease-in-out
}

.wpcf7-form input[type=submit]:hover {
    background-color: #ba1414
}

@media only screen and (orientation: portrait),only screen and (max-width:750px) {
    .grid-layout {
        flex-direction:column;
        height: unset
    }

    .grid-layout--left,.grid-layout--right {
        width: 100%
    }

    .grid-layout--1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto
    }

    .grid-layout--1 .text-block {
        bottom: unset;
        top: 2.84rem;
        left: .867rem;
        font-size: .289rem;
        position: fixed;
        z-index: 10;
        width: calc(100% - .867rem - .867rem)
    }

    .grid-layout--h50 {
        height: 2rem
    }

    .grid-layout--h25 {
        height: 2rem;
        border-bottom: 0;
    }

    .logo,.logo svg {
        width: 2.82rem;
        height: .699rem
    }

    .logo {
        top: .602rem;
        left: .867rem
    }

    .home-page {
        height: 100vh
    }

    .close-btn,.close-btn svg {
        width: .627rem;
        height: .627rem
    }

    .home-page .grid-layout {
        height: 100%
    }

    .home-page .grid-layout--left {
        height: calc(100% - 6rem)
    }

    .home-page .VideoBg,.home-page .image-slide {
        height: calc(100vh - 6rem)!important
    }

    .home-page .gallery-arrow {
        width: 2.5rem
    }

    .close-btn {
        top: .699rem;
        right: .867rem
    }

    .close-btn:after {
        content: "";
        width: 200%;
        height: 200%;
        -webkit-transform: translate3d(-50%,-50%,0);
        -moz-transform: translate3d(-50%,-50%,0);
        -o-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
        position: absolute;
        top: 50%;
        left: 50%
    }

    .btn-arrow {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 .867rem;
        width: 100%;
        height: 100%;
        font-size: .5rem
    }

    .btn-arrow svg {
        width: 1.45rem;
        height: .5rem
    }

    .artwork-author {
        font-size: .289rem;
        right: .867rem;
        top: 1.01rem
    }

    .pagination {
        width: 8.24rem;
        left: .867rem;
        top: 1.98rem
    }

    .pagination__item {
        height: 4px
    }

    .pagination__item:not(:last-of-type) {
        margin-right: .145rem
    }

    .gallery {
        width: 100%;
        min-height: 100vh
    }

    .gallery .pagination {
        width: 8.24rem;
        position: absolute;
        left: .867rem;
        top: 2rem;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .swiper-slide {
        position: relative;
        background-color: #fff
    }

    .portfolio,.swiper-slide .gallery-slide {
        width: 100%;
        height: 100vh
    }

    .swiper-slide .gallery-slide__image {
        width: 100%;
        height: 100%
    }

    .portfolio .text-block {
        display: flex;
        align-items: center;
        bottom: 0;
        left: 0;
        top: unset;
        background-color: #fff;
        width: 100%;
        height: 2.41rem;
        padding: 0 .867rem
    }

    .portfolio .gallery-arrow {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        width: 2.5rem;
        height: calc(100vh - 2.41rem);
        margin: 0!important;
        cursor: default
    }

    .portfolio .gallery-arrow svg {
        display: none
    }

    .portfolio .gallery-arrow--left {
        left: 0
    }

    .portfolio .gallery-arrow--right {
        right: 0
    }

    .text-block {
        font-size: .386rem
    }

    .text-block li:not(:last-of-type),.text-block p:not(:last-of-type) {
        margin-bottom: .289rem
    }

    .heading--big {
        font-size: 1.16rem
    }

    .heading--small {
        font-size: .627rem
    }

    .about {
        width: 100%;
        height: unset;
        padding-bottom: .916rem;
        padding-top: 2.94rem
    }

    .about__address {
        display: block;
        font-size: .578rem;
        margin-bottom: 1.21rem
    }

    .about .about-content {
        flex-direction: column
    }

    .about .heading--small {
        margin-top: 1.16rem;
        margin-bottom: .723rem
    }

    .about .heading--big {
        width: 5.54rem;
        margin-bottom: .867rem
    }

    .about .wrapper {
        width: 8.24rem;
        margin: 0 auto
    }

    .about .grid-layout--1 .text-block {
        position: static
    }

    .single-post .text-block {
        margin-top: .289rem
    }

    .VideoBg,.image-slide {
        height: 100vh!important;
        min-height: unset;
        width: 100%!important
    }

    .text-page {
        padding: 2.4rem 0
    }

    .text-page__row {
        max-width: 82%
    }

    .text-page .text-box {
        font-size: .434rem;
        line-height: 1.6
    }

    .text-page .text-box h1,.text-page .text-box h2,.text-page .text-box h3,.text-page .text-box h4,.text-page .text-box h5,.text-page .text-box h6 {
        font-size: .578rem;
        line-height: 1.2
    }

    .wpcf7-form input,.wpcf7-form textarea {
        font-size: .482rem;
        height: 1.21rem;
        padding: 0 .482rem
    }

    .wpcf7-form input::placeholder,.wpcf7-form textarea::placeholder {
        font-size: .482rem;
        padding: 0 .482rem
    }

    .wpcf7-form textarea {
        height: 4.82rem;
        padding: .482rem
    }

    .wpcf7-form label {
        font-size: .482rem
    }

    .wpcf7-form input[type=submit] {
        width: 100%;
        height: 1.69rem;
        font-size: .578rem
    }
}

.about-block .eu-btn {
    position: absolute;
    right: .667rem;
    bottom: .2rem;
    font-weight: 600;
    color: #e71b1a;
    display: flex;
    align-items: center
}

.about-block .eu-btn svg {
    fill: #E71B1A;
    margin-left: .1rem
}

.about-block a.btn-arrow:hover+.eu-btn {
    color: #fff
}

.about-block a.btn-arrow:hover+.eu-btn svg {
    fill: white
}

@media (max-width: 945px) {
    .about-block .eu-btn {
        right:unset;
        bottom: 0;
        font-size: 10px
    }
}
