html,
body,
div,
span,
p,
a,
del,
em,
img,
ol,
ul,
li,
fieldset,
form,
label {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  padding: 0;
  margin: 0;
}

html,
body {
    line-height: 1;
    min-height: 100%;
    scroll-behavior: smooth;
}


html.scrolling, body.scrolling {
    scroll-behavior: auto;
}

ol,
ul {
  list-style: none;
}


input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

img {
    border: none;
}



h1, h2, h3, h4, h5 {
    font-weight: normal;
    padding: 0;
    margin: 0;
}


a {
    text-decoration: none;
}


body {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    
    
    background: var(--grey-bg);
    /* overflow: auto; */
}


.scroll-width-catcher-element {
    position: relative;
    float: left;
    min-height: 20vh;
    height: 20;
    width: 100%;
    overflow: scroll;
    opacity: 0;
}

.scroll-width-catcher-element2 {
    position: relative;
    float: left;
    min-height: 40vh;
    height: 40vh;
    width: 100%;
}



@font-face {
    font-family: 'Nimbus Sans';
    src: url('/fonts/NimbusSanL-Reg.woff2') format('woff2'),
         url('/fonts/NimbusSanL-Reg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Nimbus Sans';
    src: url('/fonts/NimbusSanL-Bol.woff2') format('woff2'),
         url('/fonts/NimbusSanL-Bol.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  




:root {
    --grey-bg: #eee8e6;
    --grey-bg2: #a39f9b; 
    --grey-bg3: #93908d; 
    --black: #232323;
    --black-over-orange: #232323;
    --orange: #ee752f;
    --orange-bg: #ee752f;
    --grey: #777473;
    --white: #FFF;
    --border-color: var(--black);

    --content-margins: 0.781vw;
    --header-margin-top: 1.4vw;
    --header-margin-top-scrolled: 0.4vw;
    --compact-head-transition: transform 0.8s var(--ease-in-out-cubic);

    --logo-margin-top: 0.2vw;
    --grid-col-gap: 0.546vw;
    --body-width: calc(100vw - var(--scrollbar-width));
    --grid-col-width: calc(var(--body-width) / 8 - var(--grid-col-gap) - var(--content-margins) * 2 / 8 + var(--grid-col-gap) / 8);
    --font-size: 1.25vw;
    --bold-letter-spacing: -0.03em;

    --border-width: 1px;
    --border-bold-width: 2px;

    --inter-element-gap-y: 6em;
    --element-gap-top-y: 1em;

    /* --content-width-with-margins: calc(100% - var(--content-margins)* 2); */
    --content-width-with-margins: calc(var(--w-x8) );

    --nimbus-family: 'Nimbus Sans', Arial, sans-serif;

    

    --viewport-height: 100vh;


    --ease-in-quad: cubic-bezier(0.55,0.085,0.68,0.53);
    --ease-in-cubic: cubic-bezier(0.55,0.055,0.675,0.19);
    --ease-in-quart: cubic-bezier(0.895,0.03,0.685,0.22);
    --ease-in-quint: cubic-bezier(0.755,0.05,0.855,0.06);
    --ease-in-expo: cubic-bezier(0.95,0.05,0.795,0.035);
    --ease-in-circ: cubic-bezier(0.6,0.04,0.98,0.335);
    --ease-out-quad: cubic-bezier(0.25,0.46,0.45,0.94);
    --ease-out-cubic: cubic-bezier(0.215,0.61,0.355,1);
    --ease-out-quart: cubic-bezier(0.165,0.84,0.44,1);
    --ease-out-quint: cubic-bezier(0.23,1,0.32,1);
    --ease-out-expo: cubic-bezier(0.19,1,0.22,1);
    --ease-out-circ: cubic-bezier(0.075,0.82,0.165,1);
    --ease-in-out-quad: cubic-bezier(0.455,0.03,0.515,0.955);
    --ease-in-out-cubic: cubic-bezier(0.645,0.045,0.355,1);
    --ease-in-out-quart: cubic-bezier(0.77,0,0.175,1);
    --ease-in-out-quint: cubic-bezier(0.86,0,0.07,1);
    --ease-in-out-expo: cubic-bezier(1,0,0,1);
    --ease-in-out-circ: cubic-bezier(0.785,0.135,0.15,0.86);

    --arrow-black: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18'%3E%3Cpolygon fill='%23232323' points='20,9 12.2,0.1 11.3,1.2 17.5,8.3 0,8.3 0,9.8 17.5,9.8 11.3,16.8 12.2,17.9 '/%3E%3C/svg%3E");
    --arrow-white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18'%3E%3Cpolygon fill='%23FFFFFF' points='20,9 12.2,0.1 11.3,1.2 17.5,8.3 0,8.3 0,9.8 17.5,9.8 11.3,16.8 12.2,17.9 '/%3E%3C/svg%3E");
    --arrow-orange: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18'%3E%3Cpolygon fill='%23ee752f' points='20,9 12.2,0.1 11.3,1.2 17.5,8.3 0,8.3 0,9.8 17.5,9.8 11.3,16.8 12.2,17.9 '/%3E%3C/svg%3E");

    --arrow-rounded-black: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='%23232323' d='M14.6,9.8L8.9,4.5v4.2H5.9c-1.8,0-3.3-1.5-3.3-3.3c0-1.8,1.5-3.3,3.3-3.3h0.7V0.1H5.9c-3,0-5.4,2.4-5.4,5.3c0,2.9,2.4,5.3,5.4,5.3h2.9v3.9L14.6,9.8z'/%3E%3C/svg%3E");
    --arrow-rounded-white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='%23FFFFFF' d='M14.6,9.8L8.9,4.5v4.2H5.9c-1.8,0-3.3-1.5-3.3-3.3c0-1.8,1.5-3.3,3.3-3.3h0.7V0.1H5.9c-3,0-5.4,2.4-5.4,5.3c0,2.9,2.4,5.3,5.4,5.3h2.9v3.9L14.6,9.8z'/%3E%3C/svg%3E");
    --arrow-rounded-orange: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='%23ee752f' d='M14.6,9.8L8.9,4.5v4.2H5.9c-1.8,0-3.3-1.5-3.3-3.3c0-1.8,1.5-3.3,3.3-3.3h0.7V0.1H5.9c-3,0-5.4,2.4-5.4,5.3c0,2.9,2.4,5.3,5.4,5.3h2.9v3.9L14.6,9.8z'/%3E%3C/svg%3E");

    --arrow-download-black: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 19.5'%3E%3Cpath fill='%23232323' d='M16.5,9.1l-1-0.8l-6.5,5.6V0.3H7.8v13.5L1.3,8.2L0.4,9.1l8.1,7L16.5,9.1z M1,19h15.2v-1.5H1V19z'/%3E%3C/svg%3E");
    --arrow-download-white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 19.5'%3E%3Cpath fill='%23FFFFFF' d='M16.5,9.1l-1-0.8l-6.5,5.6V0.3H7.8v13.5L1.3,8.2L0.4,9.1l8.1,7L16.5,9.1z M1,19h15.2v-1.5H1V19z'/%3E%3C/svg%3E");
    --arrow-download-orange: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 19.5'%3E%3Cpath fill='%23ee752f' d='M16.5,9.1l-1-0.8l-6.5,5.6V0.3H7.8v13.5L1.3,8.2L0.4,9.1l8.1,7L16.5,9.1z M1,19h15.2v-1.5H1V19z'/%3E%3C/svg%3E");



}


body.business {
    --grey-bg: #232323;
    --grey-bg2: #6f6c69; 
    --grey-bg3: #524f4c; 
    --black: #eee8e6;
    --orange: #ee752f;
    --orange-bg: #ee752f;
    --grey: #777473;
    --white: #000;
    --border-color: var(--orange);

    --arrow-white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18'%3E%3Cpolygon fill='%23232323' points='20,9 12.2,0.1 11.3,1.2 17.5,8.3 0,8.3 0,9.8 17.5,9.8 11.3,16.8 12.2,17.9 '/%3E%3C/svg%3E");
    --arrow-black: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18'%3E%3Cpolygon fill='%23FFFFFF' points='20,9 12.2,0.1 11.3,1.2 17.5,8.3 0,8.3 0,9.8 17.5,9.8 11.3,16.8 12.2,17.9 '/%3E%3C/svg%3E");

    --arrow-rounded-white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='%23232323' d='M14.6,9.8L8.9,4.5v4.2H5.9c-1.8,0-3.3-1.5-3.3-3.3c0-1.8,1.5-3.3,3.3-3.3h0.7V0.1H5.9c-3,0-5.4,2.4-5.4,5.3c0,2.9,2.4,5.3,5.4,5.3h2.9v3.9L14.6,9.8z'/%3E%3C/svg%3E");
    --arrow-rounded-black: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='%23FFFFFF' d='M14.6,9.8L8.9,4.5v4.2H5.9c-1.8,0-3.3-1.5-3.3-3.3c0-1.8,1.5-3.3,3.3-3.3h0.7V0.1H5.9c-3,0-5.4,2.4-5.4,5.3c0,2.9,2.4,5.3,5.4,5.3h2.9v3.9L14.6,9.8z'/%3E%3C/svg%3E");

    --arrow-download-white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 19.5'%3E%3Cpath fill='%23232323' d='M16.5,9.1l-1-0.8l-6.5,5.6V0.3H7.8v13.5L1.3,8.2L0.4,9.1l8.1,7L16.5,9.1z M1,19h15.2v-1.5H1V19z'/%3E%3C/svg%3E");
    --arrow-download-black: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 19.5'%3E%3Cpath fill='%23FFFFFF' d='M16.5,9.1l-1-0.8l-6.5,5.6V0.3H7.8v13.5L1.3,8.2L0.4,9.1l8.1,7L16.5,9.1z M1,19h15.2v-1.5H1V19z'/%3E%3C/svg%3E");
    

}





@media (orientation: portrait) {
    :root {
        --content-margins: 5px;
        --header-margin-top: 2.2vw;
        --logo-margin-top: 0.8vw;
        --grid-col-gap: 5px;
        /* --grid-col-width: calc(100vw / 7 - var(--grid-col-gap)); */
        --grid-col-width: calc(var(--body-width) / 7 - var(--grid-col-gap) - var(--content-margins) * 2 / 7 + var(--grid-col-gap) / 7);
        --font-size: 3.5vw;

        --content-width-with-margins: calc(var(--w-x7) );
    }
}



@media all and (orientation: portrait) and (min-width: 550px) {
    :root {
        --header-margin-top: 2.2vw;
        --logo-margin-top: 0.8vw;
        --font-size: 2.7vw;
    }
}



:root {
    --w-x1: var(--grid-col-width);
    --w-x2: calc(var(--grid-col-width) * 2 + var(--grid-col-gap));
    --w-x3: calc(var(--grid-col-width) * 3 + var(--grid-col-gap) * 2);
    --w-x4: calc(var(--grid-col-width) * 4 + var(--grid-col-gap) * 3);
    --w-x5: calc(var(--grid-col-width) * 5 + var(--grid-col-gap) * 4);
    --w-x6: calc(var(--grid-col-width) * 6 + var(--grid-col-gap) * 5);
    --w-x7: calc(var(--grid-col-width) * 7 + var(--grid-col-gap) * 6);
    --w-x8: calc(var(--grid-col-width) * 8 + var(--grid-col-gap) * 7);

    --lft-x1: 0;
    --lft-x2: calc(var(--w-x1) + var(--grid-col-gap));
    --lft-x3: calc(var(--w-x2) + var(--grid-col-gap));
    --lft-x4: calc(var(--w-x3) + var(--grid-col-gap));
    --lft-x5: calc(var(--w-x4) + var(--grid-col-gap));
    --lft-x6: calc(var(--w-x5) + var(--grid-col-gap));
    --lft-x7: calc(var(--w-x6) + var(--grid-col-gap));
    --lft-x8: calc(var(--w-x7) + var(--grid-col-gap));

    --logo-width: calc(var(--w-x8) * 0.17);
    --header-height: calc( var(--header-margin-top) * 2 + var(--logo-width) / 3.866 );
    --header-height-depended-on-scoll: calc( var(--header-margin-top) * 2 + var(--logo-width) / 3.866 );
}

body.compact-head  {
    --header-height-depended-on-scoll: calc( var(--header-margin-top-scrolled) * 2 + var(--logo-width) / 3.866 );
}

@media (orientation: portrait) {
    :root {
        --logo-width: calc(var(--w-x7) * 0.3);
    }
}


* {

    font-family: var(--nimbus-family);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: var(--black);
    
    
    font-size: var(--font-size);
    /* text-transform: uppercase; */
}


input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
}

input::placeholder {
  color: var(--grey); 
}
 

::selection {
    background: var(--grey-bg2);

}

::-moz-selection {
    background: var(--grey-bg2);

}



a {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    color: inherit;
}


.disable-scroll::-webkit-scrollbar {
    display: none;
}

.disable-scroll {
    scrollbar-width: none;
}


.orange-bg {
    background-color: var(--orange-bg);
}


.grey3-bg {
    background-color: var(--grey-bg3);
}






/* magic navigation */



.display-none {
    /*display: none;*/
    visibility: hidden;
}

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






.blinds-permanent-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--grey-bg);
    opacity: 0;
}


.navi-lang-wrap {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translate3d(0, var(--header-margin-top), 0);
    transition: var(--compact-head-transition);
    transition-duration: 0.4s;
}

@media (orientation: landscape) {
    body.compact-head .navi-lang-wrap {
        transform: translate3d(0, var(--header-margin-top-scrolled), 0);
        transition-duration: 1.2s;
    }
}

.navi-lang {
    position: fixed;
    /* width: calc(100% - var(--scrollbar-width) - var(--content-margins) * 2); */
    /* width: calc(100% - var(--content-margins) * 2); */
    width: var(--content-width-with-margins);
    top: 0px;
    z-index: 15;
    left: var(--content-margins);
    transform-origin: 0px;
}





.magic-navigation {
    position: absolute;
    float: left;
    width: var(--w-x1);
    left: var(--lft-x3);
    padding-left: 0.35em;

}

.magic-navigation li {
    position: relative;
    display: block;
    float: left;

    clear: both;
    line-height: 1.3em;
}



.magic-navigation a {

    /* opacity: 0; */
    display: inline-block;
    /* padding-top: 0.15em;
    padding-bottom: 0.15em; */
   
}



.magic-navigation li.act a span {
    font-family: var(--nimbus-family) !important;
    font-size: var(--times-font-size);
    line-height: var(--times-line-height);
}


.magic-navigation li.act::before {
    content: "[";
    position: absolute;
    left: -0.32em;
    top: 0;
}

.magic-navigation li.act::after {
    content: "]";
    position: absolute;
    right: -0.32em;
    top: 0;
}

.magic-navigation li:hover::before {
    content: "[";
    position: absolute;
    left: -0.32em;
    top: 0;
}

.magic-navigation li:hover::after {
    content: "]";
    position: absolute;
    right: -0.32em;
    top: 0;
}









div.main-menu-btn {
    /* position: absolute; */
    /* float: left; */
    width: 30px;
    height: 30px;
    z-index: 2;
    right: 0;
    top: 3px;
    z-index: 5;
    pointer-events: all;
    
}







div.main-menu-btn0 {
    position: relative;
    float: left;
    width: 30px;
    height: 22px;
    /* left: calc(50% - 15px); */
    cursor: pointer;

    transition: all 0.25s ease-in-out;
    /* top: 2px; */
}



div.main-menu-btn div.line1, div.main-menu-btn div.line2, div.main-menu-btn div.line3 {
    position: absolute;
    float: left;
    width: 30px;
    height: 2.5px;
    background-color: currentColor;
    left: 0px;
    transition: all 0.5s ease-in-out;
    transition-property: transform, background-color;
}



div.main-menu-btn div.line1, div.main-menu-btn div.line2, div.main-menu-btn div.line3 {

    transform-origin: 50% 50%;
}



div.main-menu-btn div.line1 {
    top: 3px;
    
}

div.main-menu-btn div.line2 {
    top: 9px;
    
}

div.main-menu-btn div.line3 {
    top: 15px;
    
}

div.main-menu-btn0:hover div.line1, div.main-menu-btn0:hover div.line2, div.main-menu-btn0:hover div.line3 {
    

}


body.opened-menu div.main-menu-btn0 div.line1, body.booking-menu div.main-menu-btn0 div.line1 {
    transform: translate3d(3px, 8px, 0px) rotate3d(0, 0, 1, 45deg);
}

body.opened-menu div.main-menu-btn0 div.line2, body.booking-menu div.main-menu-btn0 div.line2 {
    transform: translate3d(0px, 0px, 0px) scale3d(0.2,1,1);
    opacity: 0;
}

body.opened-menu div.main-menu-btn0 div.line3, body.booking-menu div.main-menu-btn0 div.line3 {
    transform: translate3d(3px, -4px, 0px) rotate3d(0, 0, 1, -45deg);
}









.site-logo {
    position: relative;
    float: left;

    width: var(--w-x2);
    left: 0;
    /* top: var(--logo-margin-top); */
}



.head-logo {
    position: relative;
    float: left;
    width: var(--logo-width);
    line-height: 0;
    transform-origin: 0px 50%;
    transition: var(--compact-head-transition);
    transition-duration: 0.8s;
}


@media (orientation: landscape) {
    body.compact-head .head-logo {
        transform: scale3d(0.65, 0.65, 1);
        transition-duration: 1.2s;
    }
}

@media (orientation: portrait) {
    .site-logo {
        width: var(--w-x3);
        /* display: flex; */
        align-items: center;
        justify-content: space-between;
    }



    

}




.navi-lang-sub {
    position: relative;
    float: right;
    width: var(--w-x5);
    display: flex;
    font-weight: 700;

    justify-content: space-between; /* равное расстояние между блоками */
    align-items: center;
    
}


@media (orientation: portrait) {
    .navi-lang-sub {
        width: var(--w-x3);
    }
}





.nabi-lang-border-wrap {
    position: absolute;
    width: 100%;
    height: var(--border-width);
    bottom:0px;
    transform-origin: 0;
    transform: translate3d(0, var(--header-margin-top), 0);
    transition: var(--compact-head-transition);
    transition-duration: 0.4s;
}



@media (orientation: landscape) {
    body.compact-head .nabi-lang-border-wrap {
        transform: translate3d(0, var(--header-margin-top-scrolled), 0);
        transition-duration: 1.2s;

    }
}


.nabi-lang-border {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--border-color);
    transform-origin: 0;
    opacity: 1;
    transform: scaleX(0);
    transition: transform 1.5s var(--ease-in-out-cubic), opacity 1.5s var(--ease-in-out-cubic);
}

body.dataLoaded .nabi-lang-border  {
    transform: scaleX(1);
    opacity: 1;
}






.nls-wrap {
    position: relative;
    float: left;
    overflow: hidden;
    padding-top: 0.1em;
}

.nls-content {
    transform: translate3d(0, 104%, 0);
    position: relative;
    float: left;
    display: block;
    transition: transform 0.6s ease-in-out;
}

.nls-wrap:nth-child(1) .nls-content {
    transition-delay: 0.0s;
}

.nls-wrap:nth-child(2) .nls-content {
    transition-delay: 0.1s;
}

.nls-wrap:nth-child(3) .nls-content {
    transition-delay: 0.2s;
}

.nls-wrap:nth-child(4) .nls-content {
    transition-delay: 0.3s;
}

body.dataLoaded .nls-content {
    transform: translate3d(0, 0, 0);
}



.lang-menu {
    position: relative;
    
    text-align: left;
    /* right: 0px;
    top: 0px; */
    /* padding-top: 0.1em; */
    /* padding-bottom: 0.1em; */
    
}







.languages {
    position: relative;
    padding-left: 0.35em;
    float: left;
}

.languages li {
    position: relative;
    float: left;
    margin-right: 0.65em;
    /* clear: both; */
    line-height: 1.25em;
}


.languages li:last-child {
    margin-right: 0;
}


.languages li.act {
    display: none;
}


.languages li a {
    font-weight: 700;
    font-size: 1.2em;
}


.magic-link.act {
    pointer-events: none;
}



.switch-private-business {
    position: relative;
}

@media (orientation: portrait) {
    .switch-private-business-wrap {
        position: absolute;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.5s;
    }

    body.opened-menu .switch-private-business-wrap {
        pointer-events: all;
        opacity: 1;
        width: var(--w-x5);
        left: calc(-1 * var(--lft-x4));
        top: 3.5em;
    }

    body.mainmenu-overlay-close.opened-menu  .switch-private-business-wrap{
        opacity: 0;
    }
}

@media (orientation: portrait) and (min-width: 550px) {
    body.opened-menu .switch-private-business-wrap {
        left: calc(-1 * var(--lft-x3));
        top: 4em;
    }
}



.swp-item {
    position: relative;
    float: left;
    font-weight: 700;
    font-size: 1.2em;
}

.sbp-wrap {
    position: relative;
    float: left;
}

.spb-toggle {
    position: relative;
    float: left;
    width: 1.8em;
    height: 1.1em;
    margin-left: 0.3em;
    margin-right: 0.3em;
    top: -0.07em;
}

.spb-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.spb-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 1.5px solid var(--black);
    /* opacity: 0.4; */
    border-radius: 24px;
    transition: 0.3s ;
}

.spb-slider:before {
    position: absolute;
    content: '';
    height: 0.7em;
    width: 0.7em;
    left: 0.15em;
    bottom: 0.12em;
    background-color: var(--black);
    border-radius: 50%;
    transition: 0.3s ;
}

.spb-toggle input:checked + .spb-slider {
    background-color: transparent;
    opacity: 1;
}

.spb-toggle input:checked + .spb-slider:before {
    transform: translateX(0.62em);
}



.switch-link {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    top: 0px;
    left: 0px;
}

.business-switch {
    /* display: none; */
}

body.business .business-switch {
    display: none;
}




.ban-portals {
    position: relative;
    float: left;
    font-weight: 700;
    font-size: 1.2em;
}

@media (orientation: portrait) {
    .ban-portals {
        display: none;
    }

    .nls-wrap-portal {
        display: none;
    }
}



.link-underline::after  {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0.1em;
    left: 0;
    height: 0.075em;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: background 200ms 700ms linear, transform 500ms cubic-bezier(0.3, 0, 0, 1);
}



.link-underline:hover::after  {

    transform: scaleX(1);
    transform-origin: left;

}


  








/* magic navigation */










/* Magic Scroll */


.page-layout {
    position: relative;
    background: var(--white);
    width: 100%;
}

/*
.page-scroll {
    position: fixed;
    width: 100%;
    height: 100%;
}
*/

.page-scroll {
    position: relative;
    float: left;
    width: 100%;
    height: auto;

}

.overflow-hidden {
    overflow: hidden;
    height: var(--viewport-height);
}


.fake-scroll  {
    position: relative;
    float: left;
    width: 100%;

}


.site-content {
    position: relative;
    float: left;
    width: 100%;
    /* overflow: hidden; */
}


.block-sticky {
    position: relative;
    height: calc(100% - 100vh);
    /* height: calc(100% - var(--viewport-height)); */
    box-sizing: border-box;
    top: 0px;
}


body.mobile .block-sticky {
    /* height: 100vh; */
    /* height: var(--viewport-height); */
    position: sticky;
    position: -webkit-sticky;
}



.magic-pixels img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    left: 0px;
    display: none;
}


.pixCanvasWrapper {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}



.pixCanvasWrapper canvas {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    image-rendering: crisp-edges; /* for firefox */
    image-rendering: pixelated;

}

/* Magic Scroll */





/* LOADER */



.loader-layout {
    position: fixed;
    width: 100%;
    height: 100%;
    height: var(--viewport-height);
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 1;
    color: var(--black);
    /* opacity: 0.5; */
    --loader-logo-width: var(--w-x8);
}


@media (orientation: portrait) {
    .loader-layout {
        --loader-logo-width: var(--w-x7);
    }
}



.loader-layout.noTransitions, .loader-layout.noTransitions * {
  transition: none
}





.loader-only-first-time {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /* background: var(--grey-bg); */
    color:  var(--white);
}

.loader-only-first-time * {
    color:  var(--black);
    font-size: 18px;
    font-weight: 700;

}





.lm-loadin-text {
    position: absolute;
    text-align: left;
    /* bottom: 20px; */
    top: var(--header-margin-top);
    left: var(--content-margins);
    width: 100%;
    font-size: 18px;
    display: block;
    
    /* height: 100vh; */
}



.lm-lt-progress {
    position: relative;
    display: inline-block;
}









.preloader-allpages {
    position: absolute;
    width: 100%;
    height:100%;
    left: 0;
    top:0;

} 

.preloader-allpages * {
    color:  var(--black);
}





.firstPreloading {
    position: fixed;
    width: 1px;
    height: 0px;
    z-index: -1500;
}


.loader-logo-placer {
    position: absolute;
    width: 100%;
    margin-top: var(--header-margin-top);
    margin-bottom: var(--header-margin-top);
    height: calc( var(--viewport-height) - 2 * var(--header-margin-top) );
    box-sizing: border-box;


}


.loader-logo-wrap {
    position: absolute;
    float: left;
    --loader-logo-height: calc( var(--loader-logo-width) / 3.866 );
    width: var(--loader-logo-width);
    height: var(--loader-logo-height);
    
    bottom: 0px;
    left: var(--content-margins);
    /* transform: translate3d( 0, calc( var(--viewport-height) - var(--loader-logo-height) - 2 * var(--header-margin-top) ), 0 ); */

    transform-origin: 0 0;
    /* border: 1px solid red; */
}

.loader-logo-wrap #loaderSVGLogo, .loader-logo-wrap #loaderSVGLogo2 {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    fill:currentColor;
    transform-origin: 0;
}


@media (orientation: portrait) {
    .lm-loadin-text {
        bottom: 0.9vh;
    }
    
}






.loader-wrapper1 {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background: var(--grey-bg);
    color: var(--orange);
    /* transition: transform 0.9s cubic-bezier(0.55, 0.09, 0.68, 0.53); */
}




.loader-bg-fader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--grey-bg2);
}


/* LOADER */




/* Font aniamtion */


.font-animator {
    display: inline-block;
    white-space: nowrap;
}
.letter {
    display: inline-block;
    white-space: pre;
}

.font-roboto{
    font-family: var(--nimbus-family);
    font-size: 1em;
    line-height: 1.16em;
}

.font-initial-roboto {
    font-family: var(--nimbus-family);
    
}

.font-times {
    font-family: var(--nimbus-family);
    font-size: var(--times-font-size);
    line-height: var(--times-line-height);
}

.font-initial-times {
    font-family: var(--nimbus-family);
}


/* END of Font aniamtion */








/* .grid-grid {
    
    position: fixed;
    width: calc(100% - var(--content-margins)*2);
    box-sizing: border-box;
    margin-left: var(--content-margins);
    margin-right: var(--content-margins);
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 30;
} 
*/

.grid-grid {
    
    position: fixed;
    width: calc(100% - var(--content-margins)*2);
    box-sizing: border-box;
    margin-left: var(--content-margins);
    margin-right: var(--content-margins);
    height: 100%;
    display: block;
    /* flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; */
    z-index: 30;
    pointer-events: none;

}

.grid-grid .grid-col {
    position: relative;
    float: left;
    height: 100%;
    border: 1px dashed var(--grey);
    width: var(--grid-col-width);
    box-sizing: border-box;
    margin-right: var(--grid-col-gap);
    opacity: 0.1;
}

.grid-grid .grid-col:nth-child(8) {
    margin-right: 0;
}



@media (orientation: portrait) {
    .grid-grid .grid-col:last-child {
        display: block;
    }

    .grid-grid .grid-col:nth-child(6) {
        margin-right: var(--grid-col-gap);
    }

    .grid-grid .grid-col:nth-child(7) {
        margin-right: 0;
    }

    .grid-grid .grid-col:last-child {
        display: none;
    }
    

}


.layout-grid-text {
    position: fixed;
    width: calc(100% - var(--content-margins)*2);
    margin-left: var(--content-margins);
    margin-right: var(--content-margins);
    height: 100%;
    z-index: 30;
    pointer-events: none;
    
}

.layout-grid-text * {
    position: absolute;
    background:#201dc9;
    left: 0px;
    height: 50px;
}

.w-x1 {
    width: var(--w-x1);
    top: 0px;
    left: var(--lft-x1);
}

.w-x2 {
    width: var(--w-x2);
    top: 60px;
    left: var(--lft-x2);
}

.w-x3 {
    width: var(--w-x3);
    top: 120px;
    left: var(--lft-x3);
}

.w-x4 {
    width: var(--w-x4);
    top: 180px;
}

.w-x5 {
    width: var(--w-x5);
    top: 240px;
}

.w-x6 {
    width: var(--w-x6);
    top: 300px;
}

.w-x7 {
    width: var(--w-x7);
    top: 360px;
}













/* mainmenu mobile */


.mainmenu-overlay {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    height: var(--viewport-height);
    display: flex;
    align-items: center;
    
}

.mainmenu-overlay * {
    color: var(--black);
}


/* @media (orientation: landscape) {
    .mainmenu-overlay {
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
    }
} */


.mainmenu-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
}



body.opened-menu .mainmenu-overlay {
    animation: mask-play 0.65s steps(46) forwards 0s;
}

body.opened-menu.mainmenu-overlay-close .mainmenu-overlay {
    animation: mask-play-back 0.5s steps(46, end) forwards 0s;
}

.mo-bg-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /* background-color: var(--orange-bg); */
    /* color: var(--black); */
    transform: scaleY(0);
    transform-origin: 0px 0px;
    background-color: var(--grey-bg2);
}



.mo-wrapper-wrapper {
    position: relative;
    float: left;
    width: var(--w-x8);
    margin-left: var(--content-margins);
    box-sizing: border-box;
    margin-top: 3em;
}

.mo-wrapper {
    position: relative;
    float: left;
    width: 100%

}

.mo-navigation-menu {
    position: relative;
    /* float: left; */
    width: var(--w-x5);
    float: right;
    /* border-top: 2px solid currentColor; */
    counter-reset: menu-counter;
}

.mo-navigation-menu li {
    counter-increment: menu-counter;
    position: relative;
    float: left;
    width: 100%;
    
}




.mo-navigation-menu li a {
    position: relative;
    float: left;

    

    padding: 0.5vw 0 0.2vw 0;
    /* border-bottom: 1.3px solid currentColor; */
    height: 2.7em;
    display: grid;
    align-items: center;
    grid-template-columns: var(--w-x1) var(--w-x4);
    font-weight: 700;
    width: 100%;
    
}

.mo-navigation-menu li .mo-section-name {
    position: relative;
    float: left;

    display: block;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    min-height: 1em;
    margin-left: var(--grid-col-gap);
    font-weight: 700;
    font-size: 1.2em;
    z-index: 1;
    overflow: hidden;
}

.mo-navigation-menu li .mo-section-name div {
    position: relative;
    float: left;
    transform: translateY(122%);
    font-weight: inherit;
    font-size: inherit;

}


.mo-navigation-menu li a.act .mo-section-name div::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0.1em;
    left: 0;
    height: 0.075em;
    background: currentColor;
    transform-origin: right;
}





.mo-navigation-menu li a::before {
    content: "[" counter(menu-counter, decimal-leading-zero) "]"; 
    position: relative;
    float: left;
    /* width: var(--w-x3); */
    font-family: var(--nimbus-family);
    /* padding-top: 0.5em; */
    z-index: 1;
}




.mo-line {
    position: absolute;
    width: 100%;
    /* height: 1.3px; */
    /* background: currentColor; */
    top: 0px;
    left: 0px;
    border-top: var(--border-width) solid var(--border-color);
    transform: scale3d(0,1,1);
    transform-origin: 0;
}

li:first-child .mo-line {
    border-top: none;
    display: none;
}


.mo-line-last {
    bottom: 0px;
    border-bottom: var(--border-width) solid var(--border-color);
    border-top: none;
    height: 100%;
    pointer-events: none;
}



.mo-head .mo-line {
    bottom: 0px;
    top: auto;
    border-top: var(--border-bold-width) solid var(--border-color);
}




.link-arrow::after, .link-arrow-before::after  {
    content: '';
    display: block;
    --width: 1em;
    top: 50%;
    right: 0px;
    position: absolute;
    width: var(--width);
    height: var(--width);
    background: var(--arrow-black) no-repeat, var(--arrow-black) no-repeat;
    background-size: calc( var(--width) * 0.95 );

    background-position: 97% 50%, calc( -1.1 * var(--width) ) 50%;
    transition: all 0.5s cubic-bezier(.216,.60,.350,1);
    transform: translate3d(-20%,-50%,0);
}

.link-arrow-before::after {
    right: auto;
    left: 0.15em;
}



.link-arrow:hover::after, .link-arrow-before:hover::after  {
    /* background-position: calc( 1.1 * var(--width) ) 50%, 97% 50%; */
    /* animation: move-arrow-right 0.5s ease-in-out; */
    transition: all 0.5s cubic-bezier(.216,.60,.350,1);
    transform: translate3d(0%,-50%,0);
}


.mo-navigation-menu .link-arrow::after  {
    --width: 1.2em;
}



.mans-ban-mainmenu {
    display: none;
}


@media (orientation: portrait) {
    .mo-navigation-menu {
        width: var(--w-x6);
        float: left;
        margin-left: var(--lft-x2);

    }

    .mo-wrapper:nth-child(2) {
        margin-top: 4em;
    }

    .mo-wrapper-wrapper {
        width: var(--w-x7);
    }

    .mans-ban-mainmenu {
        display: block;
    }
    
}







.mo-head {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}




.mo-head h4 {
    position: relative;
    float: left;
    font-weight: normal;
    font-size: 3.5em;
    margin: 0;
    font-weight: 700;
    transform: translateY(100%);
}

.mo-head b {
    position: relative;
    float: left;
    font-weight: normal;
    font-size: 3vw;
    top: 6.5vw;
}







/* end of mainmenu mobile */








/* cursor */




.cursor-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 90px;
    height: 90px;
    visibility: inherit;
    z-index: 100;
    pointer-events: none;   
}

.cursor-container-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: transform 0.1s ease-in-out;
}

.cursor-container.mouse-down .cursor-container-wrap {
    transform: scale3d(0.5, 0.5, 1);
}

.cursor-accent {
    mix-blend-mode: difference;
    opacity: 0.75;
    opacity: 1;
}



body.mobile .cursor-container  {
    display: none;
}

.cursor-circle-container {
    position: relative;
    width: 11px;
    height: 11px;
    top: 38px;
    left: 40px;
    background: transparent;
    will-change: transform;
}

.cursor-circle {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.cursor-circle-regular {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: 1px solid var(--black);
    border-radius: 90px;
    background: rgba(244,207,180,0);
    transition: all 0.02s cubic-bezier(0.21, 0.35, 0.25, 0.85);
    transition-property: transform, background, border;
    will-change: transform, background, border, opacity;
}


.cursor-accent .cursor-circle-regular {
    transform: scale3d(4.5, 4.5, 1);
    opacity: 0.1;
}


.cursorPreloader .cursor-circle-regular {
    /* border: 1px solid #FFF; */
    border-color: rgba(255,255,255,1);
    animation: cursorPreloaderAnim 0.4s linear infinite;
}


@keyframes cursorPreloaderAnim {
    0%   {border-color: var(--black);}
    50%   {border-color: var(--grey);}
    100%   {border-color: var(--black);}
}



.cursor-circle-bg {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -40px;
    left: -43px;
    border-radius: 90px;
    transition: all 0.4s cubic-bezier(0.21, 0.35, 0.25, 0.85);
    transition-property: transform, background;
    transform: scale3d(0.13, 0.13, 1) translate3d(-5%, -15%, 0);
    background: rgba(255,255,255,0);
}

.cursor-accent .cursor-circle-bg  {
    background: var(--white);
    /* background: #dfe236; */
    transform: scale3d(0.6, 0.6, 1);
}

body.business .cursor-accent .cursor-circle-bg  {
    background: var(--black);

}



.cursor-loading-text {
    position: absolute;
    top: 2px;
    left: 19px;
    color: var(--black);
    user-select: none;
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
}

.cursorPreloader .cursor-loading-text {
    opacity: 1;
    visibility: visible;
}



/* cursor */




















.table-with-hint {
    position: relative;
    float: left;
    width: 100%;
    
}


.table {
    position: relative;
    float: left;
    width: 100%;
    z-index: 2;
    
}



.table-row {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 2px solid var(--blue);
    padding: 0.9em 0;
    
}


.table-row::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--blue);
  
  top: -2px;
}

.table-row:hover::after  {
    z-index: 20;
}



.table-row * {
    transition: color .2s ease-in-out;
}

.table-row-hovered * {
    color: var(--white);
}

.table-row:nth-child(1) {
    border-top: 2px solid var(--blue);
}

.table-col {
    padding-left: var(--grid-col-gap);
    transition: transform .2s ease-in-out;
}

.table-col:nth-child(2) {
    padding-left: 0;
}

.table-row:hover .table-col:nth-child(2) {
    transform: translate3d(0.3em,0,0);
}

.table-row:hover .table-col:last-child {
    transform: translate3d(-0.3em,0,0);
}

.table-hover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: var(--blue); */
    top: 0px;
    left: 0px;
    transform: scale3d(1,0,1);
}


.table-row-hovered {
    z-index: 200;
}


.t-col-portfolio-1, .t-col-portfolio-2, .t-col-portfolio-3, .t-col-portfolio-4  {
    position: relative;
    float: left;
    white-space: nowrap;
    font-size: 1.05em;
    width: var(--w-x2);
}

.t-col-portfolio-2  {
    width: var(--w-x1);
}

.t-col-portfolio-3  {
    width: var(--w-x2);
}


.t-col-portfolio-4  {
    width: var(--w-x1);
    text-align: right;
}


@media (orientation: portrait) {

    .mp-portfolio-h2 {
        width: var(--w-x6);
    }

    .mp-portfolio-h-desc {
        width: var(--w-x6);    
        float: left;
        right: auto;
        padding-top: 1.5em;
    }

    .table-row {
        padding: 1.2em 0;
    }

    .t-col-portfolio-1, .t-col-portfolio-2, .t-col-portfolio-3, .t-col-portfolio-4 {
        font-size: 1.3em;
    }

    .t-col-portfolio-1  {
        width: var(--w-x4);
    }

    .t-col-portfolio-2  {
        display: none;
    }
    
    .t-col-portfolio-3  {
        display: none;
    }
    
    
    .t-col-portfolio-4  {
        width: var(--w-x3);
    }
}








.cursor-pointer {
    cursor: pointer;
}

.cursor-picture {
    position: absolute;
    left: 0;
    width: 30vw;
    height: 30vw;
    visibility: inherit;
    pointer-events: none;
    mix-blend-mode: normal;
    opacity: 0;
    top: 0;
}

.cursor-picture-wrap0 {
    position: relative;
    width: 100%;
    height: 100%;
    left: -50%;
    top: -50%;
}

.cursor-picture-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}



.treatments-section .cursor-picture {
    left: 11vw;
}


@media (max-width: 1000px) {
    .cursor-picture {
        width: 240px;
        height: 240px;
    }
}

@media (max-width: 700px) {
    .cursor-picture {
        width: 240px;
        height: 240px;
    }
}

body.mobile .cursor-picture  {
    display: none;
}

.cursor-picture.cursor-picture-active {
    opacity: 1;
}

.cursor-picture img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: scale3d(0.4,0.4,1);
    opacity: 0;
    /*display: none;*/
    will-change: transform;
    
}


.press-centre-section .cursor-picture img {
    object-fit: contain;
}






.page-layout {
    position: relative;
    width: 100%;
    float: left;
    z-index: 2;
    background-color: var(--grey-bg);
}




.clip-viewport {
    --clip: 0px 0px calc( 100% - var(--viewport-height) ) 0px;
    clip-path: inset(var(--clip));
}


.section-fader {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    pointer-events: none;
    opacity: 0;
}


.section-prlx {
    position: relative;
    float: left;
    width: 100%;
    background-color: var(--grey-bg);
}

.section-prlx.orange-bg {
    background-color: var(--orange-bg);
}


.section-prlx.grey3-bg {
    background-color: var(--grey-bg3);
}


.section-with-standard-margins {
    width: var(--content-width-with-margins);
    margin-left: var(--content-margins);
    margin-right: var(--content-margins);
    
}

.section-with-big-margins {
    width: var(--w-x6);
    margin-left: calc( var(--content-margins) + var(--w-x1) + var(--grid-col-gap) );
    margin-right: calc( var(--content-margins) + var(--w-x1) + var(--grid-col-gap) );
    
}

@media (orientation: portrait) {

    .section-with-big-margins {
        width: var(--content-width-with-margins);
        margin-left: var(--content-margins);
        margin-right: var(--content-margins);
        
    }

}




/* MAIN PAGE */






.product-hero-section {
    --product-hero-height: calc(var(--viewport-height) + var(--viewport-height) );
}

.product-hero-resizer-tracker {
    position: absolute;
    width: 100%;
    /* border: 1px dashed grey; */
    height: calc(100% - var(--viewport-height) );
    box-sizing: border-box;
}

.product-hero {
    /* position: relative; */
    /* float: left; */
    position: sticky;
    display: block;
    top: var(--header-height);
    height: calc(var(--viewport-height) - var(--header-height));
    
}

.product-hero-wrap {
    position: absolute;
    left: 0px;
    height: 100%;
    top: 0;
    width: 100%;
    overflow: hidden;

}

.product-placeholder {
    position: relative;
    float: left;
     height: var(--product-hero-height);
     width: 100%;
}

.ph-left-col-top {
    position: absolute;
    float: left;
    width: var(--w-x3);
    margin-right: var(--grid-col-gap);
    height: 66.4%;
    top: 0px;
    left: 0px;
}


.ph-right-col-top {
    position: absolute;
    float: left;
    width: 62.289%;
    height: 66.4%;
    /* transform-origin: 100% 0%; */
    top: 0px;
    right: 0px;
    z-index: 1;
}

.ph-video-wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: calc( 100% - var(--grid-col-gap) );
    margin-top: var(--grid-col-gap);
    box-sizing: border-box;

}

.hero-video {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ph-video-wrapper video {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
    opacity: 0;
    transform-origin: 50% 100%;
}

.ph-left-col-bottom {
    position: absolute;
    float: left;
    height: 33.6%;
    width: var(--w-x3);
    margin-right: var(--grid-col-gap);
    bottom: 0px;
    left: 0px;
}




.ph-right-col-bottom {
    position: absolute;
    float: right;
    height: 33.6%;
    width: var(--w-x5);
    bottom: 0px;
    right: 0px;
}


.hero-brandname {
    position: relative;
    float: left;
    font-size: 2em;
    margin-top: calc(var(--grid-col-gap) * 2);
    width: 100%;
    font-weight: 700;
    letter-spacing: var(--bold-letter-spacing);
}

.hero-brandname .word {
    clear: both;
    position: relative;
    float: left;

}

.hero-contacts {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 1em;
}

.hero-contacts .word {
    clear: both;
    position: relative;
    float: left;
}

.hero-contacts a {
    position: relative;
    float: left;
    font-size: 1.1em;
    font-weight: 700;
    padding-left: 1.2em;
    padding-top: 0.1em;
    clear: both;
    line-height: 1em;
    letter-spacing: var(--bold-letter-spacing);
}


.hero-border-vertical {
    position: absolute;
    width: var(--border-width);
    background-color: var(--border-color);
    top: 0px;
    right: 0px;
    height: var(--product-hero-height);
    transform-origin: 0% 0%;
    transform: scaleY(0);
}

.ph-right-col-bottom .ph-h2 {
    position: relative;
    width: var(--w-x4);
    font-size: 5.9em;
    font-weight: 700;
    line-height: 1.04em;
    letter-spacing: var(--bold-letter-spacing);
    margin-top: var(--grid-col-gap);
    transform-origin: 0% 102%;
}


.ph-right-col-bottom .ph-h2.octa {
    font-size: 6.1em;
}

.ph-right-col-bottom .ph-h2.travel {
    font-size: 5.5em;
}

.ph-right-col-bottom .ph-h2.incoming {
    font-size: 5.5em;
}

.ph-right-col-bottom .ph-h2.realestate {
    font-size: 5.5em;
}

.ph-right-col-bottom .ph-h2.nelaimes-gadijumi {
    font-size: 5.4em;
    width: var(--w-x5);
}

.ph-right-col-bottom .ph-h2.komercipasuma {
    font-size: 5.4em;
    width: var(--w-x5);
}
.ph-right-col-bottom .ph-h2.cta-business {
    font-size: 4.4em;
    width: var(--w-x5);
}
.ph-right-col-bottom .ph-h2.buvniecibas-business {
    font-size: 5.2em;
    width: var(--w-x5);
}
.ph-right-col-bottom .ph-h2.garantijas-business {
    font-size: 5.1em;
    width: var(--w-x5);
}




@media (orientation: portrait) {


    .ph-right-col-bottom .ph-h2.octa {
        font-size: 3.9em;
    }

    .ph-right-col-bottom .ph-h2.travel {
        font-size: 3.9em;
    }

    .ph-right-col-bottom .ph-h2.incoming {
        font-size: 3.9em;
    }

    .ph-right-col-bottom .ph-h2.realestate {
        font-size: 3.9em;
    }

    .ph-right-col-bottom .ph-h2.nelaimes-gadijumi {
        font-size: 4.05em;
        width: var(--w-x7);
    }

    .ph-right-col-bottom .ph-h2.komercipasuma {
        font-size: 3.7em;
        width: var(--w-x7);
    }
    .ph-right-col-bottom .ph-h2.cta-business {
        font-size: 4em;
        width: var(--w-x7);
    }

    .ph-right-col-bottom .ph-h2.buvniecibas-business {
        font-size: 4.1em;
        width: var(--w-x7);
    }
    .ph-right-col-bottom .ph-h2.garantijas-business {
        font-size: 4.0em;
        width: var(--w-x7);
    }

    
}

.product-hero-btn {
    position: relative;
    float: left;
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    
    cursor: pointer;
    display: flex;
    align-items: center;
}

.hero-border-horizontal {
    position: absolute;
    height: var(--border-width);
    background-color: var(--border-color);
    top: 0px;
    left: 0px;
    width: 100%;
    transform-origin: 0% 0%;
    transform: scaleY(0);
}

.hero-border-horizontal:nth-child(2) {
    display: none;
    bottom: 0px;
    top: auto;
}

.phb-name {
    position: relative;
    float: left;
    font-size: 2.4em;
    font-weight: 700;
    /* padding-left: 1.07em;*/
    padding-top: 0.2em; 
    letter-spacing: var(--bold-letter-spacing);
    
}


.phb-name-small {
    font-size: 1.4em;
}


.phb-name .word-content {

    padding-left: 1.07em;
    padding-top: 0.2em;

    
}

.phb-name .word-content.link-arrow-before::after {
    --width: 0.85em;
}

.hero-seal {
    position: absolute;
    width: 8em;
    height: 8em;
    right: 1em;
    top: -1.5em;
    opacity: 0;
    transition: opacity 0.5s ease-in-out 0.8s;
    pointer-events: none;
}



body.dataLoaded .hero-seal {
    opacity: 1;
}




.hero-seal svg {
    fill: var(--orange);
    width: 100%;
    height: 100%;
    transform-origin: 50% 50%;
    transform: rotate(0deg);
    animation: seal-rotation 12s linear infinite;
}


@keyframes seal-rotation {
    0%   {transform: rotate(360deg);}
    100%   {transform: rotate(0deg);}
}



.hero-seal svg * {
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-seal.travel * {
    font-size: 40px;
}


.hero-seal.incoming * {
    font-size: 40px;
}


.hero-seal.realestate * {
    font-size: 40px;
}

.hero-seal.octa svg * {
    font-size: 51px;

}





@media (orientation: portrait) {
    .product-hero-section {
        --product-hero-height: calc(var(--viewport-height) );
    }

    .ph-left-col-top {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        display: none;
    }

    .mainpage-hero .ph-left-col-top{
        display: block;
    }


    .hero-brandname {
        width: var(--w-x3);
        font-size: 1.4em;
        margin-top: calc(var(--grid-col-gap) * 3);
        margin-bottom: calc(var(--grid-col-gap) * 3);
    }
    
    .hero-contacts {
        float: right;
        width: var(--w-x3);
        margin-top: calc(var(--grid-col-gap) * 3);
    }

    .hero-border-vertical {
        display: none;
    }

    .ph-right-col-top {
        position: relative;
        width: 100%;
        height: 46%;
        margin-top: 0.3em;
    }

    .mainpage-hero .ph-right-col-top {
        margin-top: 0em;
    }

    .ph-right-col-bottom {
        position: relative;
        float: left;
        height: auto;
        width: 100%;
    }

    .ph-right-col-bottom .ph-h2 {
        position: relative;
        width: 100%;
        font-size: 4.3em;
        margin-top: var(--grid-col-gap);
    }


    .ph-left-col-bottom {
        position: absolute;
        height: 8em;
        width: 100%;
        margin-right: 0;

    }

    .phb-name {
        font-size: 1.7em;
        padding-top: 0.4em;
    }

    .hero-seal {
        width: 6em;
        height: 6em;
        right: 0em;
        top: -2em;
    }

    .hero-border-horizontal {
        transform-origin: 0% 0%;
    }

    .hero-border-horizontal:nth-child(2) {
        display: block;
    }

    .phb-name-small {
        font-size: 1.3em;
    }

}









/* mp services listing */

.section-services-listing {
    margin-top: var(--content-margins);
    --sl-item-colontitle-height: 1.5em;
    --sl-item-colontitle-padding-top: 1em;
    --sl-item-padding-top: 1em;
}



.sl-item-colontitle  {
    position: sticky;
    top: var(--header-height-depended-on-scoll);
    display: block;
    float: left;
    padding-top: var(--sl-item-colontitle-padding-top);
    width: 100%;
    height: var(--sl-item-colontitle-height);
}

.sl-item-colontitle .sl-name, body.business .sl-item-colontitle .sl-name {
    position: relative;
    float: left;
    width: var(--w-x4);
    font-weight: 700;
    font-size: 1em;
    letter-spacing: var(--bold-letter-spacing);
}

.sl-item-colontitle .sl-offer {
    position: relative;
    float: right;
    width: var(--w-x3);
    font-size: 1em;
    font-weight: 700;
    letter-spacing: var(--bold-letter-spacing);
}



.sl-item-colontitle .sl-line {
    position: absolute;
    top: 0px;
    left: 0px;
    /* background-color: var(--black-over-orange); */
    background-color: var(--border-color);
    height: var(--border-bold-width);
    transform-origin: 0% 0%;
    width: 100%;
}








.services-listing {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 4em;
    --item-height: 22em;
    --sticky-top: 4.0em;
    counter-reset: menu-counter;
}

body.business .services-listing {
    --sticky-top: 3.0em;
}

.sl-item {
    position: sticky;
    top: var(--header-height-depended-on-scoll);
    display: block;
    float: left;
    padding-top: var(--sl-item-padding-top);
    width: 100%;
    background-color: var(--grey-bg3);
    height: var(--item-height);

    counter-increment: menu-counter;
}

@media(orientation: landscape) {
    .sl-item .fbb-about {
        width: 100%;
    }
}


.sl-item::before {
    content: "(" counter(menu-counter, decimal-leading-zero) ")";
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    font-size: 0.7em;
}

.sl-name {
    position: relative;
    float: left;
    /* width: var(--w-x5); */
    width: calc(var(--w-x5) - 0.5em);
    
    font-weight: 700;
    font-size: 4.2em;
    letter-spacing: var(--bold-letter-spacing);
    
}

body.business .sl-name {
    font-size: 3.2em;
}

.sl-offer {
    position: relative;
    float: right;
    width: var(--w-x3);
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: var(--bold-letter-spacing);
    text-align: left;
}

.sl-pic {
    position: absolute;
    width: var(--w-x3);
    height: var(--w-x2);
    background-color: var(--grey-bg2);
    transform-origin: 0% 0%;
    bottom: 0px;
    top: 5.5em;
    left: 1.4em;
}

.sl-pic video {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
}

.sl-line {
    position: absolute;
    top: 0px;
    left: 0px;
    /* background-color: var(--black-over-orange); */
    background-color: var(--border-color);
    height: var(--border-width);
    transform-origin: 0% 0%;
    width: 100%;
}

.sl-item:nth-child(2) .sl-line {
    height: var(--border-bold-width);
}



.sl-item:nth-child(2)  {
    top: calc( var(--header-height-depended-on-scoll) + 2em );
}


.sl-item:nth-child(3)  {
    top: calc( var(--header-height-depended-on-scoll) + 2em + var(--sticky-top) );
}

.sl-item:nth-child(4)  {
    top: calc( var(--header-height-depended-on-scoll) + 2em + var(--sticky-top)*2 );
}

.sl-item:nth-child(5)  {
    top: calc( var(--header-height-depended-on-scoll) + 2em + var(--sticky-top)*3 );
}

.sl-item:nth-child(6)  {
    top: calc( var(--header-height-depended-on-scoll) + 2em + var(--sticky-top)*4 );
    
}

.sl-item:nth-child(7)  {
    top: calc( var(--header-height-depended-on-scoll) + 2em + var(--sticky-top)*5 );
}

.sl-item:nth-child(8)  {
    top: calc( var(--header-height-depended-on-scoll) + 2em + var(--sticky-top)*6 );
}

.sl-item:nth-child(9)  {
    top: calc( var(--header-height-depended-on-scoll) + 2em + var(--sticky-top)*7 );
}

.sl-item:nth-child(10)  {
    top: calc( var(--header-height-depended-on-scoll) + 2em + var(--sticky-top)*8 );
}

.sl-item:nth-child(11)  {
    top: calc( var(--header-height-depended-on-scoll) + 2em + var(--sticky-top)*9 );
}

.sl-item:nth-child(12)  {
    top: calc( var(--header-height-depended-on-scoll) + 2em + var(--sticky-top)*10 );
}


.services-listing .floting-buttons-btn {
    display: block;
}

.services-listing .floting-buttons-btn:last-child {
    margin-right: 0;
}



.services-listing-triggers {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    pointer-events: none;
}

.slt  {
    position: relative;
    float: left;
    /* border: 1px solid blue; */
    width: 100%;
    box-sizing: border-box;
}

.slt-colontitle {
    height: calc(var(--sl-item-colontitle-height) + var(--sl-item-colontitle-padding-top));
}

.slt-item {
    height: calc( var(--item-height) + var(--sl-item-padding-top) );
}

@media (orientation: portrait) {

    .section-services-listing {
        --sl-item-colontitle-height: 1em;
    }

    .services-listing {
        --sticky-top: 3.5em;
        --item-height: 30em;
    }



    .section-services-listing {
        margin-top: 0;
    }
    
    .sl-item-colontitle .sl-offer {
        display: none;
    }

    .sl-name {
        width: var(--w-x6);
        font-size: 3.5em;
    }

    .sl-offer {
        width: var(--w-x5);
        font-size: 1.5em;
        font-weight: 500;
        letter-spacing: 0;
    }

    .sl-item::before {
        height: 8em;
    }

    .sl-pic {
        top: 10em;
        width: var(--w-x6);
        height: var(--w-x6);
    }

    .sl-item-colontitle {
        height: var(--sl-item-colontitle-height);
    }

    .section-services-listing  .floting-buttons-btn {
        color: var(--orange);
    }

    

    .section-services-listing .floting-buttons-btn.link-arrow::after {
        background-image: var(--arrow-orange);
    }



}

/* mp services listing */




/* mp about */


.section-mp-about {
    margin-top: 2em;
    
}

.mp-about-left-col {
    position: relative;
    float: left;
    width: var(--w-x3);
    
}

.mp-about-left-col h2 {
    position: relative;
    float: left;
    width: 100%;
    font-weight: 700;
    letter-spacing: var(--bold-letter-spacing);
    font-size: 4.1em;
}

.mp-alc-desc {
    position: relative;
    float: left;
    width: 100%;
    font-size: 1.15em;
    margin-top: 1em;
}

.mp-about-left-col p {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 1em;
    font-size: inherit;
}

.mp-about-right-col {
    position: relative;
    float: right;
    width: var(--w-x2);
}

.mp-arc-pic {
    position: relative;
    float: left;
    width: var(--w-x2);
    height: var(--w-x2);
    background-color: var(--grey-bg2);
}


.mp-arc-pic-img {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-image: url(/img/ban-office.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.mp-arc-link {
    position: relative;
    float: left;
    width: 100%;
    font-size: 1em;
}

.mp-arc-link a {
    position: relative;
    float: left;
    width: 100%;
    /* border-bottom: var(--border-width) solid var(--black); */
    
    
    font-weight: 700;
    letter-spacing: var(--bold-letter-spacing);
    font-size: inherit;
}

.mp-arc-link a b {
    position: relative;
    float: left;
    width: calc(100% - 1.3em);
    padding-left: 1.3em;
    font-weight: inherit;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    font-size: inherit;
}

.mp-arc-link  .mpst-subrow:first-child .mpst-line {
    display: block;
}

.mp-arc-link li:first-child .mpst-subrow .mpst-line {
    display: none;
}


@media (orientation: portrait) {

    .section-mp-about {
        margin-top: 1em;
    }

    .mp-about-left-col {
        width: var(--w-x7);
        
    }

    .mp-about-right-col {
        width: var(--w-x7);
    }

    .mp-arc-pic {
        float: left;
        width: var(--w-x7);
        height: var(--w-x7);
    }

    .mp-about-left-col h2 {
        font-size: 3.8em;
    }

    .mp-arc-link {
        font-size: 1.3em;
    }

    .mp-arc-link .mpst-subrow {
        /* width: var(--w-x7); */
        margin-left: 0;
    }

    .mp-arc-link a {
        font-size: 1.3em;
    }

}


/* mp about */



/* pre footer */

.pre-footer {
    /* margin-top: 5em; */
    padding-top: 5em;
    --footer-logo-width: var(--w-x8);

}

@media (orientation: portrait) {
    .pre-footer {
        --footer-logo-width: var(--w-x7);
    }
}

.pf-letter-container {
    position: relative;
    float: left;
    height: calc( var(--footer-logo-width) / 3.866 );
    overflow: hidden;
}

.pf-letter-b {
    width: calc( var(--footer-logo-width) / 3.46 );
}

.pf-letter-a {
    width: calc( var(--footer-logo-width) / 3.23 );
}

.pf-letter-n {
    width: calc( var(--footer-logo-width) / 2.51 );
}

.pf-letter {
    position: relative;
    float: left;
    height: calc( var(--footer-logo-width) / 3.866 );
    width: var(--footer-logo-width);
}

.pf-letter svg {
    width: 100%;
    height: 100%;
    position: relative;
}


.pf-letter-a svg {
    left: calc( var(--footer-logo-width) / -3.46 );
}

.pf-letter-n svg {
    left: calc( var(--footer-logo-width) / -3.46 + var(--footer-logo-width) / -3.23  );
}


/* pre footer */




/* footer */

.footer {
    /* margin-top: 1em; */
    padding-top: 1em;
    display: grid;
    column-gap: var(--grid-col-gap);
    /* column-width: var(--w-x2); */
    grid-template-columns: repeat(4, 1fr);
    gap: var(--grid-col-gap);
    grid-template-rows: auto auto auto 1fr;
    width: var(--w-x8);
}


.footer-line-horizontal {
    position: absolute;
    width: calc(100% + var(--grid-col-gap));
    height: var(--border-width);
    background-color: var(--border-color);
    top: 0px;
    left: calc(var(--grid-col-gap) * -1);
    transform-origin: 0% 0%;
    transform: scaleX(0);
}

.footer-col:first-child .footer-line-horizontal {
    width: 100%;
    left: 0px;
}

.footer-line-vertical {
    position: absolute;
    height: 100%;
    width: var(--border-width);
    background-color: var(--border-color);
    top: 0px;
    right: 0px;
    transform-origin: 0% 100%;
    transform: scaleY(0);
}

.footer-col:last-child .footer-line-vertical {
    display: none;
}

.footer-col {
    position: relative;
    float: left;
    width: var(--w-x2);
    /* margin-left: var(--grid-col-gap); */
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
}


.footer-col-wrap {
    margin-top: 1em;
    --footer-col-wrap-margin-bottom: 6em;
    margin-bottom: var(--footer-col-wrap-margin-bottom);
}

.footer-col:nth-child(2) {
    margin-left: 0;
}

.footer-subheader {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0.4em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

.footer-subheader b {
    position: relative;
    float: left;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: var(--bold-letter-spacing);
}

.footer-menu {
    position: relative;
    float: left;
}

.footer-menu-with-margin-top {
    padding-top: 1em;
}

.footer-menu li {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

.footer-menu a {
    position: relative;
    float: left;
    font-weight: 700;
    letter-spacing: var(--bold-letter-spacing);
    font-size: 1em;
}


.footer-menu a.link-arrow-before {
    padding-left: 1.3em;
}

.footer-menu.madeby {
    position: absolute;
    bottom: 0px;
    left: calc( (var(--w-x2) + var(--grid-col-gap)) * -1 );
}

.footer-menu.copyright {
    position: absolute;
    bottom: 0px;
    left: 0px;
}


@media (orientation: portrait) {


    .footer {
        display: block;
        width: var(--w-x7);
    }

    .footer-col-wrap {
        --footer-col-wrap-margin-bottom: 2em;
    }



    .footer-col {
        width: 100%;
    }

    .footer-line-horizontal {
        width: 100%;
        left: 0px;
    }

    .footer-line-vertical {
        display: none;
    }

    .footer-menu.madeby {
        position: relative;
        left: 0;
        top: var(--footer-col-wrap-margin-bottom);
        bottom: auto;
        margin-bottom: 1em;
    }

    .footer-menu.copyright {
        position: relative;
        left: 0px;
        float: left;
        top: var(--footer-col-wrap-margin-bottom);
        bottom: auto;
    }

    .footer-col-wrap-last .footer-menu:nth-child(1) {
        width: var(--w-x3);
    }

    .footer-col-wrap-last .footer-menu:nth-child(2) {
        width: var(--w-x3);
        float: right;
        padding-top: 0px;
    }

}




/* footer */






/* hero section anchor navigation */

.hero-section-navigation {
    position: relative;
    float: left;
    width: 100%;
    margin-top: calc(var(--grid-col-gap) * 2);
}

.hsn-header {
    position: relative;
    float: left;
    width: 100%;
}

.hsn-header-content {
    position: relative;
    float: left;
    width: 100%;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: var(--bold-letter-spacing);
}

.hsn-links {
    position: relative;
    float: left;
    width: 100%;
    counter-reset: menu-counter;
}

.hsn-links li {
    position: relative;
    float: left;
    width: 100%;
    counter-increment: menu-counter;
    padding-top: 0.1em;
    margin-top: 0.4em;
}

.hsn-links li div  {
    position: relative;
    float: left;
    width: 100%;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: var(--bold-letter-spacing);
}

.hsn-links li div::before {
    content: "[" counter(menu-counter, decimal-leading-zero) "]";
    position: relative;
    float: left;

}


.hsn-links li a  {
    position: relative;
    float: left;
    
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    margin-left: 0.5em;
}


/* hero section anchor navigation */











/*
.mainpage-hero {
    position: relative;
    float: left;
    width: 100%;   
    height: var(--viewport-height);

}

.mp-hero-placeholder {
    position: relative;
    float: left;
    width: 100%;
    height: var(--viewport-height);
}

body.mobile .mp-hero-placeholder {
    display: none;
} 

.mp-hero-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--blue);

}

.mp-hero-bg-white {
    background-color: var(--white);
}

.mp-hero-video-wrapper {
    position: absolute;
    float: left;
    width: 100%;

    top: 0px;
    left: 0px;
    
}

.mp-hero-video-wrapper0 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.mp-hero-video {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.mp-hero-video video {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mp-hero-pic-overvideo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: var(--grey-bg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(/img/hero-landscape/hero-roto-landscape00.jpg);
    transition: opacity ease-in-out 0.5s;
}

@media (orientation: portrait) {
    .mp-hero-pic-overvideo {
        background-image: url(/img/hero-portrait/hero-roto-portrait00.jpg);
    }
}





.mp-hero-text-over-slider {
    position: absolute;

    float: left;

    width: var(--content-width-with-margins);
    height: var(--viewport-height);
    margin-left: var(--content-margins);
    margin-right: var(--content-margins);
}


.hero-bottom-part {
    position: absolute;
    left: 0;

    bottom: 1.3vh;
    text-transform: uppercase;
    width: 100%;

    transform: scale3d(4,4,1) translate3d(0,8000%,0);


}


.scroll-down {
    position: absolute;
    right: 0.4em;
    bottom: 0px;
    font-size: 1.3em;
}

.scroll-down::before {
    content: "(";
    position: absolute;
    left: -0.4em;
}

.scroll-down::after {
    content: ")";
    position: absolute;
    right: -0.4em;
}

.scroll-ico {
    display: inline-block;
    width: 1em;
}




.spacer-blck {
    position: relative;
    float: left;
    width: 100%;
    height: 200vh;
    min-height: 400vw;
}




.mp-hero-logo {
    position: absolute !important;
    width: 100%;

    left: 0px;

    width: var(--content-width-with-margins);
    height: 17vw !important;
    left: var(--content-margins);


    top: auto !important;



    bottom: 0;

    
}

.mhl-wrapper {
    position: relative;
    float: left;
    width: 100%;
    transform-origin: 0 0;
    top: calc(var(--header-margin-top) + var(--logo-margin-top));
}


.mp-hero-logo-outer {
    position: absolute;
    float: left;
    width: 100%;
    height: calc(var(--viewport-height) - 2.9em);


}

.controller-moto-hider {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: calc(var(--viewport-height) - 2.9em - 20vw);
}


.mp-hero-logo svg {
    fill: var(--orange-big-logo);
    
    position: relative;
}


.mhl-landscape {
    display: block;
}

.mhl-mobile {
    display: none;
}


.mp-company-profile {
    position: relative;
    float: left;
    width: var(--w-x4);
    font-family: var(--nimbus-family);
    text-transform: uppercase;
    text-align: justify;
    font-size: 1.3em;
    display: flex;
  justify-content: space-between;
}

.mp-company-profile span {
    font-family: var(--nimbus-family);
    font-size: 0.93em;
}




.mp-hero-video-wrapper {
    position: absolute;
    float: left;
    width: 100%;

    height: var(--viewport-height);

    top: 0px;
    left: 0px;
    
}

.mp-hero-video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.mp-hero-video video {
    position: relative;
    float: left;


    width: calc(2.429* var(--viewport-height));
    height: var(--viewport-height);
    object-fit: fill;

    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    top: 50%;


    filter: brightness(0.85) contrast(1.1);
}


.mp-hero-rotation {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
    background: url(/img/hreo-landscape/hero-roto-landscape00.jpg) no-repeat;
    background-size: auto 100%;
    background-position: 50%;

}


.mp-hero-rotation canvas {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.mp-hero-dark-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
    background-color: rgba(0,0,0,0.2);
    opacity: 0;
}



@media (orientation: portrait) {
    .hero-bottom-part {
        bottom: 0.9vh;
    }


    .mp-hero-logo-outer {
        height: calc(var(--viewport-height) - 2.5em);
    }

    .mhl-landscape {
        display: none;
    }
    
    .mhl-mobile {
        display: block;
    }


    .mp-company-profile {
        width: var(--w-x5);
        font-size: 1.1em;
    }
    
    .mp-company-profile span {
        font-size: 0.93em;
    }


    .scroll-down {
        font-size: 1.1em;
    }

    .scroll-ico {
        width: 0.9em;
    }

    .mp-hero-video video {
    
        width: var(--viewport-height);
        height: var(--viewport-height);

    }
    
}

*/




















.mps-head {
    /* position: relative; */
    position: absolute;
    float: left;
    width: 100%;
    font-size: 8.95em;
    white-space: nowrap;
    padding-top: 0.15em;
}

.mps-head-section-spec {
    position: relative;
}

.mpsh1 {
    position: relative;
    display: inline-block;
    font-family: var(--nimbus-family);
    font-size: var(--times-font-size);
    line-height: var(--times-line-height);
}

.mpsh2 {
    position: relative;
    display: inline-block;
    font-size: 1em;

    line-height: 1.1em;
    top: 0.05em;
}


.mps-table {
    position: relative;
    float: left;
    /* margin-top: 2em; */
    margin-top: 14.5em;
    width: 100%;
    counter-reset: row-counter;
    margin-bottom: 8em;
}



.mpst-row {
    counter-increment: row-counter;
    position: relative;
    float: left;
    width: 100%;
}



.mpst-line {
    position: relative;
    float: left;
    width: 100%;
    height: var(--border-width);
    background-color: var(--border-color);
    transform-origin: 0% 50%;
}

.section-prlx.orange-bg .mpst-line {
    background-color: var(--black-over-orange);
}

.mps-table[data-table] .mpst-line {
    transform: scaleX(0);
}

.mpst-col {
    position: relative;
    float: left;
    display: block;
}


.mpst-col:nth-child(2)::before {
    content: "(" counter(row-counter) ")";
}

.mpst-row .mpst-col:nth-child(2) {
    width: var(--w-x1);
    margin-right: var(--grid-col-gap);
    padding-top: 0.4em;
}

.mpst-row .mpst-col:nth-child(3) {
    width: var(--w-x3);
    margin-right: var(--grid-col-gap);
    font-family: var(--nimbus-family);
    font-size: 1.5em;
    padding-top: 0.1em;
}

.mpst-row .mpst-col:nth-child(4) {
    width: var(--w-x4);

}

.mpst-subrow {
    position: relative;
    float: left;
    width: var(--w-x4);
    counter-increment: sub-counter;
    
}

.mpst-subrow * {
    transition: color .2s ease-in-out;
}

.table-row-hovered * {
    color: var(--black);
}

.table-hover-bg {
    position: absolute;
    width: 100%;
    height: calc(100% - var(--border-width));
    background-color: var(--orange);
    top: var(--border-width);
    left: 0px;
    transform: scale3d(1, 0, 1);
}

.mpst-subrow:first-child .mpst-line {
    display: none;
}

.mpst-col:nth-child(3) .mpst-subrow:first-child {
    counter-reset: sub-counter;
}

.mpst-subcol:nth-child(2)::before {
    content: "[" counter(row-counter) "—" counter(sub-counter, decimal-leading-zero) "]";
}



.mpst-subcol {
    position: relative;
    float: left;
}

.mpst-subcol {
    position: relative;
    float: left;
    margin-top: 0.35em;
    margin-bottom: 0.35em;
    font-size: 0.95em;
}

.mpst-subrow .mpst-subcol:nth-child(2) {
    width: var(--w-x1);
    margin-right: var(--grid-col-gap);
    font-family: var(--nimbus-family);
}

.mpst-subrow .mpst-subcol:nth-child(3) {
    /* width: var(--w-x3); */
    width: calc(var(--w-x3) - 1px);
}









.line, .line-content {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;

}

.line {
    overflow: hidden;
    padding-top: 0.03em;
}

.line-content {
    transform: translateY(115%);
}



.word, .word-content {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    line-height: 1em;
}

.word {
    overflow: hidden;
}

.word-content {
    transform: translateY(120%);
}


.char, .char-content {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
}

.char {
    overflow: hidden;
}

.char-content {
    transform: translateY(100%);
}







@media (orientation: portrait) {


    .mpst-row .mpst-col:nth-child(2) {
        padding-top: 0.76em;
        padding-top: 0.95em;
    }

    .mpst-row .mpst-col:nth-child(3) {
        width: var(--w-x6);
        margin-right: 0;
        font-size: 1.9em;
        padding-top: 0.25em;
        padding-bottom: 0.25em;
    }

    .mpst-subrow {
        width: var(--w-x6);
        margin-left: calc( var(--w-x1) + var(--grid-col-gap) );
    }

    
    .mpst-subrow:first-child .mpst-line {
        display: block;
    }
    
    .mpst-subrow .mpst-subcol:nth-child(3) {
        width: var(--w-x5);
        width: var(--w-x4);
        margin-left: calc( var(--w-x1) + var(--grid-col-gap) );
        font-size: 1.15em;
    }

    .mpst-subrow .mpst-subcol:nth-child(2) {
        font-size: 1.1em;
    }





}





/* MAIN PAGE */









/* OCTA section */


/* .octa-img {
    background-image: url(/img/octa-page-landscape.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(var(--body-width) / 0.3717);
}



.octa-img #octa2 {
    position: absolute;

    top: 52em;
    width: 100%;
    height: 50px;
}


.octa-img #octa3 {
    position: absolute;

    top: 160em;
    width: 100%;
    height: 50px;
}


@media (orientation: portrait) {

    .octa-img {
        background-image: url(/img/octa-page-portrait.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: calc(var(--body-width) / 0.10849);
    }

    .octa-img #octa2 {
        top: 62em;
    }


    .octa-img #octa3 {
        top: 196em;
    }


} */



.section-wrapper {
    position: relative;
    float: left;
    min-height: var(--viewport-height);
}


#siteContent {
    counter-reset: sectionNo;
}

.section-with-no {
    counter-increment: sectionNo;
}

.section-with-no  .section-head.head-add-no::before {
    content: counter(sectionNo, decimal-leading-zero) ".";
    background-color: var(--black);
    color: var(--grey-bg);
    padding: 0.4em 0.1em 0em 0.1em;
    position: absolute;
    top: 0px;
    left: calc( (var(--w-x1) + var(--grid-col-gap)) * -1 );
    font-size: 2.8em;
    font-weight: 700;
    letter-spacing: var(--bold-letter-spacing);
    opacity: 0;
    transition: opacity 0.7s ease-in-out 0.3s;
}



.section-with-no  .section-head.head-add-no.come-in::before {
    opacity: 1;
}

.section-with-no.orange-bg .section-head.head-add-no::before {
    color: var(--orange);
    background-color: var(--black-over-orange);
}


.section-head {
    position: relative;
    float: left;
    width: 100%;
    min-height: 4em;
    /* display: flex;
    align-items: end; */
}

.min-height-0 {
    min-height: 0;
}

.section-head-wrap {
    position: relative;
    float: left;
    width: 100%;
    font-size: 2.8em;
    font-weight: 700;
    letter-spacing: var(--bold-letter-spacing);
}

.section-prlx.orange-bg .section-head-wrap {
    color: var(--black-over-orange);
}

.section-padding-top, .first-section-padding-top {
    padding-top: 0.7em;
}


.advantages {
    position: relative;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--grid-col-gap);
    /* margin-top: 2em; */
    margin-top: var(--element-gap-top-y);
    /* margin-bottom: 6em; */
    margin-bottom: var(--inter-element-gap-y);
}



.advantage-current {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 1em;
}

.adv-cur-line {
    position: absolute;
    width: 100%;
    height: var(--border-bold-width);
    background-color: var(--border-color);
    top: 0px;
    left: 0px;
}


.section-prlx.orange-bg .adv-cur-line {
    background-color: var(--black-over-orange);
}

.adv-cur-title {
    position: relative;
    float: left;
    width: 100%;
    background-image: var(--arrow-rounded-black);
    /* background-image: var(--arrow-black); */
    background-size: 0.7em 0.7em;
    background-repeat: no-repeat;
    text-indent: 1em;
    font-size: 1.2em;   
}


.adv-cur-title.adv-cur-title-accent {
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: var(--bold-letter-spacing);
}

.section-prlx.orange-bg .adv-cur-title {
    color: var(--black-over-orange);
}


.table-block {
    position: relative;
    float: left;
    width: 100%;
    margin-top: var(--element-gap-top-y);
    margin-bottom: var(--inter-element-gap-y);
}


.table-block li {
    position: relative;
    float: left;
    width: 100%;
}


.table-block .mpst-subrow {
    width: 100%;
    font-size: 1.2em;
}


.table-block .mpst-subrow b {
    position: relative;
    float: left;
    width: 100%;
    font-weight: inherit;
    padding-top: 0.8em;
    padding-bottom: 0.6em;
    font-size: inherit;
}

.section-prlx.orange-bg .table-block .mpst-subrow b {
    color: var(--black-over-orange);
}


.table-block .mpst-subrow:first-child .mpst-line {
    display: block;
}

.section-prlx.orange-bg .mpst-line {
    background-color: var(--black-over-orange);
}



.section-prlx.orange-bg .table-hover-bg {
    background-color: var(--black-over-orange);
}

.section-prlx.orange-bg .table-row-hovered b, .section-prlx.orange-bg .table-row-hovered b a {
    color: var(--orange) !important;
}



@media (orientation: portrait) {
    .section-head-wrap {
        font-size: 2.2em;

        float: left;
        width: var(--w-x7);
    }

    .head-add-no {
        /* width: calc(100% - var(--w-x1) - var(--grid-col-gap)); */
        /* margin-left: var(--lft-x2); */
        width: 100%;
    }

     .head-add-no .section-head-wrap {
        float: right;
        width: var(--w-x6);
        margin-left: var(--grid-col-gap);
    }

    .section-with-no .section-head.head-add-no::before {
        font-size: 2.2em;
        float: left;
        position: relative;
        left: auto;
    }

    .first-section-padding-top {
        padding-top: 5.7em;
    }


    .advantages {
        grid-template-columns: repeat(1, 1fr);
        gap: var(--grid-col-gap);
        margin-top: 2em;
        margin-bottom: 6em;
    }

    .advantage-current {
        padding-top: 1.1em;
        padding-bottom: 0.4em;
    }

    .adv-cur-title {
        font-size: 1.5em;
    }

    .table-block .mpst-subrow {
        margin-left: 0;
        width: 100%;
        font-size: 1.2em;
    }
}







.table-block {
    counter-reset: table-row-no;
}


.text-block {
    position: relative;
    float: left;
    width: 100%;
    margin-top: var(--element-gap-top-y);
    margin-bottom: var(--inter-element-gap-y);
    font-size: 1.2em;
}

.orange-bg .text-block {
    color: var(--black-over-orange);
}


.text-block-col-left, .text-block-col-right  {
    position: relative;
    float: left;
    width: var(--w-x3);
    margin-top: var(--element-gap-top-y);
    margin-bottom: var(--inter-element-gap-y);
    font-size: 1.2em;
}

.text-block-col-right {
    margin-left: var(--grid-col-gap);
}

.orange-bg .text-block-col-left, .orange-bg .text-block-col-right  {
    color: var(--black-over-orange);
}

@media (orientation: portrait) {

    .text-block-col-left {
         margin-bottom: 2em;
    }

    .text-block-col-left, .text-block-col-right {
        width: 100%;
        margin-left: 0;
    }

}



.text-block p {
    font-size: inherit;
    margin-bottom: 0.85em;
}


.text-block p:last-child {
    margin-bottom: 0;
}



.table-row-standard {
    position: relative;
    float: left;
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: var(--w-x3) var(--w-x3);
    gap: var(--grid-col-gap);
    margin-top: 0.7em;
    margin-bottom: 0.5em;
    margin-bottom: 1.5em;
}



.table-block .tb-li {
    counter-increment: table-row-no;
}

.tcs-1 {
    padding-left: 2.4em;
    font-size: 1.7em;
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: var(--bold-letter-spacing);
}

.tcs-1.without-article {
    padding-left: 0;
}

@media (orientation: portrait) {
    .tcs-1 {
        font-size: 1.7em;
    }
}





.orange-bg .tcs-1 {
    color: var(--black-over-orange);
}


.tcs-1::before {
    content: "[" counter(table-row-no, upper-alpha) "]";
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 0.7em;
}


.tcs-1.without-article::before {
    display: none;
}



.tcs-2 {
    font-size: 1.2em;
}




.standerd-listing {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0.7em;
}

li.sl {
    position: relative;
    float: left;
    width: 100%;
    background-image: var(--arrow-rounded-black);
    background-size: 0.7em 0.7em;
    background-repeat: no-repeat;
    text-indent: 1em;
    font-size: 1.2em;
    margin-bottom: 0.4em;
}

body.business .orange-bg li.sl{
    color: var(--black-over-orange);
    background-image: var(--arrow-rounded-white);
}

.tsc-2-content {
    position: relative;
    float: left;
    width: 100%;
    font-size: 1.2em;
    font-size: inherit;
    margin-bottom: 0.7em;
}

.orange-bg .tsc-2-content {
    color: var(--black-over-orange);
}



@media (orientation: portrait) {
    .table-row-standard {
        grid-template-columns: repeat(1, 1fr);
    }

    .tcs-1 {
        padding-bottom: 0.5em;
        padding-left: var(--lft-x2);
    }

    .tcs-2 {
        /* padding-left: 2.6em; */
        padding-left: var(--lft-x2);
    }
}



/* OCTA section */








/* about section */


.about-hero-section {
    
    height: 100%;

}

.about-hero-wrapper {
    position: relative;
    float: left;
    height: 100%;
    height: calc( var(--viewport-height) - var(--header-height) );
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-top:  var(--header-height);
}

.about-brand-name {
    /* position: absolute;
    top: 0px;
    left: 0px; */
    font-size: 3.8em;
    font-weight: 700;
    letter-spacing: var(--bold-letter-spacing);
    margin-top: auto;
    margin-bottom: auto;
}


.about-brand-name .word {
    clear: both;
    position: relative;
    float: left;
}

.about-menu-body {
    /* position: absolute; */
    width: 100%;
    margin-bottom: 1.2em;
    /* left: 0px; */
    counter-reset: menu-counter;
    display: grid;
    grid-template-columns: var(--w-x4) var(--w-x4);
    column-gap: var(--grid-col-gap);

    align-self: flex-end;
    align-items: self-start;
}


.about-menu-body .mo-navigation-menu {
    width: var(--w-x4);
    float: left;
    counter-reset: none;
}



.about-menu-body .mo-navigation-menu li a  {
    grid-template-columns: calc( var(--w-x1) / 3 ) calc( var(--w-x4) - ( var(--w-x1) / 3 ) );
}

.about-menu-body li:first-child .mo-line {
    display: block;
    border-top: var(--border-width) solid var(--border-color);
}

.about-menu-body .mo-navigation-menu li a::before {
    opacity: 0;
    transition: 0.3s ease-in-out 0.3s;
}

body.dataLoaded .about-menu-body .mo-navigation-menu li a::before {
    opacity: 1;
}


.about-hero-section .product-hero-resizer-tracker {
    height: calc( var(--viewport-height) / 2);
}


.shareholders-pic {
    position: relative;
    float: left;
    width: var(--w-x3);
    height: calc( var(--w-x3) / 1.075 );
    background-image: url(/img/shareholders.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.table-descriptor {
    position: relative;
    float: left;
    width: 100%;
    font-size: 1.4em;
    font-weight: 700;
    margin-top: var(--element-gap-top-y);
}

.wysiwyg-content {
    position: relative;
    float: left;
    width: 100%;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    color: inherit;
    padding-bottom: 1em;
}

.wysiwyg-content * {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    color: inherit;
}


.wysiwyg-content p {
    margin: 1.25em 0;
    line-height: 1.2em;
    text-align: justify;
}

.wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4 {
    font-size: 3em;
    padding-top: 0.9em;
}

.wysiwyg-content ul, .wysiwyg-content ol {
    margin: 1em 0;
    line-height: 1.2em;
}

.wysiwyg-content li {
    padding-left: 1em;
    background-image: var(--arrow-black);
    background-position: 0 0.17em;
    background-size: 0.8em;
    margin-bottom: 0.35em;
    background-repeat: no-repeat;
}

.wysiwyg-content b {
    font-weight: 700;
    letter-spacing: var(--bold-letter-spacing);
}

.wysiwyg-content table {
    width: 100%;
    border-collapse: collapse;
}

.wysiwyg-content table td,  .wysiwyg-content table th {
    border: 1px solid var(--grey);
    padding: 0.4em 0.2em 0.2em 0.2em;

}

@media ( orientation: portrait) {
    .wysiwyg-content table {
        font-size: 0.9em;
    }
}


@media (orientation: landscape) {

    .table-w-x4 {
        width: var(--w-x3);
        float: right;
    }


    .table-w-x4 .table-row-standard {
        grid-template-columns: repeat(1, 1fr);
    }

    .table-w-x4 .tcs-2 {
        padding-left: 2.6em;
    }

    .head-w-x2-5 {
        width: calc( var(--w-x2) + (var(--w-x1) / 2) );
    }
    
    .head-sticky {
        position: sticky;
        min-height: calc( var(--viewport-height) - var(--header-height) );
        top: var(--header-height);
        display: block;
    }

}


@media (orientation: portrait) {
    .about-menu-body {
        width: 100%;
        margin-bottom: 1.2em;
        grid-template-columns: var(--w-x7);
        column-gap: unset;
    }

    .about-menu-body .mo-navigation-menu {
        width: var(--w-x7);
    }

    .about-menu-body .mo-navigation-menu li a  {
        grid-template-columns: calc(var(--w-x1) / 1.5) calc(var(--w-x7) - (var(--w-x1) / 1.5))
    }

    .about-menu-body .mo-navigation-menu {
        margin-left: 0;
    }

    .about-menu-body .mo-navigation-menu li .mo-section-name {
        font-size: 1.1em;
    }

    .about-menu-body .mo-navigation-menu li a::before {
        font-size: 0.7em;
    }

    .about-brand-name {
        font-size: 3.2em;
    }

    .shareholders-pic {
        width: var(--w-x7);
        height: calc( var(--w-x7) / 1.075 );
    }
}









.partners {
    position: relative;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--grid-col-gap);
    /* margin-top: 2em; */
    margin-top: 2em;
    /* margin-bottom: 6em; */
    margin-bottom: var(--inter-element-gap-y);
    row-gap: 5em;
}



.partners-current {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 1em;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    row-gap: 0.5em;
}

.partners-cur-line {
    position: absolute;
    width: 100%;
    height: var(--border-bold-width);
    background-color: var(--border-color);
    top: 0px;
    left: 0px;
}




.section-prlx.orange-bg .partners-cur-line {
    background-color: var(--black-over-orange);
}

.partners-cur-smallhead {
    position: relative;
    float: left;
    width: 100%;
    
}

.partners-cur-title {
    position: relative;
    float: left;
    width: 100%;
    background-image: var(--arrow-rounded-black);
    /* background-image: var(--arrow-black); */
    background-size: 0.7em 0.7em;
    background-repeat: no-repeat;
    padding-left: 1em;
    font-size: 1.5em;
    font-weight: 700;
    box-sizing: border-box;
    
}

.section-prlx.orange-bg .partners-cur-title {
    color: var(--black-over-orange);
}



@media (orientation: portrait) {
    


    .partners {
        grid-template-columns: repeat(1, 1fr);
        gap: var(--grid-col-gap);
        margin-top: 2em;
        margin-bottom: 6em;
    }

    .partners-current {
        padding-top: 1.1em;
        padding-bottom: 0.4em;
    }

    .partners-cur-title {
        font-size: 1.5em;
    }

    .partners {
        width: var(--w-x6);
        margin-left: var(--lft-x2);
    }

  
}







/* collapsable blocks */

.collapsable-block-btn-plus-minus {
    --plus-width-height: 0.8em;
    --plus-line-weight: 2px;
    font-weight: 700;
}


.collapsable-block-btn-plus-minus b {
    padding-left: 1.3em;
    box-sizing: border-box;
}

.collapsable-block-btn-plus-minus b i {
    display: inline;
    box-sizing: border-box;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    color: inherit;
}

.download-icon {
    background-image: var(--arrow-download-black);
    background-size: 0.9em 0.9em;
    background-repeat: no-repeat;
    /* background-position: 2px 50%; */
    background-position: 2px 0.75em;
    
    box-sizing: border-box;
    padding-left: 1.3em;
}


.collapsable-block-btn-plus-minus b i.btn-on {
    display: none;
}

li.act .collapsable-block-btn-plus-minus b i.btn-on {
    display: inline;
}

.collapsable-block-btn-plus-minus b i.btn-off {
    display: inline;
}

li.act .collapsable-block-btn-plus-minus b i.btn-off {
    display: none;
}

.collapsable-block-btn-plus-minus b:before {
    position: absolute;
    content: "";
    width: var(--plus-width-height);
    height: var(--plus-line-weight);
    top: calc(50% - var(--plus-line-weight)/2);
    left: 2px;
    background-color: currentColor;
    transition: transform 1.6s cubic-bezier(.19, 1, .22, 1);
    transition-property: opacity, transform;
    transform-origin: 50%;
}

li.act .collapsable-block-btn-plus-minus b:before {
    transform:  rotate3d(0,0,1,360deg) ;
    opacity: 0;
}

.collapsable-block-btn-plus-minus b:after {
    position: absolute;
    content: "";
    width: var(--plus-line-weight);
    height: var(--plus-width-height);
    top: calc(50% - var(--plus-width-height)/2);
    left: calc( var(--plus-width-height)/2 - var(--plus-line-weight)/2 + 2px );
    background-color: currentColor;
    transition: transform 1.6s cubic-bezier(.19, 1, .22, 1);
    transform-origin: 50%;
}

li.act .collapsable-block-btn-plus-minus b:after {
    transform:  rotate3d(0,0,1,270deg) ;
}


.collapsable-block-hidden-content {
    position: relative;
    float: left;
    overflow: hidden;
    height: 0px;
    width: 100%;
    font-size: 1.2em;

    /* font-size: inherit; */
    font-weight: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    color: inherit;
    
}



.table-block .download-icon {
    padding-right: calc(var(--w-x1) + var(--grid-col-gap));
}

.table-block .download-icon span {
    width: var(--w-x1);
    position: absolute;
    right: 0px;
    top: 0.8em;
    text-align: right;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    color: inherit;
}

@media (orientation: portrait) {
    .table-block .download-icon span {
        width: var(--w-x2);
        font-size: 0.92em;
    }

    .table-block .download-icon {
        padding-right: calc(var(--w-x2) + var(--grid-col-gap));
    }

}




/* collapsable blocks */






/* services table */

.table-block.table-services .mpst-subrow.collapsable-block-btn-plus-minus b {
    position: absolute;
    width: var(--plus-width-height);
    height: var(--plus-width-height);
    left: 0px;
    top: 0.55em;
}

.services-grid-container {
    position: relative;
    float: left;
    display: grid;
    grid-template-columns: var(--w-x3) repeat(5, 1fr);
    gap: var(--grid-col-gap);
    padding-top: 0.8em;
    padding-bottom: 0.6em;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    width: 100%;
    color: var(--black-over-orange);
}



.table-services-x2 .services-grid-container {
    grid-template-columns: var(--w-x4) repeat(2, 1fr);
}

.table-services-x3 .services-grid-container {
    grid-template-columns: var(--w-x3) repeat(3, 1fr);
}


.services-grid-container * {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    color: inherit;
}



.services-grid-container .services-col1 {
    padding-left: 1.3em;
}

.services-grid-container > :nth-child(n+2) {
  display: flex;
  align-items: center; 
  justify-content: center; 
}


.table-services-cols-left-align .services-grid-container > :nth-child(n+2) {
  justify-content: left; 
}

.services-grid-container span {
    position: relative;
    float: left;
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    border: 1px solid currentColor;
    background-color: currentColor;
    box-sizing: border-box;
    margin-bottom: 0.2em;

    transition: all .2s ease-in-out;
}




.services-grid-container span.blank {
    background-color: transparent;
}


.section-prlx.orange-bg .table-row-hovered .services-grid-container * {
    color: var(--orange) !important;
}


.section-prlx.orange-bg .table-row-hovered .services-grid-container span {
    border: 1px solid var(--orange);
    background-color: var(--orange);
}


.section-prlx.orange-bg .table-row-hovered .services-grid-container span.blank {
    background-color: transparent;
}




.table-services .collapsable-block-hidden-content b {
    width: calc(100% - 1.3em);
    padding-left: 1.3em;
}

.table-colontitle {
    position: relative;
    float: left;
    width: 100%;
    font-weight: 700;
    letter-spacing: var(--bold-letter-spacing);
    font-size: 1.2em;
    position: sticky;
    top: var(--header-height-depended-on-scoll);
    z-index: 3;
    pointer-events: none;
    
}

/* .table-colontitle > :nth-child(n+2) {
    background-color: var(--grey-bg);
    backdrop-filter: blur(3px);
} */


/* 
@media (orientation: portrait) {
  .services-grid-container {
    display: block;
  }

  .services-grid-container > :first-child {
     width: 100%; 
    box-sizing: border-box; 
  }

  .services-grid-container > :nth-child(n+2) {
    display: inline-block; 
    width: calc(20% - var(--grid-col-gap) * 0.8); 
    box-sizing: border-box;
  }

  .services-grid-container::after {
    content: '';
    display: block;
    clear: both; 
  }
} */




@media (orientation: portrait) {
    .table-colontitle {
        font-size: 0.7em;
    }

    .table-services-x2 .table-colontitle {
        font-size: 0.95em;
    }

    .table-services-x3 .table-colontitle {
        font-size: 0.95em;
    }

} 




/* services table */








/* about section */




















/* specification */

.regular_section_head {
    position: relative;   
    float: left;
}

.regular_section_head .mps-head {
    padding-top: 0;
}


.regular-section .mps-table {
    margin-top: 3.5em;
}


.head-hinter {
    position: absolute;
    font-family: var(--nimbus-family);
    font-size: var(--times-font-size);
}


.specialization-mini {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 2em;
}

.sm-text-wrap {
    position: relative;
    float: left;
    width: var(--w-x2);
}

.sm-hinter{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0.7em;
    /* font-size: 1em; */
}

.sm-text{
    position: relative;
    float: left;
    width: 100%;
    font-family: var(--nimbus-family);
    font-size: var(--times-font-size);
    /* text-align: justify; */
}

.sm-text-text {
    position: relative;
    float: left;
    width: 100%;
    font-size: inherit;
    font-family: inherit;
    opacity: 0;
}

.sm-text-text-starter{
    position: absolute;
    width: 100%;
    font-size: inherit;
    font-family: inherit;
    top: 0px;
    left: 0px;
    pointer-events: none;
}

.sm-video-wrap{
    position: relative;
    float: right;
    width: var(--w-x3);
    height: calc( var(--w-x3) / 1.914 );
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    transform-origin: 100% 0%;
    transform: scale3d(0.66,0.66,1);

}


.sm-video-wrap video {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.85) contrast(1.1);
}



.big-button-wrapper {
    position: relative;
    float: left;
    /* text-align: center; */
    width: 100%;

}

.big-button-wrapper .head-order {
    margin-left: 0.2em;
    font-size: 3em;
    height: 3em;
    display: inline-block;
    float: none;
    left: 5.5em;
}

.big-button-wrapper .order-ico-arrow {
    width: 2.77em;
}

.big-button-wrapper .head-order .ho-order-btn-txt {
    left: -.05em;
    font-size: 1.5em;
}


.tracker-about-scaling-video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 15em;
    pointer-events: none;
}


.smtext-202perc {
    width: 202%;
}



@media (orientation: portrait) {

    .head-hinter {
        top: -0.7em;
    }

    .sm-text-wrap {
        width: var(--w-x7);
        font-size: 1.15em;
    }



    .sm-video-wrap {
        width: var(--w-x7);
        height: calc(var(--w-x7) / 1.914);
        margin-top: 1em;
    }

    .big-button-wrapper .order-ico-arrow {
        width: 1.77em;
    }
    
    .big-button-wrapper .head-order .ho-order-btn-txt {
        left: -0.15em;
        font-size: 0.7em;
    }


    .big-button-wrapper .head-order {
        left: 0.95em;
    }

    .smtext-202perc {
        width: 100%;
    }

    
}


@media (orientation: portrait) and (min-width: 550px) {
    .big-button-wrapper .head-order {
        font-size: 4.5em;
    }
}


/* specification */








/* ABOUT */

.not-mp-advantages {
    margin-top: 0em;
}


.advantages-col {
    position: relative;
    float: left;
    display: block;
    padding-top: 0.5em;
    padding-bottom: 2.1em;
    
}

.advantages-about-page {
    margin-top: 2.5em;
}


.mpst-row .advantages-col:nth-child(2) {
    width: var(--w-x2);
    margin-right: var(--grid-col-gap);
}

.mpst-row .advantages-col:nth-child(3) {
    width: var(--w-x2);
    margin-right: var(--grid-col-gap);
    font-size: 2em;
    padding-top: 0.2em;
}

.mpst-row .advantages-col:nth-child(4) {
    width: var(--w-x2);
    margin-left: calc( var(--w-x2) + var(--grid-col-gap) );
}

.mpst-row:nth-child(odd) .advantages-col:nth-child(4) {
    font-family: var(--nimbus-family);
    font-size: 1.1em;
}

.mpst-row:nth-child(even) .advantages-col:nth-child(3) {
    font-family: var(--nimbus-family);
    font-size: 2.15em;
}

.mpst-row .advantages-col:nth-child(4) {
    width: var(--w-x2);
    margin-left: calc( var(--w-x2) + var(--grid-col-gap) );
}


.adv-no {
    display: block;
    width: calc( var(--w-x1) * 0.9 );
}





@media (orientation: portrait) {
    .mpst-row .advantages-col:nth-child(3) {
        width: var(--w-x5);
        padding-top: 0.2em;
    }

    .mpst-row .advantages-col:nth-child(3) {
        margin-right: 0;
    }

    .mpst-row .advantages-col:nth-child(4) {
        width: var(--w-x5);
        padding-bottom: 2.1em;
    }

    .mpst-row .advantages-col {
        padding-bottom: 0;
    }

    .adv-no {
        width: calc(var(--w-x1));
    }
    
}


/* ABOUT */





/* cursor picture/video */



.cursor-picture {
    position: absolute;
    left: 0;
    width: calc(var(--w-x2));
    height: calc(var(--w-x2) / 0.9);
    visibility: inherit;
    pointer-events: none;
    mix-blend-mode: normal;
    opacity: 0;
    top: 0;
    
}

.cursor-picture-wrap0 {
    position: relative;
    width: 100%;
    height: 100%;
    left: -50%;
    top: -50%;
    /* background-color: var(--grey-bg); */
}

.cursor-picture-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}



.treatments-section .cursor-picture {
    left: 11vw;
}


body.mobile .cursor-picture  {
    display: none;
}

.cursor-picture.cursor-picture-active {
    opacity: 1;
}

.cursor-picture img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: scale3d(0.4,0.4,1);
    opacity: 0;
    /*display: none;*/
    will-change: transform;
    
}

.hover-video-cont {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: transform, opacity;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;

}

.hover-video-cont video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
    filter: brightness(0.85) contrast(1.1);
}

/* cursor picture/video */










/* CONTACTS */





.contacts-section {
    padding-top: 1.5em;
    margin-top: var(--header-height);
}


.current-serives .head-hinter {
    position: relative;
    float: left;
    width: 100%;
}


.contacts-head {
    position: relative;
    float: left;
    font-family: var(--nimbus-family);
    font-size: 12.7em;
    width: 100%;
    /* transition: opacity 0.95s var(--ease-out-quart) 0s;  */
    /* opacity: 0; */
    /* line-height: 0.85em; */
    font-weight: 700;
    letter-spacing: var(--bold-letter-spacing);
    overflow: hidden;

}

.contacts-head .head-content{
    float: left;
    position: relative;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    transform: translate3d(0, 122%, 0);
    opacity: 1;
    

    transition: transform 0.95s var(--ease-out-quart) 0s, opacity 0.95s var(--ease-out-quart) 0s;
    transition-delay: 1.2s, 1.2s;
}

body.dataLoaded .head-content {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-delay: 0.2s, 0.2s;
}

/* body.dataLoaded .contacts-head {
    opacity: 1;
    transition-delay: 0.2s;
} */


.contacts-body {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 2em;
}


.contacts-section .regular_section_head {
    /* overflow: hidden; */
}






.contacts-table {
    position: relative;
    float: left;

    counter-reset: row-counter;
    margin-bottom: 8em;

    width: var(--w-x4);
}



.contacts-row {
    counter-increment: row-counter;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 3.5em;

    opacity: 0;
    transition: opacity 1s ease-in-out;
}


.contacts-row:nth-child(1) {
    transition-delay: 0.3s;
}

.contacts-row:nth-child(2) {
    transition-delay: 0.4s;
}

.contacts-row:nth-child(3) {
    transition-delay: 0.5s;
}

.contacts-row:nth-child(4) {
    transition-delay: 0.6s;
}

.contacts-table .mpst-line {
    
    opacity: 0;
    transition: opacity 1s ease-in-out;
    transition-delay: 0.7s;
}


body.dataLoaded .contacts-row, body.dataLoaded .contacts-table .mpst-line {
    opacity: 1;
}




.contacts-line {
    position: relative;
    float: left;
    width: 100%;
    height: 1px;
    background-color: var(--orange);
    transform-origin: 0% 50%;
}

.contacts-table[data-table] .mpst-line {
    transform: scaleX(0);
}

.contacts-col {
    position: relative;
    float: left;
    display: block;
    margin-top: 0.3em;
    line-height: 1.3em;
}

.contacts-row .contacts-col:nth-child(2) {
    width: var(--w-x2);
    text-transform: uppercase;
    font-size: 0.8em;
    margin-top: 0.4em;
    font-family: var(--nimbus-family);
}

.contacts-row .contacts-col:nth-child(3) {
    width: var(--w-x2);
    margin-left: var(--grid-col-gap);
}


.contacts-col a {
    /* white-space: ; */
}


.contacts-map {
    position: relative;
    float: right;
    width: var(--w-x3);
    margin-left: var(--grid-col-gap);
    height: calc(  var(--w-x3) * 1.3 );
    background-color: var(--black);
}


.contacts-body {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}


.image-color-blanket {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background-color: var(--grey-bg);
    transition: opacity 1s ease-in-out 0s;
    pointer-events: none;
}

body.dataLoaded .image-color-blanket {
    opacity: 0;
}



/* map */



.custom-zoom-controls {
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 2;
    transform: translate3d(0, -50%, 0);
}

.custom-zoom-controls div {
    position: relative;
    float: left;
    width: 45px;
    height: 45px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: var(--orange-bg);
    cursor: pointer;
    clear: both;
}

.custom-zoom-controls div * {
    color: var(--black);
}

#zoom-in {
    
}

#zoom-out {
    margin-top: 3px;
}

/* map */




@media (orientation: portrait) {

    .contacts-head {
        font-size: 6.9em;   
    }

    .contacts-table {
        width: var(--w-x7);
        margin-bottom: 4em;
    }

    .contacts-row .contacts-col:nth-child(3) {
        width: var(--w-x5);
    }

    .contacts-map {
        width: var(--w-x7);
        margin-left: 0;
        height: calc(var(--w-x7) * 1.3);
    }

    .contacts-row .contacts-col:nth-child(2) {
        margin-top: 0.5em;
    }

    .contacts-row .contacts-col:nth-child(3) {
        font-size: 1.1em;
    }


    .contacts-row .contacts-col:nth-child(3) .font-animator {
        font-size: 1.1em;
    }

 




}


/* CONTACTS */








/* form */


.contacts-form {
    position: relative;
    float: left;
}

.form-field {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    box-sizing: border-box;

}





#servicesForm  .textarea-row {
    height: 5.5em;
}


.contacts-form input, .contacts-form textarea, .contacts-form select {
    background: transparent;
    border: none;
    width: 100%;
    color: var(--orange);
    padding: 0em 0 0.75em 0;
    box-sizing: border-box;
    font-family: var(--nimbus-family);
    font-size: 1.2em;
    
}


.contacts-form textarea {
    height: 4em;
    margin-bottom: 1em;
}



.contacts-form input::placeholder,  .contacts-form textarea::placeholder {
    color:  rgba(57,213,198,0.5);
}

.contacts-form input:focus::placeholder,  .contacts-form textarea:focus::placeholder {
    color: var(--orange);
}






.form-field.error-field input, .form-field.error-field textarea {
    /* border: 1px solid red; */
    
}


.form-field.error-field::after, .form-field.error-field::after {
    content: '';
    position: absolute;
    left: -2em;
    top: 0px;
    background-image: url(/img/error-ico.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 1.3em;
    height: 1.3em;

}


.form-success {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: var(--grey-bg);
    display: flex;
    align-items: center;
    justify-content:center;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
}

.form-success-body {
    /* text-align: center; */
    width: 80%;
    position: relative;
    float: left;
}

.fsb-ico {
    display: inline-block;
    width: 10em;
    height: 10em;
    margin-bottom: 2em;
}

.fsb-head {
    position: relative;
    float: left;
    width: 100%;
    font-family: var(--nimbus-family);
    font-size: 5em;
    line-height: 1.1em;
}

.fsb-desc {
    position: relative;
    float: left;
    width: 100%;
    font-size: 3em;
    margin-top: 0.3em;
    line-height: 1.1em;
}


.circle, .check {
    /* stroke: var(); */
    stroke-width: 2;
    fill: none;
}

.circle {
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
}

.form-ok .circle {
    animation: drawCircle 0.5s ease-out forwards;
}

@keyframes drawCircle {
    to {
    stroke-dashoffset: 0;
    }
}

.check {
    stroke-dasharray: 61;
    stroke-dashoffset: 61;
    /* stroke-linecap: round;
    stroke-linejoin: round; */
}

.form-ok .check {
    animation: drawCheck 0.3s 0.5s ease-out forwards;
}

@keyframes drawCheck {
    to {
    stroke-dashoffset: 0;
    }
}


@media (orientation: portrait) {

    .fsb-head {
        font-size: 3em;
    }
    
    .fsb-desc {
        font-size: 2em;
    }

}




/* form */


















/* Cookie banner */



:root {
    --cookie-consent-animation-time: 1s;
    --cookie-consent-accent-color: var(--black);
    --cookie-consent-bg-color: white;
    --cookie-consent-text-color: var(--black);
    --cookie-consent-font-family: sans-serif;
    --cookie-consent-box-border-radius: 0px;
    --cookie-consent-max-width: 600px;
    --cookie-consent-btn-radius: 0px;
    --cookie-consent-box-paddings: 13px 15px;
    --cookie-consent-box-margin-bottom: 10px;
    --cookie-consent-box-margin-left-right: 10px;
    --cookie-consent-zindex: 20;
    --cookie-consent-font-size: 18px;
    --cookie-consent-btn-font-size: 18px;

  }

  
  

  .c-b {
    position: fixed;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 90%;
    max-width: var(--cookie-consent-max-width);
    max-width: var(--w-x5);
    overflow: hidden;
    z-index: var(--cookie-consent-zindex);
    
  }


  .c-b * {
    font-family: var(--cookie-consent-font-family);
  }


  .c-b-body {
    position: relative;
    float: left;
    width: 100%;
    background: var(--cookie-consent-bg-color);
    border-radius: var(--cookie-consent-box-border-radius);
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    padding: var(--cookie-consent-box-paddings);
    box-sizing: border-box;
    margin-bottom: var(--cookie-consent-box-margin-bottom);
    transform: translate3d(0, calc( var(--cookie-consent-box-margin-bottom) + 100% ), 0);
    transition: transform cubic-bezier(0.26, 0.43, 0.45, 0.94) var(--cookie-consent-animation-time);
  }


  .c-b-active  .c-b-body {
    transform: translate3d(0, 0%, 0);
    transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) var(--cookie-consent-animation-time);
  }

  

  /* add this to div tag c-b in case of left align */
  .c-b-align-left { 
    left: var(--cookie-consent-box-margin-left-right);
    transform: none;
  }

  /* add this to div tag c-b in case of right align */
  .c-b-align-right { 
    right: var(--cookie-consent-box-margin-left-right);
    left: auto;
    transform: none;
  }

  .c-b-collapsed,
  .c-b-expanded {
    display: none;
  }

  .c-b-collapsed {
    display: flex;
    align-items: center; 
    justify-content: space-between; 
    gap: 1rem; 
  }

  .c-b.c-b-expanded-mode .c-b-expanded {
    display: block;
  }

  .c-b.c-b-expanded-mode .c-b-collapsed {
    display: none;
  }

  .c-b.c-b-collapsed-mode .c-b-collapsed {
    display: flex;
    display: block;
  }

  .c-b.c-b-collapsed-mode .c-b-expanded {
    display: none;
  }

  .cookie-text {
    color: var(--cookie-consent-text-color);
    font-size: var(--cookie-consent-font-size);
    margin-bottom: calc( var(--cookie-consent-font-size) + 4px );
    flex: 1;

    display: block;

  }


  .cookie-text a {
    color: var(--cookie-consent-text-color);
    font-size: var(--cookie-consent-btn-font-size);
}

  .c-b-button-row {
    /* display: flex;
    gap: 10px;
    flex-wrap: wrap; */

    display: block;
    float: right;

    flex-shrink: 0; 
    display: flex;
    gap: 0.5rem;
    width: 100%;
  }

  .c-b-expanded .c-b-button-row {
    /* display: block; */
  }

  .c-b-btn {
    flex: 1;
    padding: 10px;
    padding: 4px 7px;
    text-align: center;
    border-radius: var(--cookie-consent-btn-radius);
    /* font-weight: bold; */
    cursor: pointer;
    font-size: var(--cookie-consent-btn-font-size);
    text-decoration: none;
    border: none;
    background-color: var(--cookie-consent-bg-color);
    background-color: var(--grey-bg);
    color: var(--cookie-consent-text-color);
  }

  .c-b-btn-accept {
    background-color: var(--cookie-consent-accent-color);
    color: var(--cookie-consent-bg-color);

    padding: 4px 12px;
  }

  .c-b-btn-adjust {
    
    color: var(--cookie-consent-text-color);
  }

  .c-b-btn-deny {
    
    color: var(--cookie-consent-text-color);
  }

  .c-b-section {
    /* margin-bottom: 20px; */
    position: relative;
  }

  .c-b-section::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: var(--cookie-consent-text-color);
    opacity: 0.15;
    height: 1px;
    width: 100%;
  }

  .c-b-section:nth-child(2) {
    margin-bottom: 11px;
  }

  .c-b-section:first-child:after {
    display: none;
  }

  .c-b-section a {
    color: var(--cookie-consent-text-color);
    font-size: var(--cookie-consent-btn-font-size);
  }

  .c-b-section h3 {
    font-size: calc( var(--cookie-consent-font-size) + 8px );
    margin: 0 0 8px;
    font-weight: normal;
    color: var(--cookie-consent-text-color);
  }

  .c-b-section p {
    font-size: calc( var(--cookie-consent-font-size) );
    color: var(--cookie-consent-text-color);
    margin: 0 0 12px;
  }

  .cookie-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-bottom: 4px;
    gap: 6px;
    position: relative;
    padding-top: 4px;
  }

  .cookie-option::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: var(--cookie-consent-text-color);
    opacity: 0.15;
    height: 1px;
    width: 100%;
  }

  .cookie-option .c-b-switch-label {
    flex-grow: 1;
    font-size: calc( var(--cookie-consent-font-size) + 2px );
    color: var(--cookie-consent-text-color);
  }

  .c-b-toggle-icon {
    font-size: calc( var(--cookie-consent-font-size) + 4px );
    font-size: calc( var(--cookie-consent-font-size) + 4px );
    display: inline-block;
    text-align: center;
    user-select: none;
    color: var(--cookie-consent-text-color);
  }

  .c-b-info-text {
    font-size: 13px;
    color: var(--cookie-consent-text-color);
    margin: 4px 0 12px 26px;
  }

  .c-b-info-text:last-child {
    padding-bottom: 8px;
  }

  .c-b-switch {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .c-b-toggle {
    position: relative;
    width: 38px;
    height: 24px;
  }

  .c-b-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .c-b-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--cookie-consent-text-color);
    opacity: 0.4;
    border-radius: 24px;
    transition: 0.3s;
  }

  .c-b-slider:before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    left: 1.5px;
    bottom: 2px;
    background-color: var(--cookie-consent-bg-color);
    border-radius: 50%;
    transition: 0.3s;
  }

  .c-b-toggle input:checked + .c-b-slider {
    background-color: var(--cookie-consent-accent-color);
    opacity: 1;
  }

  .c-b-toggle input:checked + .c-b-slider:before {
    transform: translateX(15px);
  }

  .c-b-hidden {
    display: none !important;
  }


  .cookies-banner-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: var(--cookie-consent-zindex);
    background: rgba(0,0,0,0.7);
    transition: opacity ease-in-out 0.7s;
    opacity: 1;
  }

  .cookies-banner-hidden {
    pointer-events: none;
    opacity: 0;
  }


  @media (min-width: 600px) and (max-width: 1000px ) {
    :root {
        --cookie-consent-max-width: 80%;
    }
  }



  @media (orientation: portrait) and (max-width: 600px ) {
    .c-b {
      width: calc( 100% - var(--cookie-consent-box-margin-left-right) * 2 );
      max-width: var(--cookie-consent-max-width);
    }


    .c-b.c-b-collapsed-mode .c-b-collapsed {
      display: block;
    }

    .cookie-text {
        margin-bottom: calc(var(--cookie-consent-font-size) + 4px);
    }

    .c-b-button-row {
        float: none
    }

    .c-b-expanded .c-b-button-row {
      float: none;
      display: flex;
    }
  }


/* Cookie banner */













/* services menu */


.services-menu-overlay {
    position: fixed;
    z-index: 16;
    width: calc( 100% - var(--w-x3) );
    height: 100%;
    height: var(--viewport-height);
    display: flex;
    align-items: center;
    left: var(--lft-x4);
}


.services-menu-wrapper0 {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.services-menu-overlay * {
    color: var(--black);
}


.services-menu-wrapper {
    position: relative;
    width: var(--w-x5);
    height: 100%;
    top: 0px;
    left: 0px;
    /* display: flex;
    align-items: center; */
    float: left;
}



.sm-bg-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /* background-color: var(--orange-bg); */
    /* color: var(--black); */
    transform: scaleY(0);
    transform-origin: 0px 0px;
    background-color: var(--grey-bg3);
}



.sm-wrapper-wrapper {
    position: relative;
    float: left;
    /* width: var(--w-x8); */
    margin-left: var(--content-margins);
    box-sizing: border-box;
    /* margin-top: 3em; */
    margin-top: var(--header-height-depended-on-scoll);
}

.sm-wrapper {
    position: relative;
    float: left;
    width: 100%

}

.sm-navigation-menu {
    position: relative;
    /* float: left; */
    width: var(--w-x5);
    float: right;
    /* border-top: 2px solid currentColor; */
    counter-reset: menu-counter;
}

.sm-navigation-menu li {
    counter-increment: menu-counter;
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
    
}



.sm-navigation-menu li .cursor-picture-link {
    position: relative;
    float: left;

    

    padding: 0.5vw 0 1.2vw 0;

    /* height: 2.7em; */
    /* display: grid; */
    /* align-items: center; */
    /* grid-template-columns: var(--w-x1) var(--w-2) var(--w-2); */
    /* font-weight: 700; */
    width: 100%;
    cursor: default;
    
}

.sm-navigation-menu li .sm-section-name {
    position: relative;
    float: left;

    display: block;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    min-height: 1em;
    margin-left: var(--grid-col-gap);
    font-weight: 700;
    font-size: 1.8em;
    z-index: 1;
    overflow: hidden;
    letter-spacing: var(--bold-letter-spacing);
    width: var(--w-x3);
}

.sm-navigation-menu li .sm-section-name div {
    position: relative;
    float: left;
    transform: translateY(122%);
    font-weight: inherit;
    font-size: inherit;

}




.sm-navigation-menu li .sm-section-offer {
    position: relative;
    float: left;

    display: block;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    min-height: 1em;
    left: var(--lft-x2);
    /* font-weight: 700; */
    font-size: 1.2em;
    z-index: 1;
    overflow: hidden;
    letter-spacing: var(--bold-letter-spacing);
    clear: both;
}

body.business .sm-section-offer {
    display: none;
}

.sm-navigation-menu li .sm-section-offer div {
    position: relative;
    float: left;
    transform: translateY(122%);
    font-weight: inherit;
    font-size: inherit;

}





.sm-navigation-menu li .cursor-picture-link::before {
    content: "(" counter(menu-counter, decimal-leading-zero) ")"; 
    position: relative;
    float: left;

    font-family: var(--nimbus-family);

    z-index: 1;
    padding-top: 0.2em;
    width: var(--w-x1);
    font-size: 0.7em;

}




.sm-line {
    position: absolute;
    width: 100%;

    top: 0px;
    left: 0px;
    border-top: var(--border-width) solid var(--border-color);
    transform: scale3d(0,1,1);
    transform-origin: 0;
}



.sm-line-last {
    bottom: 0px;
    border-bottom: var(--border-width) solid var(--border-color);
    border-top: none;
    height: 100%;
    pointer-events: none;
}



.sm-head .sm-line {
    bottom: 0px;
    top: auto;
    border-top: var(--border-width) solid var(--border-color);

}






@media (orientation: portrait) {
    .sm-navigation-menu {
        width: var(--w-x6);
        float: left;
        margin-left: var(--lft-x2);

    }

    .sm-wrapper:nth-child(2) {
        margin-top: 4em;
    }

    .sm-wrapper-wrapper {
        width: var(--w-x7);
    }


    
}







.sm-head {
    position: absolute;
    float: left;
    width: var(--w-x5);
    height: var(--header-height-depended-on-scoll);
    top: 0px;
    margin-left: var(--content-margins);
    margin-right: var(--content-margins);
    transition: height 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.sm-col-name {
    font-weight: 700;
    overflow: hidden;
    display: none;
}

.sm-col-name div {
    /* font-weight: inherit; */
    font-size: inherit;
    transform: translateY(122%);
    position: relative;
    
}

.sm-close-btn {
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    font-size: 1.1em;
}

.sm-close-btn div {
    font-weight: inherit;
    font-size: inherit;
    transform: translateY(122%);
    position: relative;

}

.services-menu-overlay.buy .sm-col-name-buy {
    display: block;
}

.services-menu-overlay.file-claim .sm-col-name-file-claim {
    display: block;
}


.table-with-floating-buttons .cursor-container-floating-buttons {
    position: absolute;
    /* border: 1px solid red; */
    width: var(--w-x2);
    z-index: 3;
    right: 0px;
    /* height: 2em; */
    top: calc(var(--header-height-depended-on-scoll) * -1);
    top: 0;
    pointer-events: none;
}


@media (orientation: portrait) {
    .cursor-container-floating-buttons {
        display: none;
    }
}


.cursor-container-floating-buttons-wrap {
    position: relative;
    /* float: left; */
    display: flex;
    justify-content: flex-end;
    transform: translate3d(0, -50%, 0);

}


.floting-buttons-btn  {
    position: relative;
    background-color: var(--black);
    color: var(--orange);
    font-weight: 700;
    border-radius: 0.4em;
    margin-right: 0.2em;
    padding: 0.5em 1.4em 0.25em 0.7em;
    display: none;
    font-size: 1.2em;
    
}

.floting-buttons-btn.link-arrow::after {
    background-image: var(--arrow-orange);
    --width: 0.9em;
    right: 0.1em;
}


.buy .floting-buttons-btn.link1  {
    display: block;
}

.buy .floting-buttons-btn.link2  {
    display: block;
}

body.business .buy .floting-buttons-btn.link2  {
    display: none;
}

body.business .buy .floting-buttons-btn.link4  {
    display: block;
}

.file-claim .floting-buttons-btn.link3 {
    display: block;
}

.sm-buttons-wrapper {
    position: absolute;
    right: 0px;
    top: 0px;
    width: var(--w-x2);
    z-index: 1;
}

.sm-buttons-wrapper .floting-buttons-btn {
    float: left;
    position: relative;
}

@media (orientation: landscape) {

    .sm-buttons-wrapper {
        height: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-end;
        opacity: 0;

        position: absolute;
        width: 100%;
    }


    
    .services-menu-overlay.buy .fbb.link1 {
        width: 100%;
    }

    .services-menu-overlay.file-claim .fbb.link3 {
        width: 100%;
    }

    .sm-buttons-wrapper .floting-buttons-btn {
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }

}


@media (orientation: portrait) {
    .services-menu-overlay {
        width: 100%;
        left: 0;
    }

    .sm-head {
        width: calc(100% - var(--content-margins) * 2);
    }

    .sm-close-btn div {
        font-size: 1.2em;
    }

    .sm-col-name div {
        font-size: 1.2em;
    }

    .services-menu-wrapper {
        width: 100%;
    }

    .sm-navigation-menu {
        width: 100%;
        margin-left: auto;
    }

    .sm-navigation-menu li .sm-section-name {
        width: var(--w-x6);
        font-size: 1.8em;
    }

    .sm-navigation-menu li {
        overflow: hidden;
    }
    
    .sm-buttons-wrapper {
        width: calc(100% - var(--w-x1));
        margin-left: var(--w-x1);
        position: relative;
        /* float: left; */
        display: flex;
        justify-content: flex-end;
    }

    .floting-buttons-btn {
        color: var(--white);
    }

    .floting-buttons-btn.link-arrow::after {
        background-image: var(--arrow-white);
    }


    
}


li.marker-business {
    display: none;
}

body.business li.marker-business {
    display: block;
}

body.business li.marker-private {
    display: none;
}




/* services menu */




/* privacy policy */


.privacy-policy-margin-top {
    margin-top: calc( var(--header-height) + 2em );
}
    

/* privacy policy */




font {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    color: inherit
}


/* .text-underline {
    text-decoration: underline;
} */


.tcs-2 a, .table-block .mpst-subrow b a {
    text-decoration: underline;
    /* text-decoration-color: var(--black); */
    text-decoration-thickness: 0.75px;
    text-underline-offset: 0.1em;
}