body,
html,
div,
span,
p,
a,
del,
em,
img,
ol,
ul,
li,
fieldset,
form,
label {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  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;

    --section-paddings-horiz: 1vw;
}


@media (max-width: 1100px) {
    body {
        --section-paddings-horiz: 10px;
    }
}

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;
}



body {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    font-smooth: always;

    font-weight:normal !important;

    overflow: auto;

    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 18px;

    font-weight: 400; 
    background-color: #f9f2ed;
    
}

a {
    color: #000000;
    text-decoration: none;
}


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


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: #67676c; 
   opacity: 1; /* Firefox */
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #67676c; 
}
  
::-ms-input-placeholder { /* Microsoft Edge */
   color: #67676c; 
}




::selection {
    background: #77f3b1;
}

::-moz-selection {
    background: #77f3b1;
}

ul, li, div {
    display: block;
}







/* Site type navigation */


.logo-navig-lng {
    position: fixed;
    box-sizing: border-box;
    width: 100%;
    padding: 0.65vw 1vw;
    z-index: 10;
    transition: transform 1.6s cubic-bezier(.19, 1, .22, 1);
    transition-property: transform, opacity;
    transform: translate3d(0,-20px,0);
    opacity: 0;
}

body.dataLoaded .logo-navig-lng, body.animFirstStartOnly .logo-navig-lng {
    transform: translate3d(0,0px,0);
    opacity: 1;
}


.site-type {
    position: relative;
    float: left;
    z-index: 1;
    font-size: 1.2vw;
    padding-top: 0.83vw;
    padding-left: 2vw;
    --paddings-btn-link-vert: 0.15vw;
    --paddings-btn-link-horiz: 0.6vw;
}

.site-type li {
    position: relative;
    display: block;
    float: left;
    margin-right: 1.5vw;
    text-transform: uppercase;
}


.site-type li a {
    padding: var(--paddings-btn-link-vert) var(--paddings-btn-link-horiz);
}

.site-type li.act a  {
    border: 1px solid #000;
    border-radius: 50px;
    cursor: default;
}




/* Site type navigation */






/* magic navigation */



.magic-navigation {
    position: relative;
    float: left;
    z-index: 1;
    font-size: 1.4vw;
    padding-top: 0.75vw;
    padding-left: 3vw;
    --paddings-btn-link-vert: 0.15vw;
    --paddings-btn-link-horiz: 0.8vw;
    display: none;
}

.magic-navigation.act {
    display: block;
}


@media (max-width: 1100px) {
    .magic-navigation {
        display: none;
    }

    .magic-navigation.act {
        display: none;
    }
}

.magic-navigation li {
    position: relative;
    display: block;
    float: left;
    margin-right: 20px;
    text-transform: uppercase;
}


.magic-navigation li a {

    padding: var(--paddings-btn-link-vert) var(--paddings-btn-link-horiz);
}


.magic-navigation li.act  {
    
}


.magic-navigation li.act a {
    border: 1px solid #000;
    border-radius: 50px;
}



.magic-navigation li a:before, .site-type  li a:before {
    left: var(--paddings-btn-link-horiz);
    right: 0;
    width: calc(100% - var(--paddings-btn-link-horiz) * 2);
    bottom: -2px;
    height: 1px;
    content: "";
    position: absolute;
    transition: transform 1.3s cubic-bezier(.19, 1, .22, 1);
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: right center;
    will-change: transform;
}


.magic-navigation a:hover:before, .site-type a:hover:before {
    transform: scaleX(1);
    transform-origin: left center;
}


.magic-navigation a.act:before, .site-type a.act:before {
    display: none;
}




.conent {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-left: 100px;
    box-sizing: border-box;
}






.loader-layout {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 20;
}

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


body.dataLoaded .loader-layout {
    pointer-events: none;
}


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

/* 
body.dataLoaded .loader-wrapper1 {
    transform: translate3d(0px,100%,0px);
}

body.dataReload .loader-wrapper1 {
    transform: translate3d(0px,-100%,0px);
}

.loader-wrapper2 {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
    transition: transform 0.9s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

body.dataLoaded .loader-wrapper2 {
    transform: translate3d(0px,-100%,0px);
}

body.dataReload .loader-wrapper2 {
    transform: translate3d(0px,100%,0px);
} */


.loader-bg-arr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.lba-el {
    position: relative;
    float: left;
    width: 100%;
    height: 8.33vh;
    background: #FFF;
    transform-origin: 50% 100%;
}

.loader-logo {
    position: absolute;
    width: 200px;
    height: auto;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate3d(-50%,-50%,0px);
    transition: all 0.9s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.3s;
    transition-property: transform, opacity;
}





.site-logo {
    position: relative;
    float: left;
    z-index: 1;
}


.site-logo img {
    object-fit: contain;
    width: 10vw;
    height: 2.43vw;
}


.languages {
    position: relative;
    float: right;
    top: 0.8vw;
    /* right: 20px; */
    z-index: 1;
    text-transform: uppercase;
    font-size: 1.2vw;
}

.languages li {
    float: left;
    margin-right: 60px;
}


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



/* magic navigation */








/* Magic Scroll */


.page-layout {
    position: relative;
    background: #FFF;
    width: 100%;
}


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


.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);
    box-sizing: border-box;
    top: 0px;
}


body.mobile .block-sticky {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
}




.catch-scroll-element-test {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0px;
    left:0px;
    pointer-events:none;
    z-index: 100;
}




/* Magic Scroll */







/* mainmenu icon */



.main-menu-btn {
    position: fixed;
    float: right;
    width: 30px;
    height: 30px;
    top: -7px;
    padding-top: 1.4vw;
    z-index: 14;
    padding-right: 1vw;
    right: 0px;
}






div.main-menu-btn0 {
    position: absolute;
    float: left;
    width: 30px;
    height: 30px;
    left: 0px;
    cursor: pointer;

    transition: all 0.25s ease-in-out;
}



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: 2px;
    background-color: #000;
    left: 0px;
    transition: all 0.4s cubic-bezier(0.06, 0.24, 0.49, 1.27);
    transition-property: transform, background-color, opacity;
    will-change: transform, background-color, opacity;
    transition-duration: 0.5s;
}

div.main-menu-btn div.line1 {
    transition-delay: 0.2s;
}

div.main-menu-btn div.line2 {
    transition-delay: 0.1s;
}

div.main-menu-btn div.line3 {
    transition-delay: 0.0s;
}


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

    transition-delay: 0s;
    transition-duration: 0.4s;
}



div.main-menu-btn div.line1, div.main-menu-btn div.line2, div.main-menu-btn div.line3 {
    transform-origin: 0% 0%;
}



div.main-menu-btn div.line1 {
    top: 5px;
    transform: translate3d(0, -20px, 0) ;
    opacity: 0;
}

div.main-menu-btn div.line2 {
    top: 14px;
    transform: translate3d(0, -20px, 0) ;
    opacity: 0;
}

div.main-menu-btn div.line3 {
    top: 23px;
    transform: translate3d(0, -20px, 0);
    opacity: 0;
}

body.dataLoaded div.main-menu-btn div.line1, body.animFirstStartOnly div.main-menu-btn div.line1, body.dataLoaded  div.main-menu-btn div.line2, body.animFirstStartOnly div.main-menu-btn div.line2, body.dataLoaded  div.main-menu-btn div.line3, body.animFirstStartOnly div.main-menu-btn div.line3 {
    transform: translate3d(0, 0, 0) scale3d(1,1,1);
    opacity: 1;
}


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


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


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



body.mainmenu-overlay-close div.main-menu-btn div.line1, body.mainmenu-overlay-close div.main-menu-btn div.line2, body.mainmenu-overlay-close div.main-menu-btn div.line3  {
    transform: translate3d(0px, 0, 0) scale3d(1,1,1);
    opacity: 1;
}


/* mainmenu icon */










.mainmenu-overlay {
    position: fixed;
    width: 100%;
    z-index: 2;

    opacity: 0;
    pointer-events: none;

    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    /* transition: background 0.1s ease-in-out 1.6s; */
    z-index: 12;

}

.mainmenu-overlay.mainmenu-overlay-animation {
    /* background: #f9f2ed; */
}

body.mainmenu-overlay-close .mainmenu-overlay {
    background: transparent;
    transition: none;
}


.mainmenu-overlay .mo-bg-wrapper, .mainmenu-overlay .mo-bg-wrapper2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /* transform: translate3d(0,100%,0) rotate3d(0, 0, 1, 180deg); */
    /* transition: transform 1.7s cubic-bezier(0.47, 0.24, 0, 0.96), opacity 0.3s ease-in-out; */
    overflow: hidden;
    /*background: #e2e7ed;*/
    /* color: #f9f2ed; */
    /* opacity: 0; */
    will-change: transform, opacity;

}


.mbgw-el {
    position: relative;
    float: left;
    width: 100%;
    height: 8.33vh;
    transform-origin: 50% 100%;
    transform: scaleY(0);
}

.mbgw-el .mbgw-black {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.mbgw-el .mbgw-pastel {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    background-color: #f9f2ed;
}


.mo-bg-wrapper2 {
    pointer-events: none; 
    opacity: 0;
}


.mbgw-el2 {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    transform-origin: 50% 100%;
}

.mbgw-el2 .mbgw-black2 {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.mbgw-el2 .mbgw-pastel2 {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    background-color: #f9f2ed;
}



@media (max-width: 1100px) {
    .site-logo img {
        width: 120px;
        height: 30px;
    }

    .site-type li {
        margin-right: 21px;
    }

    .site-type {
        font-size: 15px;
        padding-top: 9px;
        padding-left: 50px;
        --paddings-btn-link-vert: 3px;
        --paddings-btn-link-horiz: 7px;
    }

    .languages {
        top: 9px;
        font-size: 15px;
    }

    .logo-navig-lng {
        padding: 5px 10px;
    }

    .main-menu-btn {
        /* padding-top: 8px; */
        padding: 13px 7px;
    }


}



@media (max-width: 700px) {

    .site-type {
        display: none;
    }



}


.mo-wrapper {
    position: relative;
    float: right;
    width: 50%;
    box-sizing: border-box;

    height: 100vh;
    overflow: auto;
}




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

    padding: 20px 20px;
    box-sizing: border-box;
    padding-bottom: 14vw;
    min-height: 100vh;
    
}

.mo-wrapper00 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;

    background: url(/img/logo-mainmenu-bg.svg) no-repeat 50% 100%;
    background-size: 95% auto;
    
}


.mo-navigation-menu {
    position: relative;
    float: left;
    /* opacity: 0; 
    pointer-events: none; */
    position: absolute;
    display: none;
}

.mo-navigation-menu.act {
    /* opacity: 1; 
    pointer-events: auto; */
    position: relative;
    display: block;
}

.mo-navigation-menu li {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 12px;

}

.mo-navigation-menu li a {
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    font-size: 22px;
    float: left;
}




.mo-navigation-menu li.act a {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 0px 10px;
    left: -10px;
}



.mo-navigation-menu li a:before, .mo-navigation-menu-type  li a:before {
    
    right: 0;
    width: 100%;
    bottom: -2px;
    height: 1px;
    content: "";
    position: absolute;
    transition: transform 1.3s cubic-bezier(.19, 1, .22, 1);
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: right center;
    will-change: transform;
}


.mo-navigation-menu a:hover:before, .mo-navigation-menu-type a:hover:before {
    transform: scaleX(1);
    transform-origin: left center;
}


.mo-navigation-menu a.act:before, .mo-navigation-menu-type a.act:before {
    display: none;
}









.mo-navigation-menu-type {
    position: relative;
    float: left;
    z-index: 1;
    font-size: 17px;
    --mo-type-paddings-btn-link-vert: 3px;
    --mo-type-paddings-btn-link-horiz: 5px;
    width: 50%;
    padding-top: 15px;
}

.mo-navigation-menu-type li {
    position: relative;
    display: block;
    float: left;
    margin-right: 1.5vw;
    width: 100%;
    text-transform: uppercase;
    padding-top: 20px;
}


.mo-navigation-menu-type li a {
    padding: var(--mo-type-paddings-btn-link-vert) var(--mo-type-paddings-btn-link-horiz);
    position: relative;
}

.mo-navigation-menu-type li.act a  {
    border: 1px solid #000;
    border-radius: 50px;
    cursor: default;
}



.mo-navigation-menu-type li.act a:before {
    display: none;
}




a.outer-link {
    padding-right: 1.05em;
    background: url(/img/arrow-outer.svg) no-repeat 100% 0%;
    background-size: contain;
}




.mo-navigation-menu li.mo-container a.mo-cont-link {
    cursor: pointer;
}

.mo-navigation-menu li.mo-container a.mo-cont-link:after {
    left: 0px;
    top: 0px;
    height: 1.0em;
    width: 24px;
    content: "";
    position: absolute;
    transform-origin: 50%;
    will-change: transform;

    background: url(/img/arrow-menu.svg) no-repeat 50%;
    background-size: contain;
    transform: rotateZ(-90deg);
    transition: transform 1.3s cubic-bezier(.19, 1, .22, 1);
} 

.mo-navigation-menu li.mo-container.opened a.mo-cont-link:after {
    transform: rotateZ(0deg);
} 


.mo-navigation-menu li.mo-container a.mo-cont-link {
    padding-left: 28px;
}


.mo-navigation-menu li.mo-container a:before  {
    width: calc(100% - 28px);
}



.mo-navigation-menu li.mo-container dl {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 28px;
    --mo-type-paddings-btn-link-vert2: 2px;
    --mo-type-paddings-btn-link-horiz2: 7px;
    overflow: hidden;
    height: 0px;
    /* transition: all 1.3s cubic-bezier(.19, 1, .22, 1); */
    margin: 0;
}


.mo-navigation-menu li.mo-container.opened dl {
    height: auto;
}


.mo-navigation-menu li.mo-container dl dt {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.mo-navigation-menu li.mo-container dl dt:first-child {
    padding-top: 10px;
}

.mo-navigation-menu li.mo-container dl dt a {
    font-size: 18px;
    left: -7px;
    position: relative;
    float: left;
}

@media (orientation: portrait) {
    .mo-navigation-menu li.mo-container dl dt a {
        font-size: 16px;
    }

    .mo-navigation-menu li.mo-container dl dt {
        padding-bottom: 15px;
    }
}

.mo-navigation-menu li.mo-container dl dt a:before {
    width: 100%;
}




.mo-navigation-menu li.mo-container dt a {
    padding: var(--mo-type-paddings-btn-link-vert2) var(--mo-type-paddings-btn-link-horiz2);
    position: relative;
}

.mo-navigation-menu li.mo-container dt.act a  {
    border: 1px solid #000;
    border-radius: 50px;
    cursor: default;
}







.mo-social {
    position: relative;
    float: left;
    z-index: 1;
    font-size: 17px;
    width: 50%;
    --mo-outerlink-padding-right: 20px;
    padding-top: 15px;
}

.mo-social li {
    position: relative;
    display: block;
    float: left;
    margin-right: 1.5vw;
    width: 100%;
    text-transform: uppercase;
    padding-top: 20px;
}


.mo-social li a {
    
    position: relative;
}

.mo-social li.act a  {
    border: 1px solid #000;
    border-radius: 50px;
    cursor: default;
}

.mo-social li.act a:before {
    display: none;
}


.mo-social li a.outer-link {
    padding-right: var(--mo-outerlink-padding-right);
}



.mo-social li a:before {
    
    left: 0;
    width: calc(100% - var(--mo-outerlink-padding-right));
    bottom: -2px;
    height: 1px;
    content: "";
    position: absolute;
    transition: transform 1.3s cubic-bezier(.19, 1, .22, 1);
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: right center;
    will-change: transform;
}


.mo-social li a:hover:before {
    transform: scaleX(1);
    transform-origin: left center;
}


.site-type li.act a:before {
    display: none;
}




@media (orientation: portrait) {
    .mo-wrapper {
        width: 100%;
    }


    .mbgw-black {
        display: none;
    }

    .mbgw-black2 {
        display: none;
    }

    .mbgw-el .mbgw-pastel {
        width: 100%;
    }

    .mbgw-el2 .mbgw-pastel2 {
        width: 100%;
    }


    .mo-wrapper0 {
        padding-bottom: 35vw;
    }

    .mo-navigation-menu-type {
        width: 60%;
    }
    
    .mo-social {
        width: 40%;
    }

}



.head-wrap {
    position: relative;
    float: left;
    height: 120vh;
    width: 100%;
}

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



.mp-slider-pic {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background: url(/img/mp-travel-bg.jpg) no-repeat 50%;*/
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}


.mps-viewport {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100vh;
    --padding-horiz: 20px;
    --padding-vert: 10px;
}


.mphead {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: var(--padding-vert) var(--padding-horiz);
    width: 80%;
    box-sizing: border-box;
    color: #FFF;
    transform-origin: 0 100%;
}




.sm-head {
    position: relative;
    float: left;
    width: 100%;
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.hero-text {
    position: relative;
    float: left;
    width: 100%;
    font-size: 6.5vw;
    text-transform: uppercase;
    line-height: 1.15;
}



.wordWord {
    display: inline-block;
    position: relative;

}




.scroll-down {
    position: absolute;
    width: 28px;
    height: 38px;
    right: 12px;
    bottom: 24px;
    animation: scrollDownAnim 2s infinite;
}



@keyframes scrollDownAnim {
    0% {  transform:  translate3d(0px,0px,0px);   }
    25% {  transform: translate3d(0px,20px,0px);   }
    26% {  transform: translate3d(0px,20px,0px);   }
    100% { transform: translate3d(0px,0px,0px);  }
}


.scroll-down-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(/img/scroll-down.svg) no-repeat 50% 50%;
    background-size: contain;
}



.stickers-layout {
    position: absolute;
    width: 100%;
    height: 100%;

    overflow: hidden;
    top: 0px;
    left: 0px;
}


.stickers-layout .sticker-realestate {
    position: absolute;
    top: 25vw;
    left: 72vw;
    width: 17vw;
    height: 17vw;
}


.stickers-layout .sticker-realestate a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: url(/img/sticker-realestate.png) no-repeat;
    background-size: contain;
}

body.ru .stickers-layout .sticker-realestate a {
    background: url(/img/sticker-realestate-ru.png) no-repeat;
    background-size: contain;
}

.stickers-layout .sticker-travel {
    position: absolute;
    top: 14vw;
    left: 58vw;
    width: 18vw;
    height: 17vw;
    transform: rotate3d(0,0,1,30deg);
}

.stickers-layout .sticker-travel a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: url(/img/sticker-travel.png) no-repeat;
    background-size: contain;
}

body.ru .stickers-layout .sticker-travel a {
    background: url(/img/sticker-travel-ru.png) no-repeat;
    background-size: contain;
}


.stickers-layout .sticker-kasko {
    position: absolute;
    top: 6vw;
    left: 43vw;
    width: 20vw;
    height: 15vw;
    transform: rotate3d(0,0,1,-11deg);
}


.stickers-layout .sticker-kasko a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: url(/img/sticker-kasko.png) no-repeat;
    background-size: contain;
}


body.ru .stickers-layout .sticker-kasko a {
    background: url(/img/sticker-kasko-ru.png) no-repeat;
    background-size: contain;
}

.stickers-layout .sticker-octa {
    position: absolute;
    top: 7vw;
    left: 75vw;
    width: 17vw;
    height: 16vw;
}


.stickers-layout .sticker-octa a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: url(/img/sticker-octa.png) no-repeat;
    background-size: contain;
}

body.ru .stickers-layout .sticker-octa a {
    background: url(/img/sticker-octa-ru.png) no-repeat;
    background-size: contain;
}


 .stickers-layout a {
    transition: transform 1.3s cubic-bezier(.19, 1, .22, 1);
}

.stickers-layout a:hover {
    transform: scale3d(1.1,1.1,0) rotate3d(0,0,1,10deg) ;
}

.stickers-layout .sticker-layout:hover {
    z-index: 10;
}



@media (orientation: portrait) {
    .mphead {
        width: 100%;
    }

    .mps-viewport {
        --padding-horiz: 15px;
        --padding-vert: 8px;
    }

    .hero-text {
        font-size: 8.5vw;
    }


    .stickers-layout .sticker-realestate {
        top: 25vw;
        left: 72vw;
        width: 25vw;
        height: 25vw;
    }

    .stickers-layout .sticker-travel {
        top: 36vw;
        left: 50vw;
        width: 25vw;
        height: 25vw;
    }

    .stickers-layout .sticker-kasko {
        top: 18vw;
        left: 39vw;
        width: 30vw;
        height: 20vw;
    }

    .stickers-layout .sticker-octa {
        top: 4vw;
        left: 63vw;
        width: 25vw;
        height: 22vw;
    }
}




@media (max-width: 500px) {

    .stickers-layout {
        /* display: none; */
    }

    .stickers-layout .sticker-realestate {
        top: 86vw;
        left: 58vw;
        width: 40vw;
        height: 40vw;
    }

    .stickers-layout .sticker-travel {
        top: 47vw;
        left: 52vw;
        width: 42vw;
        height: 42vw;
    }

    .stickers-layout .sticker-kasko {
        top: 33vw;
        left: 15vw;
        width: 46vw;
        height: 34vw;
    }

    .stickers-layout .sticker-octa {
        top: 71vw;
        left: 19vw;
        width: 40vw;
        height: 40vw;
    }

    .mps-viewport {
        --padding-horiz: 10px;
        --padding-vert: 8px;
    }
  
    .mphead {
        padding-bottom: 55px;
    }


    .sm-head {
        font-size: 18px;
    }

    
}



.cookies-window {
    position: fixed;
    width: 750px;
    border-radius: 32px;
    box-sizing: border-box;
    padding: 15px 15px;
    bottom: 15px;
    left: 15px;
    background-color: #b477f3;
    z-index: 10;
    opacity: 0;
    transform-origin: 10% 100%;
}

.cw-head {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 64px;
    padding-bottom: 15px;
}

.cw-text {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 25px;
    line-height: 1.2;
}

.cw-btn {
    position: relative;
    float: left;
    border: 1px solid #FFF;
    border-radius: 50px;
    padding: 5px 27px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 32px;
    cursor: pointer;
}

.cw-head i {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 0.8em;
    background: url(/img/ico-cookies.svg) no-repeat;
    background-size: contain;
}


@media (orientation: portrait) {

    .cookies-window {
        width: calc(100vw - 10px);
        padding: 15px 15px;
        bottom: 7px;
        left: 5px;
    }
}


.regular-section {
    position: relative;
    float: left;
    width: 100%;
    padding: 10vw var(--section-paddings-horiz) 0vw var(--section-paddings-horiz);
    box-sizing: border-box;
    overflow: hidden;
}


.footer-section {
    position: relative;
    float: left;
    width: 100%;
    padding: 0vw var(--section-paddings-horiz);
    box-sizing: border-box;
    padding-bottom: 28vw;
    overflow: hidden;
}



.bg-pastel {
    background-color: #f9f2ed;
}

.attollo-about-text {
    position: relative;
    float: left;
    width: 100%;
    font-size: 5.1vw;
    line-height: 1.1;
}

.attollo-about-text i {
    position: relative;
    display: inline-block;
    width: 1.0em;
    height: 1.0em;
    top: 0.2em;

}

.attollo-about-text i:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(/img/ico-pls.svg) no-repeat;
    background-size: contain;
    animation: rotoIco 9s infinite linear;
}



@keyframes rotoIco {
    0% {  transform:  rotateZ(0deg);   }
    100% { transform:  rotateZ(360deg);  }
}


.attollo-about-text i:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(/img/ico-pls2.svg) no-repeat;
    background-size: contain;
}






.attollo-about-text b {
    position: relative;
    display: inline-block;
    width: 1.0em;
    height: 1.0em;
    top: 0.2em;
    text-align: left;

}

.attollo-about-text b:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(/img/ico-smile.svg) no-repeat;
    background-size: contain;
    animation: rotoIco 9s infinite linear;
}


.attollo-about-text .wordWord {
    opacity: 0;
}


@media (orientation: portrait) {
    .attollo-about-text {
        font-size: 11.5vw;
    }
}


@media (orientation: portrait) and (min-width: 400px) {
    .attollo-about-text {
        font-size: 7.5vw;
    }
}


.opacity0 {
    opacity: 0;
}

.prtners-block {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 8vw;
}

.prtners-block0 {
    padding-top: 2vw;
}



.advantages-block0 {
    position: relative;
    float: left;
    width: 100%;


    --dvantages-block-top: 10vw;
    padding-top: var(--dvantages-block-top);

    height: 30vw;
}


.advantages-block {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.pb-left {
    position: relative;
    float: left;
    width: 17.2%;
}

.pb-left-h {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 3vw;
    padding-bottom: 2vw;
}

.pb-left-t {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.1vw;
    line-height: 1.2;
}


.pb-right {
    position: relative;
    float: right;
    width: 60vw;
}



.partner-grid {
    position: relative;
    display: flex;
    order: 4;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 2vw;
    padding-top: 2vw;
    top: -2vw;
    
}

.partner-el {
    position: relative;
    
    
}


.pb-right img {
    height: 5.2vw;
    width: auto;
}


.partners-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    bottom: 0px;
    left: 0px;
    transform-origin: 100% 50%;
}


.animated-elements-cur {
    opacity:0;
}





.ab-number {
    position: absolute;
    width: 3.95vw;
    top: 0px;
    left: 0px;
    font-size: 3vw;
}

.ab-smtext {
    position: absolute;
    font-size: 1vw;
    bottom: 0px;
    left: 0px;
    text-transform: uppercase;
}


.ab-slide {
    position: relative;
    float: left;
    width: 100%;
}

.abs-head {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 3vw;
    border-bottom: 2px solid #000;
    font-size: 2.5vw;
    text-transform: uppercase;

}

.abs-head2 {
    position: relative;
    float: left;
    width: calc(100% - 140px);
}

.abs-desc {
    position: relative;
    float: left;
    width: calc(100% - 140px);
    padding-top: 3vw;
    font-size: 1.5vw;
    text-transform: uppercase;    
    line-height: 1.4;
}


.ab-btns {
    position: absolute;
    width: 130px;
    right: 0px;
    /* top: var(--dvantages-block-top); */
    z-index: 3;
}

.ab-lft-btn {
    position: relative;
    float: left;
    width: 50%;
    height: 28px;
    background: url(/img/lft-btn.svg) no-repeat 0% 0%;
    cursor: pointer;
    transition: transform 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 0.5;
}

.ab-rgt-btn {
    position: relative;
    float: left;
    width: 50%;
    height: 28px;
    background: url(/img/rgt-btn.svg) no-repeat 100% 0%;
    cursor: pointer;
    transition: transform 1s cubic-bezier(.19, 1, .22, 1);
}


.ab-lft-btn:hover, .ab-rgt-btn:hover {
    transform: scale3d(1.1, 1.1, 1);
}


.pb2-desc-text {
    text-transform: uppercase;
    font-size: 1.1vw;
    text-align: justify;
}





@media (orientation: portrait) {
    
    .prtners-block {
        padding-top: 28vw;
    }

    .prtners-block0 {
        padding-top: 6vw;
    }


    .prtners-block1 .pb-right {
        padding-top: 5vw;
    }
    
    .advantages-block0 {
        --dvantages-block-top: 30vw;
        height: 90vw;
    }

    .advantages-block {
        /* --dvantages-block-top: 30vw; */
    }

    .pb-left {
        width: 75%;
    }

    .pb-left-h {
        font-size: 12vw;
        padding-bottom: 7vw;
    }

    .pb-left-t {
        font-size: 4vw;
    }

    .pb-right {
        width: 100%;
        padding-top: 14vw;
    }


    .advantages-block .pb-right {
        padding-top: 25vw;
    }

    .advantages-block .pb-left {
        position: absolute;
    }



    .partner-grid {
        padding-bottom: 8vw;
        padding-top: 9vw;
        top: -4vw;
    }


    .pb-right img {
        height: 12vw;
        width: auto;
    }


    .advantages-block {
        align-items: flex-start;
    }

    .ab-btns {
        width: 90px;
    }


    .ab-number {
        position: relative;
        width: 10vw;
        font-size: 8vw;
    }

    .ab-smtext {
        position: relative;
        font-size: 3.5vw;
        width: 60vw;
        padding-top:  2vw;
    }


    .abs-head {
        padding-bottom: 6vw;
        font-size: 7vw;
    }

    .abs-head2 {
        width: 100%
    }

    .abs-desc {
        width: 100%;
        padding-top: 6vw;
        font-size: 4vw;
    }


    .pb2-desc-text {
        font-size: 3.8vw;
        text-align: left;
    }



}



.mp-slider-pic video, .mp-slider-pic img {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
}


.mp-slider-pic-img {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.mp-slider-pic-business {
    background-position: 40% 20%;
}


.footer-section0 {
    position: relative;
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 1.3vw;
    line-height: 1.4;
    z-index: 2;
    --padding-top-footer-section: 30vw;
    padding-top: var(--padding-top-footer-section);
}

.footer-section0-padding-top-0 {
    --padding-top-footer-section: 0vw;
}

.footer-navigation0 {
    position: relative;
    float: left;
    width: calc(40vw - var(--section-paddings-horiz));
}

.footer-oneMoreMenu0 {
    position: absolute;
    width: 60vw;
    right: 0px;
}

.copyright {
    position: absolute;
    width: 60vw;
    right: 0px;
    bottom: 0px;
}

.site-by {
    position: relative;
    float: right;
    z-index: 2;
    --paddings-btn-link-vert: 0.05vw;
    --paddings-btn-link-horiz: 0.8vw;
    padding-top: 0.75vw;
}





.footer-section0 ul {
    position: relative;
    z-index: 1;
    font-size: 1.4vw;
    padding-top: 0.75vw;
    /* padding-left: 3vw; */
    left: calc(-1 * var(--paddings-btn-link-horiz));
    --paddings-btn-link-vert: 0.05vw;
    --paddings-btn-link-horiz: 0.8vw;
}




.footer-section0 li {
    position: relative;
    display: block;
    
    margin-right: 20px;
    text-transform: uppercase;

}


.footer-section0 li a, .site-by a {

    padding: var(--paddings-btn-link-vert) var(--paddings-btn-link-horiz);
    position: relative;
}




.footer-section0 li.act a, .footer-section0 li a.act {
    border: 1px solid #000;
    border-radius: 50px;
}



.footer-section0 a:before {
    left: var(--paddings-btn-link-horiz);
    right: 0;
    width: calc(100% - var(--paddings-btn-link-horiz) * 2);
    bottom: 0px;
    height: 1px;
    content: "";
    position: absolute;
    transition: transform 1.3s cubic-bezier(.19, 1, .22, 1);
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: right center;
    will-change: transform;
}


.footer-section0 a:hover:before {
    transform: scaleX(1);
    transform-origin: left center;
}


.footer-section0 a.act:before {
    display: none;
}

.footer-section0 .outer-link {
    padding-right: 1.35em;
}



.footer-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    top: var( --padding-top-footer-section);
    left: 0px;
    /* transform: scale3d(0,1,1); */
    transition: transform 2.6s cubic-bezier(.19, 1, .22, 1);
    transform-origin: 0% 50%;
}


.footer-line.come-in {
    transform: scale3d(1,1,1);
}


.logo-footer, .logo-footer-portrait {
    position: absolute;
    float: left;
    width: calc(100% - var(--section-paddings-horiz) * 2);
    height: 28vw;
    margin-bottom: 10px;
    box-sizing: border-box;
    bottom: 0px;
}

.logo-footer-portrait {
    display: none;
}

.logo-footer1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/img/logo-footer1.svg) no-repeat 50% 100%;
    background-size: contain;
    transform: translate3d(0, -70%, 0);
}

.logo-footer2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/img/logo-footer2.svg) no-repeat 50% 100%;
    background-size: contain;
    transform: translate3d(0, -15%, 0);
}

.logo-footer3 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/img/logo-footer3.svg) no-repeat 50% 100%;
    background-size: contain;
    transform: translate3d(0, -40%, 0);
}

.logo-footer4 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/img/logo-footer4.svg) no-repeat 50% 100%;
    background-size: contain;
    transform: translate3d(0, 40%, 0);
}

.logo-footer5 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/img/logo-footer5.svg) no-repeat 50% 100%;
    background-size: contain;
    transform: translate3d(0, -90%, 0);
}

.logo-footer6 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/img/logo-footer6.svg) no-repeat 50% 100%;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
}

.logo-footer7 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/img/logo-footer7.svg) no-repeat 50% 100%;
    background-size: contain;
    transform: translate3d(0, 10%, 0);
}

.logo-footer8 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/img/logo-footer8.svg) no-repeat 50% 100%;
    background-size: contain;
    transform: translate3d(0, -60%, 0);
}







.stickers-footer {
    position: absolute;
    width: 100%;
    height: 20vw;
    top: 0px;
    left: 0px;
}

.stickers-footer-portrait {
    display: none;
}



.stickers-footer .sticker-realestate {
    position: absolute;
    top: 13.82vw;
    left: -2vw;
    width: 17vw;
    height: 17vw;
    transform: rotate3d(0, 0, 1, 35deg);
    transform-origin: 50%;
}


.stickers-footer .sticker-realestate a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: url(/img/sticker-realestate.png) no-repeat;
    background-size: contain;
}

body.ru .stickers-footer .sticker-realestate a {
    background: url(/img/sticker-realestate-ru.png) no-repeat;
    background-size: contain;
}

.stickers-footer .sticker-travel {
    position: absolute;
    top: 12.4vw;
    left: 27vw;
    width: 18vw;
    height: 17vw;
    transform: rotate3d(0,0,1,-7deg);
}


.stickers-footer .sticker-travel a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: url(/img/sticker-travel.png) no-repeat;
    background-size: contain;
}

body.ru .stickers-footer .sticker-travel a {
    background: url(/img/sticker-travel-ru.png) no-repeat;
    background-size: contain;
}



.stickers-footer .sticker-kasko {
    position: absolute;
    top: 5.5vw;
    left: 12.5vw;
    width: 20vw;
    height: 15vw;
    transform: rotate3d(0,0,1,-11deg);
}


.stickers-footer .sticker-kasko a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: url(/img/sticker-kasko.png) no-repeat;
    background-size: contain;
}


body.ru .stickers-footer .sticker-kasko a {
    background: url(/img/sticker-kasko-ru.png) no-repeat;
    background-size: contain;
}

.stickers-footer .sticker-octa {
    position: absolute;
    top: 14vw;
    left: 43.9vw;
    width: 17vw;
    height: 16vw;
}


.stickers-footer .sticker-octa a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: url(/img/sticker-octa.png) no-repeat;
    background-size: contain;
}

body.ru .stickers-footer .sticker-octa a {
    text-decoration: none;
    background: url(/img/sticker-octa-ru.png) no-repeat;
    background-size: contain;
}







@media (orientation: portrait) {


    .stickers-footer-portrait {
        display: block;
        position: absolute;
        width: 100%;
        height: 120vw;
        top: 0px;
        left: 0px;
    }

    .stickers-footer {
        display: none;
    }

    

    .footer-section0 {
        --padding-top-footer-section: 120vw;
    }

    .footer-section0-padding-top-0 {
        --padding-top-footer-section: 30vw;
    }


    .logo-footer {
        display: none;
    }

    .logo-footer-portrait {
        display: block;
    }

    .footer-section0 {
        display: block;
        font-size: 3.5vw;
        line-height: 1.4;
    }

    .footer-navigation0 {
        position: relative;
        float: left;
        width: 100%;
    }

    

    .footer-oneMoreMenu0 {
        position: relative;
        float: left;
        width: 100%;
        right:auto;
        padding-top: 5vw;
    }

    .copyright {
        position: relative;
        float: left;
        width: 100%;
        right:auto;
        bottom: auto;
        padding-top: 2vw;
    }

    .site-by {
        position: relative;
        float: left;
        padding-top: 5vw;
    }


    .footer-section0 ul {
        font-size: 4.5vw;
        padding-top: 2.75vw;
        --paddings-btn-link-vert: 0.25vw;
        --paddings-btn-link-horiz: 2.2vw;
        
    }









    .stickers-footer-portrait .sticker-realestate {
        position: absolute;
        top: 74.5vw;
        left: -6vw;
        width: 48vw;
        height: 48vw;
        transform: rotate3d(0, 0, 1, 35deg);
        transform-origin: 50%;
    }


    .stickers-footer-portrait .sticker-realestate a {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        text-decoration: none;
        background: url(/img/sticker-realestate.png) no-repeat;
        background-size: contain;
    }

    body.ru .stickers-footer-portrait .sticker-realestate a {
        background: url(/img/sticker-realestate-ru.png) no-repeat;
        background-size: contain;
    }

    .stickers-footer-portrait .sticker-travel {
        position: absolute;
        top: 69.2vw;
        left: 43.6vw;
        width: 52vw;
        height: 49vw;
        transform: rotate3d(0,0,1,-7deg);
    }


    .stickers-footer-portrait .sticker-travel a {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        text-decoration: none;
        background: url(/img/sticker-travel.png) no-repeat;
        background-size: contain;
    }

    body.ru .stickers-footer-portrait .sticker-travel a {
        background: url(/img/sticker-travel-ru.png) no-repeat;
        background-size: contain;
    }


    .stickers-footer-portrait .sticker-kasko {
        position: absolute;
        top: 31.2vw;
        left: -2.9vw;
        width: 60vw;
        height: 40vw;
        transform: rotate3d(0,0,1,-11deg);
    }


    .stickers-footer-portrait .sticker-kasko a {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        text-decoration: none;
        background: url(/img/sticker-kasko.png) no-repeat;
        background-size: contain;
    }

    body.ru .stickers-footer-portrait .sticker-kasko a {
        background: url(/img/sticker-kasko-ru.png) no-repeat;
        background-size: contain;
    }

    .stickers-footer-portrait .sticker-octa {
        position: absolute;
        top: 25vw;
        left: 50.9vw;
        width: 47vw;
        height: 46vw;
    }


    .stickers-footer-portrait .sticker-octa a {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        text-decoration: none;
        background: url(/img/sticker-octa.png) no-repeat;
        background-size: contain;
    }


    body.ru .stickers-footer-portrait .sticker-octa a {
        background: url(/img/sticker-octa-ru.png) no-repeat;
        background-size: contain;
    }


}




.lft-col-type2 {
    position: relative;
    float: left;
    width: 57vw;
}

.rgt-col-type2 {
    position: relative;
    float: right;
    width: 35.8vw;
}


.rgt-col-type2-pic {
    height: 53vw;
}




.lft-col-type3 {
    position: relative;
    float: left;
    width: 57vw;
    padding-bottom: 10vw;
}

.rgt-col-type3 {
    position: relative;
    float: right;
    width: 35.8vw;
    padding-bottom: 10vw;
}



.lft-col-type4 {
    position: relative;
    float: left;
    width: 28vw;
    
}

.rgt-col-type4 {
    position: relative;
    float: right;
    width: 57vw;
    
}



.text-block-width-as-rgt-col-type3  {
    position: relative;
    float: right;
    width: 35.8vw;
    
}

@media (orientation: portrait) {
    .text-block-width-as-rgt-col-type3  {
        width: 100%;
    }
}

.justify-all-caps {
    text-align: justify;
    text-transform: uppercase;
}

.font-size-small {
    font-size: 1.1vw;
    line-height: 1.4em;
}


.regular-h1 {
    position: relative;
    width: 100%;
    float: left;
    font-size: 7vw;
    text-transform: uppercase;
    padding-bottom: 4vw;
}

.regular-h1-long {
    font-size: 4.5vw;
}


.regular-h2 {
    position: relative;
    width: 100%;
    float: left;
    font-size: 3vw;
    text-transform: uppercase;
    padding-bottom: 1em;
}

.colapsable-block {
    position: relative;
    float: left;
    width: 100%;
    /* border-top: 2px solid #000; */
    --paddings-cb-horiz: 1vw;
    --paddings-cb-vert: 2vw;
    box-sizing: border-box;
}

.cb-row {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 2px solid #000;
    box-sizing: border-box;
    line-height: 1.15em;
}

.cb-row:first-child {
    border-top: 2px solid #000;
}

.cbr-name, .cbr-name-only-link {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.8vw;
    padding: var(--paddings-cb-vert) var(--paddings-cb-horiz);
    box-sizing: border-box;
    cursor: pointer;
    padding-right: 45px;
    line-height: 1.1em;
}


.cbr-name:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 0px;
    background: url(/img/ico-plus-horiz.svg) no-repeat;
    background-size: contain;
    transition: transform 1.6s cubic-bezier(.19, 1, .22, 1);
    transition-property: opacity, transform;
    transform-origin: 50%;
}

.cbr-name.act:before {
    transform:  rotate3d(0,0,1,360deg) ;
    opacity: 0;
}

.cbr-name:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 0px;
    background: url(/img/ico-plus-vert.svg) no-repeat;
    background-size: contain;
    transition: transform 1.6s cubic-bezier(.19, 1, .22, 1);
    transform-origin: 50%;
}

.cbr-name.act:after {
    transform:  rotate3d(0,0,1,270deg) ;
}



.cbr-desc {
    position: relative;
    float: left;
    width: 100%;
    font-size: 1.2vw;
    padding: 0 var(--paddings-cb-horiz);
    /* padding-bottom: var(--paddings-cb-vert); */
    box-sizing: border-box;
    height: 0px;
    overflow: hidden;
    line-height: 1.3em;
}

.cbr-desc p {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: calc(var(--paddings-cb-vert) / 2);
}

.cbr-desc p:last-child {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: var(--paddings-cb-vert);
}


.cbr-desc h4 {
    text-transform: uppercase;
    font-size: 1.1em;
    padding-bottom: 0.3em;
}

.regular-section-first {
    padding-top: 14vw;        
}


.cbr-desc ul {
    position: relative;
}

.cbr-desc li {
    position: relative;
    display: block;
    background: url(/img/ico-item.svg) no-repeat 0% 0.2em;
    background-size: 1em 1em;
    padding-left: 1.1em;
    float: left;
    width: 100%;
    padding-bottom: 0.4em;
}



.picture-wrapper {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    transform-origin: 0% 0%;
    /* transform: scaleY(1.8) translateY(-25px); */
    overflow: hidden;
}


.picture-holder {
    position: absolute;
    width: 100%;
    height: 120%;
    top: -20%;
    left: 0;
}

.picture-holder .ph-0 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}








@media (orientation: portrait) {

    .regular-section-first {
        padding-top: 33vw;        
    }


    .regular-h1 {
        font-size: 12vw;
        padding-bottom: 10vw;
    }

    .regular-h1-long {
        font-size: 10vw;
    }

    .colapsable-block {
        --paddings-cb-horiz: 1vw;
        --paddings-cb-vert: 7vw;
    }


    .lft-col-type2 {
        width: 100%;
    }

    .rgt-col-type2 {
        float: left;
        width: 100%;
        padding-top: 25vw;
    }

    .rgt-col-type2-pic {
        height: 90vw;
    }

        

    .lft-col-type3 {
        float: left;
        width: 100%;
        padding-bottom: 10vw;
    }

    .rgt-col-type3 {
        float: left;
        width: 100%;
        padding-bottom: 10vw;
    }



    .lft-col-type4 {
        width: 100%;
        
    }

    .rgt-col-type4 {
        width: 100%;
        
    }


    .text-block-width-as-rgt-col-type3  {
        width: 100%;        
    }


    
    .cbr-name, .cbr-name-only-link {
        font-size: 4.8vw;
    }

    .cbr-desc {
        font-size: 4vw;
    }

    .font-size-small {
        font-size: 3vw;
    }


    .regular-h2 {
        font-size: 10vw;

    }


}


@media (orientation: portrait) and (min-width: 450px) {
    .regular-section-first {
        padding-top: 20vw;
    }

    .lft-col-type3 {
        padding-bottom: 7vw;
    }

    .rgt-col-type3 {
        padding-bottom: 7vw;
    }

    .font-size-small {
        font-size: 2.5vw;
    }

    .colapsable-block {
        --paddings-cb-vert: 4vw;
    }

    .cbr-desc {
        font-size: 2.5vw;
    }

    .cbr-name, .cbr-name-only-link {
        font-size: 3.4vw;
    }
    
}





.privacy-text {
    font-size: 1.6vw;
    line-height: 1.2;
}

.privacy-text p, .privacy-text ul {
    padding-bottom: 2vw;
    
}


.privacy-text ul {
    /* list-style-type: circle; */
    
}

.privacy-text ul li {
    padding-left: 1.2em;
}


.privacy-text li {
    /* display: list-item; */
    background: url(/img/ico-item.svg) no-repeat 0.1em 0.2em;
    background-size: 0.8em 0.8em;
}



.privacy-text h2, .privacy-text h3  {
    padding-bottom: 1vw;
    font-size: 3vw;
}



@media (orientation: portrait) {
    .privacy-head {
        font-size: 8vw;
    }

    .privacy-text {        
        font-size: 3.6vw;
    }

    .privacy-text h2, .privacy-text h3  {
        padding-bottom: 1.5vw;
        font-size: 7vw;
    }


    .privacy-text p, .privacy-text ul {
        padding-bottom: 7vw;
        
}

}


.text-center {
    text-align: center;
}






.contacts-text {
    position: relative;
    float: left;
    width: 100%;
    font-size: 4.1vw;
    line-height: 1.1;
}


.contacts-text b {
    position: relative;
    display: inline-block;
    width: 1.0em;
    height: 1.0em;
    top: 0.2em;
    text-align: left;

}

.contacts-text b:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(/img/ico-smile.svg) no-repeat;
    background-size: contain;
    animation: rotoIco 9s infinite linear;
}


.contacts-text .wordWord {
    opacity: 0;
}


.contacts-wrapper {
    position: relative;
    width: 75%;
    float: left;
    left: 12.5%;
    padding-bottom: 10vw;
}


.contacts-data {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.7vw;
}

.cd-item {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 2vw;
}

.link-btn {
    position: relative;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 0.3em 1em;
    margin-top: 0.1em;
    display: inline-block;
}

.gmap {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40vw;
    background-color: #67676c;
    margin-top: 3vw;
}

@media (orientation: portrait) {
    .contacts-text {
        font-size: 9.5vw;
    }

    .contacts-wrapper {
        width: 100%;
        left: 0%;
        padding-bottom: 30vw;
    }

    .contacts-data {
        font-size: 5vw;
    }

    .cd-item {
        padding-top: 5vw;
    }

    .gmap {
        height: 110vw;
        margin-top: 10vw;
    }
}


@media (orientation: portrait) and (min-width: 400px) {
    .contacts-text {
        font-size: 7.5vw;
    }
}







.form-field {
    position: relative;
    float: left;
    width: calc(50% - var(--padding-right-form-field));
    box-sizing: border-box;
    --padding-right-form-field: 3%;
    /* padding-right: var(--padding-right-form-field); */

    margin-right: var(--padding-right-form-field);
    text-transform: uppercase;
    margin-bottom: 2.5vw;
}

.form-field-w100 {
    width: calc(100% - var(--padding-right-form-field));
}

.form-field-w33 {
    width: calc(33.33% - var(--padding-right-form-field) + 1%);
    margin-right: calc(var(--padding-right-form-field) - 1%);
}


.form-field:not(.ff-checkbox):not(.FF-textarea)::after {
    position: absolute;
    content: "";
    width: calc(100%);
    left: 0px;
    bottom: 0px;
    height: 2px;
    background-color: #000;
    transition: all 1.5s cubic-bezier(0.21, 0.35, 0.25, 0.85);
    transition-property: transform, opacity;
    transition-delay: 0.1s;
    will-change: transform, opacity;
    transform: scale3d(0,1,1);
    transform-origin: 0px;
    opacity: 0;
}

.form-field.error-field:not(.ff-checkbox):not(.FF-textarea)::after {
    background-color: red;
}

body.dataLoaded .form-field:not(.ff-checkbox):not(.FF-textarea)::after {
    transform: scale3d(1,1,1);
    opacity: 1;
}

.form-field label {
    position: absolute;
    width: calc(100%);
    top: 0px;
    color: #656565;
    font-size: 1.3vw;
    top: 29px;
    transition: transform 0.3s ease-in-out, opacity 1s ease-in-out .1s;
    will-change: transform, opacity;
    transform-origin: 0;
    box-sizing: border-box;
    padding-left: 0.5vw;
    opacity: 0;
    z-index: 2;
    pointer-events: none;

}

@media (min-width: 1600px) {
    .form-field label {
        font-size: 20px;
        padding-left: 10px;
    }
}

.form-field.ff-checkbox label {
    font-size: 1.5vw;
    padding-top: 1vw;

}

body.dataLoaded .form-field label {
    opacity: 1;
}

.form-field.ff-filed label {
    transform: scale3d(0.7, 0.7, 1) translate3d(0px, -69px, 0px);
}


.form-field.FF-textarea.ff-filed label {
    transform: scale3d(0.7, 0.7, 1) translate3d(0px, -39px, 0px);
}

.form-field input, .form-field select {
    position: relative;
    border: none;
    background: transparent;
    width: 100%;
    height: 75px;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    box-sizing: border-box;
    padding-top: 3px;
    outline:0px;

    border-radius: 0px;
    -webkit-appearance: none;
    background-color: transparent;
    
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;

    background: #FFF;
    box-sizing: border-box;
    text-transform: uppercase;
    padding-left: 1vw;
}

.form-field.ff-filed-transp select {
    color: rgba(0,0,0,0);
}

.form-field.ff-checkbox input  {
    background-color: transparent;
}

.form-field select {
    cursor: pointer;
    background: #FFF url(/img/dd-arrow.svg) no-repeat 99% 50%;
    background-size: auto 22%;
}

body.ar .form-field select {
    cursor: pointer;
    background-position:  0% 50%;
}


.form-field textarea {
    position: relative;
    border: none;
    background: transparent;
    width: 100%;
    height: 170px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #1c3145;
    box-sizing: border-box;
    padding-top: 21px;
    line-height: 3.75em;
    background: url(/img/textarea-bg.svg);
    background-attachment: local;
    padding-top: 5px;
}



.form-field input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}



.form-field input, .form-field textarea, .form-field select, .file-field, .ff-checkbox, .form-button {
    transition: opacity 1s ease-in-out .6s;
    will-change: opacity;
    opacity: 0;
}

body.dataLoaded .form-field input:not([type='file']), body.dataLoaded .form-field textarea, body.dataLoaded .form-field select, body.dataLoaded .file-field, body.dataLoaded .ff-checkbox, body.dataLoaded .form-button {
    opacity: 1;
}


.ff-checkbox {
    /* background: #f5edeb; */
    height: 7vw;
    margin-top: 1vw;
}

.form-field .checkmark {
    position: absolute;
    width: 4vw;
    height: 4vw;
    left: 9px;
    top: 0.5vw;
    background: #f5edeb;
    border: 2px solid #000;
    pointer-events: none;
    transition: background 0.35s ease-in-out;
    border-radius: 10px;
}


.form-field.error-field .checkmark {
    border: 2px solid red;
}



.form-field:hover .checkmark {
    background: #ede0dd;
}
    

.form-field .checkmark:after {
    content: "";
    position: absolute;
    left: 1.3vw;
    top: 0.2vw;
    width: 1.2vw;
    height: 2.5vw;
    border: solid #000;
    border-width: 0 3px 3px 0;
    opacity: 0;
    transform: scale3d(0.7, 0.7, 1) rotate(45deg);
    transition: all 0.35s ease-in-out;
    transition-property: opacity, transform;
    will-change: transform, opacity;
}


.form-field input:checked ~ .checkmark:after {
    opacity: 1;
    transform: scale3d(1, 1, 1) rotate(45deg);
}

.form-field.ff-checkbox label {
    width: calc(100% - 5.5vw);
    left: 5.5vw;
    color: #000;
    /* top: 35px; */
    position: relative;
    top: auto;
    display: block;
    line-height: 1.2em;
}



.form-field select {
    cursor: pointer;
}

.ff-btn-field {
    position: relative;
    margin-right: 7%;
    margin-top: 0vw;
    text-transform: uppercase;
}

.ff-btn-field::after {
    display: none;
}

.ff-btn {
    position: relative;
    width: 100%;
    border: 1px solid #000;
    border-radius: 50px;
    font-size: 3.2vw;
    box-sizing: border-box;
    padding: 0.2em 2em 0.2em 0.5em;
    cursor: pointer;
}

.ff-btn::after {
    content: '';
    width: 2em;
    height: 100%;
    background: url(/img/ico-btn.svg) no-repeat 67% 50%;
    background-size: 45% auto;
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translate3d(-0.7vw, 0, 0);
    transition: all 0.35s ease-in-out;
}

.ff-btn:hover::after {
    transform: translate3d(0vw, 0, 0);
}


.form-subsection {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 2vw;
    padding-bottom: 2.5vw;
    transition: transform 0.3s ease-in-out, opacity 1s ease-in-out .1s;
    will-change: transform, opacity;
    transform-origin: 0;
    opacity: 0;
    padding-top: 1vw;
}

body.dataLoaded .form-subsection {
    opacity: 1;
}



.sticker-octa-product-page {
    position: absolute;
    width: 17vw;
    height: 17vw;
    text-decoration: none;
    background: url(/img/sticker-octa.png) no-repeat;
    background-size: contain;
    left: -6vw;
    top: 26vw;
}

body.ru .sticker-octa-product-page {
    background: url(/img/sticker-octa-ru.png) no-repeat;
    background-size: contain;
}

.sticker-kasko-product-page {
    position: absolute;
    width: 21vw;
    height: 16vw;
    text-decoration: none;
    background: url(/img/sticker-kasko.png) no-repeat;
    background-size: contain;
    left: -6vw;
    top: 26vw;
}

body.ru .sticker-kasko-product-page {
    background: url(/img/sticker-kasko-ru.png) no-repeat;
    background-size: contain;
}

.sticker-realestate-product-page {
    position: absolute;
    width: 17vw;
    height: 17vw;
    text-decoration: none;
    background: url(/img/sticker-realestate.png) no-repeat;
    background-size: contain;
    left: 17vw;
    top: 19vw;
}

body.ru .sticker-realestate-product-page {
    background: url(/img/sticker-realestate-ru.png) no-repeat;
    background-size: contain;
}

.sticker-travel-product-page {
    position: absolute;
    width: 17vw;
    height: 17vw;
    text-decoration: none;
    background: url(/img/sticker-travel.png) no-repeat;
    background-size: contain;
    left: -4vw;
    top: 26vw;
}

body.ru .sticker-travel-product-page {
    background: url(/img/sticker-travel-ru.png) no-repeat;
    background-size: contain;
}


.mini-text-business {
    position: relative;
    float: left;
    width: 40%;
    padding-top: 4vw;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.btn-request-business {
    position: relative;
    float: left;
    width: 90%;
    text-transform: uppercase;
    padding-top: 4vw;
    opacity: 0;
    transition: opacity 1s ease-in-out 0.2s;
}

.btn-request-business .ff-btn {
    width: auto;
    display: inline-block;
}


body.dataLoaded .mini-text-business, body.dataLoaded .btn-request-business  {
    opacity: 1;
}





@media (orientation: portrait) {


    .form-field input, .form-field select {
        padding-left: 2vw;
    }

    .form-field label {
        font-size: 2.1vw;
        padding-left: 1vw;
    }

    .form-field.ff-filed label {
        transform: scale3d(0.7, 0.7, 1) translate3d(0px, -65px, 0px);
    }


    .form-field .checkmark:after {
        left: 14px;
        top: -1px;
        width: 19px;
        height: 36px;
    }

    .ff-checkbox {
        height: 70px;
        margin-top: 20px;
    }

    .form-field.ff-checkbox label {
        width: calc(100% - 70px);
        left: 60px;
    }

    .form-field .checkmark {
        width: 50px;
        height: 50px;
        left: 4px;
        top: 1px;
    }

    .form-field.ff-checkbox label {
        font-size: 20px;
        padding-top: 1vw;
    }

    .ff-btn {
        font-size: 36px;

    }

    .ff-btn-field {
        margin-top: 25px;
    }

    .sticker-octa-product-page {
        width: 30vw;
        height: 30vw;
        left: auto;
        right: 6vw;
        top: 10vw;
    }

    .sticker-realestate-product-page {
        width: 30vw;
        height: 30vw;
        left: auto;
        right: 6vw;
        top: 10vw;
    }

    .sticker-kasko-product-page {
        width: 37vw;
        height: 28vw;
        left: auto;
        right: 6vw;
        top: 10vw;
    }

    .sticker-travel-product-page {
        width: 30vw;
        height: 30vw;
        left: auto;
        right: 52vw;
        top: 10vw;
    }

    .form-subsection {
        font-size: 3vw;
        padding-bottom: 4vw;
        padding-top: 3vw;
    }
}


@media (orientation: portrait) and (max-width: 450px) {

    .form-field label {
        font-size: 4.1vw;
        padding-left: 2vw;
    }

    .ff-checkbox {
        height: 60px;
        margin-top: 6px;
    }

    .ff-btn-field {
        margin-top: 5px;
    }

    .form-field {
        width: 100%;
        margin-bottom: 31px;
    }

    .sticker-octa-product-page {
        width: 45vw;
        height: 45vw;
    }

    .sticker-realestate-product-page {
        width: 45vw;
        height: 45vw;
    }

    .sticker-kasko-product-page {
        width: 50vw;
        height: 37vw;
    }

    .sticker-travel-product-page {
        width: 45vw;
        height: 45vw;
    }

    .form-subsection {
        font-size: 5vw;
        padding-bottom: 9vw;
    }

    
}





.multi-description-block {
    position: relative;
    float: left;
    width: 100%;
    font-size: 2vw;
}

.mdb-item {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    padding-bottom: 0.7em;
    padding-top: 1em;
    line-height: 0.9em;
    opacity: 0;
}

.mdb-item:first-child {
    padding-top: 0;
}

.mdb-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    bottom: 0px;
    left: 0px;
}

.mdb-head {
    position: relative;
    float: left;
    width: 100%;
    font-size: 1em;
    box-sizing: border-box;
    background: url(/img/ico-item.svg) no-repeat 0% 0.1em;
    background-size: auto 0.8em;
    padding-left: 1em;
    padding-bottom: 0.5em;

}

.mdb-head-small {
    font-size: 0.63em;
    background: url(/img/ico-item.svg) no-repeat 0% 0.2em;
    background-size: auto 1em;
    padding-left: 1.5em;
}


.mdb-desc {
    font-size: 0.63em;
    position: relative;
    float: left;
    width: 100%;
}

.regular-section-paddingBottom {
    padding-bottom: 5vw;
}

@media (orientation: portrait) {
    .multi-description-block {
        font-size: 5vw;
    }

    .mini-text-business {
        width: 70%;
        padding-top: 0vw;
    }

    .btn-request-business {
        width: 100%;
    }

    .btn-request-business .ff-btn {
        font-size: 25px;
    }

    .regular-section-paddingBottom {
        padding-bottom: 15vw;
    }
}


@media (orientation: portrait) and (min-width: 450px) {
    .multi-description-block {
        font-size: 3vw;
    }

    .regular-section-paddingBottom {
        padding-bottom: 8vw;
    }
}

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

.footer-uznemumiem .stickers-footer-portrait, .footer-uznemumiem .stickers-footer {
    display: none;
}



.request-offer-window {
    position: fixed;
    width: 65%;
    border-radius: 32px;
    box-sizing: border-box;
    padding: 15px 15px;
    bottom: 15px;
    left: 15px;
    background-color: #b477f3;
    transform-origin: 10% 100%;
    z-index: 11;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}



.request-offer-window .ff-btn-field {
    width: 100%;
    margin-bottom: 0px;
}

.request-offer-window .ff-checkbox {
    margin-top: 0;
    height: auto
}

.request-offer-window h5 {
    position: relative;
    float: left;
    width: 90%;
    text-transform: uppercase;
    font-size: 52px;
    padding-bottom: 32px;
}

.request-offer-window .form-field:not(.ff-checkbox) input, .request-offer-window .form-field:not(.ff-checkbox) select {
    background: rgba(255,255,255,0.4);
}

.request-offer-window .form-field .checkmark {
    background: rgba(255,255,255,0.4);
}

.request-offer-window .form-field label {
    color: #000;
}

.request-offer-window .ff-btn {
    text-align: center;
}

.rw-close-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/img/close-btn.svg) no-repeat;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 5;
}

.rw-success {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #b477f3;
    font-size: 50px;
    text-align: center;
    z-index: 2;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    opacity: 0;
    pointer-events: none;
}


@media (orientation: portrait) {
    .request-offer-window {
        width: calc(100% - 20px);
        left: 10px;
        bottom: 7px;
        z-index: 16;
    }

    .request-offer-window h5 {
        font-size: 33px;
    }

    .request-offer-window .ff-btn {
        font-size: 26px;
    }

    .request-offer-window .form-field:not(.ff-checkbox) label {
        top: 23px;
    }

    .request-offer-window .form-field:not(.ff-checkbox) input, .request-offer-window .form-field:not(.ff-checkbox) select {
        height: 60px;
    }

    .rw-success {
        font-size: 40px;
    }
    
}

iframe {
    width: 1px;
    min-width: 100%;
}
