@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap&subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Baloo&display=swap);

html {
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.header {
    position: fixed;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: -o-linear-gradient(355.99deg, #fa6b3e 5.67%, rgba(250, 107, 62, .949) 63.11%, rgba(250, 107, 62, .683) 86.4%, rgba(250, 107, 62, .367) 105.24%);
    background: linear-gradient(94.01deg, #fa6b3e 5.67%, rgba(250, 107, 62, .949) 63.11%, rgba(250, 107, 62, .683) 86.4%, rgba(250, 107, 62, .367) 105.24%);
    height: 50px;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.header__logo img {
    margin-top: 3px;
    width: 70px
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header__menu__line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0
}

.header__menu__line_first {
    -webkit-transition: all .1s linear;
    -o-transition: .1s all linear;
    transition: all .1s linear;
    margin-left: 0;
    opacity: 1
}

.header__menu__line_second {
    margin-top: 4px;
    width: 60%;
    -webkit-transition: all .2s linear;
    -o-transition: .2s all linear;
    transition: all .2s linear;
    margin-left: 0;
    opacity: 1
}

.header__menu__line_third {
    margin-top: 4px;
    width: 30%;
    -webkit-transition: all .3s linear;
    -o-transition: .3s all linear;
    transition: all .3s linear;
    margin-left: 0;
    opacity: 1
}

.header__menu.open .header__menu__line_first,
.header__menu.open .header__menu__line_second,
.header__menu.open .header__menu__line_third {
    margin-left: 60px;
    opacity: 0
}

.rockstar {
    margin-top: 50px;
    padding: 10px 20px 0;
    position: relative;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto 450px;
    background-position-y: center;
    min-height: 500px
}

.rockstar__content {
    width: 100%;
    margin-top: 20px
}

.rockstar__content__descr,
.rockstar__content__text,
.rockstar__content__title {
    opacity: 0;
    -webkit-transition: opacity 1s ease .3s;
    -o-transition: opacity 1s .3s ease;
    transition: opacity 1s ease .3s;
    width: 64%
}

.rockstar__content__title {
    margin-top: 20px;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: .085em;
    text-transform: uppercase;
    color: #455a64
}

.rockstar__content__text {
    display: none
}

.rockstar__content .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rockstar__content__download {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s ease .3s;
    -o-transition: opacity 1s .3s ease;
    transition: opacity 1s ease .3s;
    position: relative
}

.rockstar__content__download .btn-download {
    -webkit-transition: opacity, background 1s linear;
    -o-transition: opacity, background 1s linear;
    transition: opacity, background 1s linear;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    width: 180px;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: .115em;
    text-align: center;
    background-color: #4c3a97;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border: none;
    border-radius: 6px;
    padding: 12px 16px;
    outline: none
}

.rockstar__content__download .btn-download .link {
    color: #fff
}

.rockstar__content__download .version {
    display: block;
    font-size: 16px;
    margin-top: 4px;
    margin-left: 4px;
    width: 64%
}

.rockstar__content__more {
    opacity: 0;
    -webkit-transition: opacity 1s ease .3s;
    -o-transition: opacity 1s .3s ease;
    transition: opacity 1s ease .3s;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin-top: 10px
}

.rockstar__content__more .btn-more {
    width: 180px;
    text-align: center;
    display: inline-block
}

.rockstar__content__more .btn-more p {
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
    margin: 0 0 5px
}

.rockstar__content__more .btn-more #more-arrows {
    width: 75px;
    height: 65px
}

.rockstar__content.show .rockstar__content__descr,
.rockstar__content.show .rockstar__content__download,
.rockstar__content.show .rockstar__content__more,
.rockstar__content.show .rockstar__content__text,
.rockstar__content.show .rockstar__content__title {
    opacity: 1
}

.rockstar__action {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.rockstar__action span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-140%, -26%);
    -ms-transform: translate(-140%, -26%);
    transform: translate(-140%, -26%);
    font-size: 36px;
    font-weight: lighter;
    color: #455a64;
    text-transform: uppercase;
    z-index: 400
}

.rockstar__action__swipe {
    position: absolute;
    z-index: 400;
    top: 50%;
    left: 50%;
    height: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1
}

.rockstar__action__swipe .arrow {
    height: 20px;
    width: 20px;
    border: 1px solid rgba(255, 87, 34, .6);
    border-width: 4px 4px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rockstar__action__swipe .arrow:after,
.rockstar__action__swipe .arrow:before {
    content: "";
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    border-width: 4px 4px 0 0
}

.rockstar__action__swipe .arrow:before {
    border: 1px solid rgba(255, 87, 34, .3);
    border-width: 4px 4px 0 0;
    top: 10px;
    left: -13px
}

.rockstar__action__swipe .arrow:after {
    border: 1px solid #ff5722;
    border-width: 4px 4px 0 0;
    top: -18px;
    left: 15px
}

.rockstar__action.hide .rockstar__action__swipe,
.rockstar__action.hide span {
    -webkit-animation: slideRightOff 1s ease-out normal forwards;
    animation: slideRightOff 1s ease-out normal forwards
}

.rockstar__mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: .8
}

.rockstar__mask.hide {
    -webkit-animation: hideMask .5s ease-out normal forwards;
    animation: hideMask .5s ease-out normal forwards
}

@-webkit-keyframes hideMask {
    0% {
        opacity: .8
    }

    to {
        opacity: 0
    }
}

@keyframes hideMask {
    0% {
        opacity: .8
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes slideRightOff {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        margin-left: 100px
    }
}

@keyframes slideRightOff {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        margin-left: 100px
    }
}

@-webkit-keyframes showFade {

    0%,
    90% {
        opacity: 0
    }

    25%,
    75% {
        opacity: 1
    }
}

@keyframes showFade {

    0%,
    90% {
        opacity: 0
    }

    25%,
    75% {
        opacity: 1
    }
}

.banner {
    position: relative
}

.banner.banner-desk {
    overflow: hidden
}

.banner.banner-desk:after {
    background: -o-linear-gradient(355.99deg, #fa6b3e 5.67%, rgba(250, 107, 62, .949) 63.11%, rgba(250, 107, 62, .683) 86.4%, rgba(250, 107, 62, .367) 105.24%);
    background: linear-gradient(94.01deg, #fa6b3e 5.67%, rgba(250, 107, 62, .949) 63.11%, rgba(250, 107, 62, .683) 86.4%, rgba(250, 107, 62, .367) 105.24%);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    top: -13%;
    left: -10%;
    z-index: -10;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.banner.banner-desk .header {
    max-width: 1460px;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    height: 54px;
    z-index: 1000;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 20px 50px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
}

.banner.banner-desk .header.offset {
    background: -o-linear-gradient(355.99deg, #fa6b3e 5.67%, rgba(250, 107, 62, .949) 63.11%, rgba(250, 107, 62, .683) 86.4%, rgba(250, 107, 62, .367) 105.24%);
    background: linear-gradient(94.01deg, #fa6b3e 5.67%, rgba(250, 107, 62, .949) 63.11%, rgba(250, 107, 62, .683) 86.4%, rgba(250, 107, 62, .367) 105.24%)
}

.banner.banner-desk .header.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.banner.banner-desk .header__logo img {
    width: 90px;
    height: auto
}

.banner.banner-desk .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.banner.banner-desk .header__nav_item {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 3px;
    margin: 10px
}

.banner.banner-desk .header__nav_item:after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #fff;
    opacity: 0;
    width: 0;
    bottom: -5px;
    left: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.banner.banner-desk .header__nav_item.active:after,
.banner.banner-desk .header__nav_item:hover:after {
    content: "";
    width: 100%;
    opacity: 1
}

.banner.banner-desk .rockstar {
    opacity: 1;
    background: none;
    margin-top: 80px;
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 0;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-position-y: center;
    background-position-x: right;
    background-size: contain;
    min-height: 550px
}

.banner.banner-desk .rockstar__content .flex-container,
.banner.banner-desk .rockstar__content__descr,
.banner.banner-desk .rockstar__content__text,
.banner.banner-desk .rockstar__content__title {
    opacity: 1;
    -webkit-animation: none;
    animation: none;
    color: #fff;
    width: calc(100% - 300px);
    max-width: 850px
}

.banner.banner-desk .rockstar__content__title {
    font-size: 64px;
    line-height: 75px;
    letter-spacing: 6px;
    font-weight: 500;
    margin-bottom: 30px
}

.banner.banner-desk .rockstar__content__descr {
    font-size: 36px;
    margin: 0
}

.banner.banner-desk .rockstar__content__text {
    font-size: 18px;
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 40px
}

.banner.banner-desk .rockstar__content__download {
    color: #fff;
    position: relative;
    opacity: 1;
    -webkit-animation: none;
    animation: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.banner.banner-desk .rockstar__content__download .btn-download {
    width: 100%;
    padding: 0
}

.banner.banner-desk .rockstar__content__download .btn-download.disabled {
    background-color: #607d8b
}

.banner.banner-desk .rockstar__content__download .btn-download.disabled .link {
    cursor: not-allowed
}

.banner.banner-desk .rockstar__content__download .btn-download:after {
    content: "";
    position: absolute;
    right: -16px;
    top: -16px;
    background-image: url(/assets/images/info.png);
    height: 17px;
    width: 17px;
    cursor: pointer;
    z-index: 100;
    opacity: .6
}

.banner.banner-desk .rockstar__content__download .btn-download:hover:after {
    opacity: 1
}

.banner.banner-desk .rockstar__content__download .btn-download .link {
    width: auto;
    display: block;
    padding: 12px 16px
}

.banner.banner-desk .rockstar__content__download .version {
    width: 100%
}

.banner.banner-desk .rockstar__content__more {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
    opacity: 1;
    -webkit-animation: none;
    animation: none
}

.banner.banner-desk .rockstar__content__more p,
.banner.banner-desk .rockstar__content__more svg {
    cursor: pointer
}

.banner.banner-desk .rockstar__content__more svg line {
    stroke: #fff;
    stroke-width: 1.5
}

.banner.banner-desk .banner__canvas {
    position: absolute;
    top: 0;
    z-index: -1
}

.menu_nav {
    position: fixed;
    top: 0;
    background: -o-linear-gradient(354.35deg, #ff5722 8.74%, rgba(255, 95, 44, .954) 33.81%, rgba(255, 100, 51, .921) 61.05%, rgba(255, 124, 82, .782) 84.21%);
    background: linear-gradient(95.65deg, #ff5722 8.74%, rgba(255, 95, 44, .954) 33.81%, rgba(255, 100, 51, .921) 61.05%, rgba(255, 124, 82, .782) 84.21%);
    width: 100%;
    display: none;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1000;
    height: -webkit-fill-available;
    height: 100vh
}

.menu_nav.show {
    display: block;
    -webkit-animation: slideOn .3s ease-in .2s forwards;
    animation: slideOn .3s ease-in .2s forwards
}

.menu_nav.show .menu_nav__header__logo {
    -webkit-animation: fadeIn .4s ease-out .6s forwards;
    animation: fadeIn .4s ease-out .6s forwards
}

.menu_nav.show .menu_nav__links nav a:nth-child(odd) {
    -webkit-animation: rightToLeftIn .4s ease-out .6s forwards;
    animation: rightToLeftIn .4s ease-out .6s forwards
}

.menu_nav.show .menu_nav__links nav a:nth-child(2n) {
    -webkit-animation: leftToRightIn .4s ease-out .6s forwards;
    animation: leftToRightIn .4s ease-out .6s forwards
}

.menu_nav.show .menu_nav__links nav a:first-of-type {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.menu_nav.show .menu_nav__links nav a:nth-of-type(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.menu_nav.show .menu_nav__links nav a:nth-of-type(3) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.menu_nav.show .menu_nav__links nav a:nth-of-type(4) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.menu_nav.show .menu_nav__links nav a:nth-of-type(5) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.menu_nav.show .menu_nav__rights {
    -webkit-animation: fadeIn .8s ease-out .8s forwards;
    animation: fadeIn .8s ease-out .8s forwards
}

.menu_nav.hide {
    display: block;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-animation: slideOff .3s ease-out .6s forwards;
    animation: slideOff .3s ease-out .6s forwards
}

.menu_nav.hide .menu_nav__header__logo {
    -webkit-animation: fadeOff .4s ease-out forwards;
    animation: fadeOff .4s ease-out forwards
}

.menu_nav.hide .menu_nav__links nav a:nth-child(odd) {
    -webkit-animation: rightToLeftOff ease-out forwards;
    animation: rightToLeftOff ease-out forwards
}

.menu_nav.hide .menu_nav__links nav a:nth-child(2n) {
    -webkit-animation: leftToRightOff ease-out forwards;
    animation: leftToRightOff ease-out forwards
}

.menu_nav.hide .menu_nav__links nav a:last-of-type {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.menu_nav.hide .menu_nav__links nav a:nth-last-of-type(2) {
    -webkit-animation-duration: .6s;
    animation-duration: .6s
}

.menu_nav.hide .menu_nav__links nav a:nth-last-of-type(3) {
    -webkit-animation-duration: .7s;
    animation-duration: .7s
}

.menu_nav.hide .menu_nav__links nav a:nth-last-of-type(4) {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.menu_nav.hide .menu_nav__links nav a:nth-last-of-type(5) {
    -webkit-animation-duration: .9s;
    animation-duration: .9s
}

.menu_nav.hide .menu_nav__rights {
    -webkit-animation: fadeOff .4s ease-out forwards;
    animation: fadeOff .4s ease-out forwards
}

.menu_nav__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px
}

.menu_nav__header__logo {
    opacity: 0
}

.menu_nav__header__logo img {
    width: 70px
}

.menu_nav__header__sandwich {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu_nav__header__sandwich .line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0
}

.menu_nav__header__sandwich .line_first {
    -webkit-transition: all .1s linear;
    -o-transition: .1s all linear;
    transition: all .1s linear;
    margin-left: 60px;
    opacity: 0
}

.menu_nav__header__sandwich .line_second {
    margin-top: 4px;
    width: 60%;
    -webkit-transition: all .2s linear;
    -o-transition: .2s all linear;
    transition: all .2s linear;
    margin-left: 60px;
    opacity: 0
}

.menu_nav__header__sandwich .line_third {
    margin-top: 4px;
    width: 30%;
    -webkit-transition: all .3s linear;
    -o-transition: .3s all linear;
    transition: all .3s linear;
    margin-left: 60px;
    opacity: 0
}

.menu_nav__header__sandwich.open .line_first,
.menu_nav__header__sandwich.open .line_second,
.menu_nav__header__sandwich.open .line_third {
    margin-left: 0;
    opacity: 1
}

.menu_nav__links {
    height: calc(100vh - 120px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu_nav__links,
.menu_nav__links nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu_nav__links nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu_nav__links nav a {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .2em;
    margin-bottom: 20px;
    opacity: 0
}

.menu_nav__links nav a:nth-child(odd) {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.menu_nav__links nav a:nth-child(2n) {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.menu_nav__links nav a:after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #fff;
    opacity: 0;
    width: 0;
    bottom: -5px;
    left: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.menu_nav__links nav a.active:after {
    content: "";
    width: 100%;
    opacity: 1
}

.menu_nav__rights {
    opacity: 0
}

.menu_nav__rights p {
    font-size: 18px;
    color: #fff;
    margin: 20px;
    text-align: right
}

.menu_nav__rights p span {
    color: #4c3a97;
    font-weight: 700
}

@-webkit-keyframes slideOn {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes slideOn {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-webkit-keyframes slideOff {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@keyframes slideOff {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@-webkit-keyframes fadeOff {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOff {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes leftToRightIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes leftToRightIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes leftToRightOff {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes leftToRightOff {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes rightToLeftIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes rightToLeftIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes rightToLeftOff {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes rightToLeftOff {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.about {
    padding-left: 20px;
    padding-right: 20px
}

.about__title {
    margin-top: 0;
    text-transform: uppercase;
    text-align: center
}

.about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -20px;
    margin-right: -20px
}

.about__content__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.about__content__image img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px
}

.about__content__desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.about.about-desk {
    margin-top: 100px;
    padding-left: 50px;
    padding-right: 50px
}

.about.about-desk .about__title {
    font-size: 48px;
    letter-spacing: 8px
}

.about.about-desk .about__content__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.about.about-desk .about__content__image img {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: 0
}

.about.about-desk .about__content__desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
}

.projects {
    margin-bottom: 50px
}

.projects__title {
    text-transform: uppercase;
    text-align: center
}

.projects__slider_item {
    outline: none;
    margin-left: 15px;
    margin-right: 15px
}

.projects__slider_item:before {
    white-space: pre;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: lighter;
    display: inline-block;
    width: calc(100% - 20px);
    min-height: 200px;
    padding: 10px 0 10px 20px;
    text-transform: uppercase;
    color: #fff;
    background-image: url(/assets/images/project_header.png);
    border-radius: 30px
}

.projects__slider_item:after,
.projects__slider_item:before {
    opacity: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain
}

.projects__slider_item:after {
    content: "";
    bottom: 0;
    width: 100%;
    min-height: 100px;
    background-image: url(/assets/images/project_footer.png);
    background-position-y: bottom
}

.projects__slider_item img {
    display: block;
    width: auto;
    height: 280px;
    margin-left: auto;
    margin-right: auto
}

.projects__slider_item.slick-current {
    position: relative
}

.projects__slider_item.slick-current:after,
.projects__slider_item.slick-current:before {
    opacity: 1
}

.projects__slider[data-title-project=social] .projects__slider_item:before {
    content: "Social \A robot \A android"
}

.projects__slider[data-title-project=user] .projects__slider_item:before {
    content: "Social \A parser \A android"
}

.projects__desc {
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear;
    opacity: 1;
    margin-top: 30px;
    max-width: 300px;
    max-height: 200px
}

.projects__desc,
.projects__download {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.projects__download {
    position: relative;
    margin-top: 20px;
    width: 310px
}

.projects__download .btn-download {
    display: inline-block;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: .115em;
    text-align: center;
    background-color: #4c3a97;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border: none;
    border-radius: 6px;
    padding: 0;
    outline: none;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.projects__download .btn-download.disabled {
    background-color: #607d8b
}

.projects__download .btn-download.disabled .link {
    cursor: not-allowed
}

.projects__download .btn-download .link {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    width: auto;
    display: block;
    padding: 12px 16px
}

.projects__download .version {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    margin-top: 4px
}

.projects__download .subtitle {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #455a64;
    margin-bottom: 0
}

.projects__download .excerpt {
    font-size: 14px;
    color: #455a64
}

.projects .gallery__slider {
    margin-top: 50px;
    min-height: 300px;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.projects .gallery__slider .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%
}

.projects .gallery__slider .slick-dots li button:before {
    height: 10px;
    width: 10px;
    border: 2px solid #ff5722;
    border-radius: 100%;
    opacity: .5;
    content: ""
}

.projects .gallery__slider .slick-dots li.slick-active button:before {
    background-color: #ff5722;
    opacity: 1
}

.projects .gallery__slider_item {
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    margin-left: 15px;
    margin-right: 15px;
    outline: none
}

.projects .gallery__slider_item.slick-center {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.projects .gallery__slider_item img {
    width: auto;
    height: 280px;
    margin-left: auto;
    margin-right: auto
}

.projects .gallery__desc {
    -webkit-transition: opacity 1.2s linear;
    -o-transition: opacity 1.2s linear;
    transition: opacity 1.2s linear;
    opacity: 1;
    margin-top: 30px;
    max-width: 300px;
    min-height: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.projects .gallery__desc .subtitle {
    font-size: 18px;
    color: #455a64;
    margin-bottom: 0
}

.projects .gallery__desc .excerpt {
    font-size: 14px;
    color: #455a64
}

.projects__features {
    margin-top: 40px
}

.projects__features h1 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 0
}

.projects__features__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px
}

.projects__features__container_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 160px;
    position: relative;
    text-align: center;
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px
}

.projects__features__container_item img {
    height: 52px;
    width: 52px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.projects__features__container_item h5 {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto
}

.projects__features__container_item p {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto
}

.projects__subscriptions {
    margin-left: 20px;
    margin-right: 20px
}

.projects__subscriptions h1 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center
}

.projects__subscriptions__slider img {
    height: 360px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.projects__subscriptions__slider .slick-dots li button:before {
    height: 10px;
    width: 10px;
    border: 2px solid #ff5722;
    border-radius: 100%;
    opacity: .5;
    content: ""
}

.projects__subscriptions__slider .slick-dots li.slick-active button:before {
    background-color: #ff5722;
    opacity: 1
}

.projects__subscriptions__desc {
    min-height: 150px;
    margin-top: 40px;
    text-align: center
}

.projects__subscriptions__desc .subtitle {
    font-size: 24px;
    font-weight: lighter;
    color: #4c3a97;
    margin-bottom: 0;
    letter-spacing: 7px;
    text-transform: uppercase
}

.projects__subscriptions__desc .benefits-list {
    list-style: none;
    padding-left: 0;
    padding-right: 0
}

.projects__subscriptions__desc .benefits-list li {
    margin-top: 15px
}

.projects.projects-desk {
    margin-top: 100px
}

.projects.projects-desk .projects__title {
    font-size: 48px
}

.projects.projects-desk .projects__slider {
    margin-left: 50px;
    margin-right: 50px
}

.projects.projects-desk .projects__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important
}

.projects.projects-desk .projects__slider_item {
    max-width: 260px;
    margin-left: 30px;
    margin-right: 30px;
    cursor: pointer
}

.projects.projects-desk .projects__slider_item:before {
    font-size: 30px;
    line-height: 34px
}

.projects.projects-desk .projects__slider_item img {
    width: 100%;
    height: auto;
    opacity: .6;
    margin-left: 0;
    margin-right: 0
}

.projects.projects-desk .projects__slider_item.slick-current img {
    opacity: 1
}

.projects.projects-desk .projects__slider_item:not(.slick-current) img:hover {
    opacity: .8
}

.projects.projects-desk .projects__desc {
    max-width: 100%;
    margin-left: 50px;
    margin-right: 50px
}

.projects.projects-desk .projects__desc .subtitle {
    font-size: 24px
}

.projects.projects-desk .projects__desc .excerpt {
    font-size: 18px
}

.projects.projects-desk .projects__download .btn-download {
    font-size: 22px;
    cursor: pointer
}

.projects.projects-desk .projects__download .version {
    font-size: 16px
}

.projects.projects-desk .gallery__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 450px;
    margin-top: 60px;
    margin-left: 50px;
    margin-right: 50px
}

.projects.projects-desk .gallery__container.selected .gallery__slider {
    opacity: 1
}

.projects.projects-desk .gallery__container.selected .gallery__desc-left .list__item,
.projects.projects-desk .gallery__container.selected .gallery__desc-right .list__item {
    opacity: .5;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.projects.projects-desk .gallery__container.selected .gallery__desc-left .list__item.active,
.projects.projects-desk .gallery__container.selected .gallery__desc-right .list__item.active {
    opacity: 1
}

.projects.projects-desk .gallery__container.selected .gallery__desc-left .list__item:hover,
.projects.projects-desk .gallery__container.selected .gallery__desc-right .list__item:hover {
    opacity: .8
}

.projects.projects-desk .gallery__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease
}

.projects.projects-desk .gallery__slider_item {
    outline: none;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.projects.projects-desk .gallery__slider_item img {
    display: block;
    width: 100%;
    height: auto
}

.projects.projects-desk .gallery__slider_item.slick-current {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.projects.projects-desk .gallery__slider .slick-list {
    height: 100%;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0
}

.projects.projects-desk .gallery__slider .slick-track {
    height: 100%
}

.projects.projects-desk .gallery__slider .slick-dots {
    position: relative
}

.projects.projects-desk .gallery__slider .slick-dots li button:before {
    height: 10px;
    width: 10px;
    border: 2px solid #ff5722;
    border-radius: 100%;
    opacity: .5;
    content: ""
}

.projects.projects-desk .gallery__slider .slick-dots li.slick-active button:before {
    background-color: #ff5722;
    opacity: 1
}

.projects.projects-desk .gallery__desc-left,
.projects.projects-desk .gallery__desc-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.projects.projects-desk .gallery__desc-left .list,
.projects.projects-desk .gallery__desc-right .list {
    list-style: none;
    padding: 0
}

.projects.projects-desk .gallery__desc-left .list__item,
.projects.projects-desk .gallery__desc-right .list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 20px;
    opacity: 0;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all
}

.projects.projects-desk .gallery__desc-left .list__item:first-child,
.projects.projects-desk .gallery__desc-right .list__item:first-child {
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s
}

.projects.projects-desk .gallery__desc-left .list__item:nth-child(2),
.projects.projects-desk .gallery__desc-right .list__item:nth-child(2) {
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

.projects.projects-desk .gallery__desc-left .list__item:nth-child(3),
.projects.projects-desk .gallery__desc-right .list__item:nth-child(3) {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

.projects.projects-desk .gallery__desc-left .list__item__order,
.projects.projects-desk .gallery__desc-right .list__item__order {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    height: 140px;
    font-size: 100px;
    font-family: Baloo, cursive;
    color: #ff5722;
    cursor: pointer
}

.projects.projects-desk .gallery__desc-left .list__item__desc,
.projects.projects-desk .gallery__desc-right .list__item__desc {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-left: 10px;
    text-align: right
}

.projects.projects-desk .gallery__desc-left .list__item__desc .subtitle,
.projects.projects-desk .gallery__desc-right .list__item__desc .subtitle {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    cursor: pointer
}

.projects.projects-desk .gallery__desc-left .list__item__desc .excerpt,
.projects.projects-desk .gallery__desc-right .list__item__desc .excerpt {
    font-size: 18px;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    cursor: pointer
}

.projects.projects-desk .gallery__desc-right .list__item {
    margin-left: 20px;
    margin-right: 0;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%)
}

.projects.projects-desk .gallery__desc-right .list__item__order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.projects.projects-desk .gallery__desc-right .list__item__desc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: left;
    margin-right: 10px;
    margin-left: 0
}

.projects.projects-desk .gallery__slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.projects.projects-desk .projects__features h1 {
    opacity: 0
}

.projects.projects-desk .projects__features.view h1 {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.projects.projects-desk .projects__features.view .projects__features__container_item:first-child img {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.projects.projects-desk .projects__features.view .projects__features__container_item:first-child h5,
.projects.projects-desk .projects__features.view .projects__features__container_item:first-child p {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.projects.projects-desk .projects__features.view .projects__features__container_item:nth-child(2) img {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.projects.projects-desk .projects__features.view .projects__features__container_item:nth-child(2) h5,
.projects.projects-desk .projects__features.view .projects__features__container_item:nth-child(2) p {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.projects.projects-desk .projects__features.view .projects__features__container_item:nth-child(3) img {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.projects.projects-desk .projects__features.view .projects__features__container_item:nth-child(3) h5,
.projects.projects-desk .projects__features.view .projects__features__container_item:nth-child(3) p {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.projects.projects-desk .projects__features.view .projects__features__container_item:nth-child(4) img {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.projects.projects-desk .projects__features.view .projects__features__container_item:nth-child(4) h5,
.projects.projects-desk .projects__features.view .projects__features__container_item:nth-child(4) p {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.projects.projects-desk .projects__features.view .projects__features__container_item img {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.projects.projects-desk .projects__features.view .projects__features__container_item h5,
.projects.projects-desk .projects__features.view .projects__features__container_item p {
    opacity: 1
}

.projects.projects-desk .projects__features__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.projects.projects-desk .projects__features__container_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.projects.projects-desk .projects__features__container_item img {
    opacity: 0;
    height: 70px;
    width: 70px;
    outline: none
}

.projects.projects-desk .projects__features__container_item h5,
.projects.projects-desk .projects__features__container_item p {
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(.215, .61, .355, 1);
    -o-transition: opacity 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1s cubic-bezier(.215, .61, .355, 1)
}

.projects.projects-desk .projects__features__container_item h5 {
    font-size: 14px;
    text-transform: uppercase;
    min-height: 40px
}

.projects.projects-desk .projects__features__container_item p {
    text-transform: none;
    font-weight: 400
}

.projects.projects-desk .projects__subscriptions {
    margin-top: 3em
}

.projects.projects-desk .projects__subscriptions.view h1 {
    -webkit-animation: slideInDown 1s ease forwards;
    animation: slideInDown 1s ease forwards
}

.projects.projects-desk .projects__subscriptions.view .subscriptions__slider {
    -webkit-animation: fadeIn 1s ease forwards;
    animation: fadeIn 1s ease forwards
}

.projects.projects-desk .projects__subscriptions.view .subscriptions__desc .subtitle {
    -webkit-animation: fadeIn 2s ease forwards;
    animation: fadeIn 2s ease forwards
}

.projects.projects-desk .projects__subscriptions.view .subscriptions__desc .list__item {
    -webkit-animation: slideInRight 1s ease forwards;
    animation: slideInRight 1s ease forwards
}

.projects.projects-desk .projects__subscriptions.view .subscriptions__desc .list__item:first-child {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.projects.projects-desk .projects__subscriptions.view .subscriptions__desc .list__item:nth-child(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.projects.projects-desk .projects__subscriptions.view .subscriptions__desc .list__item:nth-child(3) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.projects.projects-desk .projects__subscriptions.view .subscriptions__desc .list__item:nth-child(4) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.projects.projects-desk .projects__subscriptions.view .subscriptions__desc .list__item:nth-child(5) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.projects.projects-desk .projects__subscriptions.view .subscriptions__desc .list__item:nth-child(6) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.projects.projects-desk .projects__subscriptions h1 {
    opacity: 0;
    font-size: 24px;
    letter-spacing: 3px
}

.projects.projects-desk .projects__subscriptions__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 60px
}

.projects.projects-desk .projects__subscriptions__container__slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.projects.projects-desk .projects__subscriptions__container__slider .subscriptions__slider {
    opacity: 0;
    width: 50%;
    margin-left: auto;
    margin-right: auto
}

.projects.projects-desk .projects__subscriptions__container__slider .subscriptions__slider_item {
    margin-left: 20px;
    margin-right: 20px;
    outline: none;
    width: 240px
}

.projects.projects-desk .projects__subscriptions__container__slider .subscriptions__slider_item img {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
    width: 100%
}

.projects.projects-desk .projects__subscriptions__container__slider .slick-dots {
    position: relative
}

.projects.projects-desk .projects__subscriptions__container__slider .slick-dots li button:before {
    height: 10px;
    width: 10px;
    border: 2px solid #ff5722;
    border-radius: 100%;
    opacity: .5;
    content: ""
}

.projects.projects-desk .projects__subscriptions__container__slider .slick-dots li.slick-active button:before {
    background-color: #ff5722;
    opacity: 1
}

.projects.projects-desk .projects__subscriptions__container .subscriptions__desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.projects.projects-desk .projects__subscriptions__container .subscriptions__desc .subtitle {
    opacity: 0;
    font-size: 36px;
    font-weight: lighter;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #4c3a97;
    text-align: center;
    margin: 0
}

.projects.projects-desk .projects__subscriptions__container .subscriptions__desc .list {
    list-style: none;
    padding: 0
}

.projects.projects-desk .projects__subscriptions__container .subscriptions__desc .list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 20px;
    opacity: 0
}

.projects.projects-desk .projects__subscriptions__container .subscriptions__desc .list__item__order {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    height: 80px;
    font-size: 64px;
    font-family: Baloo, cursive;
    color: #ff5722
}

.projects.projects-desk .projects__subscriptions__container .subscriptions__desc .list__item__desc {
    font-size: 24px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-left: 20px
}

.projects.projects-desk .projects__subscriptions__container .subscriptions__desc .list__item__desc .benefit {
    margin: 0
}

.projects.projects-desk .projects__subscriptions__container .subscriptions__desc.change .subtitle {
    opacity: 1;
    -webkit-animation: fadeOut 1s ease forwards;
    animation: fadeOut 1s ease forwards
}

.projects.projects-desk .projects__subscriptions__container .subscriptions__desc.change .list__item {
    opacity: 1;
    -webkit-animation: slideOutRight .6s ease forwards;
    animation: slideOutRight .6s ease forwards
}

.projects.projects-desk .projects__subscriptions__container .subscriptions__desc.change .list__item:first-child {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.projects.projects-desk .projects__subscriptions__container .subscriptions__desc.change .list__item:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.projects.projects-desk .projects__subscriptions__container .subscriptions__desc.change .list__item:nth-child(3) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.projects.projects-desk .projects__subscriptions__container .subscriptions__desc.change .list__item:nth-child(4) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.projects.projects-desk .projects__subscriptions__container .subscriptions__desc.change .list__item:nth-child(5) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.projects.projects-desk .projects__subscriptions__container .subscriptions__desc.change .list__item:nth-child(6) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
        opacity: 0
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
        opacity: 0
    }
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.news {
    margin-left: 20px;
    margin-right: 20px
}

.news__title {
    font-size: 28px;
    text-transform: uppercase;
    text-align: center
}

.news__container .news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.news__container .news__item__date {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0
}

.news__container .news__item__excerpt {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px
}

.news__container .news__item__extra {
    opacity: 0;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.news__container .news__item__extra .text .link {
    font-weight: 700;
    color: #4c3a97;
    border-bottom: 1px solid #4c3a97
}

.news__container .news__item__extra .news__gallery {
    max-width: 100%
}

.news__container .news__item__extra .news__gallery.alone-item .item {
    width: 100%;
    max-width: none;
    float: none
}

.news__container .news__item__extra .news__gallery .item {
    width: calc(50% - 20px);
    max-width: 300px;
    float: left;
    margin-bottom: 10px
}

.news__container .news__item__extra .news__gallery .item__image_link {
    display: block;
    text-decoration: none;
    outline: 0;
    line-height: 0
}

.news__container .news__item__extra .news__gallery .item__image {
    display: block;
    width: 100%;
    border-radius: 10px
}

.news__container .news__item .more {
    font-size: 18px;
    font-weight: 400;
    color: #4c3a97;
    display: block;
    max-width: 120px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px 16px;
    border: 2px solid #4c3a97;
    border-radius: 6px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news__container .news__item .more.show {
    max-width: 80px
}

.news .btn-more,
.news__container .news__item .more:hover {
    color: #fff;
    background-color: #4c3a97
}

.news .btn-more {
    display: block;
    margin-left: auto;
    margin-right: auto;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 16px 32px;
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .25);
    cursor: pointer
}

.news.news-desk {
    margin-top: 100px;
    margin-left: 50px;
    margin-right: 50px
}

.news.news-desk .news__title {
    font-size: 48px
}

.news.news-desk .news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news.news-desk .news__item__date {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px
}

.news.news-desk .news__item__date h3 {
    font-size: 24px;
    margin: 0;
    text-align: right
}

.news.news-desk .news__item__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.news.news-desk .news__item__content__excerpt {
    margin: 0;
    font-size: 24px
}

.news.news-desk .news__item__content__text {
    margin: 20px 0;
    font-size: 18px
}

.news.news-desk .news__item__content__text .link {
    position: relative;
    font-weight: 700;
    color: #4c3a97
}

.news.news-desk .news__item__content__text .link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    opacity: 0;
    height: 2px;
    background-color: #4c3a97;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news.news-desk .news__item__content__text .link:hover:after {
    content: "";
    width: 100%;
    opacity: 1
}

.news.news-desk .news__item__content__gallery {
    opacity: 0;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    max-width: 100%;
    margin-bottom: 30px
}

.news.news-desk .news__item__content__gallery.alone-item .item {
    width: 100%;
    max-width: none;
    float: none
}

.news.news-desk .news__item__content__gallery .item {
    width: calc(50% - 20px);
    max-width: 300px;
    float: left;
    margin-bottom: 10px
}

.news.news-desk .news__item__content__gallery .item__image_link {
    display: block;
    text-decoration: none;
    outline: 0;
    line-height: 0
}

.news.news-desk .news__item__content__gallery .item__image {
    display: block;
    width: 100%;
    border-radius: 10px
}

.news.news-desk .news__item__content .more:before {
    height: 40px
}

.news.news-desk .news__container .more {
    margin: 20px 0 0 auto
}

.news.news-desk .btn-more {
    margin-top: 50px;
    margin-left: calc(50% + 20px)
}

.contacts {
    margin: 40px 20px
}

.contacts__title {
    font-size: 28px;
    text-transform: uppercase;
    text-align: center
}

.contacts__support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contacts__support_faq,
.contacts__support_mail,
.contacts__support_tg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 280px;
    width: 100%;
    background-color: rgba(255, 124, 82, .782);
    -webkit-box-shadow: 6px 6px 5px rgba(0, 0, 0, .25);
    box-shadow: 6px 6px 5px rgba(0, 0, 0, .25);
    border-radius: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px
}

.contacts__support_faq .icon,
.contacts__support_mail .icon,
.contacts__support_tg .icon {
    height: 50px;
    width: 50px;
    margin-left: auto;
    margin-right: auto
}

.contacts__support_faq .icon img,
.contacts__support_mail .icon img,
.contacts__support_tg .icon img {
    width: 100%;
    height: auto
}

.contacts__support_faq .title,
.contacts__support_mail .title,
.contacts__support_tg .title {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 5px;
    margin-top: 15px;
    margin-bottom: 15px
}

.contacts__support_faq .subtitle,
.contacts__support_mail .subtitle,
.contacts__support_tg .subtitle {
    margin: 0 20px 20px
}

.contacts__support_faq .action,
.contacts__support_mail .action,
.contacts__support_tg .action {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #fff;
    position: relative
}

.contacts__support_faq .action__text,
.contacts__support_mail .action__text,
.contacts__support_tg .action__text {
    margin: 0
}

.contacts__support_faq .action__link,
.contacts__support_mail .action__link,
.contacts__support_tg .action__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block
}

.contacts-desk {
    margin-top: 100px;
    margin-left: 50px;
    margin-right: 50px
}

.contacts-desk .contacts__title {
    font-size: 48px;
    margin-bottom: 40px
}

.contacts-desk .contacts__support {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.contacts-desk .contacts__support_faq,
.contacts-desk .contacts__support_mail,
.contacts-desk .contacts__support_tg {
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    cursor: pointer
}

.contacts-desk .contacts__support_faq:hover,
.contacts-desk .contacts__support_mail:hover,
.contacts-desk .contacts__support_tg:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .25);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .25)
}

.contacts-desk .contacts__support .icon {
    height: 75px;
    width: 75px
}

.contacts-desk .contacts__support .title {
    font-size: 24px
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #000;
    background: rgba(0, 0, 0, .4);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal .modal-request,
.modal .modal-response {
    z-index: 1001;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    max-width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-animation-name: slideTop;
    animation-name: slideTop;
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

.modal .modal-request .title,
.modal .modal-response .title {
    margin-top: 0;
    font-size: 18px;
    text-transform: uppercase
}

.modal .modal-request form .form-group,
.modal .modal-response form .form-group {
    margin-bottom: 10px
}

.modal .modal-request form input,
.modal .modal-request form textarea,
.modal .modal-response form input,
.modal .modal-response form textarea {
    display: block;
    width: 100%;
    max-width: 300px;
    height: 40px;
    font-size: 18px;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #607d8b;
    border-radius: 8px;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding: 10px
}

.modal .modal-request form input.empty,
.modal .modal-request form textarea.empty,
.modal .modal-response form input.empty,
.modal .modal-response form textarea.empty {
    -webkit-animation: flicker .5s ease-out 2 both;
    animation: flicker .5s ease-out 2 both
}

.modal .modal-request form .error,
.modal .modal-response form .error {
    display: block;
    min-height: 15px;
    text-align: left;
    color: red;
    margin: 4px 5px
}

.modal .modal-request form button,
.modal .modal-response form button {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background-color: #4c3a97;
    padding: 10px 14px;
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 2px 4px 4px rgba(0, 0, 0, .25);
    cursor: pointer;
    display: inline
}

.modal .modal-request form button.btn-send,
.modal .modal-response form button.btn-send {
    outline: none
}

.modal .modal-request form button.btn-cancel,
.modal .modal-response form button.btn-cancel {
    display: none;
    outline: none
}

.modal.modal-desk .modal-request,
.modal.modal-desk .modal-response {
    padding: 50px;
    max-width: 500px
}

.modal.modal-desk .modal-request .title,
.modal.modal-desk .modal-response .title {
    font-size: 24px
}

.modal.modal-desk .modal-request .body-response,
.modal.modal-desk .modal-response .body-response {
    font-size: 18px
}

.modal.modal-desk .modal-request .icon-response,
.modal.modal-desk .modal-response .icon-response {
    cursor: pointer;
    width: 54px;
    height: 54px
}

.modal.modal-desk .modal-request form .form-group,
.modal.modal-desk .modal-response form .form-group {
    margin-bottom: 20px
}

.modal.modal-desk .modal-request form .form-group input,
.modal.modal-desk .modal-request form .form-group textarea,
.modal.modal-desk .modal-response form .form-group input,
.modal.modal-desk .modal-response form .form-group textarea {
    max-width: 100%
}

.modal.modal-desk .modal-request form button,
.modal.modal-desk .modal-response form button {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 16px 32px;
    cursor: pointer
}

.modal.modal-desk .modal-request form button.btn-send,
.modal.modal-desk .modal-response form button.btn-send {
    margin-right: 20px
}

.modal.modal-desk .modal-request form button.btn-cancel,
.modal.modal-desk .modal-response form button.btn-cancel {
    display: inline-block;
    background-color: #e26d48
}

.modal.modal-desk .modal-response {
    padding: 30px 20px 20px
}

.modal.modal-desk .modal-response .title {
    margin-bottom: 0
}

@-webkit-keyframes slideTop {
    0% {
        top: -200%;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes slideTop {
    0% {
        top: -200%;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@-webkit-keyframes flicker {
    0% {
        border-color: #607d8b
    }

    to {
        border-color: #e26d48
    }
}

@keyframes flicker {
    0% {
        border-color: #607d8b
    }

    to {
        border-color: #e26d48
    }
}

footer {
    position: relative;
    overflow: hidden;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 20px;
    padding-right: 20px
}

footer:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: 4%;
    left: -5%;
    z-index: -1;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    background: -o-linear-gradient(355.99deg, #fa6b3e 5.67%, rgba(250, 107, 62, .949) 63.11%, rgba(250, 107, 62, .683) 86.4%, rgba(250, 107, 62, .367) 105.24%);
    background: linear-gradient(94.01deg, #fa6b3e 5.67%, rgba(250, 107, 62, .949) 63.11%, rgba(250, 107, 62, .683) 86.4%, rgba(250, 107, 62, .367) 105.24%);
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25)
}

footer .first_column,
footer .second_column {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    text-align: right;
    margin: 32px 0 0;
    font-weight: 300;
    color: #fff
}

footer .first_column p,
footer .second_column p {
    margin: 0
}

footer .first_column {
    padding-right: 10px
}

footer .first_column .user-convention {
    max-width: 122px;
    display: block;
    margin-left: auto
}

footer .second_column {
    padding-left: 10px;
    text-align: left
}

footer .second_column .git-link {
    color: #4c3a97;
    margin-left: 5px;
    font-weight: 500
}

footer .politic-conf,
footer .user-convention {
    font-size: 14px;
    color: #fff
}

html {
    line-height: 1.4;
    font-size: 14px;
    color: #455a64;
    height: 100%;
    font-family: Roboto, sans-serif;
    scroll-behavior: smooth
}

html .LAYOUT-APP {
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto
}

html .preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999
}

html .preloader .loader-circle {
    width: 120px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(250, 107, 62, .68);
    box-shadow: inset 0 0 0 1px rgba(250, 107, 62, .68)
}

html .preloader .loader-circle,
html .preloader .loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px
}

html .preloader .loader-line-mask {
    width: 60px;
    overflow: hidden;
    -webkit-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    -webkit-animation: rotate 1.2s linear infinite;
    animation: rotate 1.2s linear infinite
}

html .preloader .loader-line-mask .loader-line {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border-width: 3px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 95, 44, .95);
    box-shadow: inset 0 0 0 2px rgba(255, 95, 44, .95)
}

html .preloader .loader-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    -webkit-animation: frickle 3s linear infinite;
    animation: frickle 3s linear infinite;
    opacity: .4
}

html .preloader.done {
    display: none
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes frickle {

    0%,
    to {
        opacity: .4
    }

    50% {
        opacity: .9
    }
}

@keyframes frickle {

    0%,
    to {
        opacity: .4
    }

    50% {
        opacity: .9
    }
}

@media (min-width:768px) {
    .rockstar__content__title {
        font-size: 1.2rem;
        font-size: 36px;
        line-height: 40px
    }

    .rockstar__content__text {
        font-size: 1.2rem;
        display: block;
        opacity: 0;
        width: 50%
    }

    .rockstar__content__download .btn-download {
        font-size: 1.2rem;
        width: auto
    }

    .about__content__image {
        font-size: 1.2rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .about__content__desc {
        font-size: 1.2rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:320px) {
    .rockstar__content__descr {
        font-size: 1.6rem
    }
}

@media (min-width:1090px) {
    .banner.banner-desk:after {
        top: -14%
    }

    
}

@media (min-width:1160px) {
    .banner.banner-desk:after {
        top: -16%
    }
}

@media (min-width:1300px) {
    .banner.banner-desk:after {
        top: -18%
    }

    .qr-code {
        width: 300px;
        height: 300px;
    }
}

@media (min-width:1284px) {
    .banner.banner-desk .rockstar__content__title {
        margin-top: 10px;
        margin-bottom: 50px
    }

    .banner.banner-desk .rockstar__content__descr {
        margin-top: 10px;
        line-height: 1.5em
    }

    .banner.banner-desk .rockstar__content .flex-container {
        margin-top: 80px
    }
}

@media (min-width:1080px) {
    .banner.banner-desk .rockstar__content__text {
        margin-bottom: 50px
    }
}

@media (min-width:392px) {
    .menu_nav__links {
        height: calc(100vh - 122px)
    }
}

@media (min-width:1000px) {
    .projects__subscriptions__slider img {
        height: 370px
    }

    footer {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (min-width:500px) {

    .modal .modal-request,
    .modal .modal-response {
        padding: 20px
    }
}

@media (min-width:460px) {
    footer {
        height: 80px
    }

    footer .first_column,
    footer .second_column {
        margin-top: 40px
    }

    footer .first_column .user-convention {
        max-width: 100%;
        display: inline-block
    }

    footer .second_column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
}

@media (min-width:480px) {
    footer:before {
        top: 5%;
        left: -8%
    }
}

@media (min-width:700px) {
    footer:before {
        left: -4%
    }
}

@media (min-width:800px) {
    footer:before {
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        top: 6%
    }

    .qr-code {
        width: 0px;
        height: 0px;
    }
}

@media (min-width:1001px) {

    footer .first_column,
    footer .second_column {
        margin-top: 30px;
        margin-bottom: 0;
        font-size: 18px
    }
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

@charset "UTF-8";

.slick-loading .slick-list {
    background: #fff url(/assets/images/ajax-loader.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(/fonts/slick.eot);
    src: url(/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/fonts/slick.woff) format("woff"), url(/fonts/slick.ttf) format("truetype"), url(/assets/images/slick.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: rgba(0, 0, 0, 0);
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
    position: absolute;
    left: 0
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/assets/images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/assets/images/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/assets/images/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/assets/images/close.png) 100% 0 no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

.qr-code {
    width: 0px;
    height: 0px;
}


@media (min-width:600px) {


    .qr-code {
		margin-top: 20px;
        width: 100px;
        height: 100px;
    }
}

@media (min-width:1300px) {

    .qr-code {
		margin-top: 20px;
        width: 175px;
        height: 175px;
    }
}