/*
 Theme Name:   Theme from Denis
 Description:  Wordpress Theme From Denis
 Author:       Denis R
 Version: 1.0
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: avenir;
    src: url('fonts/avenir.otf');
    font-weight: 400;
}

@font-face {
    font-family: avenir;
    src: url('fonts/avenir-light.ttf');
    font-weight: 300;
}

html, body {
    font-family: "avenir";
    font-weight: 400;
    font-size: 14px;
    color: #222;
    line-height: normal;
    min-height: 100vh;
    overflow-x: hidden;
}

body {
    position: relative;
    overflow-y: hidden;
}

a {
    text-decoration: none !important;
}

a:hover {
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

button {
    cursor: pointer;
}

h1, h2, h3, h4, h6 {
}

p {
    margin-bottom: 10px;
}

.flexed {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flexed--between {
    justify-content: space-between;
}

.flexed--around {
    justify-content: space-around;
}

.flexed--top {
    align-items: flex-start;
}

header {
    background: #161A27;
    padding: 18px;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.front-wrap {
    background: url('img/gr1.png') #161A27 0% 50% no-repeat;
    background-size: cover;
}

.front-animation {
    height: calc(100vh - 76px);
}

.front-animation-inner {
    position: relative;
    height: 100%;
}

.front-animation-step-info {
    position: absolute;
    bottom: 60px;
    color: #fff;
}

.front-animation .container {
    height: 100%;
}

.front-animation-step-title {
    font-size: 90px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 100px;
    letter-spacing: 0.5px;
}

html.home, body.home {
    overflow-y: hidden;
}

html.home.scroll, html.home.scroll body.home {
    overflow-y: auto;
}

.front-animation-text-trigger {
    cursor: pointer;
    height: 33px;
    width: 30px;
    position: relative;
    background: url('img/i.svg') 50% 50% no-repeat;
    margin-top: 15px;
    transition: 0.5s transform 0s linear;
    transform: scale(1) rotate(0deg);
    z-index: 2;
}

.front-animation-text-trigger.active svg path {
    fill: #79BEF7;
}

.front-animation-step-text {
    padding-left: 20px;
    position: relative;
    flex: 1;
    top: 20px;

}

.front-aimation-text-inner {
    padding-left: 0;
}

.front-aimation-text-inner {
    border: 1px solid #566377;
    position: relative;
    padding: 6px 12px;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    position: relative;
    top: -17px;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Roboto Mono';
}

.front-animation-text-trigger.active {
    /* background: #79BEF7; */
    transform: scale(-0.5) rotate(-90deg);
}

.front-animation-text-trigger.active:before, .front-animation-text-trigger.active:after {
    background: #79BEF7;
}

.active.front-animation-text-trigger + .front-aimation-text-inner {
    left: 69px;
    opacity: 1;
    background: #151927;
    z-index: 3;
}

.front-aimation-text-inner:before {
    content: '';
    height: 1px;
    width: 47px;
    background: #566377;
    position: absolute;
    right: 100%;
    top: -1px;
}

.front-aimation-text-inner:after {
    content: '';
    width: 8px;
    height: 1px;
    background: #F5BFAB;
    display: inline-block;
}

ul#menu-main-menu {
    display: flex;
    flex-wrap: wrap;
}

ul#menu-main-menu li {
    display: block;
    font-size: 16px;
    line-height: 21px;
}

ul#menu-main-menu li:not(:first-child) {
    margin-left: 70px;
}

ul#menu-main-menu li a {
    color: #fff;
    position: relative;
    font-weight: 300;
    transition: 0.2s;
}

ul#menu-main-menu li a:after {
    content: '';
    width: 7px;
    height: 8px;
    background: url('img/menu1.svg') 50% 50% no-repeat;
    position: absolute;
    left: calc(50% - 3px);
    bottom: -30px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

ul#menu-main-menu li a:hover {
    font-weight: 700;
    transform: scale(1.05);
    display: block;
    letter-spacing: 0.15px;
}

ul#menu-main-menu li a:hover:after {
    bottom: -10px;
    opacity: 1;
    visibility: visible;
}

ul#menu-main-menu li.accent a {
    color: #F5BFAB;
}

ul#menu-main-menu li.accent a:after {
    content: '';
    width: 7px;
    height: 8px;
    background: url('img/menu2.svg') 50% 50% no-repeat;
    position: absolute;
    left: 0%;
    bottom: calc(50% - 4px);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

ul#menu-main-menu li.accent a:hover:after {
    bottom: calc(50% - 4px);
    left: 120%;
    opacity: 1;
    visibility: visible;
}

.front-animation-skip {
    position: absolute;
    right: 70px;
    bottom: 80px;
    width: 50px;
    height: 75px;
    cursor: pointer;
    background: url('img/next.svg') 50% 50% no-repeat;
}

.front-animation-skip-inner {
    position: absolute;
    left: calc(50% - 1px);
    width: 2px;
    height: 30px;
    background: #fff;
    top: 35px;
    transition: 0.3s;
}

.front-animation-text-trigger + .front-aimation-text-inner {
    max-width: calc(100% - 210px);
    height: 100px;
}

.front-animation-skip-inner:after {
    content: '';
    width: 6px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    transform: scale(0) rotate(-45deg);
    left: calc(50% - 4px);
    top: 37px;
    transition: 0.3s;
}

.front-animation-skip:hover > div {
    height: 45px;
}

.front-animation-skip:hover > div:after {
    transform: scale(1) rotate(-45deg);
}

.front-main-text {
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 300;
    font-size: 70px;
    line-height: 94px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

.front-main-text strong {
    font-weight: 300;
    color: #79BEF7;
}

.front-main-text p {
    margin: 0;
}

footer {
    background: #161A27;
    padding: 85px 0 75px;
}

.footer-info-right img {
    width: 205px;
}

ul#menu-footer-menu {
    display: flex;
}

ul#menu-footer-menu li {
    display: block;
    margin-right: 20px;
}

ul#menu-footer-menu li a {
    color: #79BEF7;
    font-size: 25px;
    line-height: 33px;
    font-family: 'Roboto Mono';
    font-weight: 700;
}

.footer-menu {
    padding-bottom: 7px;
    border-bottom: 5px solid #10131D;
    margin-bottom: 65px;
}

ul#menu-footer-menu li a:hover {
    color: #fff;
}

.footer-info-right-text {
    color: #fff;
    margin-top: 35px;
    font-size: 20px;
    line-height: 30px;
}

.flexed--bottom {
    align-items: flex-end;
}

.footer-social-item {
    position: relative;
    margin-right: 45px;
}

.footer-social-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 24px;
}

.footer-social-item:hover svg path {
    stroke: #79BEF7;
}

.btn a {
    padding: 12px 73px 12px 88px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    line-height: 23px;
    font-family: 'Roboto Mono';
    font-weight: 500;
    border-right: 2px solid #F5BFAB;
    border-bottom: 2px solid #F5BFAB;
    transition: 0.3s;
    box-sizing: content-box;
}

.footer-social {
    margin-top: 40px;
}

.btn {
    position: relative;
    display: inline-block;
}

.btn:before {
    content: '';
    position: absolute;
    width: 38px;
    height: 26px;
    border-bottom: 2px solid #f5bfab;
    bottom: 100%;
    transform: rotate(-36deg) translate(-18px, 6px);
}

.btn.btn-big a {
    padding: 22px 51px 22px 77px;
    font-size: 20px;
}

.front-cta {
    height: 50vh;
    display: flex;
    align-items: center;
    /*background: url('img/gr2.png') 50% 50% no-repeat;*/
    background-size: cover;
}

.suptitle {
    padding-bottom: 7px;
    border-bottom: 5px solid #10131D;
    color: #79BEF7;
    font-size: 25px;
    line-height: 33px;
    font-family: 'Roboto Mono';
    font-weight: 700;
}

.front-cta .container {
    flex: 1;
}

.front-cta-title {
    margin: 21px 0 35px;
    color: #fff;
    font-size: 75px;
    line-height: 100px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.admin-bar header {
    top: 32px;
}

.btn a:after {
    content: '';
    width: calc(100% - 31px);
    height: 2px;
    background: #F5BFAB;
    position: absolute;
    top: 0;
    right: 0;
}

.btn:after {
    content: '';
    width: 2px;
    height: calc(100% - 22px);
    background: #F5BFAB;
    position: absolute;
    left: 0;
    bottom: 0;
}

.btn a:before {
    content: '';
    width: 17px;
    height: 20px;
    position: absolute;
    background: url('img/btn-bg1.svg') 50% 50% no-repeat;
    left: 0;
    top: 50%;
    transition: 0.3s;
    transform: translateY(-50%);
    opacity: 0;
}

.btn a:hover:before {
    left: 68px;
    opacity: 1;
}

.btn a:hover {
    text-indent: 20px;
    padding-right: 53px;
    font-weight: 700;
}

.btn.btn-alt a:after {
    left: 0;
    right: inherit;
}

.btn.btn-alt:before {
    right: 0;
    transform: rotate(36deg) translate(17px, 6px);
}

.btn.btn-alt:after {
    left: inherit;
    right: 0;
}

.btn.btn-alt a {
    border-left: 2px solid #F5BFAB;
    border-right: none;
}

.btn.btn-big a:hover {
    padding-right: 31px;
}

.btn.btn-accent a:before {
    background: url('img/btn-bg2.svg') 50% 50% no-repeat;
}

.btn.btn-accent a:hover {
    color: #161A27;
    background: #f5bfab;
}

.btn.btn-alt.btn-big:before {
    background: #161a27;
}

.front-slide-row-slide {
    max-width: 450px;
    text-align: center;
}

.front-slide-title {
    font-size: 35px;
    line-height: 46px;
    font-family: 'Roboto Mono';
    color: #fff;
    margin: 29px 0 17px;
}

.front-slide-text {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
}

.front-slide-row-title {
    font-size: 65px;
    line-height: 90px;
    color: #fff;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.front-slides + .front-slides .front-slide-row {
    flex-direction: row-reverse;
}

.front-slide-row {
    height: 100vh;
}

.front-slide-row-slides {
    max-width: 490px;
}

ul.slick-dots {
    position: absolute;
    right: 0;
    top: 50%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(-50%);
}

ul.slick-dots li {
    display: block;
    text-indent: -9999px;
    width: 12px;
    height: 14px;
    background: url('img/sl2.svg') 50% 50% no-repeat;
    cursor: pointer;
    position: relative;
}

ul.slick-dots li.slick-active {
    background: url('img/sl1.svg') 50% 50% no-repeat;
}

ul.slick-dots li:not(:last-child):before {
    content: '';
    width: 1px;
    height: 82px;
    background: #fff;
    position: absolute;
    left: calc(50% - 1px);
    top: 100%;
}

.front-slides + .front-slides .front-slide-row .front-slide-row-slide {
    float: right;
}

.front-slides + .front-slides .front-slide-row ul.slick-dots {
    right: inherit;
    left: 0;
}

.front-slides + .front-slides .front-slide-row ul.slick-dots {
    justify-content: space-around;
    height: 190px;
}

.front-slides + .front-slides .front-slide-row ul.slick-dots li:not(:last-child):before {
    left: calc(50% + 0px);
}

.front-slides + .front-slides .front-slide-row ul.slick-dots li:last-child:before {
    content: '';
    width: 1px;
    height: 82px;
    background: #fff;
    position: absolute;
    left: calc(50%);
    top: 100%;
}

.front-slides + .front-slides .front-slide-row ul.slick-dots li:first-child:after {
    content: '';
    width: 1px;
    height: 82px;
    background: #fff;
    position: absolute;
    left: calc(50% - 0.5px);
    top: inherit;
    bottom: calc(100% - 1px);
}

.front-wrap-inner {
    background: url('img/bg1.png') -87% 65vh no-repeat;
}

.front-slide-row-slide img {
    max-width: 430px;
}

.logo img + img {
    display: none;
}

.page-id-456 .logo img + img {
    display: block;
}

.page-id-456 .logo img {
    display: none;
}

.page-id-456 header {
    background: #E5E5E5;
}

.page-id-456 header ul#menu-main-menu a {
    color: #000;
}

.page-id-456 header ul#menu-main-menu .accent a {
    color: #E8A78F;
}

.about-top {
    background: #EDEDEC;
    padding: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.team {
    background: #EDEDEC;
    padding-bottom: 143px;
}

.about-top h1 {
    font-size: 65px;
    line-height: 86px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.25px;
}

.about-top-text {
    margin-top: 100px;
    font-size: 20px;
    font-weight: 300;
    column-count: 2;
    column-gap: 54px;
    line-height: 30px;
    display: inline-block;
}

.about-top-text p {
    padding-bottom: 30px;
    display: inline-block;
}

.about-top-text a {
    color: #000;
    font-weight: 700;
    border-bottom: 3px solid #79BEF7;
}

.about-top-inner p:last-child {
    padding-bottom: 65px;
}

.front-animation-skip.animation-skip-dark {
    background-image: url('img/next2.svg');
    bottom: 30px;
    top: inherit;
    transform: translate(50%, 0%);
}

.about-top-inner {
    position: relative;
}

.front-animation-skip.animation-skip-dark .front-animation-skip-inner {
    background: #566377;
}

.front-animation-skip.animation-skip-dark .front-animation-skip-inner:after {
    border-color: #566377;
}

.team-title {
    padding-top: 30px;
}

.team-title h2 {
    font-size: 65px;
    line-height: 86px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 85px;
}

.team-item {
    max-width: 232px;
    width: 100%;
    margin-bottom: 80px;
    align-self: stretch;
}

.team-item.team-item-enlarge {
    max-width: 306px;
}

.team-item-img {
    max-height: 390px;
    overflow: hidden;
}

.team-item-name {
    border-bottom: 2px solid #566377;
    padding: 11px 0 8px;
    font-size: 25px;
    line-height: 33px;
    color: #fff;
}

.team-item-role {
    color: #fff;
    padding: 5px 0;
    font-size: 17px;
    border-bottom: 2px solid #566377;
    min-height: 54px;
}

.team-item-links {
    padding-top: 6px;
    font-size: 17px;
    font-family: 'Roboto Mono';
    color: #F5BFAB;
    letter-spacing: 0.25px;
}

.team-item-social a {
    color: #79BEF7;
}

.team-item.team-item-enlarge .team-item-role {
    font-size: 20px;
}

.team-item.team-item-enlarge .team-item-role {
    min-height: auto;
}

.team-members {
    background: #151926;
}

.team-members-inner {
    top: -143px;
    position: relative;
}

.team-members {
    position: relative;
}

.team-members:before {
    content: '';
    background: #ededec;
    width: 80px;
    height: 100px;
    position: absolute;
    transform: rotate(55deg) translate(-100%, -50%);
    transform-origin: left;
    left: 0;
}

.team-members {
    position: relative;
}

.team-members:before {
    content: '';
    background: #ededec;
    width: 80px;
    height: 100px;
    position: absolute;
    transform: rotate(55deg) translate(-100%, -50%);
    transform-origin: left;
    left: 0;
}

.team-item-more {
    cursor: pointer;
}

.team-item-more-info {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    visibility: hidden;
    max-width: 1000px;
    transition: 0.3s;
    width: 100%;
}

.team-item-more-info.active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

.team-item-en-img {
    max-width: 405px;
}

.team-item-en-info {
    flex: 1;
    background: #161A27;
    padding: 75px 55px 45px;
    margin-left: -1px;
}

.flexed--full {
    align-items: stretch;
}

.team-item-en-img img {
    height: 100%;
    object-fit: cover;
}

.team-item-en-info h3 {
    font-size: 25px;
    color: #fff;
    font-family: 'avenir';
    border-bottom: 1px solid #ACACAC;
    padding-bottom: 5px;
}

.team-item-en-role {
    font-family: 'avenir';
    padding: 5px 0 3px;
    color: #fff;
    border-bottom: 1px solid #ACACAC;
}

.team-item-en-text {
    font-family: 'avenir';
    color: #fff;
    padding: 10px 0 50px;
    border-bottom: 1px solid #ACACAC;
    margin-bottom: 5px;
}

.team-item-less {
    cursor: pointer;
}

div#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(238 238 238 / 70%);
}

.team-item-img img + img {
    display: none;
}

.team-item:hover .team-item-img img {
    display: none;
}

.team-item:hover .team-item-img img + img {
    display: block;
}

.menu-icon {
    height: 25px;
    cursor: pointer;
    width: 40px;
    position: relative;
    overflow: hidden;
}

.menu-icon:before, .menu-icon:after {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    content: "";
    display: block;
    width: 4px;
    height: 28px;
    border-radius: 10px;
    transform-origin: center center;
    background-color: #fff;
}

.menu-icon:before {
    position: absolute;
    top: 0;
    left: 18px;
    transform: rotate(-45deg);
}

.menu-icon:after {
    position: absolute;
    top: 0;
    right: 18px;
    transform: rotate(45deg);
}

.menu-icon .bar {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.2s;
    width: 100%;
    height: 5px;
    background-color: #fff;
    border-radius: 20px;
}

.menu-icon .bar-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.menu-icon .bar-2 {
    position: absolute;
    top: 10px;
    left: 0;
}

.menu-icon .bar-3 {
    position: absolute;
    top: 20px;
    left: 0;
}

.menu-icon.opened .bar {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

.menu-icon.opened:before, .menu-icon.opened:after {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.2s;
}

.menu-icon-7:before, .menu-icon-7:after {
    top: -2px;
    opacity: 0;
}

.menu-icon-7:before {
    transform: rotate(90deg);
}

.menu-icon-7:after {
    transform: rotate(-90deg);
}

.menu-icon-7.opened:before, .menu-icon-7.opened:after {
    top: 0px;
    opacity: 1;
}

.menu-icon-7.opened:before {
    transform: rotate(-45deg);
}

.menu-icon-7.opened:after {
    transform: rotate(45deg);
}

.menu-icon-7.opened .bar-1 {
    top: -15px;
    transition-delay: 0.1s;
}

.menu-icon-7.opened .bar-2 {
    top: -20px;
    transition-delay: 0.05s;
}

.menu-icon-7.opened .bar-3 {
    top: -25px;
}

.front-animation .container {
    position: relative;
}

.front-slide-row-info {
    display: flex;
    align-items: center;
}

.front-animation-step, .front-slides.front-slides {
    touch-action: none;
}

.front-slides.front-slides-1 {
    background: rgb(22 26 39 / 50%);
}

.front-slides.front-slides-2 {
    background: #161A27;
}

.front-steps-title {
    position: absolute;
    bottom: 60px;
    font-size: 90px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 100px;
    text-transform: uppercase;
    opacity: 1;
    visibility: hidden;
}

.front-steps-title.active {
    bottom: 100%;
    visibility: visible;
    opacity: 0;
    transition: 0.4s;
}

.team-item {
    position: relative;
}

.team-item-social-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.team-item-social-full a {
    display: block;
    height: 100%;
    text-indent: -99999px;
}

.flexed--center {
    justify-content: center;
}

.team-members-inner {
    margin-bottom: -130px;
}

.team-apple {
    padding-bottom: 80px;
}

.basic-content {padding-top: 200px;margin-bottom: 200px;text-align: center;}