@font-face {
    font-family: 'Conv_Gilroy-Regular';
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('☺'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype'), url('../fonts/Gilroy-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Gilroy-Semibold';
    src: url('../fonts/Gilroy-Semibold.eot');
    src: local('☺'), url('../fonts/Gilroy-Semibold.woff') format('woff'), url('../fonts/Gilroy-Semibold.ttf') format('truetype'), url('../fonts/Gilroy-Semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.font-gil-semi {
    font-family: 'Conv_Gilroy-Semibold';
}
@font-face {
    font-family: 'Conv_Ogg Roman';
    src: url('../fonts/Ogg Roman.eot');
    src: local('☺'), url('../fonts/Ogg Roman.woff') format('woff'), url('../fonts/Ogg Roman.ttf') format('truetype'), url('../fonts/Ogg Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.font-og-roman {
    font-family: 'Conv_Ogg Roman';
}
body {
    font-family: 'Conv_Gilroy-Regular';
    color: rgba(19, 18, 17, 0.80);
    font-size: 1.35vw;
    line-height: 1.45;
}
body,
html {
    height: 100%;
    scroll-behavior: smooth;
}
a{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    color: #857458;
}
a:hover,a:focus,a:active{
    text-decoration: none;
    outline: none;
    color: #000;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    font-family: 'Conv_Ogg Roman';
    font-size: 7.22vw;
    line-height: 0.96;
    letter-spacing: -2px;
}
h2 {
    font-family: 'Conv_Ogg Roman';
    font-size: 3.75vw;
    line-height: 1.19;
    letter-spacing: 0.73px;
}
h3 {
    font-family: 'Conv_Ogg Roman';
    font-size: 1.94vw;
}
h4, .h4 {

}
h5, .h5 {

}
section {
    width: 100%;
    padding: 65px 0;
    position: relative;
    clear: both;
}
div.middle {
    display: table;
    height: 100%;
    z-index: 10;
    position: relative;
}
div.middle > div {
    vertical-align: middle;
    display: table-cell;
    height: 100%;
}
div.middle > div.bottom {
    vertical-align: bottom;
}
header.navbar {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
    width: 5.20vw;
    height: 5.20vw;
    text-align: center;
    border-bottom: 1px solid rgba(16, 15, 14, 0.2);
    cursor: pointer;
}
._toggleIcon {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    width: 1.38vw;
    height: 1.38vw;
}
._toggleIcon span {
    position: absolute;
    display: inline-block;
    width: 1.38vw;
    height: 1px;
    top: 50%;
    left: calc(50% - 0.69vw);
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    background-color: #1b1a19;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
._toggleIcon span:nth-of-type(1){
    margin-top: -0.41vw;
}
._toggleIcon span:nth-of-type(2){
    margin-top: 0.41vw;
}
._toggleIcon._active span:nth-of-type(2) {
    display: none;
}
._toggleIcon._active span:nth-of-type(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    margin: 0;
}
._toggleIcon._active span:nth-of-type(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
._leftBar {
    position: fixed;
    width: 5.20vw;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 980;
    border-right: 1px solid rgba(16, 15, 14, 0.2);
    background: #fff;
}
._barContent {
    position: absolute;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    bottom: 4.76vh;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    text-align: center;
    font-size: 0.46vw;
}
._barContent ul {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
._barContent ul li {
    float: left;
    letter-spacing: 3px;
}
._barContent ul li:nth-child(2) {
    letter-spacing: 6px;
    pointer-events: none;
}
._barContent ul li + li {
    margin-top: 25px;
}
._barContent a {
    color: #11100f;
}
._barContent a:hover {
    color: rgba(17, 16, 15, 0.40);
}
._social a {
    display: inline-block;
    color: #100f0e;
    font-size: 0.72vw;
}
._social a + a {
    margin-top: 3.80vh;
}
._barContent ul li + li._social {
    margin-top: 100px;
}
._pBar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    right: 0;
    width: 4px;
    background-color: #857458;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
._social {
    position: relative;
}
._social:before {
    content: '';
    position: absolute;
    background: #c1c1c0;
    width: 1px;
    height: 64px;
    bottom: calc(100% + 20px);
    left: 50%;
    margin-top: -15px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
._darkNav ._toggleIcon span {
    background: #fff;
}
._darkNav header.navbar{
    border-bottom-color: #383836;
}
._darkNav ._leftBar {
    border-right-color: #383836;
    background: none;
}
._darkNav ._barContent a {
    color: #fff;
}
._darkNav ._barContent a:hover {
    color: rgba(255, 255, 255, 0.4);
}
._barContent ul li:not(._social) {
    transform: translateX(-4px);
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
}
._menuOverlay {
    position: fixed;
    height: 100Vh;
    z-index: 99;
    top: 0;
    bottom: 0;
    width: 36.11vw;
    background-color: #857458;
    left: 5.20vw;
    padding: 4.16vw 2vw 4.16vw 4.16vw;
    display: none;
}
._mainMenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
._mainMenu li a {
    line-height: 1.88;
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 2.36vw;
}
._lang {

}
._lang a {
    color: #fff;
    letter-spacing: 10px;
    font-size: 1.11vw;
}
._mainMenu > li > a {
    position: relative;
    display: inline-block;
}
._mainMenu > li > a:after {
    content: '';
    background: url("../images/noun-arrow-114929.svg") no-repeat center center;
    width: 18px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
._mainMenu > li > a:hover:after {
    opacity: 1;
    margin-left: 10px;
}
._mainMenu > li > a:hover  {
    color: rgba(255, 255, 255, 0.70);
}
._preloader {
    position: fixed;
    background: #100f0e;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
}
._loadingImage {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    max-width: 10vw;
    width: 100%;
}
._circles {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    border: 1px solid rgba(255, 243, 228, 0.14);
    height: 100vh;
    width: 100vh;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    animation: t 12000ms linear infinite;
}
@keyframes t {
    20% {
        transform: skew(5deg) translate(-50%,-50%) rotate(360deg);
        -webkit-transform: skew(5deg) translate(-50%,-50%) rotate(360deg);
        -moz-transform: skew(5deg) translate(-50%,-50%) rotate(360deg);
    }
    40% {
        transform: skew(2deg) translate(-50%,-50%) rotate(360deg);
        -webkit-transform: skew(2deg) translate(-50%,-50%) rotate(360deg);
        -moz-transform: skew(2deg) translate(-50%,-50%) rotate(360deg);
    }
    60% {
        transform: skew(-5deg) translate(-50%,-50%) rotate(360deg);
        -webkit-transform: skew(-5deg) translate(-50%,-50%) rotate(360deg);
        -moz-transform: skew(-5deg) translate(-50%,-50%) rotate(360deg);
    }
    80% {
        transform: skew(8deg) translate(-50%,-50%) rotate(360deg);
        -webkit-transform: skew(8deg) translate(-50%,-50%) rotate(360deg);
        -moz-transform: skew(8deg) translate(-50%,-50%) rotate(360deg);
    }
}
._circles:after,
._circles:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    border: 1px solid rgba(255, 243, 228, 0.14);
    height: 100vh;
    width: 100vh;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
._circles:before {
    height: calc(100vh - 70px);
    width: calc(100vh - 70px);
}
._circles:after {
    height: calc(100vh - 120px);
    width: calc(100vh - 120px);
}
._loaderText {
    position: absolute;
    left: 10.83vw;
    bottom: 4.86vw;
    z-index: 99;
}
._loaderText h3 {
    color: #fff;
    margin: 0;
}
._logo {
    position: fixed;
    top: 1.25vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    z-index: 99;
}
._hSection h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    z-index: 9;
}
._hSection h1 > span {
    position: relative;
    display: inline-block;
}
._hSection h1 > span:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: 5.69vw;
    height: 7px;
    background: #cfbfa4;
    top: -2.3vw;

}
._navigationIndicator {
    position: absolute;
    left: auto;
    right: 4.51vw;
    bottom: 4.51vw;
    z-index: 99;
    max-width: 40vw;
    width: 100%;
}
._smCircle {
    display: inline-block;
    position: relative;
    width: 9.44vw;
    height: 9.44vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: solid 2px #0f0f0f;
}
._smCircle:before {
    content: '';
    position: absolute;
    width: 7.63vw;
    height: 7.63vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: solid 3px #1a1a1a;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
._smCircle:after {
    content: '';
    position: absolute;
    width: 5.41vw;
    height: 5.41vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: solid 1px #cfbfa4;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
._smCircle span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
._smCircle span:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #cfbfa4;
}
._smCircle span:before {
    content: '';
    position: absolute;
    background: #cfbfa4;
    width: 94px;
    height: 1px;
    top: 50%;
    transform: translateX(calc(-100% - 15px));
    -webkit-transform: translateX(calc(-100% - 15px));
    -moz-transform: translateX(calc(-100% - 15px));
}
._navigationIndicator h3 {
    line-height: 1.5;
    letter-spacing: 1px;
}
._leftAdj {
    padding-left: 5.20vw;
}
._content {
    padding-left: 3.47vw;
    padding-right: 7.63vw;
}
._bLine {
    position: relative;
    padding-bottom: 2.08vw;
    margin-bottom: 2.77vw;
}
._bLine:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5.69vw;
    height: 7px;
    background-color: #cfbfa4;
}
._rowLeftMargin {
    margin-left: calc(-5.20vw + 15px);
}
._smLink {
    font-size: 0.83vw;
    letter-spacing: 12px;
}
.c-white {
    color: #fff;
}
._smLink:hover {
    color: #857458;
}
._externalImg + .row {
    margin-top: -7.63vw;
}
._externalImg + .row + .row {
    margin-top: -3.63vw;
}
._stat h1 {
    color: #fff;
    line-height: 0.53;
    letter-spacing: -9px;
    font-size: 8.33vw;
    margin-bottom: 1.80vw;
}
._stat p {
    color: #fff;
    line-height: 1.79;
    letter-spacing: 2px;
    font-size: 0.97vw;
    margin: 0;
}
._stat h3 {
    color: #cfbfa4;
}
._mb140 {
    margin-bottom: 9.72vw;
}
._smLink._absolute {
    position: absolute;
    bottom: 20px;
    right: 6.94vw;
    left: auto;
}
._centerImg {
    position: absolute;
    left: auto;
    right: -6.94vw;
    bottom: 7vw;
    z-index: 9;
}
._centerImg img {
    max-width: none;
}
._whiteNav ._toggleIcon span {
    background: #fff;
    border-color: #fff;
}
._whiteNav header.navbar,._whiteNav ._leftBar {
    border-color: #fff;
}
._whiteNav ._pBar {
    background: #fff;
}
._whiteNav ._barContent a {
    color: #fff;
}
._container {
    padding: 0 3.47vw;
}
._services ._number {
    font-size: 29.86vw;
    line-height: 0.15;
    letter-spacing: -32.25px;
}
._services ._txt h3 {
    line-height: 2.29;
    letter-spacing: 2px;
    color: #cfbfa4;
    margin-bottom: 1.25vw;
}
._services ._img {
    text-align: right;
}
._services ._img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
._absolute._adj {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    right: auto;
}
._services {
    overflow: hidden;
    color: #fff;
}
._services ._smLink:hover {
    color: #fff;
}
._dropText {
    font-size: 8vw;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    position: absolute;
    left: 65vw;
    top: 0;
    color: rgba(255, 243, 228, 0.14);
    font-family: 'Conv_Ogg Roman';
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 243, 228, 0.14);
}
._services h2._bLine {
    margin-bottom: 0;
}
._services6 ._rowLeftMargin {
    margin-top: -85px;
}
._containerLeft {
    padding-left: 3.47vw;
    max-width: 100%;
    overflow: hidden;
}
.__news {
    width: 32.63vw;
    margin-right: 3.47vw;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}
.__news img {
    display: inline-block;
    width: 100%;
    margin-bottom: 2.59vh;
}
._news ._outer {
    display: block;
    max-width: 91.3vw;
    width: 100%;
    overflow: hidden;
}
.news-slick * {
    outline: none;
}
.__news p {
    font-size: 0.625vw;
    margin-bottom: 2.59vh;
    color: #11100f;
    letter-spacing: 6px;
    font-family: 'Conv_Gilroy-Semibold';
}
.__news h3 {
    color: #414040;
    margin: 0;
}
.__news h3 > a {
    color: #414040;
    transition: none;
}
._circles._dark,
._circles._dark:after,
._circles._dark:before {
    border-color: rgba(133, 116, 88, 0.14);
}
._back {
    color: #414040;
    margin-bottom: 9vh;
}
._back a {
    color: #414040;
}
._d {
    font-size: 0.625vw;
    margin-bottom: 2.59vh;
    color: #11100f;
    letter-spacing: 6px;
    font-family: 'Conv_Gilroy-Semibold';
}
._newsSingle ._txt {
    padding-left: 2.08vw;
}
._newsSingle ._txt h3 {
    margin-bottom: 2.08vw;
}
._newsSingle ._txt p {
    line-height: 1.45;
    margin: 0;
}
._newsSingle ._txt p + p {
    margin-top: 2vh;
}
._newsSingle ._img img {
    width: 100%;
}
._contact h3 {
    margin-bottom: 2.40vh;
}
._contact h3 + p {
    margin-bottom: 4.62vh;
}
._contact a {
    color: #131211;
}
._cSocial a {
    display: inline-block;
    width: 3.19vw;
    height: 3.19vw;
    line-height: 3.19vw;
    border: solid 1px #100f0e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    margin-right: 1vw;
    color: #100f0e;
    font-size: 1vw;
}
._cSocial a:hover {
    background: #100f0e;
    color: #fff;
}
._cSocial a:last-of-type {
    margin-right: 0;
}
._contact a._smLink {
    color: rgba(19, 18, 17, 0.80);
}
.__history img {
    width: 100%;
    margin-bottom: 0.7vh;
}
.__history {
    width: 34.44vw;
    margin-right: 5.55vw;
    position: relative;
    padding-top: 3px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}
.__history ._year {
    font-size: 1.94vw;
    line-height: 2.29;
    letter-spacing: 2px;
    color: #494848;
    text-align: center;
}
.__history p {
    line-height: 1.45;
    margin: 0;
}
._hTitle {
    margin-bottom: 0;
}
._hScroll .news-slick {
    white-space: nowrap;
    overflow: hidden;
}
._hBackDrop {
    -webkit-text-stroke: 1px #e5e5e5;
    line-height: 0.22;
    letter-spacing: -21.75px;
    text-align: center;
    color: rgba(0, 0, 0, 0.1);
    font-size: 20.13vw;
    position: absolute;
    left: auto;
    right: 20px;
    bottom: 10vh;
}
._proBlock {
    padding-left: 4.86vw;
    margin-bottom: 5vw;
}
._proBlock h3 {
    line-height: 2.29;
    letter-spacing: 2px;
    color: #cfbfa4;
}
._proBlock table {
    width: 100%;
}
._proBlock table + table {
    margin-top: 1.85vh;
}
._proBlock td,
._proBlock th {
    letter-spacing: 4px;
    font-size: 0.625vw;
    padding: 2.12vh;
    border: solid 1px #716d6a;
}
._proBlock th {
    text-align: center;
    text-transform: uppercase;
}
._proBlock td:first-of-type {
    font-family: 'Conv_Gilroy-Semibold';
}
._proBlock td:last-of-type {
    font-size: 1.18vw;
}
._bList {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
._bList li {
    border: solid 1px rgba(74, 65, 52, 0.5);
    padding: 1.25vw 2.08vw;
}
._bList li + li {
    margin-top: 4px;
}
._max760 {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
}
._bList._adj li {
    border: 0;
    padding: 0;
    position: relative;
}
._bList._adj li + li {
    margin-top: 2.31vh;
}
._bList._adj li:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 1.3vh;
    width: 7px;
    height: 7px;
    background-color: #857458;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
._certificate {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    letter-spacing: 6px;
    font-size: 0.625vw;
    background-color: #4a4134;
    color: #fff;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    width: 6.94vw;
    z-index: 99;
}
._certificate a {
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
._certificate._white {
    background: #fff;
}
._certificate._white a {
    color: #4a4134;
}
._cert {
    position: relative;
    width: 23.6vw;
    margin-right: 1.80vw;
}
._cert a {
    position: absolute;
    background-color: #cfbfa4;
    width: 7.70vw;
    height: 7.70vw;
    line-height: 7.70vw;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 2vw;
    opacity: 0;
}
._outerCertificate {
    width: 87vw;
}
._outerCertificate * {
    outline: none;
}
._cert:hover a {
    opacity: 1;
}
.pp_social {
    display: none !important;
}
._rowLeftMargin._adj {
    margin-top: 7.40vh;
    margin-left: -10px;
}
._rowLeftMargin._adj ._smLink {
    white-space: nowrap;
}
.mb-v-180 {
    margin-bottom: 16.66vh;
}
._vHolder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 2;
}
._vHolder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
._hmSection ._circles {
    z-index: 5;
}
section._oneScroll {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    width: 100vw;
    overflow: hidden;
}
section._oneScroll + ._oneScroll {
    margin-left: -15px;
}
#fullpage {
    white-space: nowrap;
    overflow: hidden;
}
._zoom {
    overflow: hidden;
}
._zoom img,._iZoom {
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    -ms-transition: 2s ease-in-out;
    transition: 2s ease-in-out;
}
.__zoom img,._iZoom:not(.animated) {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
._leftBar._transparent {
    background: none !important;
}
._leftBar._dark,
._darkNav ._leftBar {
    background: #100f0e;
}
._whiteNav ._leftBar {
    background: #857458;
}
._loaderText h3 + h3 {
    display: none;
}
._mobileLink {
    display: none;
}
body:not(.home) ._preloader * {
    display: none;
}
._smLink {
    position: fixed;
    z-index: 98;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    bottom: 20px;
    top: auto;
    pointer-events: none;
}
@media (min-width: 1200px){
    section._oneScroll._certificateSection {
        width: auto !important;
        height: 100vh !important;
    }
    ._certificateSection div.middle > div {
        white-space: nowrap;
        overflow: hidden;
    }
    ._certificateSection ._cert {
        display: inline-block;
    }
}
section._oneScroll._certificateSection {
    height: auto;
    text-align: center;
    padding: 80px 0 !important;
}
._certificateSection ._cert {
    margin: 0 15px 30px 15px;
    display: inline-block;
}
._srImage ._zoom  {
    overflow: visible;
}
.__tabs .nav-tabs .nav-link {
    background: none;
    border-radius: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 800;
    border: 0;
    border-bottom: 2px solid transparent;
    padding-left: 0;
    padding-right: 0;
}
.__tabs .nav-tabs .nav-item.show .nav-link, .__tabs .nav-tabs .nav-link.active,
.__tabs .nav-tabs .nav-item .nav-link:hover {
    color: #cfbfa4;
    background: none;
    border-color: #cfbfa4;
}
.__tabs .nav-tabs {
    margin-bottom: 24px;
    border-bottom: 0;
}
.__tabs .nav-tabs li {
    margin-right: 2.63vw;
}
.__tabs .nav-tabs li:last-of-type {
    margin-right: 0;
}
._bLine.__pro {
    margin-bottom: 3.36vh;
}
/* 404 Page */
._p404 h1 {
    line-height: 14.66vw;
    letter-spacing: -14px;
    font-size: 16.66vw;
    color: #fff;
}
._p404 h3 {
    font-size: 1.94vw;
    line-height: 2.29;
    letter-spacing: 2px;
    color: #cfbfa4;
    margin-bottom: 3.07vh;
}
._hLink {
    margin: 0;
}
._hLink a {
    display: inline-block;
    position: relative;
    letter-spacing: 0.75px;
    font-size: 1.45vw;
    color: #fff;
    font-family: 'Conv_Ogg Roman';
    padding-left: calc(6.52vw + 25px);
}
._hLink a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 6.52vw;
    height: 1px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    background-color: #cfbfa4;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
._hLink a:hover:before {
    left: 10px;
}
@media (max-width: 767px){
    ._p404 ._dropText {
        top: 0;
    }
    ._p404 h1 {
        letter-spacing: 0;
        font-size: 20vw;
    }
    ._p404 h3 {
        font-size: 3vw;
    }
    ._hLink a {
        font-size: 2.45vw;
    }
}


body{font-size: 1.25vw}
ul.fileList li a{display: block;position: relative;padding-left: 40px}
ul.fileList li a i{display: block;position: absolute;left: 0}


ul._mainMenu .small-menu-item a{font-size: 1.1vw;line-height: 1;margin-bottom: 2vw}


.tabsFiles > .tabsFiles-item{display: none}
.tabsFiles > .tabsFiles-item.active{display: block;}

.tabsFiles ul.tabsFilesDots{margin:20px 0 0 0;padding: 0;text-align: center}
.tabsFiles ul.tabsFilesDots li{list-style: none;margin:0;padding: 0;display: inline-block;margin:0 8px;}
.tabsFiles ul.tabsFilesDots li button{border:none;background: none;text-indent: -99999px;background: #857458;width: 10px;height: 10px;border-radius: 10px;padding: 0;margin:0;cursor: pointer;}
.tabsFiles ul.tabsFilesDots li button:hover, .tabsFiles ul.tabsFilesDots li.active button{background: #000}
.tabsFiles ul.tabsFilesDots li button:focus{outline: none}