@charset "UTF-8";
@import "../font_face/stylesheet.css";
@import "default.css";
.darkShadow {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    z-index: -1;
    opacity: 0.5;
}
.half-screen .darkShadow {
    z-index: 1;
}
main{
    overflow: hidden;
}
.main_wrapper{
    opacity: 0;
}
.font-14{font-size: 0.9722222222222222vw;line-height: 1.43;}
.font-16{font-size: 1.1111111111111112vw;line-height: 1.25;}
.font-18{font-size: 1.25vw;line-height: 1.15;}
.font-24{font-size: 1.5vw;line-height: 1.25;}
.font-32{font-size: 1.7vw;}
.font-36{font-size: 2.5vw;}
.font-40{font-size: 2.7777777777777777vw;}
.font-60{font-size: 4.166666666666667vw;}
.font-80{font-size: 4.9vw;}

.line-height-1{line-height: 1;}
.bold{font-weight: bold}
.medium{font-weight: 500}
.section-1 .section_content .caption.font-32{
    opacity: 0;
    padding-left: 1.3888888888888888vw;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-flow: row nowrap;
    padding: 1.7361111111111112vw 6.94444444444444vw;
    align-items: center;
    text-transform: uppercase;
    font-size: 0.7638888888888888vw;
    line-height: 1.82;
    z-index: 150;
    font-weight: bold;
    font-family: 'Avenir Next', sans-serif;
}
[class^="section-"]{
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    position: relative;
}
.slick-current [class^="section-"]{
    pointer-events: all;
}
header *{
    transition: color 0.2s ease;
    color: #000;
    fill: #000;
}
body.white header *{
    color: #fff;
}
.arrow .st0{
    fill: #000;
}
body.white .st0,
body.white .st1,
body.white .st2,
body.white .st3{
    fill:#ffffff;
}
.st0{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:#000000;
}
body.white #logo .st2{
    fill-rule:evenodd;
    clip-rule:evenodd;
    /* fill:#000000; */
}
.internet_block {
    display: none;
}
/*#logo .st1{*/
    /*fill-rule:evenodd;*/
    /*clip-rule:evenodd;*/
    /*fill:#ffffff;*/
/*}*/
/*.st2{*/
    /*fill-rule:evenodd;*/
    /*clip-rule:evenodd;*/
    /*fill:#5A002C;*/
/*}*/
/*.st0{display:none;}*/
.st1{display:inline;}
.st2{display:inline;fill:#FFFFFF;}
.st3{display:inline;fill:#5A002C;}

.smallActive{
    background-color: #98003b;
    width: 4.166666666666667vw;
    height: 2px;
    position: absolute;
    top: 45%;
    transform: translate(-100%,-50%);
    left: 0;
}
.logo{
    width: 10%;
    height: 2.0833333333333335vw;
    min-width: 125px;
    z-index: 1;
}
.lang{
    /* margin: 0 125px 0 35px; */
    width: 15%;
    padding-left: 2.4305555555555554vw;
    position: relative;
}
.lang span{
    position: relative;
    cursor: pointer;
    width: auto;
    line-height: 1.82;
    display: inline-block;
    padding: 0.3472222222222222vw 0;
}
.lang span:before{
    position: absolute;
    content: '';
    top: 0;
    left: -50%;
    right: -50%;
    bottom: 0;
}
.lang ul{
    display: none;
}
.curLang span {
    display: flex;
    align-items: center;
}
.curLang {
    position: relative;
}
.lang.convert .curLang .arrow svg{
    transform: rotate(0deg);
}
.curLang .arrow svg{
    transform: rotate(-90deg);
    position: absolute;
    top: calc(50% - 3px);
    left: 26px;
    background-size: cover;
    width: 13px;
    height: 6px;
    padding: 0;
    transition: transform 0.2s linear;
}
.otherLang{
    display: block;
    position: absolute;
    top: 2.0833333333333335vw;
    left: 3.125vw;
}
.main_menu{
    display: flex;
    flex-flow: row nowrap;
    width: 75%;
    position: relative;
}
.otherLang a {
    cursor: pointer;
}
.otherLang a:hover{
    text-decoration: underline;
}
    /*.main_menu a{*/
    /*min-width: 15%;*/
    /*margin-right: 3%;*/
    /*padding: 0.3472222222222222vw 0;*/
    /*font-weight: bold;*/
/*}*/
/*.main_menu a:last-child{*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*width: auto;*/
    /*margin: 0;*/
/*}*/
/*.section-2,
.section-3, 
.section-5  {
    background-color: #ffffff;    
}
.sectionItem.white_section {
    background-color: #000000;
}*/

.main_menu .menuItem{
    min-width: 15%;
    margin-right: 3%;
    position: relative;
    overflow: hidden;
    display: block;
}
.main_menu a {
    padding: 0.3472222222222222vw 0;
    font-weight: bold;
    display: block;
}
.main_menu .menuItem:last-child{
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    margin: 0;
}

.main_menu .underline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
    transition: background-color 0.2s ease;
    opacity: 1;
    transform: translateX(-120%);
}
body.white .main_menu .underline {
    background-color: #fff;
}

header.whiteMenu .main_menu .underline{
    background-color: #ffffff;
}
.whiteMenu .logo #e5uha,
.whiteMenu .logo #e5uhb,
.whiteMenu .logo #e5uhc {
    fill:#ffffff;
}
.whiteMenu .lang span {
    color: #ffffff;
}

.section-1{
    padding-top: 29.62962962962963vh;
    padding-bottom: 20.987654320987655vh;
    opacity: 1;
    pointer-events: none;
}
.section-1 .section_content{
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    justify-content: space-between;
    align-content: space-between;
    padding: 0 6.944444444444445vw;
    align-items: flex-end;
}
.screen_caption{
    width: 100%;
}
.screen_caption div{
    line-height: 1.2;
}
.screen_caption p{
    width: 80%;
    line-height: 1;
}

.bottom_caption{
    width: 50%;
    line-height: 1.2;
}
footer .bottom_caption{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.absolute_img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
body.white .footer_text{
    color: #ffffff;
}
body.white[data-slick-current='5'] .footer_text{
    color: #808080;
}


footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 150;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 0 6.94444444444444vw 2.0833333333333335vw 6.94444444444444vw;
}
.footer_text{
    color: #808080;
    font-size: 0.7638888888888888vw;
    line-height: 1.82;
    display: inline-block;
    padding: 0.3472222222222222vw 0;
    font-weight: bold;
    font-family: 'Avenir Next', sans-serif;
    transition: color .2s linear;
}
footer a{
    display: block;
    text-transform: uppercase;
}
.section_caption p{
    line-height: 1.334;
    display: block;
}
.section_caption p>span{
    display: block;
    transform: translate(0,100%);
    letter-spacing: 0;
}
.wrapper_content{
    height: 100%;
    display: flex;
    padding: 11.11111111111111vw 5.555555555555555vw 9.722222222222221vw 5.555555555555555vw;
    flex-flow: row wrap;
    position: relative;
}
.section_caption{
    width: 100%;
    padding: 0 1.3888888888888888vw;
}
.quarter{
    width: 25%;
    padding: 0 1.3888888888888888vw;
    display: flex;
    flex-flow: row wrap;
}
.section-2 .quarter .quarter_headline span{
    color: #000000;
    font-weight: 700;
    letter-spacing: 0;
}
.section-2 .quarter span{
    transition: color .2s linear .2s;
    font-family: "Avenir Next", sans-serif;
    font-weight: 500;
    color: inherit;
    letter-spacing: 0;
}
.section-2 .quarter_description p{
    color: #7f7f7f;
}
.section-2 .quarter .underline_caption span{
    letter-spacing: 1px;
    font-weight: 700;
}
.section-2 .quarter .underline_captionLine{
    transition: background-color .2s linear .2s;
}
body:not(.touch) .section-2 .quarter:hover .underline_captionLine{
    background-color: #ffffff;
}
.section-2 .quarter:hover span{
    color: #ffffff;
}
.quarter .underline_caption{
    width: 100%;
    display: flex;
    align-self: flex-end;
}
.section-2 .modal-item .half-screen.left{
    padding-bottom: 8%;
    justify-content: space-between;
}
.section-2 .modal-item .right{
    justify-content: center;
    padding-bottom: 8%;
}
.section-2 .modal-item .right .half_content{
    /*width: 60%;*/
    padding: 11.11111111111111vw 0 0 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    font-weight: 400;
    margin-right: 15%;
}
.section-2 .modal-item .right .half_content>div:last-child{
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    align-content: flex-end;
}
.section-2 .modal-item .right .half_content p{
    font-family: 'Avenir Next', sans-serif;
    margin-bottom: 2.7777777777777777vw;
    font-weight: 600;
    letter-spacing: 0;
}
.section-2 .modal-item .right .half_content span{
    font-family: 'Avenir Next', sans-serif;
    margin-bottom: 5.555555555555555vw;
    margin-top: 0;
    display: inline-block;
}
.section-2 .modal-item .right .half_content span:last-child{
    margin-bottom: 0;
}
.section-2 .modal-item .half_content p,
.section-2 .modal-item .half_content{
    margin-bottom: 0;
}
.section-2 .flex-row{
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    height: 65%;
}
.section-2 .flex-row.modal-wrap{
    height: 100%;
}
.section-2 .wrapper_content{
    flex-flow: column;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
}
.underline_caption{
    /*box-shadow: 0 -3px 0 -1px #98003b inset;*/
    padding-bottom: 1.3888888888888888vw;
    position: relative;
}
.underline_captionLine {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    height: 3px;
    width: 100%;
    background-color: #98003b;
}
.white .underline_captionLine {
    background-color: #ffffff;
}

.underline_caption p{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.82;
    color: #98003b;
}
.flex-row{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.quarter_headline{
    height: 30%;
    overflow: hidden;
}
.quarter_description{
    height: 35%;
}
.navigation{
    counter-reset: nav-counter;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 5.555555555555555vw;
    z-index: 151;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
ul.navigation li{
    display: flex;
    width: 100%;
}
.slick-initialized .slick-slide>div{
    display: flex;
    width: 100%;
    height: 100%;
}

.navigation.white button{
    color: #ffffff;
}
.navigation button{
    counter-increment: nav-counter;
}
.navigation button:before{
    content: counter(nav-counter, upper-roman);
    font-size: 1.25vw;
    display: block;
    line-height: 2.78;
    color: #000;
    transition: color .2s linear;
    font-family: 'Baskerville', sans-serif;
    width: 100%;
}
body.white .navigation button:before{
    color: #fff;
}
body.white .navigation.black button:before{
    color: #000;
}
.section-2{
    pointer-events: none;
}
.half-screen{
    width: 50%;
    display: flex;
}
.section-3>.flex-row{
    height: 100%;
}
.half-screen.left{
    padding: 11.11111111111111vw 0 0 5.555555555555555vw;
    flex-flow: column;
    align-items: flex-start;
    align-content: flex-start;
    height: 100%;
    box-sizing: border-box;
}
.section-3 .left>.flex-row{
    height: auto;
}
.section-3 .right{
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    align-content: flex-start;
    height: 100%;
}
.section-3 .right .img_wrap{
    height: 50%;
}
.section-5 .right .img_wrap{
    position: relative;
}
.img_holder{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #fff;
}
.half-screen.right img{
    transform: translate(0,100%);
    height: 100%;
    object-fit: cover;
    object-position: bottom left;
}
.section-5 .half-screen.right img {
    transform: translate(0, 0);
    object-position: bottom right;
}
.half_content{
    padding: 0 1.3888888888888888vw;
    width: 78%;
    margin-bottom: 9.876543209876544vh;
}
.left .section_caption{
    margin-bottom: 7.407407407407407vh;
}
.half_content .font-24{letter-spacing: 0;}
.half_content .font-14{
    color: #7f7f7f;
    margin-top: 2.7777777777777777vw;
    font-family: "Avenir Next";
    font-weight: 500;
    letter-spacing: 0;
}
.mini-infoblock{
    width: 50%;
    padding: 0 1.3888888888888888vw;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    /*flex-direction: column;*/
    height: auto;
}
.mini-infoblock .caption{
    color: #98003b;
    margin-bottom: 1.3888888888888888vw;
    letter-spacing: 0;
    width: 100%;
}
.mini-infoblock .sub_caption{
    font-weight: 700;
    font-family: 'Avenir Next', sans-serif;
    letter-spacing: 0;
}
.right .mini-infoblock{
    width: 70%;
    height: 50%;
}
.section-3{
    pointer-events: none;
}
.section-4{
    pointer-events: none;
}
.section-4 .absolute_wrap{
    z-index: -1;
}
.overflowTrue {
    overflow: scroll;
    height: 870px;
}
.section-4 .absolute_wrap img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    /* filter: saturate(2) brightness(0.5); */
    mix-blend-mode: darken;
}
.white_section *{
    color: #ffffff;
}

.flex-column{
    width: 100%;
    flex-flow: column;
    height: 100%;
    display: flex;
}
.section-5 .flex-column {
    height: auto;
}
.full-height{
    height: 100%;
}
/*.underline_caption.white{
    box-shadow: 0 -3px 0 -1px #ffffff inset;
}*/
.underline_caption.white p{
    color: #ffffff;
    font-size: 1.3888888888888888vw;
    line-height: 1;
    font-family: 'Avenir Next', sans-serif;
}
.section-4 .caption {
    font-family: 'Avenir Next', sans-serif;
}

.section-4 .quarter .caption {
    height: 180px;
}
.section-4 .underline_caption p{
    height: 2.76vw;
    display: flex;
}
.section-4 .underline_caption p span{
    margin-top: auto;
    display: block;
}

.section-4 .full-height{
    counter-reset: section-4;
    padding-top: 5.555555555555555vw;
}
.quarter .counter{
    counter-increment: section-4;
    align-self: flex-start;
    width: 100%;
    opacity: 0.5;
}
.quarter .counter:before{
    content: counter(section-4, upper-roman) '.';
    font-size: inherit;
    opacity: inherit;
    display: block;
    line-height: 1.5;
}
.section-5{
    pointer-events: none;
}
.section-5 .flex-row{
    height: 100%;
}

.slider-nav{
    counter-reset: slider-nav;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-bottom: 5.555555555555555vw;
    position: relative;
    overflow: visible;
}
.slider-nav button{
    counter-increment: slider-nav;
    width: 25%;
    display: flex;
    text-align: left;
    line-height: 1.67;
    position: relative;
}
.slider-nav button:after{
    content: '';
    height: 2px;
    background: #f4f4f4;
    position: absolute;
    right: 0;
    top: 45%;
    width: calc(100% - 4.166666666666667vw);
    transform: translate(0%, -50%);
}
.slider-nav button:before{
    content: counter(slider-nav, upper-roman);
    width: 4.166666666666667vw;
    text-align: center;
    font-size: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: 1;
}
.text_slider{
    padding: 0 1.3888888888888888vw;
}
.slider-content{
    position: relative;
    height: 100%;
    padding-right: 20px;
}
.slider-item{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    overflow: hidden;
}
.slider-item.active{
    opacity: 1;
}

.slider-item .caption{
    margin-bottom: 2.7777777777777777vw;
    line-height: 1.1;
    letter-spacing: 0;
}
.slider-item .caption,
.slider-text{
    opacity: 1;
}
.slider-text{
    color: #7f7f7f;
    font-family: 'Avenir Next', sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 0.9722222222222222vw;
    line-height: 1.45;
}
.slider-text *{
    color: inherit;
}
.absolute-nav{
    position: absolute;
    top: 45%;
    width: 4.166666666666667vw;
    transform: translate(0%, -50%);
    background: #98003b;
    height: 2px;
    z-index: 50;
}
.section-6{
    background-color: #000000;
}
.map_wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    min-height: 350px;
}
.absolute_content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    pointer-events: none;
    z-index: 3;
}
.absolute_content .left{
    flex-flow: row wrap;
    align-content: space-between;
    padding-bottom: 9.722222222222221vw;
    pointer-events: none;
}
.absolute_content .left .bottom_caption{
    padding: 0 1.3888888888888888vw;
    overflow: hidden;
    pointer-events: all;
}
.absolute_content .left .bottom_caption a{
    display: block;
}
.darkBackground {
    background-color: #000000;
}
.headingGap {
    margin-bottom: 2.7777777777777777vw;
}
.triangle_holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    width: 20.833333333333332vw;
    min-width: 240px;
}
.triangle_holder .icon{
    display: flex;
    flex-flow: column;
    align-items: center;
    position: absolute;
}
.triangle_holder .icon svg{
    width: 5.555555555555555vw;
    min-width: 70px;
    max-width: 80px;
    max-height: 66px;
}
.triangle_holder .icon.bank svg{
    max-height: 60px;
}
.main_triangle>div svg{
    position: absolute;
    width: 2.0833333333333335vw;
    height: 2.0833333333333335vw;
    min-width: 30px;
    min-height: 30px;
}
.main_triangle{
    width: 20.833333333333332vw;
    min-width: 300px;
    height: 19.444444444444443vw;
    min-height: 280px;
}
.main_triangle>div{
    position: absolute;
    width: 100%;
    height: 5px;
    background: #ffffff;
    bottom: 0;
    left: 0;
    border-radius: 57px;
}
.main_triangle>div svg path{
    width: 100%;
    height: 100%;
}
.main_triangle>div .left{
    left: 10%;
    transform: rotate(-90deg) translate(50%,0%) scale(0.89, 1.3);
    top: 50%;
}
.main_triangle>div .right{
    right: 10%;
    transform: rotate(90deg) translate(-50%,0%) scale(0.89, 1.3);
    top: 50%;
}
.main_triangle>div.line-2 .left{}
.main_triangle>div.line-2 .right{}
.main_triangle>div.line-3 .left{}
.main_triangle>div.line-3 .right{}
.main_triangle .left{}
.main_triangle .right{}

.main_triangle>div.line-1{}
.main_triangle>div.line-2{
    transform-origin: bottom left;
    transform: rotate(-60deg) translate(2px,3px);
    z-index: 53;
}
.main_triangle>div.line-3{
    transform-origin: bottom right;
    transform: rotate(60deg) translate(-1px,3px);
    z-index: 55;
}
.triangle_holder .icon.bank{
    top: 100%;
    right: 100%;
}
.triangle_holder .icon.client{
    top: 100%;
    left: 100%;
}
.triangle_holder .icon.saxum{
    bottom: 100%;
    left: 50%;
    transform: translate(-50%,0%);
}
.bank.icon svg,
.client.icon svg,
.saxum.icon svg{
    height: 5.55vw;
}
.bank svg{}
.triangle_holder span{
    color: #ffffff;
}
.modal-item {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: top 0.3s ease, opacity 0.3s ease;
}
.modal-item .half_content{
    overflow-y: auto;
}
.modal-item .section_caption{
    overflow: visible;
}
.modal-item.active {
    z-index: 2000;
    opacity: 1;
    top: 0;
    display: block;
}
.modal-item .half-screen .img_wrap {
    position: relative;
}
.img_wrap {
    height: 100%;
    overflow: hidden;
}
.modal-item .half-screen .img_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: auto;*/
    object-fit: cover;
}
.modal-item .half-screen .img_wrap.darkBackground img{
    object-fit: cover;
    transform: none;
}
.modal-wrap{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.modal-wrap .half-screen {
    background-color: #ffffff;
}
.modal-item .logo {
    position: absolute;
    top: 1.8055555555555556vw;
    left: 6.944444444444445vw;
}
.modal-item .logo .img_wrap img {
    height: 2.0833333333333335vw;
    width: auto;
    object-fit: contain;
    min-height: 30px;
    /*min-width: 170px;*/
}
.closeCross {
    position: absolute;
    top: 2.0833333333333335vw;
    right: 7.638888888888888vw;
    cursor: pointer;
    transform: rotate(0deg);
    transition: transform .2s linear;
    transform-origin: center;
}
.whiteCross,
.blackCross {
    min-width: 20px;
    min-height: 20px;
}
.closeCross:hover{
    transform: rotate(90deg);
}
.closeCross:before{
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
}
.half-screen.right .closeCross img.blackCross{
    display: none;
}
.half-screen.right .closeCross img {
    height: 1.3888888888888888vw;
    width: 1.3888888888888888vw;
    object-position: center;
    transform-origin: center;
    transform: none;
    max-width: 25px;
    max-height: 25px;
}
.half-screen.right .closeCross:hover img {
}
.quarter {
    position: relative;
    cursor: pointer;
}
.tongue {
    position: absolute;
    top:0;
    left: -15px;
    transition: top 0.5s ease;
    z-index: -1;
    width: 24.305555555555554vw;
    height: 56.25vw;
    overflow: auto;
}
.contactForm {
    width: 100%;
    height: 100%;
    position: relative;
}
.form_caption {
    width: 100%;
    position: relative;
}
.white_section .contactForm .form_caption p,
.white_section .contactForm input{
    color: #000000;
}
.white_section .contactForm {
    color: #000000;
    padding: 6.944444444444445vw 6.944444444444445vw 0 6.944444444444445vw;
    pointer-events: all;
    background: #ffffff;
    border-top-left-radius: 17.283950617283953vh;
    height: 80.24691358024691vh;
    transition: all .4s ease-in-out;
    transform: translateX(100%);
}
.form_caption p {
    margin-bottom: 2.7777777777777777vw;
}
.form-label {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 1.3888888888888888vw 0;
    cursor: pointer;
}
.form-label span {
    font-family: "Avenir Next", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.519;
    text-transform: uppercase;
    color: #808080;
}
.contactForm .form-label span em{
    color: #808080;
    font-size: 120%;
    font-style: normal;
    line-height: 1;
}
.iputBlock {
    box-shadow: 0 -1px 0 0 #e0e0e0 inset;
    transition: box-shadow .2s linear;
}
.iputBlock:first-child .form-label{
    padding-top: 0;
}
.iputBlock:hover .form-label span{
    color: #000000;
}
.iputBlock:hover{
    box-shadow: 0 -2px 0 0 #e0e0e0 inset;
}
.iputBlock.error{
    box-shadow: 0 -1px 0 0 #98003b inset;
}
.form-label>i{
    position: absolute;
    bottom: 5%;
    color: #98003c;
    font-style: normal;
    font-size: 65%;
    font-weight: 500;
    font-family: 'Avenir Next', sans-serif;
    letter-spacing: 0;
    opacity: 0;
    transition: opacity .2s linear;
    left: 0;
}
.error .form-label>i{
    opacity: 1;
}
.contactForm .error span{
    color: #98003b;
}
.contactForm label > textarea,
.contactForm label > input:not([type='file']) {
    box-shadow: none;
    max-width: 80%;
    width: 100%;
    font-size: 0.9722222222222222vw;
    line-height: 1.429;
}
.contactForm label > textarea{
    line-height: 1.45;
}
.contactForm .form-label span {
    margin-right: 0;
    display: flex;
    align-items: flex-start;
}
.submitBtn {
    margin: 2.7777777777777777vw 0 0 0;
    display: flex;
    justify-content: flex-end;
}
.submitBtn input[type='button'],
.submitBtn span{
    padding: 0.6944444444444444vw 2.0833333333333335vw;
    border-radius: 1.0416666666666667vw 0;
    background-color: #98003b;
    border: 3px solid #98003b;
    transition: color 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
    min-width: 220px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Avenir Next', sans-serif;
    color: #fff;
    font-size: 11px;
    width: 15.277777777777777vw;
}
.btnCapt {
    display: inline-block;
}
.white_section textarea {
  color: #000000;
}
.submitBtn:hover input{
    background-color: #ffffff;
    color: #98003b;
}
.contactCover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 160px;
}
.contactCover svg {
    width: auto;
    z-index: 0;
}
.section-6 .right {
    position: relative;
    transform-origin: bottom right;
    pointer-events: none;
    display: flex;
    align-items: flex-end;
}
.section-6 .right.active .contactForm{
    transform: translateX(0);
}
.contactCover,
.contactForm {
    z-index: 151;
}
.form-control .error {
    box-shadow: 0 -1px 0 0 #98003b inset;
}
[class^="section-"].active {
    pointer-events: all;
}
.navigation button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.navigation .line {
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    width: 4.166666666666667vw;
    height: 0.41666666666666663vw;
    border-radius: 0 0 0 40px;
    background-color: #98003b;
    z-index: -1;
    transform: translate(100%,0);
    max-height: 6px;
}
.navigation button:first-child.active .line{
    transform: translateX(0);
}
.navigation .active .line{
}
.section_caption {
    position: relative;
}

.headerPointer {
    position: absolute;
    top: 0;
    left: 0;
    width: 4.166666666666667vw;
    height: 12px;
    border-radius: 0 0 12px;
    background-color: #98003b;
    z-index: 151;
    transform: translate(-100%,0);
}
.headerPointer.active{
    /*left: 0;*/
}
header.whiteMenu .main_menu a{
    color: #ffffff;
}
/*[class^="section-"] p{
    overflow: hidden;
    transform: translateY(100px);
    /*transition: transform 0.5s linear;*/
/*}*/
/*[class^="section-"].active p {
    transform: translateY(0);
}*/
.section_caption,
.underline_caption,
.quarter_headline,
.quarter_description,
.half_content,
.half-screen .mini-infoblock,
.bottom_caption,
.screen_caption,
.caption {
    overflow: hidden;
}

.quarter p{
    overflow: hidden;
}
.quarter p>span{
    display: block;
    transform: translate(0%,100%);
}
.noodles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1200;
}
.noodles_wrap {
    width: 100%;
    opacity: 1;
    display: flex;
    justify-content: center;
    height: 100%;
}
.noodles_item {
    border-top-right-radius: 4.5vw 5vw;
    border-bottom-right-radius: 4.5vw 5vw;
    width: 23%;
    height: 140%;
    background-color: #ffffff;
    transform: translateY(100%);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px inset;
}
.section-2 .noodles_item,
.section-3 .noodles_item{
    background: rgba(255,255,255,0);
    transform: translateY(0%);
    box-shadow: rgba(0, 0, 0, 0.15) 1px 0px 0px 0px inset;
}
.noodles_item:first-child,
.noodles_item:last-child{
    width: 5.555555555555555vw;
}
.section-3 .mini-infoblock p span,
.section-3 .half_content p span{
    display: block;
    color: inherit;
}
.force-active .section-6 .right{
    transform: scale(1);
}
.force-active .smallActive{
    transform: translate(0%, -50%);
}
.force-active .slider-item .caption, .force-active .slider-text{
    opacity: 1;
}
.force-active .img_holder{
    transform: translate(0,100%);
}
.force-active .underline_captionLine{
    transform: translateX(0);
}
.force-active .quarter p > span{
    transform: translate(0, 0);
}
.force-active .half-screen.right .closeCross img{
}
.force-active .section-3 .half-screen.right img{
    transform: translate(0, 0);
}
.force-active .section_caption p > span{
    transform: translate(0, 0);
}
.hover_holder{
    position: absolute;
    top: 200%;
    height: 240%;
    width: 100%;
    background: #98003c;
    z-index: -1;
    left: 0;
    border-top-right-radius: 5vw 4.5vw;
    border-bottom-left-radius: 5vw 4.5vw;
}
.footer_mail{
    padding-left: 1.3888888888888888vw;
    transition: padding-left .2s linear;
}

.info-window-style>div:nth-child(3),
.info-window-style [src$='transparent.png']{
    display: none!important;
    pointer-events: none;
    cursor: none!important;
    opacity: 0;
}
.info-window-style{
    background: transparent;
}
.info-window-style .gm-style-iw div{
    color: #000000;
}
.info-window-style .gm-style-iw{
    text-align: center;
}
.info-window-style .gm-style-iw div:first-child{
    text-align: center;
}
.info-window-style .gm-style-iw>div:first-child>div{
    font-size: 28px;
    font-family: "Baskerville",sans-serif;
}
.form_caption>i{
    position: absolute;
    top: calc(100% + 7px);
    color: #98003c;
    font-style: normal;
    font-size: 85%;
    font-weight: 500;
    font-family: 'Avenir Next', sans-serif;
    letter-spacing: 0;
    opacity: 0;
    transition: opacity .2s linear;
}
.done .form_caption>i{
    opacity: 1;
}
#map-holder{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    background: rgba(0,0,0,0.6);
    z-index: 1;
    justify-content: center;
    align-items: center;
    padding-right: 70%;
    padding-left: 15px;
    pointer-events: none;
    transition: opacity 0.2s linear;
    font-size: 14px;
}
body.touch #map-holder{
    display: none;
}
body[data-slick-current='0'] .footer_mail{
}
.arrow{
    width: 1.25vw;
    height: 1.25vw;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    transform: translate(0, calc(1.25vw / 2.5)) rotate(-90deg);
    transform-origin: top;
    transition: transform .2s linear;
}
.convert .arrow{
    transform: translate(0, calc(1.25vw / 2)) rotate(0deg);
}
.arrow:before {
    content: '';
    position: absolute;
    display: block;
    top: -90%;
    left: 0;
    right: 0;
    background: #000;
    transform: rotate(45deg);
    height: 100%;
    transition: background-color .2s linear;
}
body.white .arrow:before{
    background: #FFFFFF;
}
.modal-item .section_caption p{
    line-height: 1;
}
.button-form{
    position: absolute;
    right: 6.944444444444445vw;
    z-index: 152;
    cursor: pointer;
    margin: 0;
    pointer-events: all;
    transition: opacity .1s ease-in-out .3s;
}
.section-6 .right.active .button-form{
    opacity: 0;
    pointer-events: none;
    transition: opacity .1s ease-in-out;
    margin: 0;
}
.closeCross.hide-form{
    right: 6.944444444444445vw;
}

.half-screen.right .hide-form.closeCross img{
    display: block;
}

@media (min-width: 401px){}
@media (min-width: 701px){}
@media (min-width: 1000px){}
@media (min-width: 1025px){}
@media (min-width: 1201px){}
@media (max-width: 1440px){
    .section-2 .modal-item .right .half_content{
        margin-top: 9vw;
        padding: 0;
        /*margin: 9vw 0 8vw 0;*/
    }
    .section-2 .half-screen.left{
        padding: 9vw 0 0 5.555555555555555vw;
    }
}
@media (min-width: 1400px){
    .submitBtn input[type='button'], .submitBtn span,
    .form-label span{
        font-size: 0.7638888888888888vw;
    }
    .underline_caption p{
        font-size: 0.9027777777777778vw;
    }
}
@media (min-width: 1500px){
    header{
        font-size: 0.7638888888888888vw;
    }
    .font-14{font-size: 14px;line-height: 1.43;}
    .font-16{font-size: 16px;line-height: 1.25;}
    .font-18{font-size: 18px;line-height: 1.15;}
    .font-24{font-size: 21px;line-height: 1.25;}
    .font-32{font-size: 32px;}
    .font-36{font-size: 36px;}
    .font-40{font-size: 40px;}
    .font-60{font-size: 60px;}
    .font-80{font-size: 80px;}
}


@media (max-width: 1200px) {}
@media (max-width: 1100px) {}
@media (max-width: 1024px) {}
@media (max-width: 1000px) {}
@media (max-width: 900px) {}
@media (max-width: 800px) {}
@media (max-width: 767px) {}
@media (max-width: 700px) {}
@media (max-width: 600px) {}
@media (max-width: 500px) {}
@media (max-width: 400px) {}
@media (max-width: 355px) {}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {}
@media (width: 320px) {}