* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
personal,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
p,
label {
    margin: 0;
}

img {
    max-width: 100%;
}

ol,
ul {
    list-style: none;
}

a {
    color: #fff;
}

a:hover,
a:focus,
a:focus {
    color: #fff;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.container {
    position: relative;
    padding: 0;
}

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

[data-icon]:before {
    font-family: "adru" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "adru" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social__link.icon-text {
    width: auto;
    font-size: 13px;
}

.icon-facebook:before {
    content: "\61";
}

.icon-linkedin:before {
    content: "\62";
}

.icon-slider-arrow-left:before {
    content: "\63";
}

.icon-slider-arrow-right:before {
    content: "\64";
}

.icon-mail:before {
    content: "\65";
}

.icon-tube:before {
    content: "\66";
}

.icon-clip:before {
    content: "\67";
}

.icon-crashes:before {
    content: "\68";
}

.icon-phone:before {
    content: "\69";
}

.icon-at-sign:before {
    content: "\6a";
}

.icon-address:before {
    content: "\6b";
}

.button {
    display: inline-block;
    font-family: "pt sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    max-width: 240px;
    min-width: 220px;
    line-height: 1.2;
    background: -webkit-gradient(linear, left top, right top, from(#06baec), to(#0438e1));
    background: -webkit-linear-gradient(left, #06baec 0%, #0438e1 100%);
    background: -o-linear-gradient(left, #06baec 0%, #0438e1 100%);
    background: linear-gradient(to right, #06baec 0%, #0438e1 100%);
    padding: 10px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: -webkit-box-shadow .3s linear;
    transition: -webkit-box-shadow .3s linear;
    -o-transition: box-shadow .3s linear;
    transition: box-shadow .3s linear;
    transition: box-shadow .3s linear, -webkit-box-shadow .3s linear;
}

.button:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(6, 188, 236, 0.2);
    box-shadow: 0 10px 20px 0 rgba(6, 188, 236, 0.2);
}

.button.disabled {
    background: rgba(217, 217, 217, 0.5);
    pointer-events: none;
    cursor: default;
}

.button_bordered {
    padding: 12px;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
    border-left: 3px solid #06bcec;
    border-right: 3px solid #0437e1;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 3px;
    background-size: 100% 3px;
    color: #ffffff;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#06bcec), to(#0437e1)), -webkit-gradient(linear, left top, right top, from(#06bcec), to(#0437e1));
    background-image: -webkit-linear-gradient(left, #06bcec 0%, #0437e1 100%), -webkit-linear-gradient(left, #06bcec 0%, #0437e1 100%);
    background-image: -o-linear-gradient(left, #06bcec 0%, #0437e1 100%), -o-linear-gradient(left, #06bcec 0%, #0437e1 100%);
    background-image: linear-gradient(to right, #06bcec 0%, #0437e1 100%), linear-gradient(to right, #06bcec 0%, #0437e1 100%);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: -webkit-box-shadow .3s linear;
    transition: -webkit-box-shadow .3s linear;
    -o-transition: box-shadow .3s linear;
    transition: box-shadow .3s linear;
    transition: box-shadow .3s linear, -webkit-box-shadow .3s linear;
}

.button_bordered:hover {
    -webkit-box-shadow: 0 0 25px 5px rgba(6, 188, 236, 0.7);
    box-shadow: 0 0 25px 5px rgba(6, 188, 236, 0.7);
}

html,
body,
.wrapper {
    height: 100%;
    overflow: hidden;
}

body {
    font-family: "pt sans", sans-serif;
    font-size: 18px;
    letter-spacing: 1.1px;
    color: #ffffff;
}

.scrolled-content {
    height: auto;
    overflow: hidden;
    overflow-y: scroll;
}

.wrapper {
    background: -webkit-radial-gradient(center, ellipse, #002c35 0%, #01140C 100%);
    background: -o-radial-gradient(center, ellipse, #002c35 0%, #01140C 100%);
    background: radial-gradient(ellipse at center, #002c35 0%, #01140C 100%);
}

.content__title {
    display: none;
}

.container__case {
    position: relative;
}

.container__case.align-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio .container__case.align-center {
    top: 0;
    /*-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);*/
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding-bottom: 100px;
}

.header {
    position: absolute;
    z-index: 30;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: #000000;
}

.logo-col {
    line-height: 0;
}

.logo {
    display: none;
    line-height: 0;
    min-height: 46px;
}

.logo__link {
    cursor: pointer;
}

.logo.active {
    display: inline-block;
    line-height: 0;
}

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

.nav__item {
    position: relative;
    padding: 0 47px;
    line-height: 1;
}

.nav__item:before {
    content: '';
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    height: 16px;
    width: 1px;
    background: #ffffff;
}

.nav__item:last-child:before {
    display: none;
}

.nav__item.active .nav__link {
    color: #06bcec;
}

.nav__item.active .nav__link:hover:before {
    left: 50%;
    right: 50%;
}

.nav__link {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 0;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}

.nav__link:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    right: 50%;
    height: 1px;
    background: #ffffff;
    -webkit-transition: left .3s linear, right .3s linear;
    -o-transition: left .3s linear, right .3s linear;
    transition: left .3s linear, right .3s linear;
}

.nav__link:hover:before {
    left: 0;
    right: 0;
}

.content {
    height: 100%;
}

.content__item {
    padding: 100px 0;
    display: none;
}

.content__item.active {
    display: block;
}

.main {
    position: relative;
    height: 100%;
    background: url("../images/decor/main-decor-1.png") left bottom no-repeat, url("../images/decor/main-decor-2.png") 200px center no-repeat;
}

.main>.container {
    height: 100%;
}

.main__row {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main__case {
    position: relative;
    z-index: 2;
}

.main__title {
    margin-bottom: 15px;
}

.main__subtitle {
    margin-bottom: 15px;
}

.main__unit {
    position: relative;
    padding-top: 25px;
    margin-top: 25px;
    padding-left: 185px;
    line-height: 1.5;
}

.main__unit:before {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    width: 290px;
    height: 3px;
    left: 0;
    background: #ffffff;
}

.main__unit-head {
    font-weight: 700;
}

.main .button-wrap {
    display: none;
}

.portfolio {
    height: 100%;
    /* background: url("../images/decor/portfolio-decor-1.png") right 20px no-repeat */
    /* background: url("../images/decor/portfolio-decor-1.png") right 20px no-repeat, url("../images/decor/portfolio-decor-2.png") left bottom no-repeat; */
}
.portfolio {
    position: relative;
}


.portfolio>.container {
    height: 100%;
}

.portfolio__case {
    padding-left: 120px;
    margin-bottom: -30px;
    min-height: 215px;
}

.owl-carousel2 {
    padding: 0;
    margin-top: 15px;
}

.portfolio-info__title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
}

.portfolio-info__text {
    margin: 10px 0 15px;
    font-size: 20px;
}

.portfolio-info__link {
    color: #06bcec;
    font-size: 20px;
    text-decoration: none;
}

.portfolio-info__link:hover {
    color: #06bcec;
    text-decoration: underline;
}

.portfolio-slider {
    position: relative;
    overflow: hidden;
    height: 525px;
    font-size: 0;
}

.portfolio-slider__arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -20px;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #667a8e;
    cursor: pointer;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.portfolio-slider__arrow:hover {
    color: #06bcec;
}

.portfolio-slider__arrow:before {
    font-size: 36px;
    line-height: 44px;
}

.portfolio-slider__arrow[data-move-left] {
    left: -10px;
}

.portfolio-slider__arrow[data-move-right] {
    right: -10px;
}

.portfolio-slider .owl-carousel {
    padding: 0 100px;
}

.portfolio-slider .owl-carousel .owl-stage-outer {
    max-height: 218px;
}

.portfolio-slider__item {
    /*position: relative;*/
    display: inline-block;
    /*z-index: 55;*/
    cursor: pointer;
    padding: 20px 40px 0;
    /*margin-right: 80px;*/
}

.portfolio-slider__item:hover .portfolio-slider__unit {
    /* border-color: #06bcec; */
    border-width: 5px;
}

.portfolio-slider__item:hover .portfolio-slider__name {
    /* color: #06bcec; */
    border-width: 5px;
}

.portfolio-slider__item.active .portfolio-slider__unit {
    /* border-color: #06bcec; */
    border-width: 5px;
}

.portfolio-slider__item.active .portfolio-slider__unit:before {
    opacity: 1;
}

/* 
.portfolio-slider__item.active .portfolio-slider__name {
    color: #06bcec;
} */

.portfolio-slider__unit {
    position: relative;
    width: 200px;
    height: 200px;
    border: 3px solid #ffffff;
    margin: 0 auto;
    -webkit-transition: border-width .3s linear;
    -o-transition: border-width .3s linear;
    transition: border-width .3s linear;
    border-radius: 15px;
}

/* .portfolio-slider__unit:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: -20px;
    right: -20px;
    background: -webkit-radial-gradient(center, ellipse, #0438e1 0%, rgba(4, 56, 225, 0.5) 0%, rgba(4, 55, 225, 0.25) 45%, rgba(4, 55, 225, 0) 77%);
    background: -o-radial-gradient(center, ellipse, #0438e1 0%, rgba(4, 56, 225, 0.5) 0%, rgba(4, 55, 225, 0.25) 45%, rgba(4, 55, 225, 0) 77%);
    background: radial-gradient(ellipse at center, #0438e1 0%, rgba(4, 56, 225, 0.5) 0%, rgba(4, 55, 225, 0.25) 45%, rgba(4, 55, 225, 0) 77%);
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
} */

.portfolio-slider__unit img {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.portfolio-slider__unit .pingdelivery-img {
    width: 83px;
    height: 70px;
}

.portfolio-slider__unit .zorra-img {
    width: 68px;
    height: 69px;
}

.portfolio-slider__unit .arenum-img {
    width: 113px;
    height: 93px;
}

.portfolio-slider__unit .finom-img {
    width: 65px;
    height: 93px;
}

.portfolio-slider__unit .viqeo-img {
    width: 108px;
    height: 33px;
}

.portfolio-slider__unit .wheely-img {

    height: 160px;
}

.portfolio-slider__unit .adapty-img {
    width: 96px;
    height: 95px;
}

.portfolio-slider__unit .gamificationlab-img {
    width: 88px;
    height: 79px;
}

.portfolio-slider__unit .finer-img {
    width: 53px;
    height: 84px;
}

.portfolio-slider__unit .familoan-img {
    width: 50px;
    height: 71px;
}

.portfolio-slider__unit .osome-img {
    width: 100px;
    height: 100px
}

.portfolio-slider__unit .swapix-img {
    width: 90px;
    height: 90px
}

.portfolio-slider__unit .f3-img {
    width: 86px;
    height: 85px
}

.portfolio-slider__name {
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}

.portfolio-slider [data-information] {
    display: none;
}

.portfolio .owl-carousel .owl-item img {
    width: auto;
}

.team {
    height: 100%;
    position: relative;
    background: url("../images/decor/team-decor-1.png") left bottom no-repeat, url("../images/decor/team-decor-2.png") right bottom no-repeat, url("../images/decor/team-decor-3.png") right top no-repeat;
}

.team>.container {
    height: 100%;
}

.team__item {
    text-align: center;
}

.team__img-wrap,
.team__info {
    margin-left: auto;
    margin-right: auto;
}

.team__view-img {
    display: none;
}

.team__img-wrap {
    position: relative;
    width: 192px;
    height: 259px;
    margin-bottom: 25px;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
}

.team__img-wrap:before {
    content: '';
    position: absolute;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 95%;
    height: 95%;
    -webkit-box-shadow: 0 0 90px 0 rgba(4, 55, 225, 0.5);
    box-shadow: 0 0 90px 0 rgba(4, 55, 225, 0.5);
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.team__img-wrap:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.team__img-wrap:hover:before {
    opacity: 1;
}

.team__img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    -webkit-transition: top .2s linear;
    -o-transition: top .2s linear;
    transition: top .2s linear;
}

.team__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 150px;
    width: 195px;
}

.team__name {
    font-weight: 700;
}

.team__position {
    margin-top: 15px;
    font-size: 16px;
}

.team__contact {
    margin-top: auto;
    font-size: 16px;
}

.team__contact-link {
    display: inline-block;
    vertical-align: top;
    text-shadow: 0 0 0 transparent;
    -webkit-transition: color .3s linear, text-shadow .3s linear;
    -o-transition: color .3s linear, text-shadow .3s linear;
    transition: color .3s linear, text-shadow .3s linear;
}

.team__contact-link:hover {
    color: #06bcec;
    text-shadow: 0 0 15px #0437e1;
}

.team .team__img-decor {
    position: absolute;
    display: none;
    z-index: 3;
    top: 0;
    left: 0;
}

.team__title {
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
}

.team__text {
    margin: 25px 0;
}

.partners__row {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners__link {
    position: relative;
    display: inline-block;
    line-height: 0;
    margin-right: 45px;
}

.partners__link_adcombo {
    margin-top: -15px;
}

.partners__link:hover .partners__img-visible {
    opacity: 0;
}

.partners__link:hover .partners__img-hovered {
    opacity: 1;
}

.partners__link:last-child {
    margin-right: 0;
}

.partners__img-visible {
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.partners__img-hovered {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear;
}

.investor {
    height: 100%;
    background: url("../images/decor/investor-decor-1.png") right bottom no-repeat, url("../images/decor/investor-decor-2.png") left bottom no-repeat;
}

.investor>.container {
    height: 100%;
}

.investor__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
}

.investor__text {
    margin: 25px 0;
}

.investor__text span {
    display: inline-block;
}

.investor__mechanic {
    list-style-type: decimal;
    padding-left: 20px;
}

.investor__mechanic-item {
    margin-bottom: 3px;
}

.investor__mechanic-item:last-child {
    margin-bottom: 0;
}

.investor__result {
    margin-bottom: 50px;
}

.investor__result-item {
    position: relative;
    padding-left: 130px;
    margin-bottom: 25px;
}

.investor__result-item:last-child {
    margin-bottom: 0;
}

.investor__result-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 96px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.investor__result-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.investor__result-text {
    margin-bottom: 3px;
    text-align: left;
}

.investor__result-text:last-child {
    margin-bottom: 0;
}

.investor__together {
    position: relative;
}

.investor__together-img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 116px;
    height: 116px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.investor__together-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.investor__together-item {
    position: relative;
    margin-bottom: 10px;
}

.investor__together-item:last-child {
    margin-bottom: 0;
}

.investor__together-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-left: 35px;
    text-shadow: 0 0 0 transparent;
    -webkit-transition: color .3s linear, text-shadow .3s linear;
    -o-transition: color .3s linear, text-shadow .3s linear;
    transition: color .3s linear, text-shadow .3s linear;
}

.investor__together-link:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.investor__together-link:hover {
    color: #06bcec;
    text-shadow: 0 0 15px #0437e1;
}

.startup {
    height: 100%;
    background: url("../images/decor/startup-decor-1.png") right bottom no-repeat, url("../images/decor/startup-decor-2.png") left bottom no-repeat;
}

.startup>.container {
    height: 100%;
}

.startup__row {
    margin-bottom: 40px;
}

.startup__row_modify {
    margin-top: -20px;
    margin-bottom: 20px;
}

.startup__row[data-error-message] {
    display: none;
}

.startup__row.error {
    display: block;
}

.startup__title {
    margin-bottom: 20px;
}

.startup .col-margin {
    margin-top: 35px;
}

.startup__list-item {
    position: relative;
    text-indent: 15px;
    margin-bottom: 3px;
    text-align: left;
}

.startup__list-item:last-child {
    margin-bottom: 0;
}

.startup__list-item:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #ffffff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.startup .button-wrap {
    text-align: right;
}

.startup .message-error {
    color: #edc000;
    font-weight: 700;
    font-size: 16px;
}

.form-group {
    position: relative;
}

.form-group.error .form-control__placeholder {
    color: #edc000;
    font-weight: 700;
}

.form-group.error .form-control__placeholder:after {
    content: '*';
    position: absolute;
    left: 100%;
    margin-left: 3px;
    top: -2px;
}

.form-group.error .form-control__input {
    border-color: #edc000;
}

.form-control__input {
    display: block;
    width: 100%;
    font-family: "pt sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    background: transparent;
    height: 40px;
    border-bottom: 1px solid #ffffff;
    resize: none;
}

.form-control__input:focus {
    font-weight: 700;
}

.form-control__input:focus,
.form-control__input.active {
    border-bottom-width: 2px;
}

.form-control__input:focus+.form-control__placeholder,
.form-control__input.active+.form-control__placeholder {
    top: -20px;
}

.form-control__textarea {
    display: block;
    font-family: "pt sans", sans-serif;
    font-size: 16px;
    width: 100%;
    height: 96px;
    padding: 5px 15px 5px 10px;
    background: rgba(255, 255, 255, 0.05);
    resize: none;
    color: #ffffff;
}

.form-control__textarea:focus {
    font-weight: 700;
}

.form-control__textarea+.form-control__placeholder {
    top: -25px;
    display: inline-block;
}

.form-control__placeholder {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 16px;
    color: #b2b2b2;
    -webkit-transition: top .15s linear;
    -o-transition: top .15s linear;
    transition: top .15s linear;
}

.form-control__placeholder_modify {
    position: relative;
    top: 0;
    display: inline-block;
    margin-top: -10px;
    margin-bottom: 10px;
}

.conditions {
    font-size: 16px;
    text-align: left;
}

.conditions__link {
    color: #06bcec;
}

.conditions__link:hover {
    color: #06bcec;
    text-decoration: none;
}

.file-upload {
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.file-upload.added .file-upload__add {
    display: none;
}

.file-upload.added .file-upload__remove {
    display: block;
}

.file-upload__placeholder {
    position: relative;
    cursor: pointer;
    padding: 10px 0;
}

.file-upload__placeholder span {
    display: inline-block;
    color: #06bcec;
    text-decoration: underline;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.file-upload__placeholder span:hover {
    text-decoration: none;
}

.file-upload__field {
    display: none;
}

.file-upload__remove,
.file-upload__add {
    position: absolute;
    right: -40px;
    top: -8px;
    bottom: 0;
    margin: auto 0;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.file-upload__remove:before,
.file-upload__add:before {
    text-align: center;
    line-height: 40px;
}

.file-upload__remove {
    display: none;
    top: 0;
}

.success-message {
    display: none;
    position: absolute;
    width: 460px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.success-message__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.success-message__text {
    margin: 20px 0;
    font-size: 16px;
}

.success-message .button-wrap {
    text-align: center;
}

.contacts {
    height: 100%;
    background: url("../images/decor/contacts-decor-1.png") left bottom no-repeat, url("../images/decor/contacts-decor-2.png") right bottom no-repeat;
}

.contacts>.container {
    height: 100%;
}

.contacts__list-item {
    position: relative;
    padding-left: 55px;
    margin-bottom: 30px;
}

.contacts__list-item:last-child {
    margin-bottom: 0;
}

.contacts__list-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    font-size: 32px;
    text-align: center;
    line-height: 32px;
}

.contacts__list-head {
    font-weight: 700;
    margin-bottom: 10px;
}

#map {
    width: 1040px;
    height: 436px;
    margin-left: auto;
}

.ymaps-copyrights-pane+ymaps,
.ymaps-copyrights-pane,
.ymaps-copyrights-legend,
.ymaps-logotype-div {
    display: none !important;
}

.ymaps-layers-pane {
    filter: invert(100%);
    -ms-filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
}

.gotoymaps {
    display: none !important;
}

.example-content {
    padding: 0 !important;
}

.footer {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: rgba(0, 0, 0, 0.45);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.social__item {
    padding-right: 20px;
}

.social__item:last-child {
    padding-right: 0;
}

.social__link {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}

.social__link:hover,
.social__link:focus,
.social__link:active {
    color: #06bcec;
}

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

.menu__item {
    margin-right: 75px;
}

.menu__item:last-child {
    margin-right: 0;
}

.menu__link {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}

.menu__link:hover {
    color: #06bcec;
}

.mobile-menu {
    position: fixed;
    top: 100px;
    bottom: 0;
    background: #000000;
    width: 340px;
    right: -340px;
    -webkit-transition: right .3s linear;
    -o-transition: right .3s linear;
    transition: right .3s linear;
    z-index: 100;
}

.mobile-menu.show {
    right: 0;
}

.mobile-menu__inner {
    padding: 40px 30px 40px 40px;
    height: 100%;
    overflow-y: scroll;
}

.mobile-menu__links-item {
    margin-bottom: 15px;
}

.mobile-menu__links-item.active .mobile-menu__link {
    color: #06bcec;
    text-shadow: 0 0 15px #0437e1;
}

.mobile-menu__links-item.active .mobile-menu__link:before {
    background: #ffffff;
}

.mobile-menu__link {
    position: relative;
    display: block;
    padding: 12px 0;
    text-decoration: none;
}

.mobile-menu__link:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 3px;
    width: 135px;
    background: transparent;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}

.mobile-menu .button-wrap {
    display: none;
    text-align: center;
    margin-bottom: 25px;
}

.menu-button {
    width: 32px;
    padding: 12.5px 9px;
    height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
}

.menu-button__lines {
    width: 100%;
    height: 3px;
    background: #ffffff;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.menu-button.active .menu-button__lines {
    margin-left: 6.5px;
}

.menu-button.active .menu-button__lines_top {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-button.active .menu-button__lines_middle {
    width: 0;
}

.menu-button.active .menu-button__lines_bottom {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.grecaptcha-badge {
    display: none !important;
}

.agree a {
    color: #06BCEC;
    text-decoration: none;
}

.agree a:hover {
    text-decoration: underline;
}

.agree__input {
    display: none;
}

.agree__label {
    font-size: 16px;
    position: relative;
}

.agree__label:before {
    content: '';
    display: inline-block;
    margin-right: 13px;
    width: 18px;
    height: 18px;
    border: 2px solid #6E8185;
    background-color: transparent;
    border-radius: 2px;
    vertical-align: text-bottom;
}

.agree__input:checked~.agree__label:before {
    background-color: #06BCEC;
    border-color: #06BCEC;
}

.agree__input:checked~.agree__label:after {
    content: '';
    display: block;
    width: 7px;
    height: 14px;
    border: 2px solid #002c35;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: 2px;
    left: 6px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio .accordion-trigger {
    display: block;
    position: relative;
    text-align: left;
    width: 100%;
    outline: none;
}

.portfolio button {
    border-style: none;
    background: none;
}

.portfolio .accordion-title {
    display: block;
    pointer-events: none;
    padding: 0.25em;
    outline: none;
    font-size: 20px;
    line-height: 0.84;
    letter-spacing: 0.4px;
    text-align: left;
    color: #fff;
    transition: color .3s;

}

.portfolio .accordion-title:not(.portfolio .accordion-trigger .accordion-title) {
    display: none;
}

.portfolio .accordion-trigger:focus .accordion-title {
    border-color: hsl(216deg 94% 43%);
}

.portfolio .accordion-icon {
    position: absolute;
    right: 10px;
    transform: rotate(-90deg);
    transition: transform .2s;
}

.portfolio .accordion-trigger[aria-expanded="false"] .accordion-title {
    color: #00c5ff;
}

.portfolio .accordion-trigger {
    padding: 36px 0;
}

.portfolio .accordion-trigger[aria-expanded="false"] {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.portfolio .accordion-trigger[aria-expanded="true"] {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.portfolio .accordion .stikers__thumbs {
    padding-bottom: 34px;
}

.portfolio .accordion-trigger[aria-expanded="true"] .accordion-icon {
    transform: rotate(0deg);
}

.portfolio .accordion-panel {
    transition: all .4s;
}

.portfolio .accordion-panel[hidden] {
    display: none;
    transition: height .4s;
    height: 0;
}

.stikers {
    padding-top: 32px;
}

.stikers__slider {
    max-width: 319px;
    position: relative;
    margin-top: 41px;
    padding-left: 15px;
}

.stikers__slider .slide__img {
    max-width: 137px;
}

.stikers__slider .slide__descr {
    margin-top: 23px;
}

.stikers__slider .slide__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.6px;
    text-align: left;
    color: #fff;
    position: relative;
    margin-top: 23px;
}

.stikers__slider .slide__link {
    margin-top: 13px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 0.84;
    letter-spacing: 0.4px;
    text-align: left;
    color: #00c5ff;
    text-decoration: none;
}

.stikers__slider .slide__info {
    margin-top: 30px;
    font-size: 20px;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: 0.4px;
    text-align: left;
    color: #fff;
    padding-bottom: 15px;
}

.portfolio .accordion--1 {
    position: relative;
}

.portfolio .accordion--1:before {
    position: absolute;
    content: '';
    top: 110px;
    left: -50px;
    width: 395px;
    height: 395px;
    opacity: 0.82;
    background: radial-gradient(circle, rgba(93, 228, 250, 0.5) -30%, rgba(93, 228, 250, 0) 70%);
}

.portfolio .thumbs__ico {
    position: relative;
}

.portfolio .thumbs__status {
    position: absolute;
    padding: 4px;
    border-radius: 5px;
    background-color: #0bbeed;
    line-height: 1;
    font-size: 10px;
    top: 3px;
    right: -3px;
    color: #000
}

.stikers__slider .swiper-slide.swiper-slide-active figcaption h2,
.stikers__slider .swiper-slide.swiper-slide-active figcaption p,
.stikers__slider .swiper-slide.swiper-slide-active figcaption a {
    transform: translateY(0);
    opacity: 1;
}

.stikers__thumbs .thumbs__item.swiper-slide-thumb-active .thumbs__ico {
    border-color: #00c5ff
}

.stikers__thumbs .thumbs__item.swiper-slide-thumb-active .thumbs__title {
    color: #00c5ff
}

.stikers__thumbs .thumbs__item.swiper-slide-thumb-active .thumbs__ico img {
    filter: invert(52%) sepia(86%) saturate(1951%) hue-rotate(162deg) brightness(107%) contrast(107%);
}

.stikers__slider .swiper-slide.swiper-slide-active img {
    opacity: 1;
}

.stikers__slider .swiper-slide figcaption h2,
.stikers__slider .swiper-slide figcaption p,
.stikers__slider .swiper-slide figcaption a {
    position: relative;
    transform: translateY(20px);
    opacity: 0;
}

.stikers__slider .swiper-slide figcaption h2 {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.stikers__slider .swiper-slide figcaption p {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition-delay: 0.2s;
}

.stikers__slider .swiper-slide figcaption a {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition-delay: 0.35s;
}

.stikers__slider .swiper-slide img {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.stikers__thumbs .thumbs__item,
.swiper-slide.thumbs__item {
    cursor: pointer;
    width: 62px;
}

.stikers__thumbs .swiper-scrollbar {
    background: #236368;
    height: 1px;
    z-index: 1;
    position: relative;
    bottom: -8px;
}


.stikers__thumbs .swiper-scrollbar-drag {
    border-radius: 4px;
    background-color: #06bcec;
    height: 8px;
    max-width: 27px;
    top: -3px;
}

.stikers__thumbs .thumbs__ico {
    margin: 0 auto;
    width: 62px;
    height: 61px;
    border-radius: 20px;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stikers__thumbs .thumbs__ico img {
    max-width: 50px;
    max-height: 30px;
}


.stikers__thumbs .thumbs__title {
    font-size: 10px;
    line-height: 1.15;
    letter-spacing: 0.2px;
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 5px;
}

.stikers__thumbs .content_block {
    /* overflow: hidden; */
    position: relative;
    /* height: 1008px; */
    transition: height 0.5s !important;
}

.portfolio .stikers__thumbs--1-title,
.portfolio .stikers__thumbs--2-title,
.portfolio .stikers__thumbs--3-title {
    display: none;
}


@media (min-width: 990px) {
    .accordion-title:not(.portfolio .accordion-trigger .accordion-title) {
        display: block;
    }

    .accordion-trigger,
    .accordion-icon {
        display: none;
    }

    .accordion-panel {
        display: block;
    }

    .portfolio .accordion-panel[hidden] {
        height: auto;
        display: block;
    }

    .swiper-scrollbar {
        display: none;
    }

    .stikers__thumbs .swiper-wrapper {
        flex-wrap: wrap;
    }

    .portfolio .accordion-panel[hidden],
    .portfolio .accordion-panel {
        display: grid;
        grid-template-rows: auto auto;
        grid-template-columns: 260px auto;
        align-items: start;
        column-gap: 52px;
    }

    .portfolio .accordion-trigger[aria-expanded="false"] {
        border-color: transparent
    }

    .accordion-panel .stikers__slider {
        grid-row: 1/2;
        grid-column: 1/2;
    }

    .accordion-panel .stikers__thumbs {
        grid-row: 1/2;
        grid-column: 2/3;
    }

    .stikers__thumbs .thumbs__item,
    .swiper-slide.thumbs__item {
        margin-top: 20px;
    }

    .portfolio .accordion-trigger {
        margin-left: 312px;
    }

    .portfolio .accordion-title {
        font-size: 36px;
        font-weight: bold;
        line-height: 0.47;
        letter-spacing: 0.72px;
    }

    .stikers__slider {
        overflow: hidden;
    }

    .portfolio .stikers__thumbs--1-title,.portfolio .stikers__thumbs--2-title,
    .portfolio .stikers__thumbs--3-title {
        display: block;
        font-size: 36px;
        font-weight: bold;
        letter-spacing: 0.72px;
        width: 100%;
        margin: 30px 0 20px;
    }

    .accordion .accordion-title{
        display: none;
    }
    .accordion--2,
    .accordion--3 {
        display: none;
    }

    .portfolio .accordion--1 .swiper-vertical>.swiper-wrapper {
        flex-direction: row;
        /* max-height: 500px; */
        max-height: calc(100vh - 265px);
        overflow-y: scroll;
        max-width: 825px;
    }

    .stikers__thumbs .thumbs__item,
    .swiper-slide.thumbs__item {
        height: 80px;
    }
}

.stikers__thumbs--3-subtitle--mob, .stikers__thumbs--3-subtitle {
    display: none;
}
.stikers__thumbs--3-subtitle--2 {
    display: block;
}
.stikers__thumbs--3-subtitle {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;
    line-height:1;
    letter-spacing: 0.48px;
    text-align: left;
    color: #fff;
    margin-top: 44px;
}
@media (max-width: 990px) {
    .portfolio .accordion-title {
        line-height: 1.1;
    }
    .portfolio .accordion .stikers__thumbs {
        overflow: hidden;
    }
    .portfolio .accordion--2, .portfolio .accordion--3 {
        margin-top: -1px;
    }
}
@media (max-width: 425px) {
    .portfolio .slide__link--long {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (max-width: 325px) {
.portfolio .accordion-icon {
    right: 0px;
}
}
@media (min-width: 990px) {
    
    .stikers__thumbs--3-subtitle {
        display: none;
        padding-left: 310px;
    }
    .stikers__thumbs--3-subtitle--mob {
        display: block;
    }
}
@media (min-width: 1200px) {
    .stikers__thumbs--3-subtitle {
        padding-bottom: 90px;
    }
    .portfolio.active {
        overflow: hidden;
        max-height: 100vh;
    }
    
    .swiper-wrapper::-webkit-scrollbar {
        width: 5px;
    }
    .swiper-wrapper::-webkit-scrollbar-track {
        background: #000;
        border-radius: 2.5px;
    }
    .swiper-wrapper::-webkit-scrollbar-thumb {
        border-radius: 2.5px;
        background-color: #06bcec;
    }
    .portfolio .container__case.align-center {
        padding-bottom: 0;
    }
    .portfolio .accordion .stikers__thumbs {
        padding-bottom: 0px;
    }
    .stikers__thumbs--3-subtitle {
        display: block;
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 29px;
        padding-left: 0;
    }
    .stikers__thumbs--3-subtitle--mob{
        display: none;
    }
    .stikers__slider {
        padding-left: 0;
        margin-top: 80px;

    }
    .stikers__thumbs .thumbs__ico {
        width: 90px;
        height: 90px;
    }
    .stikers__thumbs .thumbs__item, .swiper-slide.thumbs__item {
        width: 90px;
        height: 108px;
        margin-right: 30px;
        margin-top: 0;
    }
    .stikers__thumbs .thumbs__ico img {
        max-width: 65px;
        max-height: 58px;
    }

    .portfolio>.container {
        position: relative;
        max-height: calc(100vh - 200px);
        z-index: 25;
    }

    .portfolio {
        transform-style: preserve-3d
    }
    
    #accordion1id {
        display: none;
    }
    .portfolio .accordion--1:before {
        top: 20px;
        left: -100px;
        width: 375px;
        height: 405px;
        opacity: 0.82;
        background: radial-gradient(circle, rgba(93, 228, 250, 0.5) -30%, rgba(93, 228, 250, 0) 70%);
    }
    .stikers__thumbs .swiper-wrapper:hover {
        cursor: ns-resize !important
        
    }
}

