/* default */
html {
  font-size: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-width: 320px;
  font: 24px / 36px 'Roboto', sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #1d1635;
}
@media only screen and (max-width: 1440px) {
    body{
        font-size: 15px;
        line-height: 24px;
    }
}
img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}

a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s linear;
}

a:hover {
	text-decoration: underline;
}

a:focus,
a:hover,
*:active,
*:hover,
*:visited,
*:focus,
* {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 1em 0;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

h1 {
  margin: 0 0 15px;
  font-size: 55px;
  line-height: 71px;
}

h2 {
  margin: 0 0 15px;
	font-size: 55px;
	line-height: 71px;
}

h3 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 39px;
}

h4,h5,h6 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 30px;
}

input, textarea, select {
  font: 100% 'Roboto', sans-serif;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input::-ms-clear {
  display: none;
}
form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

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

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  color: transparent !important;
}

input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

input::-moz-placeholder {
    color: #fff;
  opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: #fff;
  opacity: 1;
}

textarea:-moz-placeholder {
    color: #fff;
  opacity: 1;
}

textarea::-moz-placeholder {
    color: #fff;
  opacity: 1;
}

.table {
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
  margin: 1em 0;
}

.table table {
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}

table th {
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

table td,
table th {
  padding: 10px 12px 10px;
}

table td:first-child,
table th:first-child {
  padding-left: 0;
}

table td:last-child,
table th:last-child {
  padding-right: 0;
}

.btn {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding: 11px;
  border: 2px solid #81c5f0;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  min-width: 176px;
  height: 52px;
  text-align: center;
  text-decoration: none !important;
  color: #ffffff;
  -webkit-appearance: none;
  border-radius: 18px;
  font-family: 'suisse', sans-serif;
  font-weight: normal;
  transition: background-color 0.3s linear, color 0.3s linear, border 0.3s linear;
}
.disabled,
.btn[disabled]{
    opacity: 0.5;
  cursor: default;
}
.btn input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 150px;
  opacity: 0;
  cursor: pointer;
}
.btn:hover {
  background-color: #81c5f0;
  border-color: #81c5f0;
  color: #fff;
}
.input-text {
  -webkit-appearance: none;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 34px;
  line-height: 23px;
  padding: 9px 10px;
  font-size: 15px;
  transition: border 0.3s linear;
  vertical-align: top;
}

.input-text:focus {
  border-color: rgba(0, 0, 0, 0.7);
}

.error .input-text {
  border-color: #e64e4e;
}

textarea.input-text {
  resize: none;
  height: 91px;
  overflow: auto;
}

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

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

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

.nowrap {
  white-space: nowrap;
}

.light {
  font-weight: 300;
}

.text-dark {
  color: #232323;
}

.uppercase {
  text-transform: uppercase;
}

#wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.disabled-page{
    pointer-events: none;
}
.wrapper__holder{
    width: 100%;
    height: 100%;
    position: relative;
    /*transform:none !important;*/
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 5;
}
.wrapper__item{
    width: 100%;
    height: 100%;
    position: absolute;
    /*position: relative;*/
    top: 0;
    left: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 10;
    transition: transform 0.8s ease;
}
.wrapper__item-preloader{
    transform: translate3d(0,-100%,0);
    z-index: 20;
}
.wrapper__item-preloader.swiper-slide-active{
    transform: translate3d(0,0,0);
}
.wrapper__item-content{
    transform: translate3d(0,0,0);
    z-index: 15;
    background-color: #1d1635;
}
.wrapper__item-content.swiper-slide-active,
.wrapper__item-content.active-page{
    transform: translate3d(0,0,0);

}
.container {
  padding: 0 60px;
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
}
@media only screen and (max-width: 1366px) {
    .container {
        padding: 0 20px;
    }
}
.clear:after {
  content: '';
  clear: both;
  display: block;
}
.section {
  padding:0;
  position: relative;
}
/* end default */
/* header */
.header{
	position: absolute;
	height: 100px;
    z-index: 160;
    left: 0;
    width: 100%;
    top: 0;
    pointer-events: auto;
    background: -moz-linear-gradient(top, rgba(27,22,50,1) 0%, rgba(27,22,50,0) 100%);
    background: -webkit-linear-gradient(top, rgba(27,22,50,1) 0%,rgba(27,22,50,0) 100%);
    background: linear-gradient(to bottom, rgba(27,22,50,1) 0%,rgba(27,22,50,0) 100%);
}
/*.header:after{*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*top: 0;*/
    /*content: '';*/
    /*background: -moz-linear-gradient(top, rgba(27,22,50,1) 0%, rgba(27,22,50,0) 100%);*/
    /*background: -webkit-linear-gradient(top, rgba(27,22,50,1) 0%,rgba(27,22,50,0) 100%);*/
    /*background: linear-gradient(to bottom, rgba(27,22,50,1) 0%,rgba(27,22,50,0) 100%);*/
    /*!*z-index: -1;*!*/
/*}*/
@media only screen and (max-width: 1023px) {
    .header{
        height: 50px;
        background-color: #1d1635;
    }
}
.header__fixed{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.header__fixed .container{
    height: 100%;
}
.header__inner{
    position: relative;
    height: 100%;
    width: 100%;
}
.header__logo{
    position: absolute;
    left: 15px;
    top: 30px;
    width: 187px;
    height: 51px;
    z-index: 10;
    pointer-events: auto;
}
@media only screen and (max-width: 1023px) {
    .header__logo{
        left: -37px;
        top: 0;
        transform: scale(0.6);
    }
}
.header__logo .logo,
.header__logo .slogan{
    position: absolute;
    top: 0;
    left: 50%;
    width: 187px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
    transform: translate3d(-50%,0,0);
    transition: fill 0.3s linear;
    fill: #fff;
}
.header__logo .slogan{
    position: absolute;
    top: auto;
    bottom: 0;
    width: 153px;
    height: 14px;
}
.header__logo:hover svg{
    fill:#81c5f0;
}
.header__nav{
    position: absolute;
    right: 0;
    top: 35px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'KoHo', sans-serif;
    letter-spacing: 0.7px;
}
@media only screen and (max-width: 1023px) {
    .header__nav{
        position: relative;
        text-align: left;
        right: auto;
        top: auto;
    }
}
.header__nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.header__nav li{
    float: left;
    margin: 0 0 0 33px;
    position: relative;
    pointer-events: auto;
}
@media only screen and (max-width: 1023px) {
    .header__nav li{
        display: block;
        float: none;
        margin: 0 0 20px;
    }
}
.header__nav a{
    float: left;
    position: relative;
    text-decoration: none !important;
}
@media only screen and (max-width: 1023px) {
    .header__nav a{
        float: none;
    }
}
.header__nav a:after{
    content: '';
    height: 2px;
    background-color: #81c5f0;
    position: absolute;
    bottom: -4px;
    left: -5px;
    right: -5px;
    box-shadow: 0 0 10px #81c5f0;
    opacity: 0;
    transition: opacity 0.3s linear;
}
.header__nav a.active:after{
    opacity: 1;
}
.header__nav a:not(.active):hover{
    color: #81c5f0;
}
.header__language{
    position: absolute;
    left: 238px;
    top: 40px;
    font-family: 'MyriadPro-Regular';
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.7px;
    width: 60px;
    z-index: 10;
}
@media only screen and (max-width: 1023px) {
    .header__language{
        left: 134px;
        top: 20px;
        font-size: 15px;
        width: 50px;
    }
    .header__language.open{
        background-color:#1d1635;
    }
}
.header__language a{
    text-decoration: none !important;
    display: block;
    pointer-events: none;
    transition: all 0.3s linear;
    transform: translate3d(0,-10px,0);
    opacity: 0;
    margin-bottom: 5px;
}
.header__language.open a{
    pointer-events: auto;
    transform: translate3d(0,0,0);
    opacity: 1;
}
.header__language a.active{
    pointer-events: auto;
    transition: color 0.3s linear;
    transform: translate3d(0,0,0);
    opacity: 1;
}
.header__language a:hover{
    color: #81c5f0;
}
.header__language:before{
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    border: 9px solid transparent;	border-top: 9px solid #fff;
}
.header__opener-nav{
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: none;
    pointer-events: auto;
}
@media only screen and (max-width: 1023px) {
    .header__opener-nav {
        display: block;
        margin: -3px -9px 0 0;
        z-index: 5;
        position: absolute;
        right: 0;
        top: 3px;
    }
}
.header__opener-nav span {
    background-color: #fff;
    height: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -17px;
    width: 34px;
}

.header__opener-nav span:before, .header__opener-nav span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.3s linear;
    background-color: #fff;
    margin: -12px 0 0;
}

.header__opener-nav span:after {
    margin: 12px 0 0;
}

.open_mb-nav .header__opener-nav span {
    background-color: transparent;
}

.open_mb-nav .header__opener-nav span:before {
    transform: rotate(45deg);
    margin-top: 0;
}

.open_mb-nav .header__opener-nav span:after {
    transform: rotate(-45deg);
    margin-top: 0;
}
.header__scroll{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 7;
    height: 100%;
}
@media only screen and (max-width: 1023px) {
    .header__scroll {
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        background-color: #1d1635;
        padding: 100px 20px;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translate3d(100%,0,0);
        pointer-events: none;
        transition: transform 0.3s linear;
    }
    .open_mb-nav .header__scroll {
        transform: translate3d(0,0,0);
        pointer-events: auto;
    }
}
/* end header */
/* main */
#main {
    width: 100%;
    height: 100%;
    position: relative;
}
.main-bg{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    z-index: -1;
}
.main-bg2{
    left: auto;
    right: 0;
}
.main__wrapper{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.main__holder{
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
}
.main__item {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transform: translate3d(100%,0,0);
    overflow: hidden;
    opacity: 0;
    z-index: 50;
}
/*[data-hash="about"]{*/
      /*z-index: 0;*/
  /*}*/
@media only screen and (max-width: 1023px) {
    .main__item{
        padding: 80px 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}
.main__item-scroll{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    padding: 100px 0;
    z-index: 50;
    transform: translateZ(0);
}
@media only screen and (max-width: 1023px) {
    .main__item-scroll{
        padding: 0;
        overflow: visible;
        height: auto;
    }
}
.main__item-inner{
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
}
.main__item-inner-wrap{
    width: 100%;
}
.main__item.al{
    transform: translate3d(-100%,0,0);
}
.main__item.ar{
    transform: translate3d(100%,0,0);
}
.main__item.prev{
    transition: transform 0.6s ease;
    transform: translate3d(-100%,0,0);
    opacity: 1;
}
.main__item.next{
    transition: transform 0.6s ease;
    transform: translate3d(100%,0,0);
    opacity: 1;
}
.main__item.active{
    transform: translate3d(0,0,0);
    transition: transform 0.6s ease;
    opacity: 1;
}
/* about */
.about-section{
    /*display: flex;*/
    position: relative;
    margin: 0 -40px;
    /*justify-content: space-between;*/
}
.about-section__visual,
.about-section__description{
    flex: 1 50%;
    width: 50%;
    padding: 0 40px;
    margin: 0;
}
@media only screen and (max-width: 1600px) {
    .about-section{
        margin: 0 -20px;
    }
    .about-section__visual,
    .about-section__description{
        padding: 0 20px;
    }
}
.about-section__description{
    position: relative;
    margin: 0;
}
.about-logo-wrap{
    position: absolute;
    z-index: -1;
    pointer-events: none;
    left:0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateZ(0);
}
.about-logo-wrap .container{
    height: 100%;
    position: relative;
}
.about-logo div,
.about-logo{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    backface-visibility: hidden;
}
.about-logo{
    margin: 0 0 0 24%;
}
@media only screen and (max-width: 1023px) {
    .about-logo{
        display: none;
    }
}
.about-section__text{
    position: relative;
    margin: 0;
    padding: 39px 0 0;
    letter-spacing: 1.2px;
}
.about-section__text:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #81c5f0;
    box-shadow: 0 0 10px #81c5f0;
}
.about-section__description .title{
    font-size: 30px;
    line-height: 48px;
    font-weight: 300;
    text-shadow: 0 0 38px rgba(129,197,240,0.63);
    margin: 0 0 37px;
    letter-spacing: 1.5px;
}
@media only screen and (max-width: 1440px) {
    .about-section__description .title{
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0;
        margin-bottom: 24px;
    }
}
.about-section__description p{
    font-weight: 300;
    margin: 36px 0 0;
}
@media only screen and (max-width: 1440px) {
    .about-section__description p{
        margin: 24px 0 0;
    }
}
.about-section__visual{
    margin: 0;
}
.about-section__img{
    font-size: 0;
    line-height: 0;
    position: relative;
    margin: 0;
}
.about-section__img-item{
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    position: relative;
    overflow: hidden;
    margin: 0 0 -1px;
}
.about-section__img-item img{
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1023px) {
    .about-section{
        display: block;
    }
    .about-section__visual,
    .about-section__description{
        width: 100%;
    }
    .about-section__visual{
        margin-top: 30px;
    }
    .about-section__img-item{
        width: 100%;
    }
}
/* end about */
/* news */
.news-section{
    width: 100%;
    position: relative;
    margin: 0;
}

.news-section__description{
    flex: 0 60%;
    width: 60%;
    padding: 0;
    margin: 0;
    position: relative;
}
.news-section__list-wrap{
    width: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    pointer-events: none;
    z-index: 60;
}
@media only screen and (max-width: 1023px) {
    .news-section__description{
        flex: 0 100%;
        width: 100%;
    }
    .news-section__list-wrap{
        top: auto;
        bottom: auto;
        position: relative;
        left: auto;
    }
}
.news-section__gallery{
    margin: 0 0 0 auto;
    width: 32%;
    pointer-events: auto;
    letter-spacing: 0.5px;
    font-size: 21px;
    line-height: 26px;
    height: calc(100vh - 200px);
    position: relative;
    padding: 50px 0;
}
@media only screen and (max-width: 1440px) {
    .news-section__gallery{
        font-size: 15px;
        line-height:24px;
    }
}
@media only screen and (max-width: 1023px) {
    .news-section__gallery{
        width: 100%;
        height: auto;
        padding: 0;
        margin-top: 40px;
    }
}
.news-section__gallery-wrap{
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.news-section__list-inner{
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
}
.news-section__list-holder{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}
.news-section__text{
    font-family: 'SFUIDisplay-Light';
    margin: 0 auto;
    letter-spacing: 1.2px;
    font-size: 18px;
    line-height: 26px;
}
@media only screen and (max-width: 1366px) {
    .news-section__text{
        max-width: 100%;
    }
}
@media only screen and (max-width: 1440px) {
    .news-section__text{
        letter-spacing: 0;
        font-size: 15px;
        line-height: 24px;
    }
}
.news-section__list-wrap .date,
.news-section .date{
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 9px;
    letter-spacing: 0;
    font-family: 'SFUIDisplay-Light';
}
@media only screen and (max-width: 1023px) {
    .news-section__list-wrap .date,
    .news-section .date{
        font-size: 13px;
        line-height: 20px;
    }
}
.news-section__list-wrap .date span,
.news-section .date span{
    background-color: #402d84;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    padding: 0 8px;
}
.news-section__text .title{
    font-size: 30px;
    line-height: 38px;
    font-family: 'SFUIDisplay-Bold';
    letter-spacing: 1px;
    margin: 0 0 17px;
}
@media only screen and (max-width: 1440px) {
    .news-section__text .title{
        letter-spacing: 0;
        font-size: 21px;
        line-height: 28px;
    }
}
.news-section__text p{
    margin: 0 0 26px;
    font-weight: 300;
}
.news-section__text p:last-child{
    margin-bottom: 0;
}
.news-section__list-wrap .title{
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 0 17px;
}
@media only screen and (max-width: 1440px) {
    .news-section__list-wrap .title{
        letter-spacing: 0;
        font-size: 24px;
        line-height: 28px;
    }
}
.news-section__list-wrap .title a{
    text-decoration: none !important;
}
/*.news-section__list-wrap .swiper-slide-active a,*/
.news-section__list-wrap .title a:hover{
    color: #d324ff;
}
.news-section__list-wrap p{
    margin: 0;
    font-weight: 300;
}
.news-section__gallery-item{
    position: relative;
    margin: 0;
    padding: 30px 0 28px;
}
.news-section__gallery-item:first-child{
    padding-top: 0;
}
.news-section__gallery-item:last-child{
    padding-bottom: 0;
}
.news-section__gallery-item:before{
    content: '';
    position: absolute;
    height: 2px;
    background-color: #81c5f0;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px #81c5f0;
}
.news-section__gallery-item:first-child:before{
    display: none;
}
.news-section__gallery-holder{
    width: 100%;
    height: 100%;
}
.gallery-arrow{
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 3px;
    margin: 0 0 0 -25px;
    width: 50px;
    height: 33px;
    cursor: pointer;
    transition: opacity 0.3s linear;
}
.arrow-next{
    top: auto;
    bottom: 3px;
}
.gallery-arrow svg{
    fill:#8bcbf3;
    display: block;
    transition: fill 0.3s linear;
}
.gallery-arrow:hover svg{
    fill:#d324ff;
}
.swiper-button-disabled{
    opacity: 0;
    cursor: default;
}
.swiper-button-disabled:hover svg{
    fill:#8bcbf3;
}
@media only screen and (max-width: 1023px) {
    .news-section__gallery-holder{
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        position: relative;
        align-items: flex-start;
        /*transition: height 0.3s linear;*/
    }
    .news-section__gallery-item:first-child,
    .news-section__gallery-item{
        padding: 30px 0 0;
        flex-shrink: 0;
        width: 100%;
    }
    .news-section__list-holder{
        display: block;
    }
    .news-section__gallery-item:first-child:before{
        display: block;
    }
    .gallery-arrow{
        left: -25px;
        top: 50%;
        margin: -15px 0 0;
        width: 30px;
        height: 10px;
        transform: rotate(-90deg);
    }
    .gallery-arrow svg{
        width: 100%;
        height: 100%;
    }
    .arrow-next{
        left: auto;
        right: -25px;
    }
}
/* end news */
/* work */
.work-section{
    width: 100%;
    position: relative;
    margin: 0;
}
.work-section__description{
    flex: 0 52%;
    width: 52%;
    padding: 0;
    margin: 0;
    position: relative;
}
.work-section__text-item{
    position: relative;
    padding: 40px 0 38px;
    font-size: 24px;
    line-height: 36px;
}
@media only screen and (max-width: 1440px) {
    .work-section__text-item{
        letter-spacing: 0;
        font-size: 15px;
        line-height: 24px;
    }
}
.work-section__text-item:before{
    content: '';
    position: absolute;
    height: 2px;
    background-color: #81c5f0;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px #81c5f0;
}
.work-section__text-item:first-child{
    padding-top: 0;
}
.work-section__text-item:last-child{
    padding-bottom: 0;
}
.work-section__text-item:first-child:before{
    display: none;
}
.work-section__list-wrap{
    width: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    pointer-events: none;
    z-index: 60;
}
.work-section__gallery{
    margin: 0 0 0 auto;
    width: 27%;
    pointer-events: auto;
    letter-spacing: 0.5px;
    font-size: 20px;
    line-height: 30px;
    height: calc(100vh - 200px);
    position: relative;
    padding: 50px 0;
}
@media only screen and (max-width: 1280px) {
    .work-section__gallery{
        width: 40%;
        letter-spacing: 0px;
    }
}
.work-section__gallery-wrap{
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 1023px) {
    .work-section__gallery-wrap{
        text-align: center;
    }
}
.work-section__list-inner{
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
}
.work-section__list-holder{
    width: 100%;
}
.work-section__text{
    max-width: 700px;
    margin: 0 auto;
    letter-spacing: 1.2px;
    font-size: 17px;
    line-height: 26px;
    position: relative;
}
@media only screen and (max-width: 1440px) {
    .work-section__text{
        letter-spacing: 0;
        font-size: 15px;
        line-height: 24px;
    }
}
.work-section__list-wrap .date,
.work-section .date{
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 9px;
    letter-spacing: 0;

}
.work-section__list-wrap .date span,
.work-section .date span{
    background-color: #402d84;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    padding: 0 8px;
}
.work-section__text .title{
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
    letter-spacing: 1.8px;
    margin: 0 0 34px;
    text-shadow: 0 0 38px rgba(129,197,240,0.63);
}
@media only screen and (max-width: 1440px) {
    .work-section__text .title{
        letter-spacing: 0;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 24px;
    }
}
.work-section__text p{
    margin: 0 0 26px;
    font-weight: 300;
}
@media only screen and (max-width: 1440px) {
    .work-section__text p{
        margin-bottom: 24px;
    }
}
.work-section__text .title:last-child,
.work-section__text p:last-child{
    margin-bottom: 0;
}
.work-section__list-wrap .title{
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    font-size: 24px;
}
@media only screen and (max-width: 1440px) {
    .work-section__list-wrap .title{
        letter-spacing: 0;
    }
}
.work-section__list-wrap .title a{
    text-decoration: none !important;
    transition: all 0.3s linear;
    display: inline-block;
    vertical-align: top;
}
/*.work-section__list-wrap .swiper-slide-active a,*/
.work-section__list-wrap .title a:hover{
    color: #d324ff;
    font-size: 30px;
    font-weight: bold;
}
@media only screen and (max-width: 1440px) {
    .work-section__list-wrap .title a:hover{
        font-size: 24px;
        font-weight: normal;
    }
}
.work-section__list-wrap p{
    margin: 0;
}
.work-section__gallery-item .address{
    font-style: italic;
    color: #8bcbf3;
    font-size: 24px;
    font-family: 'copperplate';
}
.work-section__gallery-item{
    position: relative;
    margin: 0;
    padding: 8px 0;
}
.work-section__gallery-holder{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}
.active-popup .main__item-work{
    transform: perspective(800px) rotateX(30deg) translateZ(-180px);
}
@media only screen and (max-width: 1023px) {
    .work-section__description{
        flex: 0 100%;
        width: 100%;
    }
    .work-section__list-wrap{
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }
    .work-section__gallery{
        height: auto;
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    .work-section__gallery-holder{
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        position: relative;
        align-items: flex-start;
        flex-direction: row;
        justify-content: flex-start;
        /*transition: height 0.3s linear;*/
    }
    .work-section__gallery-item:first-child,
    .work-section__gallery-item{
        padding: 0;
        flex-shrink: 0;
        width: 100%;
    }
    .work-section__list-holder{
        display: block;
    }
    .work-section__gallery-item:first-child:before{
        display: block;
    }
}
/* end work */
/* end main */

/* canvas */
canvas{ display: block; vertical-align: bottom; }
#particles-js{
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.count-particles{
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;

     }
.js-count-particles{
    font-size: 1.1em;
} #stats, .count-particles{
      -webkit-user-select: none;
      margin-top: 5px;
      margin-left: 5px;
  }
#stats{
    border-radius: 3px 3px 0 0; overflow: hidden;
}
.count-particles{
    border-radius: 0 0 3px 3px;
}
.main__item-work{
    transition: all 1s cubic-bezier(.23,1,.32,1) 0ms;
}

/* end canvas */
/* footer */
.footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 150;
    font-family: 'MyriadPro-Regular';
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 0.7px;
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(27,22,50,0) 0%, rgba(27,22,50,1) 100%);
    background: -webkit-linear-gradient(top, rgba(27,22,50,0) 0%,rgba(27,22,50,1) 100%);
    background: linear-gradient(to bottom, rgba(27,22,50,0) 0%,rgba(27,22,50,1) 100%);
}
/*.footer:after{*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*content: '';*/
    /**/
    /*z-index: -1;*/
/*}*/
@media only screen and (max-width: 1023px) {
    .footer{
        height: 50px;
        background-color: #1d1635;
    }
}
.footer-inner{
    position: relative;
}
.copyright{
    position: absolute;
    left: 0;
    top: 44px;
    pointer-events: auto;
}
.footer__network{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 60px;
    top: 40px;
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.3s linear;
}
.footer__network.hidden{
    opacity: 0;
    pointer-events: none;
}
@media only screen and (max-width: 1366px) {
    .footer__network{
        right: 0;
    }
}
@media only screen and (max-width: 1023px) {
    .copyright{
        top: 8px;
    }
    .footer__network{
        display: none;
    }
}
.footer__network li{
    float: left;
    margin: 0 0 0 42px;
    pointer-events: auto;
}
.footer__network a{
    float: left;
}
.footer__network svg{
    display: block;
    fill:#fff;
    transition: fill 0.3s linear;
}
.footer__network a:hover svg{
    fill:#81c5f0;
}
/* end footer */
/* popup-wrapper */
.popup-wrapper {
    position: fixed;
    top: -9999px;
    left: -9999px;
    width: 100%;
    height: 100%;
    z-index: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s linear;
}
.popup-wrapper.active {
    pointer-events: auto;
    opacity: 1;
    left: 0;
    top: 0;
}
.popup-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1d1635;
    opacity: 0.9;
}
.popup-wrapper .close {
    position: absolute;
    right: 37px;
    top: 5px;
    width: 62px;
    height: 62px;
    cursor: pointer;
    background: url(../images/popup-close.png) 50% 50% no-repeat;
    transition: opacity 0.3s linear;
    z-index: 5;
}
@media only screen and (max-width: 1023px) {
    .popup-wrapper .close{
        right:0;
    }
}
.popup-wrapper .close:hover{
    opacity: 0.5;
}
.popup-wrapper .close:hover {
    color: #e4e8ea;
}
.popup-wrapper .popup {
    background-color: #13071b;
    border:2px solid #81c5f0;
    position: relative;
    z-index: 20;
    width: 890px;
}
.popup-wrapper .popup__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 200px);
    padding: 30px 50px;
}
@media only screen and (max-width: 1023px) {
    .popup-wrapper .popup__scroll{
        padding: 20px;
        max-height:100vh;
    }
}
.work__popup{
    padding: 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1.3px;
}
.work__popup .icon{
    fill:#fff;
}
.work__popup-title{
    margin: -15px 0 52px;
    padding: 0 70px 15px 0;
    font-size: 30px;
    line-height: 48px;
    position: relative;
    letter-spacing: 1.5px;
}
@media only screen and (max-width: 1440px) {
    .work__popup{
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .work__popup-title{
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0;
        margin:0 0 24px;
        padding-bottom: 24px;
    }
}
@media only screen and (max-width: 1023px) {
    .work__popup-title{
        padding-right: 42px;
    }
}
.work__popup-title:before{
    content: '';
    position: absolute;
    height: 2px;
    background-color: #81c5f0;
    bottom: 0;
    left: -12px;
    right: -12px;
    box-shadow: 0 0 10px #81c5f0;
}
@media only screen and (max-width: 1023px) {
    .work__popup-title:before{
        left: 0;
        right: 0;
    }
}
.work__popup-item{
    margin: 0 0 32px;
    position: relative;
    padding: 0;
}
@media only screen and (max-width: 1440px) {
    .work__popup-item{
        margin: 0 0 24px;
    }
}
.work__popup-item:last-child{
    margin-bottom: 0;
}
.work__popup-name{
    font-weight: bold;
    position: relative;
    letter-spacing: 1.2px;
    margin: 0 0 32px;
}
@media only screen and (max-width: 1440px) {
    .work__popup-name{
        letter-spacing: 0;
        margin: 0 0 24px;
    }
}
@media only screen and (max-width: 1023px) {
    .work__popup-name{
        margin-left: 32px;
    }
}
.work__popup-name .icon{
    position: absolute;
    left: -32px;
    top: -3px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
@media only screen and (max-width: 1440px) {
    .work__popup-name .icon{
        top: -6px;
    }
}
.work__popup-name .icon svg{
    display: inline-block;
    vertical-align: middle;
}
.work__popup ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.work__popup ul li{
    position: relative;
    padding: 0 0 0 15px;
    margin: 0;
}
.work__popup ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
}
@media only screen and (max-width: 1440px) {
    .work__popup ul li:before{
        top: 10px;
    }
}
/* end popup-wrapper */
/* contact-form */
.contact-form{
    margin: 0 auto;
    width: 500px;
}
.contact-form__row{
    position: relative;
    margin: 0 0 33px;
}
.contact-form__wrap{
    position: relative;
    margin: 0;
}
.contact-form__wrap .input{
    -webkit-appearance: none;
    border-radius: 0;
    background: none;
    border:0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    resize: none;
    font-size: 24px;
    line-height: 50px;
    height: 50px;
    font-weight: 300;
    letter-spacing: 1.2px;
    color: #fff;
}
.contact-form__wrap textarea.input{
    overflow: auto;
    line-height: 34px;
    height: 100px;
}
.contact-form__wrap:after{
    content: '';
    position: absolute;
    height: 2px;
    background-color: #81c5f0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px #81c5f0;
}
.contact-form__wrap.error:after{
    background-color: red;
    box-shadow: 0 0 10px red;
}
.contact-form__row-btn{
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
}
@media only screen and (max-width: 1023px) {
    .contact-form{
        width: 100%;
    }
    .contact-form__row-btn{
        margin: 20px 0 0;
    }
    .contact-form__row{
        margin: 0 0 20px;
    }
    .contact-form__wrap .input{
        font-size: 20px;
    }
    .contact-form__btn .btn{
        min-width: 138px;
    }
}
/* end contact-form */
/* map-section */
.map-section{
    position: relative;
    min-height: calc(100vh - 200px);
    margin: 0 -20px;
    display: flex;
    justify-content: space-between;
    min-width: 176px;
}
.map-section__address-list{
    flex: 0 700px;
    padding: 0 20px;
    align-self: center;
}
@media only screen and (max-width: 1440px) {
    .map-section__address-list{
        flex: 0 50%;
    }
}
.map-section__address-list-item{
    position: relative;
    margin: 0;
    padding: 15px 0 13px;
    font-size: 27px;
    line-height: 36px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 1.5px;
}
@media only screen and (max-width: 1440px) {
    .map-section__address-list-item{
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0;
    }
}
.map-section__row{
    margin: 0;
    position: relative;
}
.map-section__row .title{
    font-size: 30px;
    color: #81c5f0;
    font-style: normal;
    font-family: 'copperplate';
    margin: 0 10px 0 0;
}
@media only screen and (max-width: 1440px) {
    .map-section__row .title{
        font-size: 24px;
    }
}
.map-wrap{
    padding: 0 0 0 20px;
    flex: 1 1 auto;
    overflow: hidden;
    margin: 0 calc((100% - 100vw)/2) -100px 0;
    position: relative;
}
.map-wrap .map{
    position: absolute;
    left: 20px;
    top: 0;
    right: 0;
    bottom: 0;
}
.map-section__address-list-item:before{
    content: '';
    position: absolute;
    height: 2px;
    background-color: #81c5f0;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px #81c5f0;
}
.map-section__address-list-item:first-child:before{
    display: none;
}
.map-section__address-list-item:first-child{
    padding-top: 0;
}
.map-section__address-list-item:last-child{
    padding-bottom: 0;
}
.map__content-address,
.map__content-name{
    margin-bottom: 10px;
}
.map__content{
    color: #000;
}
@media only screen and (max-width: 1023px) {
    .map-section{
        min-height: 10px;
        display: block;
    }
    .map-section__address-list-item{
        font-size: 15px;
        line-height: 24px;
    }
    .map-wrap{
        margin: 20px 0 0;
        width: 100%;
        height: 300px;
        padding: 0;
    }
    .map-wrap .map{
        right: 0;
        left: 0;
    }
}
/* end map-section */
.tb-visible,
.dt-hidden,
.mb-visible {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .mb-visible {
	display: inherit;
  }
  .tb-hidden {
	display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-visible {
	display: inherit;
  }
  .mb-hidden {
	display: none !important;
  }
}
.scrolling {
  font: 14px/20px 'MuseoSansCyrl500', Arial, sans-serif !important;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mouse-icon {
  padding: 0 0 14px;
    position: relative;
}
.mouse-icon .mouse {
    width: 18px;
    margin: 0 auto;
    height: 28px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    margin-bottom: 3px;
}
.mouse-icon .mouse:after {
      content: "";
      background: #000;
      width: 4px;
      height: 6px;
      position: absolute;
      top: 5px;
      left: 50%;
      margin-left: -2px;
      border-radius: 20px;
      animation: scrollAnim 1.1s infinite;
}
.mouse-icon .arrow {
    width: 6px;
    height: 6px;
    display: block;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: relative;
    margin: 0 auto;
    animation: arrowAnim 1.2s infinite;
}
.mouse-icon .arrow.arrow-01 {
      animation-delay: .2s;
}
.mouse-icon .arrow.arrow-02 {
      animation-delay: .3s;
}
.mouse-icon .arrow.arrow-03 {
      animation-delay: .4s;
}
/* Mouse wheel animation */
@keyframes scrollAnim {
  from { 
    top: 5px;
  }
  to {
    top: 15px;
    opacity: 0;
  }
}

/* Arrows animation */
@keyframes arrowAnim {
  0% {
    opacity: 0;
  }
  50% { 
    opacity: 1;
  }
  100% { 
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .scrolling {
    display: none;
  }
}