@font-face {
    font-family: 'conv_solomonsansnormal';
    src: url('../fonts/solomonsansnormal.eot');
    src: local('?'), url('../fonts/solomonsansnormal.woff') format('woff'), url('../fonts/solomonsansnormal.ttf') format('truetype'), url('../fonts/solomonsansnormal.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*****************************
 All rights reserved.
 AllFont.ru (c) 2011-2015
 *****************************/
@font-face {
    font-family: 'a_FuturicaLt Thin';
    font-style: normal;
    font-weight: 400;
    src: local('a_FuturicaLt Thin'), local('a_FuturicaLt-Thin'),
        url(../fonts/a_futuricalt-thin.woff) format('woff'),
        url(../fonts/a_futuricalt-thin.ttf) format('truetype');
}



@font-face {
    font-family: 'a_FuturicaLt SemiBold';
    font-style: normal;
    font-weight: 700;
    src: local('a_FuturicaLt SemiBold'), local('a_FuturicaLt-SemiBold'),
        url(../fonts/a_futuricalt-semibold.woff) format('woff'),
        url(../fonts/a_futuricalt-semibold.ttf) format('truetype');
}





@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

table {
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption, th {
    text-align: left;

}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #444;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

body.stopScroll {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
}

body.view-gallery {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
}

body.show-popup {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
}

.show-popup #myContainer, .view-gallery #myContainer{
    overflow: hidden !important;
    -webkit-overflow-scrolling: auto;
}

/* Custom CSS
 * --------------------------------------- */

/*-----------------------------------*/
.menu {
    display: none;
    width: 100%;
    height: 70px;
    margin: 0px auto;
    position: fixed;
    text-align: left;
    cursor: pointer;
    z-index: 4;
    transition: 0.3s ease 0.3s;
}

.stopScroll .menu {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: 0.3s ease 0s;
}

.menu__label {
    display: block;
    background: none;
    border: none;
    width: 100%;
    height: 60px;
    padding: 0 1.25em;
    font-size: 1.3em;
    color: #fff;
    position: relative;
    outline: none;
    text-align: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
    cursor: pointer;
}

.menu__inner li a span,
.menu__label span {
    font-size: 0.68em;
    font-family: helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: 600;
}

.menu .fa {
    vertical-align: top;
    line-height: 1.25;
    margin-right: 0.65em;
    font-size: 1.15em;
}

.menu__inner {
    list-style: none;
    padding: 0 1.25em;
    font-size: 1.3em;
    margin: 0;
    position: absolute;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.menu.menu--open .menu__inner {
    height: 310px;
}

.menu__inner li a {
    display: block;
    padding: 0.53em 0;
    line-height: 1.2;
    opacity: 0;
    color: rgba(0, 0, 0, .25);
    text-decoration: none;
    pointer-events: none;
    outline: none;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.menu__inner li a:hover, .menu__inner li.active a {
    color: rgba(0, 0, 0, .75);
}

.menu--open .menu__inner li a {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu--open .menu__inner li:nth-child(2) a {
    -webkit-transition-delay: 0.04s;
    transition-delay: 0.04s;
}

.menu--open .menu__inner li:nth-child(3) a {
    -webkit-transition-delay: 0.08s;
    transition-delay: 0.08s;
}

.menu--open .menu__inner li:nth-child(4) a {
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
}

.menu--open .menu__inner li:nth-child(5) a {
    -webkit-transition-delay: 0.16s;
    transition-delay: 0.16s;
}

.menu--open .menu__inner li:nth-child(6) a {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.morph-shape,
.morph-shape svg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.morph-shape {
    height: 70px;
    -webkit-transition: height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    overflow: visible;
}

.morph-shape svg {
    height: 100%;
    overflow: visible;
}

.menu.menu--open .morph-shape {
    height: 500px;
}

.menu.menu--open .morph-shape svg path {
    fill: gray;
}

.morph-shape svg path {
    fill: #00c3ff;
    -webkit-transition: fill 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: fill 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

/*-----------------------------------*/

/* Custom CSS
 * --------------------------------------- */
body {
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: arial, helvetica;
    color: #333;
    background: none;
    opacity: 0;
    transition: opacity 1.5s ease 0s;
}

body.iamloaded {
    opacity: 1;
}

h1 {
    font-size: 7em;
}

h2 {
    font-size: 2.6em;
}

p {
    font-size: 1.5em;
}

.intro {
    width: 75%;
    margin: 0 auto;
}

.intro p {
    font-size: 1.3em;
    font-weight: 300;
}

.section1-loaded .home-links {
    display: block;
}

.home-links {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
}

.home-links li {
    display: inline-block;
    margin: 0 20px 0 0;
}

.home-links li a {
    color: #fff;
    font-weight: 300;
}

/* Buttons
 * --------------------------------------- */
#download a {
    text-decoration: none
}

#download,
#download:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

/* Extensions preview menu
 * --------------------------------------- */
.preview-extensions-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    border-top: 0;
    box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.8);
}

.preview-extensions-menu li {
    display: inline-block;
    margin: 0;
}

.preview-extensions-menu li a {
    padding: 15px 25px;
    display: block;
}

.preview-buy-extension {
    background: #3cc63c;
}

.preview-more-extensions {
    background: #fff;
}

.preview-buy-extension a {
    color: #fff;
}

.preview-buy-extension:hover {
    background-color: #1a961a;
}

.preview-more-extensions a {
    color: #333;
}

.code {
    background: rgba(255, 255, 255, 0.7);
    padding: 0px 5px;
    line-height: 25px;
}

.section1 .intro {
    width: 100%;
    text-align: center;
}

.main-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    right: 0%;
    /*background: aquamarine;*/
    /*background: url(../img/screen1/screen1-bg.jpg) no-repeat center;*/
    /*background-size: cover;*/
    overflow: hidden;
    transition: 0.6s ease-out 0s;
    /*transform: scale(1) translate(0%, 0%);*/
    transform-origin: center center;
}

.left-desctop {
    display: none;
}

/*.active-center .main-page {*/
/*transform-origin: left center;*/
/*transform: scale(0.5) translate(0%, 50%);*/
/*}*/

/*.active-center.ms-viewing-main .main-page {*/
/*transform: scale(1) translate(0%, 0%);*/
/*}*/

.section1 {
    z-index: 2;
    /*background: url(../img/screen1/1920/screen1-bg.jpg) no-repeat center;*/
    /*background-size: cover;*/
}

.section2 {
    z-index: 1;
}

.main-grid * {
    transition: 0.3s ease-out 0s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /*transition: 0.075s ease 0s;*/
}

.movecursor .main-grid * {
    transition: 0.075s ease 0s;
}

.main-grid {
    position: relative;
    max-width: 764px;
    max-width: 1180px;
    height: 100%;
    padding: 0px 5px;
    box-sizing: border-box;
    margin: 0px auto;
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.main-wave {
    display: block;
    width: 100vw;
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: 0s;
}

.main-figure {
    display: block;
    width: 450px;
    position: absolute;
    bottom: 0px;
    left: 175px;
    z-index: 2;
}

.main-center {
    position: relative;
    width: 75%;
}

.main-center__circle {
    position: absolute;
}

.main-center__circle_1 {
    width: 374px;
    height: 374px;
    top: -10px;
    right: 248px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    z-index: 3;
}

.main-center__circle_2 {
    width: 540px;
    height: 540px;
    top: -48px;
    left: 0px;
    background: rgba(206, 228, 244, 0.6);
    border-radius: 50%;
    z-index: 1;
}

.main-center__circle_3 {
    width: 190px;
    height: 190px;
    top: -398px;
    left: 300px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}

.main-center__circle_4 {
    width: 548px;
    height: 548px;
    top: -525px;
    right: 0px;
    background: #F3EBE0;
    border-radius: 50%;
    z-index: 1;
}

.main-page__title {
    font-family: 'a_FuturicaLt SemiBold', arial;
    font-weight: bold;
    font-size: 86px;
    line-height: 1;
    z-index: 3;
    white-space: nowrap;
    color: #66676D;
}

.main-page__info {
    font-family: 'a_FuturicaLt Thin', arial;
    font-size: 20px;
    color: #66676D;
    z-index: 3;
    margin-top: 18px;
}

/*#left-side {*/
/*z-index: 1;*/
/*}*/

#section1-right .intro {
    right: 50%
}

#section2-left {
    background: url(../img/screen2/1.jpg) no-repeat center;
    background-size: cover;
}

#section2-left .intro {
    padding: 0 0 60px 0;
}

#section2-left .intro:last-child {
    padding: 0;
}

#section2-left h2 {
    font-size: 1.7em;
}

#section3-left {
    background-color: #27474E;
    background-repeat: no-repeat;
    background-position: 50%;
}

#section1-right h1 {
    left: -50%;
}

.section1-left__bg {
    width: 80%;
    /*width: 748px;*/
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: url(../img/screen1/ra.png) no-repeat center bottom;
    background-size: contain;
}

#section1-left {
    background: url(../img/screen1/1920/screen1-bg-l.jpg) no-repeat right center;
    background-size: cover;
}

#section1-right {
    background: url(../img/screen1/1920/screen1-bg-r.jpg) no-repeat left center;
    background-size: cover;
}

#section1-right.hideOverflow {
    overflow: hidden;
}

.section2-right {
    background: url("../img/screen4/1.jpg") no-repeat center;
    background-size: cover;
}

.section2__center {
    text-align: center;
}

.section2__center_left {
    display: none;
}

.section2__figure {
    display: none;
}

.section2__pre-title {
    font-family: 'conv_solomonsansnormal';
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.screen-title {
    font-family: 'a_FuturicaLt SemiBold', arial;
    font-size: 54px;
    color: #3F4657;
}

.title-gray {
    color: #3F4657;
}

.section2__info {
    max-width: 426px;
    font-family: 'a_FuturicaLt Thin', arial;
    font-size: 17px;
    line-height: 22px;
    margin: 24px auto 0px;
    color: #3F4657;
    text-align: justify;
}

.section2__info_gray {
    color: #3F4657;
}

.section2__group {
    display: table;
    margin: 12px auto 0px auto;
}

.section2__group > li {
    text-align: left;
    transition: 0.3s ease 0s;
}

.section2__group > li:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
}

.demo-2 a.section2__group-link {
    display: block;
    font-size: 0;
    text-decoration: none;
    color: #434857;
    padding: 13px 0px;
}

.section2__group-figure, .section2__group-info {
    display: inline-block;
    vertical-align: middle;
}

.section2__group-figure {
    width: 40px;
    height: 40px;
}

.section2__group-info {
    font-family: 'a_FuturicaLt Thin', arial;
    font-size: 17px;
    margin-left: 15px;
}

#section3-right {
    background: #66D7D1;
    text-align: right;
    color: #fff;
}

#section3-right h2 {
    color: #fff;
}

.ms-responsive #section1-left .intro {
    left: 0;
}

.ms-responsive #section1-right .intro {
    display: none;
}

.section4 {
}

#section4-left {
    z-index: 2;
}

body {
    overflow-x: hidden !important;
}

.projects {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0%;
    overflow: hidden;
    background: beige;
    display: flex;
    display: -webkit-flex;
    flex-flow: nowrap;
    -webkit-flex-flow: nowrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.projects__column {
    width: 50%;
    height: 100%;
}

.projects__item {
    width: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.projects__item_third {
    height: 33.333%;
}

.projects__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 0.3s ease 0s;
}

.projects__item:hover .projects__bg {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.projects__bg_1 {
    background: firebrick;
    background: url("../img/screen4/projects/little/1.jpg") no-repeat center;
    background-size: cover;
}

.projects__bg_2 {
    background: firebrick;
    background: url("../img/screen4/projects/little/2.jpg") no-repeat center;
    background-size: cover;
}

.projects__bg_3 {
    background: firebrick;
    background: url("../img/screen4/projects/little/3.jpg") no-repeat center;
    background-size: cover;
}

.projects__bg_4 {
    background: firebrick;
    background: url("../img/screen4/projects/little/4.jpg") no-repeat center;
    background-size: cover;
}

.projects__bg_5 {
    background: firebrick;
    background: url("../img/screen4/projects/little/5.jpg") no-repeat center;
    background-size: cover;
}

.projects__bg_6 {
    background: firebrick;
    background: url("../img/screen4/projects/little/6.jpg") no-repeat center;
    background-size: cover;
}

.projects__bg_7 {
    background: firebrick;
    background: url("../img/screen4/projects/little/7.jpg") no-repeat center;
    background-size: cover;
}

.projects__bg_8 {
    background: url("../img/screen4/projects/little/8.jpg") no-repeat center;
    background-size: cover;
}

.projects__bg_9 {
    background: url("../img/screen4/projects/little/9.jpg") no-repeat center;
    background-size: cover;
}

.projects__bg_10 {
    background: url("../img/screen4/projects/little/10.jpg") no-repeat center;
    background-size: cover;
}


.projects__item_half {
    height: 25%;
}

.projects__item_5 {
    background: gold;
}

.projects__item_6 {
    background: deeppink;
}

.thumbnails-bg {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 2;
    transition: 0.6s ease 0s;
}

.thumbnails-desc, .grid__item--current .thumbnails-bg {
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 0;
    padding: 14px 18px;
    transition: 0.3s ease 0s;
    z-index: 3;
}

.thumbnails-desc > p {
    font-family: 'a_FuturicaLt SemiBold', arial;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.mobile-show {
    display: none;
}

.popup-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    display: -webkit-flex;
    flex-flow: nowrap;
    -webkit-flex-flow: nowrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.popup-container__half {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.popup-container__bg {
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: 5s ease-out 0s;
}

.show-popup .popup-container__bg {
    opacity: 1;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.popup-container__bg1 {
    background: url('../img/screen4/projects/big/1.jpg') no-repeat center;
    background-size: cover;
}

.popup-container__bg2 {
    background: url('../img/screen4/projects/big/2.jpg') no-repeat center right;
    background-size: cover;
}

.popup-container__bg3 {
    background: url('../img/screen4/projects/big/3.jpg') no-repeat center;
    background-size: cover;
}

.popup-container__bg4 {
    background: url('../img/screen4/projects/big/4.jpg') no-repeat center;
    background-size: cover;
}

.popup-container__bg5 {
    background: url('../img/screen4/projects/big/5.jpg') no-repeat center;
    background-size: cover;
}

.popup-container__bg6 {
    background: url('../img/screen4/projects/big/6.jpg') no-repeat center;
    background-size: cover;
}

.popup-container__bg7 {
    background: url('../img/screen4/projects/big/7.jpg') no-repeat center;
    background-size: cover;
}

.popup-container__bg8 {
    background: url('../img/screen4/projects/big/8.jpg') no-repeat center;
    background-size: cover;
}

.popup-container__bg9 {
    background: url('../img/screen4/projects/big/9.jpg') no-repeat center;
    background-size: cover;
}

.popup-container__bg10 {
    background: url('../img/screen4/projects/big/10.jpg') no-repeat center;
    background-size: cover;
}

.popup-container__half_text {
    display: flex;
    display: -webkit-flex;
    flex-flow: nowrap;
    -webkit-flex-flow: nowrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    overflow: visible;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transition: 0.3s ease 0s;
}

.show-popup .popup-container__half_text {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: 0.6s ease 0s;
}

.popup-container__text {
    max-width: 420px;
    margin: 0px 15px;
}

.popup-container__title {
    font-family: 'a_FuturicaLt SemiBold', arial;
    font-weight: normal;
    font-size: 40px;
    color: #3F4657;
    /*opacity: 0;*/
    /*transform: translateY(10px);*/
    /*-webkit-transform: translateY(10px);*/
    /*transition: 0.3s ease 0.075s;*/
}

/*.show-popup .popup-container__title {*/
    /*opacity: 1;*/
    /*transform: translateY(0px);*/
    /*-webkit-transform: translateY(0px);*/
/*}*/

.popup-container__info {
    font-family: 'a_FuturicaLt Thin', arial;
    font-size: 17px;
    line-height: 22px;
    margin-top: 26px;
    /*opacity: 0;*/
    /*transform: translateY(10px);*/
    /*-webkit-transform: translateY(10px);*/
    /*transition: 0.3s ease 0.15s;*/
}

/*.show-popup .popup-container__info {*/
    /*opacity: 1;*/
    /*transform: translateY(0px);*/
    /*-webkit-transform: translateY(0px);*/
/*}*/

.popup-container__list {
    margin: 10px 0px;
}

.popup-container__buttons {
    font-size: 0px;
    margin-top: 35px;
}

.popup-container__buttons > li {
    display: inline-block;
    /*opacity: 0;*/
    /*transform: translateY(10px);*/
    /*-webkit-transform: translateY(10px);*/
}

.popup-container__buttons > li:nth-child(2) {
    margin-left: 25px;
}

/*.show-popup .popup-container__buttons > li {*/
    /*opacity: 1;*/
    /*transform: translateY(0px);*/
    /*-webkit-transform: translateY(0px);*/
/*}*/

/*.popup-container__buttons > li:nth-child(1) {*/
    /*transition: 0.3s ease 0.3s;*/
/*}*/

/*.popup-container__buttons > li:nth-child(2) {*/
    /*margin-left: 25px;*/
    /*transition: 0.3s ease 0.45s;*/
/*}*/

/*.show-popup .popup-container__buttons > li:nth-child(1) {*/
    /*transition: 0.3s ease 0.3s;*/
/*}*/

/*.show-popup .popup-container__buttons > li:nth-child(2) {*/
    /*transition: 0.3s ease 0.45s;*/
/*}*/

.projects-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: url(../img/screen4/1366/1.jpg) no-repeat center;
    background-size: cover;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease 0s, z-index 0s ease 0.3s;
}

.show-popup .projects-popup {
    opacity: 1;
    z-index: 10;
    transition: opacity 0.3s ease 0s, z-index 0s ease 0s;
}

.projects-close {
    width: 50px;
    height: 50px;
    position: fixed;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    z-index: -1;
    overflow: hidden;
    cursor: pointer;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: transform 0.6s ease 0s, z-index 0s ease 0.6s;
}

.projects-close_left{
    top: 0px;
    left: 0px;
}

.projects-close_right{
    top: 0px;
    right: 0px;
}

.show-popup .projects-close {
    transform: scale(1);
    -webkit-transform: scale(1);
    z-index: 11;
    transition: transform 0.6s ease 0s, z-index 0s ease 0s;
}

.projects-close:before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.projects-close .fa {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    color: #3F4657;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

.show-popup .projects-close .fa {
    opacity: 1;
}

#section5-left {
    background: #3cc63c;
    position: relative;
}

#section5-right {
    background: chocolate;
}

#section6-left {
    background: cadetblue;
}

#section6-right {
    background: ghostwhite;
}

.gallery-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: aquamarine;
    display: flex;
    display: -webkit-flex;
}

.gallery-album {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.gallery-album__item {
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    height: 50%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-album__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: 0.3s ease 0s;
}

.gallery-album__item:hover .gallery-album__bg {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.gallery-album__bg_1 {
    background: url("../img/gallery/desctop/1.jpg") no-repeat center;
    background-size: cover;
}

.gallery-album__bg_2 {
    background: url("../img/gallery/desctop/2.jpg") no-repeat center;
    background-size: cover;
}

.gallery-album__bg_3 {
    background: url("../img/gallery/desctop/3.jpg") no-repeat center;
    background-size: cover;
}

.gallery-album__bg_4 {
    background: url("../img/gallery/desctop/4.jpg") no-repeat center;
    background-size: cover;
}

.gallery-album__thumbnails-bg {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    z-index: 2;
    transition: 0.6s ease 0s;
}

.gallery-album__item .gallery-album__thumbnails-bg {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}

.gallery-album__thumbnails-desc, .gallery-album__item--current .gallery-album__thumbnails-bg {
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 0;
    padding: 11px 10px;
    transition: 0.3s ease 0s;
    z-index: 3;
}

.gallery-album__thumbnails-desc > p {
    opacity: 0;
    transform: translate(0%, 100%);
    -webkit-transform: translate(0%, 100%);
}

.gallery-album__item .gallery-album__thumbnails-desc > p {
    opacity: 1;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.gallery-album__thumbnails-desc > p:nth-child(1) {
    font-family: 'a_FuturicaLt SemiBold', arial;
    transition: 0.15s ease 0.25s;
}

.gallery-album__thumbnails-desc > p:nth-child(2) {
    font-family: 'a_FuturicaLt Thin', arial;
    transition: 0.15s ease 0.15s;
}

.gallery-album__item .gallery-album__thumbnails-desc > p:nth-child(1) {
    transition: 0.15s ease 0.15s;
}

.gallery-album__item .gallery-album__thumbnails-desc > p:nth-child(2) {
    transition: 0.15s ease 0.25s;
}

.gallery-album__thumbnails-desc > p {
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.c-gallery {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background: rgba(2, 2, 2, 0);
    z-index: 10;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    /*transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s, background 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;*/
    transition: transform 0.6s ease 0s, background 0.6s ease 0.3s;

}

.view-gallery .c-gallery {
    background: rgba(2, 2, 2, 0.85);
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /*transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s, background 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;*/
    transition: transform 0.6s ease 0s, background 0.6s ease 0s;

}

.c-gallery__close {
    width: 50px;
    height: 50px;
    position: fixed;
    font-size: 0;
    text-align: center;
    z-index: -2;
    transition: z-index 0s ease 0.3s;
    cursor: pointer;
    /*background: rgba(0, 195, 255, 0.34);*/
}

.c-gallery__close_left{
    top: 0px;
    left: 0px;
}

.c-gallery__close_right{
    top: 0px;
    right: 17px;
}

.view-gallery .c-gallery__close {
    z-index: 11;
    transition: z-index 0s ease 0s;
}

.itsMac .c-gallery__close {
    right: 0px;
}

.c-gallery__close:before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.c-gallery__close .fa {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: 0.15s ease 0s;
}

.view-gallery .c-gallery__close .fa {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: 0.3s ease 0.6s;
}

.my-gallery {
    display: block;
    position: relative;
    height: 200%;
    margin: 0px auto;
}

.c-gallery__bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 1);
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    z-index: -10;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, z-index 0s ease 0.3s;
}

.endLoad .c-gallery__bg {
    z-index: 12;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, z-index 0s ease 0s;
}

/*loader*/
.profile-main-loader{
    left: 50% !important;
    margin-left:-100px;
    position: fixed !important;
    top: 50% !important;
    margin-top: -100px;
    width: 45px;
    z-index: 9000 !important;
}

.profile-main-loader .loader {
    position: relative;
    margin: 0px auto;
    width: 200px;
    height:200px;
}
.profile-main-loader .loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.circular-loader {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    stroke: #fff;
}

.loader-path {
    stroke: #fff;
}

.loader-path {
    stroke-dasharray: 150,200;
    stroke-dashoffset: -10;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}
@-webkit-keyframes color {
    0% {
        stroke: #fff;
    }
    40% {
        stroke: #fff;
    }
    66% {
        stroke: #fff;
    }
    80%, 90% {
        stroke: #fff;
    }
}
@keyframes color {
    0% {
        stroke: #fff;
    }
    40% {
        stroke: #fff;
    }
    66% {
        stroke: #fff;
    }
    80%, 90% {
        stroke: #fff;
    }
}
/*loader*/

#section4-left {
    width: 100%;
}

.info-nav {
    width: 100px;
    height: 50px;
    font-size: 0px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: rotate(-90deg) translate(94px, -100%);
    -webkit-transform: rotate(-90deg) translate(94px, -100%);
    transition: 0.3s ease 0s;
}

.info-nav:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}

.info-nav__text {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    color: #3F4657;
}

.info-nav__text > p {
    display: inline-block;
    font-size: 16px;
}

#section3-left {
    background: url(../img/screen3/1.jpg) no-repeat center;
    background-size: cover;
}

.details-button {
    font-family: 'a_FuturicaLt SemiBold', arial;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: 0.1s ease 0s;
}

.details-button_change {
    background: url(../img/but2-bg.png) no-repeat center;
    background-size: cover;
}

.details-button:active {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
}

.btn {
    display: block;
    width: 143px;
    height: 36px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: white !important;
    font-size: 12px;
    text-align: center;
}

.btn:hover {
    color: white;
}

.btn:after {
    position: absolute;
    content: '';
    display: inline-block;
    background: #3bade3;
    background: -webkit-linear-gradient(45deg, #943db0 15%, #fa709a 51%, #fbab7e 100%);
    background: linear-gradient(45deg, #943db0 15%, #fa709a 51%, #fbab7e 100%);
    height: 50px;
    width: 372px;
    z-index: 0;
    -webkit-transform: translateX(-280px);
    transform: translateX(-280px);
    -webkit-transition: -webkit-transform 400ms ease-in;
    transition: -webkit-transform 400ms ease-in;
    transition: transform 400ms ease-in;
    transition: transform 400ms ease-in, -webkit-transform 400ms ease-in;
}

/*.btn:hover:after {*/
    /*-webkit-transform: translateX(-200px);*/
    /*transform: translateX(-200px);*/
/*}*/

.btn span {
    position: relative;
    top: 11px;
    z-index: 1;
}

.control--effects {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 12;
}

.mobile-text{
    display: none;
}

/*#multiscroll-nav{*/
    /*opacity: 1;*/
    /*z-index: 3;*/
    /*transition: opacity 0.15s ease 0s, z-index 0s ease 0.15s;*/
/*}*/

/*.ms-viewing-projects #multiscroll-nav{*/
    /*opacity: 0;*/
    /*z-index: -1;*/
    /*transition: opacity 0.15s ease 0.15s, z-index 0s ease 0.15s;*/
/*}*/