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

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

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

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid, body textarea:required:valid {
    color: #666
}

body, html {
    height: 100%;
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    position: relative;
    line-height: 1.65;
    font-family: Montserrat, sans-serif;
    overflow-x: hidden
}

form, input, select, textarea {
    font-family: Montserrat, sans-serif
}

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

a {
    text-decoration: none;
}

.img-responsive {
    display: block;
    max-width: 100%
}

main {
/*     overflow: hidden */
}

.text-center {
    text-align: center
}

::selection {
    background-color: #ff8200;
    color: #fff
}

section {
    padding: 80px 0
}

.faq__list-item {
    list-style-type: none
}

.faq__list-item img {
    max-width: 300px
}

.faq__block a {
    text-decoration: none
}

@media only screen and (max-width: 480px) {
    section {
        padding: 30px 0
    }
}

.row {
    display: flex;
    flex-wrap: wrap
}

.fww {
    flex-wrap: wrap
}

.aic {
    align-items: center
}

.jcc {
    justify-content: center
}

.jcsb {
    justify-content: space-between
}

.jcsa {
    justify-content: space-around
}

.aifs {
    align-items: flex-start
}

.container {
    padding: 0 15px;
    margin: auto;
    width: 100%
}

@media (min-width: 1000px) {
    .container {
        max-width: 1600px;
        padding: 0 50px
    }
}

@media (min-width: 1500px) {
    .container {
        padding: 0 100px
    }
}

.btn {
    background: #ff8200;
    color: #fff;
    padding: 15px 25px;
    text-decoration: none;
    font-size: 20px;
    width: auto;
    border-radius: 50px;
    border: 0;
    width: 255px;
    height: 65px
}

.btn--dark {
    background-color: #242d3c
}

.btn--orange {
    background-color: #ff8200
}

.btn-round {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #ff8200;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-line {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center
}

.btn-line__item {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .1em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    cursor: pointer
}

@media only screen and (max-width: 785px) {
    .btn-line__item {
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .btn-line__item {
        font-size: 18px
    }
}

.btn-line__item.active {
    background: #ff8200
}

.social-links {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around
}

@media (max-width: 480px) {
    .social-links {
        width: 100%;
        display: flex;
        justify-content: space-around
    }
}

.social__link {
    color: #728491;
    font-size: 14px;
    transition: all 1.2s cubic-bezier(.175, .885, .32, 1.275);
    text-decoration: none
}

.social__link:hover {
    color: #ff8200
}

@media (max-width: 480px) {
    .social__link {
        margin-right: 0
    }
}

.title2 {
    font-size: 90px;
    text-align: center;
    line-height: 1.15;
    font-weight: 800
}

@media only screen and (max-width: 992px) {
    .title2 {
        font-size: 60px
    }
}

@media only screen and (max-width: 480px) {
    .title2 {
        font-size: 30px;
        line-height: 1.1
    }
}

.list {
    padding: 0;
    margin: 0
}

@media only screen and (max-width: 480px) {
    .list {
        padding: 20px 0
    }
}

.list-item {
    list-style: none;
    margin-bottom: 40px;
    font-size: 24px;
    position: relative
}

@media only screen and (max-width: 480px) {
    .list-item {
        font-size: 16px
    }
}

.list-item:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #ff8200;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg)
}

@media only screen and (max-width: 480px) {
    .list-item:before {
        left: -20px;
        top: 0;
        transform: translateY(20px) rotate(45deg)
    }
}

.form__label {
    font-size: 12px;
    color: #a2b2c8
}

.form__input {
    border: 0;
    border-bottom: 1px solid #a2b2c8;
    background-color: transparent;
    min-height: 40px;
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
    resize: vertical;
    outline: 0
}

@media only screen and (max-width: 480px) {
    .form__input {
        font-size: 20px;
        max-height: 160px
    }
}

.form__input.textarea {
    margin-top: 30px
}

.request-btn {
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
    display: table
}

.back-btn {
    position: absolute;
    right: 10px;
    top: 140px;
    cursor: pointer
}

@media only screen and (max-width: 480px) {
    .back-btn {
        bottom: 40px;
        top: inherit
    }
}

.back-btn .next {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    font-size: 24px;
    outline: 0;
    transition: ease .5s all;
    z-index: -2
}

.back-btn--tabs {
    bottom: 10%;
    top: inherit;
    transition: all 1.2s cubic-bezier(.175, .885, .32, 1.275);
    position: relative;
    color: #ff8200;
    text-align: right
}

.back-btn--tabs .next {
    display: flex;
    align-items: center;
    background: 0;
    color: #ff8200;
    width: auto;
    margin-left: auto;
    height: auto
}

.back-btn--tabs .next img {
    margin-left: 20px
}

.back-btn--tabs .next:before {
    background: 0
}

.main-title {
    padding-top: 0
}

.heading-main {
    font-size: 100px;
    text-align: center;
    font-weight: 900;
    line-height: 1;
    margin: 20px 0;
    padding: 0 200px;
    padding-top: 20px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1200px) {
    .heading-main {
        padding: 40px 10px
    }
}

@media only screen and (max-width: 480px) {
    .heading-main {
        padding: 0;
        padding-top: 40px
    }
}

.heading-main h1 {
    margin: 30px 0
}

@media only screen and (max-width: 1200px) {
    .heading-main h1 {
        font-size: 80px
    }
}

@media only screen and (max-width: 480px) {
    .heading-main h1 {
        font-size: 43px
    }
}

.heading-main .title2 {
    margin-bottom: 0
}

.heading-main picture {
    width: 100%
}

.heading-main img {
    width: 100%
}

.heading {
    font-size: 40px;
    line-height: 1.2;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    text-decoration: none;
    margin: 40px 0;
    margin-bottom: 80px
}

@media only screen and (max-width: 992px) {
    .heading {
        font-size: 28px
    }
}

.heading-wrap {
    position: relative
}

.heading-content {
    margin: 0
}

.heading-content b {
    display: block;
    font-weight: 800
}

.heading-top {
    color: #ff8200;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px
}

.heading__btn {
    position: absolute;
    bottom: -50px;
    right: 5px;
    opacity: 0;
    z-index: -1;
    transition: all 1.2s cubic-bezier(.175, .885, .32, 1.275)
}

@media only screen and (max-width: 1200px) {
    .heading__btn {
        animation: pulse 1.5s linear infinite
    }
}

.heading__hr {
    border: 0;
    background: linear-gradient(302.09deg, #ff8200 14.86%, rgba(253, 180, 108, .14) 73.01%);
    transform: rotate(-180deg);
    height: 4px;
    width: 100%;
    max-width: 230px;
    margin: 0;
    position: absolute;
    bottom: -15px
}

@media only screen and (max-width: 480px) {
    .heading.desktop {
        display: none
    }
}

.heading.mobile {
    display: none
}

@media only screen and (max-width: 480px) {
    .heading.mobile {
        display: block
    }
}

.heading--left {
    align-items: flex-start
}

.heading--right {
    align-items: flex-end
}

@media only screen and (max-width: 480px) {
    .heading--right {
        align-items: flex-start
    }
}

.heading--router__link {
    text-decoration: none;
    color: inherit
}

.heading--router__link b {
    transition: ease .5s all
}

.heading--router__link:hover b {
    color: #ff8200
}

.heading__vector {
    margin-top: 15px
}

@media only screen and (max-width: 480px) {
    .heading__vector {
        margin-top: 5px
    }
}

@media (min-width: 1200px) {
    .heading .heading__btn {
        opacity: 0;
        transform: translateX(-100%)
    }

    .heading:hover .heading__btn {
        opacity: 1;
        transform: translateX(0);
        z-index: 1
    }
}

.min-head {
    font-size: 24px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto
}

@media only screen and (max-width: 1200px) {
    .min-head {
        font-size: 18px
    }
}

@media only screen and (max-width: 785px) {
    .min-head {
        font-size: 16px
    }
}

@media only screen and (max-width: 480px) {
    .min-head {
        display: block;
        padding: 30px 0
    }
}

.min-head-top {
    font-size: 50px;
    line-height: 1;
    margin: 0;
    margin-bottom: 10px
}

@media only screen and (max-width: 1200px) {
    .min-head-top {
        font-size: 30px
    }
}

.min-head-top b {
    display: block;
    font-weight: 900
}

.min-head__hr {
    border: 0;
    background: linear-gradient(302.09deg, #ff8200 14.86%, rgba(253, 180, 108, .14) 73.01%);
    transform: rotate(-180deg);
    height: 6px;
    width: 100%;
    max-width: 230px;
    margin: 0;
    margin-top: 20px
}

@media only screen and (max-width: 1200px) {
    .min-head__hr {
        margin-top: 10px;
        margin-bottom: 20px
    }
}

.min-head strong {
    font-weight: 900
}

.min-head-content {
    font-weight: 400;
    line-height: 1.4;
    max-width: 600px
}

.min-head--right {
    align-items: flex-end
}

.min-head--left {
    align-items: flex-start
}

.icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-wrap img {
    max-width: 100%
}

@media only screen and (max-width: 480px) {
    .icon-wrap img {
        width: 100%;
        height: 100%
    }
}

.img-wrap {
    display: flex;
    justify-content: center;
    align-items: center
}

.img-wrap img {
    width: 100%
}

.img-wrap picture {
    width: 100%
}

.img-wrap--hover {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative
}

.img-wrap--hover img {
    width: 100%
}

.img-wrap--hover picture {
    width: 100%
}

.img-wrap--hover .hover__item:hover p {
    opacity: 1;
    transform: translateX(0)
}

.img-wrap--hover-items {
    transition: all 1.2s cubic-bezier(.175, .885, .32, 1.275);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 10%;
    right: 10%;
    display: flex;
    justify-content: space-around;
    align-items: center
}

@media only screen and (max-width: 992px) {
    .img-wrap--hover-items {
        left: 10px;
        right: 10px
    }
}

.img-wrap--hover-items .hover__item {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center
}

.img-wrap--hover-items .hover__item p {
    color: #fff;
    transition: all 1.2s cubic-bezier(.175, .885, .32, 1.275);
    opacity: 0;
    transform: translateY(100%);
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    background: rgba(0, 0, 0, .7);
    border-radius: 40px;
    padding: 10px 20px;
    max-width: 220px;
    min-height: 80px;
    top: 60%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

@media only screen and (max-width: 992px) {
    .img-wrap--hover-items .hover__item p {
        max-width: 150px;
        font-size: 9px;
        transform: translateY(0)
    }
}

@media only screen and (max-width: 480px) {
    .img-wrap--hover-items .hover__item p {
        border-radius: 20px;
        height: 80px;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 160px
    }
}

@media only screen and (max-width: 360px) {
    .img-wrap--hover-items .hover__item p {
        max-width: 100px
    }
}

.img-wrap--hover-items .hover__item b {
    display: block;
    color: #fff;
    font-size: 24px;
    margin-bottom: 8px
}

@media only screen and (max-width: 992px) {
    .img-wrap--hover-items .hover__item b {
        font-size: 18px
    }
}

@media only screen and (max-width: 480px) {
    .img-wrap--hover-items .hover__item b {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 340px) {
    .img-wrap--hover-items .hover__item b {
        font-size: 14px
    }
}

.brands-grid {
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-items: center
}

@media only screen and (max-width: 1280px) {
    .brands-grid {
        padding-top: 40px
    }
}

@media only screen and (max-width: 480px) {
    .brands-grid {
        padding-top: 0;
        justify-items: center
    }
}

.brands-ico-wrap {
    margin-bottom: 80px;
    flex-basis: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left
}

@media only screen and (max-width: 480px) {
    .brands-ico-wrap {
        flex-basis: 33.3333%
    }
}

.brands-ico-wrap img {
    max-width: 100%;
    margin: 0;
    display: block
}

@media only screen and (max-width: 992px) {
    .brands-ico-wrap img {
        max-width: 80%
    }
}

/*.footer {*/
/*    padding: 80px 0*/
/*}*/

/*.footer__link {*/
/*    text-align: center;*/
/*    margin: 0;*/
/*    margin-top: 60px*/
/*}*/

/*.footer__link a {*/
/*    color: #ff8200;*/
/*    text-decoration: none*/
/*}*/

/*.footer {*/
/*    text-align: center*/
/*}*/

/*.footer a {*/
/*    text-decoration: none*/
/*}*/

/*.footer-link-wrap {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    text-align: center*/
/*}*/

/*.footer-link-wrap h2 {*/
/*    font-size: 100px;*/
/*    font-weight: 900;*/
/*    text-align: center;*/
/*    color: #000;*/
/*    text-decoration: none;*/
/*    margin: 0;*/
/*    line-height: .9;*/
/*    padding: 0 15px*/
/*}*/

/*@media (max-width: 790px) {*/
/*    .footer-link-wrap h2 {*/
/*        font-size: 90px*/
/*    }*/
/*}*/

/*@media (max-width: 480px) {*/
/*    .footer-link-wrap h2 {*/
/*        font-size: 70px*/
/*    }*/
/*}*/

/*@media (max-width: 380px) {*/
/*    .footer-link-wrap h2 {*/
/*        font-size: 50px*/
/*    }*/
/*}*/

/*.footer-link-wrap .btn-round {*/
/*    width: 240px;*/
/*    height: 240px*/
/*}*/

/*.footer-link-wrap:hover .footer-link-wrap__btn {*/
/*    transform: translateY(-50%) translateX(0);*/
/*    opacity: 1*/
/*}*/

/*.footer-link-wrap__btn {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%) translateX(100px);*/
/*    opacity: 0;*/
/*    right: 40px;*/
/*    transition: all 1.2s cubic-bezier(.175, .885, .32, 1.275)*/
/*}*/

.why-about-content {
    display: grid;
    grid-template-columns: repeat(36, [col] 1fr);
    position: relative;
    margin: 120px 0
}

@media only screen and (max-width: 480px) {
    .why-about-content {
        display: flex;
        flex-direction: column;
        margin: 20px 0;
        margin-bottom: 0
    }
}

.why-about-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.why-about-img-wrap .img-wrap--hover {
    width: 100%
}

.why-about-img-wrap picture {
    width: 100%
}

.why-about-img-wrap img {
    position: relative;
    width: 100%
}

@media only screen and (max-width: 480px) {
    .why-about-img-wrap img {
        width: 100%
    }
}

.why-about-img-wrap:nth-child(2) {
    grid-column: col 5/span 15;
    grid-row: row 1/span 15
}

@media only screen and (max-width: 480px) {
    .why-about-img-wrap:nth-child(2) {
        order: 1
    }
}

.why-about-img-wrap:nth-child(3) {
    grid-column: col 14/span 15;
    grid-row: row 10/span 15
}

@media only screen and (max-width: 480px) {
    .why-about-img-wrap:nth-child(3) {
        order: 3
    }
}

.why-about-content-head-top {
    position: absolute;
    top: 30px;
    right: 0
}

@media only screen and (max-width: 785px) {
    .why-about-content-head-top {
        top: -10px
    }
}

@media only screen and (max-width: 480px) {
    .why-about-content-head-top {
        order: 0
    }
}

.why-about-content-head-bot {
    position: absolute;
    bottom: 30px;
    left: 0
}

@media only screen and (max-width: 480px) {
    .why-about-content-head-bot {
        order: 2
    }
}

@media only screen and (max-width: 785px) {
    .why-about-content-head-bot, .why-about-content-head-top {
        max-width: 180px
    }
}

@media only screen and (max-width: 480px) {
    .why-about-content-head-bot, .why-about-content-head-top {
        position: static;
        max-width: 100%
    }
}

.page-enter-to, .page-leave-enter {
    transition: cubic-bezier(.075, .82, .165, 1) .3s all
}

.page-enter, .page-leave-to {
    transform: scale(.9)
}

.tabs-enter-to, .tabs-leave-enter {
    transition: all .6s cubic-bezier(.175, .885, .32, 1.275)
}

.tabs-enter, .tabs-leave-to {
    transform: translateX(40%);
    opacity: 0
}

.vacancy-enter-to, .vacancy-leave-enter {
    transition: all ease .8s
}

.vacancy-enter {
    transform: translateX(100%)
}

.vacancy-leave-active {
    transition: all ease .5s;
    transform: translateX(100%);
    opacity: 0
}

.opacity-enter-to, .opacity-leave-enter {
    transition: all .5s
}

.opacity-enter, .opacity-leave-to {
    opacity: 0
}

.overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, .8);
    overflow: hidden
}

.overlay.accent {
    background-color: rgba(255, 130, 0, .8)
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    25% {
        transform: scale(1.05)
    }
    50% {
        transform: scale(1.1)
    }
    75% {
        transform: scale(1.05)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes vector {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(10px)
    }
    100% {
        transform: translateX(0)
    }
}

.app-brands-item {
    width: 25%
}

.app-brands-item .icon-wrap {
    padding: 10px 10%
}

@media only screen and (max-width: 480px) {
    .app-brands-item {
        width: 26%
    }

    .app-brands-item .icon-wrap {
        height: 25px;
        padding: 0
    }

    .app-brands-item .icon-wrap img {
        width: auto;
        height: 100%
    }
}

.app-item-wrap {
    overflow: hidden
}

.app-content {
    padding: 0;
    background-color: #f6f7fa
}

.app-preview {
    background-color: #fff;
    height: 670px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .app-preview {
        height: 380px;
        min-height: 200px
    }
}

@media only screen and (max-width: 480px) {
    .app-preview {
        height: 300px
    }
}

.app-preview:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 20%;
    position: absolute;
    background-color: #ff8200;
    display: block
}

.app-preview-heading {
    display: flex;
    align-items: center;
    position: relative;
    width: 50%;
    margin-top: 10%
}

@media only screen and (max-width: 480px) {
    .app-preview-heading {
        width: 100%;
        padding-bottom: 0
    }
}

.app-preview-heading div {
    position: relative;
    left: -50px
}

@media only screen and (max-width: 480px) {
    .app-preview-heading div {
        left: 0
    }
}

.app-preview-img {
    position: relative;
    bottom: 0;
    width: 30%
}

@media only screen and (max-width: 1200px) {
    .app-preview-img {
        bottom: 0
    }
}

@media only screen and (max-width: 768px) {
    .app-preview-img {
        width: 35%
    }
}

@media only screen and (max-width: 480px) {
    .app-preview-img {
        position: absolute;
        right: 0;
        top: 20px;
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .app-preview-img img {
        width: 80%
    }
}

.app-preview-row {
    position: relative
}

@media only screen and (max-width: 480px) {
    .app-preview-row {
        flex-direction: column-reverse;
        padding: 0 10px
    }
}

.app-preview__number {
    font-size: 350px;
    color: rgba(255, 255, 255, .2);
    line-height: .9;
    font-weight: 700
}

@media only screen and (max-width: 1200px) {
    .app-preview__number {
        font-size: 120px
    }
}

@media only screen and (max-width: 480px) {
    .app-preview__number {
        display: none
    }
}

.app-preview__title {
    font-size: 50px;
    color: #fff;
    line-height: 1;
    margin: 0
}

@media only screen and (max-width: 480px) {
    .app-preview__title {
        font-size: 22px
    }
}

.app-preview__sub {
    color: #fff;
    margin: 0
}

.app-specials {
    padding: 80px 0
}

@media only screen and (max-width: 480px) {
    .app-specials {
        padding: 20px 0
    }
}

.app-specials-item {
    width: 25%;
    padding: 0 15px;
    padding-right: 80px
}

@media only screen and (max-width: 1200px) {
    .app-specials-item {
        width: 50%
    }
}

@media only screen and (max-width: 480px) {
    .app-specials-item {
        width: 100%;
        margin-bottom: 10px
    }
}

.app-specials-item__title {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px
}

@media only screen and (max-width: 480px) {
    .app-specials-item__title {
        font-size: 18px;
        margin-bottom: 10px
    }
}

.app-specials-item__txt {
    margin: 0;
    font-size: 20px;
    line-height: 1.4
}

@media only screen and (max-width: 480px) {
    .app-specials-item__txt {
        font-size: 14px
    }
}

.app-result {
    padding: 30px;
    padding-right: 50px;
    background-color: #000;
    color: #fff
}

.app-result__title {
    margin: 0;
    font-size: 30px
}

@media only screen and (max-width: 480px) {
    .app-result__title {
        font-size: 22px
    }
}

.app-result hr {
    border: 0;
    height: 3px;
    background: #fff
}

.app-result-content {
    display: flex;
    justify-content: flex-end
}

.app-result-content-item {
    width: 25%;
    padding: 40px 25px
}

@media only screen and (max-width: 1200px) {
    .app-result-content-item {
        width: 50%
    }
}

@media only screen and (max-width: 480px) {
    .app-result-content-item {
        width: 100%;
        padding: 20px 10px
    }
}

.app-result-content-item h5 {
    font-size: 26px;
    margin: 0;
    margin-bottom: 15px
}

@media only screen and (max-width: 480px) {
    .app-result-content-item h5 {
        font-size: 18px
    }
}

.app-result-content-item p {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 200;
    margin: 0;
    width: 90%
}

@media only screen and (max-width: 480px) {
    .app-result-content-item p {
        font-size: 14px
    }
}

.app-another {
    display: flex;
    min-height: 300px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px
}

@media only screen and (max-width: 785px) {
    .app-another {
        min-height: 260px;
        justify-content: space-between
    }
}

.app-another div {
    width: 25%
}

@media only screen and (max-width: 992px) {
    .app-another div {
        width: 30%
    }
}

@media only screen and (max-width: 480px) {
    .app-another div {
        width: 40%
    }
}

.app-another {
    position: relative
}

@media only screen and (max-width: 785px) {
    .app-another .icon-wrap {
        height: 45px
    }

    .app-another .icon-wrap img {
        height: 100%
    }
}

.app-another-name {
    display: flex;
    align-items: center
}

.app-another__number {
    font-size: 76px;
    color: #f6f7fa;
    font-weight: 800
}

@media only screen and (max-width: 785px) {
    .app-another__number {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 24px;
        color: #c4c4c4
    }
}

.app-another__brand {
    color: #000;
    font-size: 38px;
    line-height: 1;
    padding-left: 20px;
    font-weight: 700
}

@media only screen and (max-width: 1200px) {
    .app-another__brand {
        font-size: 30px
    }
}

@media only screen and (max-width: 785px) {
    .app-another__brand {
        font-size: 26px
    }
}

.app-another__brand span {
    font-weight: 400;
    font-size: 15px;
    display: block
}

.app-another-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: all 1.2s cubic-bezier(.175, .885, .32, 1.275)
}

.app-another-btn.no-active {
    filter: grayscale(100%);
    transform: scale(0)
}

@media only screen and (max-width: 785px) {
    .app-another-btn {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: auto
    }
}

.app-another__btn {
    width: 122px;
    height: 122px;
    background-color: #ff8200;
    transform: rotate(45deg);
    border: 0;
    cursor: pointer;
    transition: ease .5s all
}

@media only screen and (max-width: 1200px) {
    .app-another__btn {
        height: 60px;
        width: 60px
    }
}

@media only screen and (max-width: 785px) {
    .app-another__btn {
        height: 40px;
        width: 40px
    }

    .app-another__btn img {
        max-width: 80%;
        margin: auto;
        display: block
    }
}

.app-another__btn:hover {
    transform: rotate(315deg)
}

.app-another__btn img {
    transform: rotate(-45deg)
}

.app-content__main-btn {
    width: 100%;
    border: 0;
    height: 68px;
    background: #ff8200;
    color: #fff;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    cursor: pointer
}

.app-brands-wrap {
    padding: 40px 0
}

.app-brands-item {
    margin-bottom: 30px
}

.app-main-content {
    height: 0;
    overflow: hidden
}

/*.header {*/
/*    padding: 30px 0;*/
/*    background-color: #fff;*/
/*    width: 100%;*/
/*    transition: all .6s ease;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    z-index: 9*/
/*}*/

/*.header.fixed {*/
/*    padding: 10px;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2);*/
/*    position: fixed*/
/*}*/

/*@media (max-width: 350px) {*/
/*    .header.fixed {*/
/*        padding: 10px 0*/
/*    }*/
/*}*/

/*.header.out {*/
/*    transform: translateY(-100%)*/
/*}*/

/*.header-logo {*/
/*    z-index: 9*/
/*}*/

/*@media only screen and (max-width: 1000px) {*/
/*    .header-logo {*/
/*        max-width: 200px;*/
/*        margin-right: auto*/
/*    }*/

/*    .header__lang {*/
/*        font-weight: 800;*/
/*        font-size: 25px;*/
/*        padding: 2px 10px;*/
/*        background-color: #ff8200;*/
/*        text-decoration: none;*/
/*        color: #fff;*/
/*        margin-right: 25px;*/
/*        border-radius: 12.6px*/
/*    }*/

/*    .header-logo img {*/
/*        max-height: 27px*/
/*    }*/
/*}*/

/*.header-logo img {*/
/*    max-width: 100%*/
/*}*/

/*.header-menu {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    width: 60%;*/
/*    z-index: 9;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center*/
/*}*/

/*.header-menu ul {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    align-items: center;*/
/*    background: #fff;*/
/*    width: 100%*/
/*}*/

/*.header-menu li {*/
/*    list-style: none;*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    background: #fff*/
/*}*/

/*.header-menu__item--mob {*/
/*    display: none*/
/*}*/

/*.header-menu__link {*/
/*    color: #728491;*/
/*    text-decoration: none;*/
/*    font-size: 24px;*/
/*    font-weight: 600;*/
/*    border-bottom: 2px solid transparent;*/
/*    transition: cubic-bezier(.55, .085, .68, .53) .2s;*/
/*    position: relative*/
/*}*/

/*.header-menu__link:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 110%;*/
/*    height: 1px;*/
/*    background-color: #ff8200;*/
/*    bottom: -1px;*/
/*    left: -5%;*/
/*    opacity: 0;*/
/*    transition: opacity .3s*/
/*}*/

/*.header__phone {*/
/*    display: none*/
/*}*/

/*@media (max-width: 400px) {*/
/*    .header-menu__link {*/
/*        font-size: 16px*/
/*    }*/
/*}*/

/*@media (min-width: 1000px) {*/
/*    .header-menu {*/
/*        flex-grow: 1*/
/*    }*/

/*    .header-menu__link {*/
/*        font-size: 12px*/
/*    }*/

/*    .header-menu li {*/
/*        margin-right: 20px*/
/*    }*/

/*    .header-menu li:nth-of-type(5) {*/
/*        margin-right: auto*/
/*    }*/

/*    .header__lang {*/
/*        font-size: 12px;*/
/*        font-weight: 800;*/
/*        padding: 0;*/
/*        background-color: transparent;*/
/*        margin-right: 0;*/
/*        text-transform: lowercase;*/
/*        color: #a2b2c8;*/
/*        text-decoration: none;*/
/*        transition: color .3s*/
/*    }*/

/*    .header__lang:hover {*/
/*        color: #ff8200*/
/*    }*/

/*    .header__phone {*/
/*        display: block;*/
/*        margin-right: 15px;*/
/*        font-size: 16px;*/
/*        font-weight: 900;*/
/*        position: relative;*/
/*        color: #000;*/
/*        text-decoration: none*/
/*    }*/

/*    .header__phone:before {*/
/*        content: '';*/
/*        position: absolute;*/
/*        left: -30px;*/
/*        top: 50%;*/
/*        transform: translateY(-50%);*/
/*        width: 17px;*/
/*        height: 17px;*/
/*        background-image: url(../img/phone.png);*/
/*        background-repeat: no-repeat;*/
/*        -webkit-background-size: contain;*/
/*        background-size: contain*/
/*    }*/

/*    .header-menu > li:nth-of-type(1) .header-menu__link, .header-menu > li:nth-of-type(2) .header-menu__link, .header-menu > li:nth-of-type(3) .header-menu__link {*/
/*        pointer-events: none;*/
/*        cursor: default*/
/*    }*/
/*}*/

/*@media (min-width: 1000px) and (max-width: 1100px) {*/
/*    .header-menu li {*/
/*        margin-right: 10px*/
/*    }*/
/*}*/

/*@media (min-width: 1400px) {*/
/*    .header-menu li {*/
/*        margin-right: 35px*/
/*    }*/
/*}*/

/*.header-menu__link:hover:after {*/
/*    opacity: 1*/
/*}*/

/*@media only screen and (max-width: 1200px) {*/
/*    .header-menu__link.main {*/
/*        font-size: 15px*/
/*    }*/
/*}*/

/*.header-menu__link.router-link-active {*/
/*    color: #ff8200*/
/*}*/

/*.header__mob-btn {*/
/*    background-color: transparent;*/
/*    border: 0;*/
/*    border-radius: 5px;*/
/*    display: none;*/
/*    z-index: 11;*/
/*    position: relative;*/
/*    outline: 0;*/
/*    padding: 10px*/
/*}*/

/*ul.header-menu-sublinks {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    padding: 20px;*/
/*    background: #fff;*/
/*    align-items: flex-start;*/
/*    justify-content: center;*/
/*    display: none;*/
/*    animation: menuShow;*/
/*    animation-fill-mode: backwards;*/
/*    animation-duration: .5s;*/
/*    z-index: -1;*/
/*    white-space: nowrap;*/
/*    width: auto*/
/*}*/

/*@media (min-width: 1000px) {*/
/*    ul.header-menu-sublinks {*/
/*        position: absolute;*/
/*        left: -20px*/
/*    }*/
/*}*/

/*.header-menu-sublinks li {*/
/*    margin-right: 0*/
/*}*/

/*.header-menu li:hover ul.header-menu-sublinks {*/
/*    display: block*/
/*}*/

.start.active {
    color: #ff8200
}

/*.anchor-menu__link {*/
/*    font-size: 12px;*/
/*    cursor: pointer;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    color: #000;*/
/*    position: relative;*/
/*    margin-bottom: 10px;*/
/*    text-decoration: none;*/
/*    transition: all 1.2s cubic-bezier(.175, .885, .32, 1.275)*/
/*}*/

/*.anchor-menu__link:hover {*/
/*    color: #ff8200*/
/*}*/

/*.anchor-menu__link span {*/
/*    margin-right: 10px*/
/*}*/

/*@keyframes menuShow {*/
/*    from {*/
/*        opacity: 0*/
/*    }*/
/*    to {*/
/*        opacity: 1*/
/*    }*/
/*}*/

/*@media (min-width: 769px) {*/
/*    .anchor-menu-social {*/
/*        display: none*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 999px) {*/
/*    .header__mob-btn {*/
/*        display: block*/
/*    }*/

/*    .header-menu {*/
/*        width: 65%;*/
/*        height: 100vh;*/
/*        position: fixed;*/
/*        top: 0;*/
/*        right: -100%;*/
/*        background-color: #e5e9ee;*/
/*        z-index: 10;*/
/*        margin: 0;*/
/*        padding: 15px;*/
/*        transition: all 1.2s cubic-bezier(.3, .96, .57, 1.04);*/
/*        flex-direction: column*/
/*    }*/

/*    .header-menu--active {*/
/*        right: 0*/
/*    }*/

/*    .header-menu ul {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        list-style: none;*/
/*        height: 100%;*/
/*        padding: 0;*/
/*        margin: 0;*/
/*        justify-content: center;*/
/*        align-items: center;*/
/*        background-color: transparent*/
/*    }*/

/*    .header-menu li {*/
/*        background-color: transparent;*/
/*        width: 100%;*/
/*        text-align: center*/
/*    }*/

/*    .header-menu .header-menu-sublinks, .header-menu li:hover ul.header-menu-sublinks {*/
/*        display: none*/
/*    }*/

/*    .header-menu__item--desktop {*/
/*        display: none*/
/*    }*/

/*    .header-menu__item--mob {*/
/*        display: block*/
/*    }*/

/*    .header-menu ul a {*/
/*        margin: 10px 0;*/
/*        display: block*/
/*    }*/

/*    .anchor-menu-social {*/
/*        position: absolute;*/
/*        bottom: 30px;*/
/*        left: 20px;*/
/*        right: 20px;*/
/*        display: flex;*/
/*        justify-content: space-around*/
/*    }*/

/*    @keyframes menu-enter {*/
/*        from {*/
/*            transform: translateY(0)*/
/*        }*/
/*        50% {*/
/*            transform: translateY(-10px)*/
/*        }*/
/*        to {*/
/*            transform: translateY(0)*/
/*        }*/
/*    }.mobmenu-enter, .mobmenu-leave-to {*/
/*         animation: menu-enter 1.2s ease*/
/*     }*/

/*    .mobmenu-leave-to {*/
/*        opacity: 0*/
/*    }*/

/*    .header__burger path {*/
/*        transition: transform .5s, opacity .5s*/
/*    }*/

/*    .header__burger--active .header__line--1 {*/
/*        transform: matrix(1, 1, 0, 1, 4, -2) scale(1.3)*/
/*    }*/

/*    .header__burger--active .header__line--2 {*/
/*        opacity: 0*/
/*    }*/

/*    .header__burger--active .header__line--3 {*/
/*        transform: matrix(1, -1, 0, 1, -5, 2) scale(1.3)*/
/*    }*/
/*}*/

/*@media (max-width: 400px) {*/
/*    .header-logo img {*/
/*        max-height: 25px*/
/*    }*/

/*    .header__lang {*/
/*        font-size: 18px;*/
/*        padding: 2px 6px;*/
/*        margin-right: 10px*/
/*    }*/

/*    .header__mob-btn {*/
/*        padding: 0*/
/*    }*/
/*}*/

/*.footer__link a {*/
/*    cursor: pointer*/
/*}*/

.modal-form {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    background: #f6f7fa;
    z-index: 10;
    padding: 30px;
    padding-left: 60px;
    box-shadow: -3px 0 5px 2px rgba(0, 0, 0, .35);
    overflow: auto
}

@media only screen and (max-width: 1180px) {
    .modal-form {
        width: 65%
    }
}

@media only screen and (max-width: 530px) {
    .modal-form {
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .modal-form {
        padding: 20px
    }
}

@media only screen and (max-width: 785px) {
    .modal-form input, .modal-form textarea {
        font-size: 16px
    }
}

@media only screen and (max-width: 785px) {
    .modal-form form {
        margin-top: 50px
    }
}

@media only screen and (max-width: 785px) {
    .modal-form .btn {
        margin-top: 30px
    }
}

.modal-form label {
    text-align: left
}

.heading--modal-form {
    margin: 20px 0;
    margin-bottom: 60px;
    max-width: 50%;
    text-align: left
}

@media only screen and (max-width: 1280px) {
    .heading--modal-form {
        max-width: 70%
    }
}

.form-close {
    position: fixed;
    right: 20px;
    top: 20px;
    height: 40px;
    width: 40px;
    border: 0;
    background: 0;
    cursor: pointer;
    outline: 0;
    z-index: 21
}

.form-close:after, .form-close:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #ff8200
}

.form-close:after {
    transform: rotate(45deg)
}

.form-close:before {
    transform: rotate(-45deg)
}

.social-menu {
    margin: 40px 0;
    margin-bottom: 0;
    padding: 0
}

.social-menu__list {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0
}

.social-menu__link {
    padding: 0;
    margin: 0 20px;
    transition: all 1.2s cubic-bezier(.175, .885, .32, 1.275)
}

.social-menu__link:nth-child(1) {
    animation-delay: .1s
}

.social-menu__link:nth-child(1) {
    animation-delay: 1s
}

.social-menu__link:nth-child(1) {
    animation-delay: 2s
}

.social-menu__link:hover {
    transform: translateY(-10px);
    animation-play-state: paused
}

/*.footer-link__vector {*/
/*    transition: ease .5s all;*/
/*    max-width: 100px;*/
/*    margin: auto;*/
/*    margin-top: 30px*/
/*}*/

/*.footer-link__vector img {*/
/*    width: 100%*/
/*}*/

/*@media (max-width: 600px) {*/
/*    .footer-link__vector {*/
/*        max-width: 30%*/
/*    }*/
/*}*/

/*@media (max-width: 480px) {*/
/*    .footer-link__vector {*/
/*        position: relative*/
/*    }*/
/*}*/

.heading-main__btn {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    height: 300px;
    width: 300px;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 1.2s cubic-bezier(.175, .885, .32, 1.275)
}

@media (min-width: 1200px) {
    .heading-main:hover .heading-main__btn {
        transform: translateY(-50%) translateX(-50%);
        opacity: 1
    }
}

.main-title {
    padding-bottom: 0
}

.icon-wrap--advantages {
    height: 150px
}

@media only screen and (max-width: 480px) {
    .icon-wrap--advantages {
        max-width: 60px;
        max-height: 60px;
        margin: auto;
        margin-bottom: 20px
    }
}

section.request {
    padding-top: 0
}

.request-wrap {
    display: flex;
    flex-wrap: wrap
}

.request-img {
    width: 50%
}

@media only screen and (max-width: 1030px) {
    .request-img {
        width: 100%;
        height: 810px
    }
}

@media only screen and (max-width: 600px) {
    .request-img {
        height: 500px
    }
}

@media only screen and (max-width: 400px) {
    .request-img {
        height: 400px
    }
}

.request-form-area {
    width: 50%;
    padding: 40px 50px;
    background-color: #f6f7fa
}

@media only screen and (max-width: 1030px) {
    .request-form-area {
        width: 100%;
        padding: 15px
    }
}

.request-form {
    display: flex;
    flex-direction: column;
    margin-top: 60px
}

.heading--request {
    max-width: 400px;
    margin: 0
}

.heading--request strong {
    font-weight: 900
}

.img-wrap--hover-request {
    background-size: cover;
    height: 100%
}

.whowe-first {
    padding-bottom: 0
}

@media (max-width: 480px) {
    .whowe-first {
        flex-direction: column;
        padding: 0
    }
}

.whowe-first.top {
    padding-top: 0;
    margin-bottom: -340px
}

@media (max-width: 1550px) {
    .whowe-first.top {
        margin-bottom: -200px
    }
}

@media (max-width: 1380px) {
    .whowe-first.top {
        margin-bottom: -100px
    }
}

@media (max-width: 785px) {
    .whowe-first.top {
        margin-bottom: 0
    }
}

@media (min-width: 1600px) {
    .whowe-first.bot {
        margin-bottom: -140px
    }
}

@media (max-width: 1380px) {
    .whowe-first.bot {
        margin-bottom: 0
    }
}

@media (max-width: 785px) {
    .whowe-first.bot {
        margin-bottom: 0
    }
}

@media (max-width: 480px) {
    .whowe-first.bot {
        flex-direction: column-reverse
    }
}

.whowe-first-item:first-child {
    width: 40%
}

@media (max-width: 992px) {
    .whowe-first-item:first-child {
        padding-right: 0;
        width: 50%
    }
}

@media (max-width: 480px) {
    .whowe-first-item:first-child {
        width: 100%
    }
}

.whowe-first-item:first-child .img-wrap {
    display: flex;
    justify-content: flex-start
}

.whowe-first-item:first-child.bot {
    width: 50%;
    padding-left: 20px
}

@media (max-width: 480px) {
    .whowe-first-item:first-child.bot {
        width: 100%;
        padding: 10px
    }
}

.whowe-first-item:last-child {
    width: 60%
}

@media (max-width: 992px) {
    .whowe-first-item:last-child {
        padding-left: 60px;
        width: 50%
    }
}

@media (max-width: 480px) {
    .whowe-first-item:last-child {
        width: 100%;
        padding: 10px
    }
}

.whowe-first-item:last-child.bot {
    width: 50%;
    padding-left: 100px
}

@media (max-width: 992px) {
    .whowe-first-item:last-child.bot {
        padding-left: 20px
    }
}

@media (max-width: 480px) {
    .whowe-first-item:last-child.bot {
        width: 100%;
        padding: 0
    }
}

.whowe-first-item-head {
    max-width: 80%;
    position: relative
}

.whowe-first-item-head.bot {
    max-width: 60%;
    margin-left: auto;
    margin-right: 100px
}

@media (max-width: 992px) {
    .whowe-first-item-head.bot {
        max-width: 90%;
        margin-right: 0
    }
}

@media (max-width: 480px) {
    .whowe-first-item-head.bot {
        width: 100%;
        max-width: 100%;
        margin: 0
    }
}

@media (max-width: 992px) {
    .whowe-first-item-head {
        max-width: 100%
    }
}

@media (max-width: 992px) {
    .whowe-first--bot {
        margin-bottom: 0
    }
}

@media (max-width: 480px) {
    .whowe-first--bot {
        flex-direction: column-reverse
    }
}

.whowe-brands {
    padding-bottom: 0
}

.whowe-brands-heading {
    padding-bottom: 0
}

.whowe-brands .brands-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%
}

@media (max-width: 480px) {
    .whowe-brands .brands-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
        justify-content: space-between
    }
}

.whowe-brands .brands-ico-wrap {
    flex-basis: 25%
}

@media (max-width: 480px) {
    .whowe-brands .brands-ico-wrap {
        margin-bottom: 20px;
        flex-basis: 33.3333333%;
        max-height: 50px;
        justify-self: center;
        align-self: center
    }

    .whowe-brands .brands-ico-wrap img {
        max-width: 80%;
        width: auto
    }
}

.whowe__btn {
    transition: all 1.2s cubic-bezier(.175, .885, .32, 1.275);
    transform: translateX(100%);
    opacity: 0;
    position: absolute;
    top: 50%;
    right: -10%
}

@media (min-width: 1200px) {
    .whowe-first-item-head:hover .whowe__btn {
        transform: translateX(0);
        opacity: 1
    }
}

.why-about-content {
    padding-top: 0;
    max-width: 1300px;
    position: relative;
    margin-bottom: 40px
}

@media only screen and (max-width: 785px) {
    .why-about-content {
        display: block;
        margin: 0;
        margin-bottom: 40px
    }
}

.no-padding {
    padding-top: 0;
    position: relative
}

.performance_decor {
    position: absolute;
    top: 240px;
    right: 40px;
    width: 80%;
    z-index: -1
}

@media only screen and (max-width: 785px) {
    .picture-2 {
        display: none
    }
}

.vert-slider {
    background-color: #f6f7fa;
    position: relative;
    height: 600px;
    overflow: hidden
}

@media only screen and (max-width: 785px) {
    .vert-slider {
        height: auto
    }
}

.vert-slider-wrap {
    position: relative
}

.vert-slider-heading {
    width: 30%
}

@media only screen and (max-width: 480px) {
    .vert-slider-heading {
        width: 70%
    }
}

.vert-slider-content {
    width: 50%;
    padding-right: 40px
}

@media only screen and (max-width: 480px) {
    .vert-slider-content {
        width: 100%;
        padding-right: 0
    }
}

.vert-slider-content p {
    font-size: 25px;
    margin-bottom: 60px;
    margin-top: 0
}

@media only screen and (max-width: 1280px) {
    .vert-slider-content p {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 480px) {
    .vert-slider-content p {
        font-size: 16px;
        margin-bottom: 30px
    }
}

.vertslider-decor {
    position: absolute;
    bottom: 40px;
    left: 20%
}

.swiper-pagination.slider__builets {
    top: 200px;
    right: 100px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    transition: ease .5s all
}

@media only screen and (max-width: 785px) {
    .swiper-pagination.slider__builets {
        flex-direction: row;
        bottom: 20px;
        left: 0;
        right: 0;
        margin: auto;
        top: inherit
    }
}

@media (max-width: 1660px) {
    .swiper-pagination.slider__builets {
        right: 20px
    }
}

.swiper-pagination.slider__builets .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    width: 20px
}

.swiper-pagination.slider__builets .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: ease .5s all
}

.swiper-pagination.slider__builets .swiper-pagination-bullet-active {
    background: #ff8200
}

.min-head-top {
    line-height: 1.1
}

.why-icons {
    padding: 70px 0;
    background-color: #f6f7fa
}

@media only screen and (max-width: 480px) {
    .why-icons {
        background-color: #fff;
        padding: 30px 0
    }
}

.why-icons-item {
    text-align: center;
    width: 25%
}

@media only screen and (max-width: 540px) {
    .why-icons-item {
        width: 100%;
        display: flex;
        align-items: center;
        text-align: left
    }
}

.why-icons__txt {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2
}

@media only screen and (max-width: 1100px) {
    .why-icons__txt {
        font-size: 20px
    }
}

@media only screen and (max-width: 768px) {
    .why-icons__txt {
        font-size: 18px;
        font-weight: 400
    }
}

.why-icons__ico {
    height: 85px
}

@media only screen and (max-width: 540px) {
    .why-icons__ico {
        width: 40px;
        margin-right: 15px
    }
}

.why-scale-top {
    margin-bottom: 25px
}

@media only screen and (max-width: 480px) {
    .why-scale-top {
        justify-content: space-between;
        padding: 10px 30px;
        margin-bottom: 0
    }
}

.why-scale-top b {
    font-size: 40px;
    margin-right: 30px;
    font-weight: 800;
    line-height: .9
}

@media only screen and (max-width: 480px) {
    .why-scale-top b {
        font-size: 30px
    }
}

.why-scale-top p {
    font-weight: 700;
    margin: 0;
    font-size: 30px;
    line-height: 1.3
}

@media only screen and (max-width: 480px) {
    .why-scale-top p {
        font-size: 18px
    }
}

.why-scale-content hr {
    opacity: .2
}

.why-scale-content__bot {
    font-size: 24px;
    max-width: 90%
}

@media only screen and (max-width: 480px) {
    .why-scale-content__bot {
        font-size: 18px
    }
}

.why-scale {
    background: #f6f7fa
}

.why-scale-icons {
    padding: 120px 0
}

@media only screen and (max-width: 480px) {
    .why-scale-icons {
        padding: 30px 0;
        justify-content: space-around
    }
}

.why-scale-icons-item {
    text-align: center
}

@media only screen and (max-width: 992px) {
    .why-scale-icons-item {
        width: 33.333333%
    }
}

@media only screen and (max-width: 480px) {
    .why-scale-icons-item {
        width: 50%
    }
}

.why-scale-icons .icon-wrap {
    height: 100px;
    margin-bottom: 30px
}

.why-scale-icons .icon-wrap img {
    height: 100%
}

@media only screen and (max-width: 480px) {
    .why-scale-icons .icon-wrap {
        max-width: 80px;
        max-height: 60px;
        margin: auto
    }
}

.why-scale-icons__txt {
    font-weight: 700;
    font-size: 24px
}

@media only screen and (max-width: 480px) {
    .why-scale-icons__txt {
        font-size: 18px;
        font-weight: 400
    }
}

.tabs-content-mobile {
    display: none
}

@media only screen and (max-width: 992px) {
    .tabs-content-desktop {
        display: none
    }
}

@media only screen and (max-width: 992px) {
    .tabs-content-mobile {
        display: block
    }
}

.why-market {
    position: relative
}

.why-market__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: -500px;
    width: 100%;
    z-index: -1
}

@media only screen and (max-width: 1600px) {
    .why-market__bg {
        top: -260px
    }
}

@media only screen and (max-width: 1100px) {
    .why-market__bg {
        top: -40px
    }
}

.eternperf {
    padding: 30px 15px
}

@media only screen and (max-width: 480px) {
    .eternperf {
        background-color: #f6f7fa;
        padding-bottom: 0
    }
}

.why-content-heading {
    width: 30%
}

@media only screen and (max-width: 480px) {
    .why-content-heading {
        width: 100%
    }
}

.why-content-list {
    width: 50%
}

@media only screen and (max-width: 480px) {
    .why-content-list {
        width: 100%;
        padding-left: 20px
    }
}

.btn-line.fixed {
    transform: translateY(-140%);
    margin-bottom: -100px
}

@media (max-width: 800px) {
    .btn-line.fixed {
        transform: translateY(0);
        margin-bottom: 0
    }
}

/*.anchor-menu__link.what span {*/
/*    bottom: 80px*/
/*}*/

/*@media (max-width: 650px) {*/
/*    .anchor-menu__link.what span {*/
/*        bottom: 0;*/
/*        top: 0;*/
/*        left: -30px*/
/*    }*/
/*}*/

.fixed-what-footer .footer-link-wrap {
    display: none
}

.btn-line__item.router-link-active {
    background: #ff8200
}

@media (max-width: 650px) {
    h2.footer__influence {
        font-size: 50px
    }
}

.tabs {
    box-sizing: content-box;
    transition: ease .5s all
}

.tabs-menu {
    margin-top: 5px;
    width: 60%;
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width: 480px) {
    .tabs-menu {
        width: 100%
    }
}

.tabs-menu__item {
    border: 0;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #a2b2c8;
    font-weight: 600;
    font-size: 24px;
    cursor: pointer;
    transition: ease .5s all;
    outline: 0
}

@media only screen and (max-width: 992px) {
    .tabs-menu__item {
        display: block;
        margin: 20px 0;
        width: 100%;
        text-align: left;
        position: relative
    }
}

@media only screen and (max-width: 480px) {
    .tabs-menu__item {
        margin: 0;
        padding-top: 30px
    }

    .tabs-menu__item:after {
        content: '+';
        position: absolute;
        right: 20px
    }
}

.tabs-menu__item:hover {
    color: #ff8200
}

.tabs-menu__item.active {
    color: #ff8200
}

@media only screen and (max-width: 480px) {
    .tabs-menu__item.active {
        display: block
    }

    .tabs-menu__item.active:after {
        content: '-'
    }
}

.tabs-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0
}

.tabs-content {
    position: relative
}

.tabs-content-item {
    width: 40%
}

@media only screen and (max-width: 480px) {
    .tabs-content-item {
        width: 100%
    }
}

.tabs-content__title {
    font-weight: 700;
    font-size: 30px
}

@media only screen and (max-width: 480px) {
    .tabs-content__title {
        font-size: 24px
    }
}

.tabs-content__txt {
    font-size: 24px;
    width: 90%
}

@media only screen and (max-width: 480px) {
    .tabs-content__txt {
        font-size: 16px
    }
}

.clients-area {
    height: 200px
}

@media only screen and (max-width: 480px) {
    .clients-area {
        display: none
    }
}

.campaing-control {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.campaing-control.top {
    padding-top: 90px
}

@media only screen and (max-width: 480px) {
    .campaing-control.top {
        padding-top: 20px
    }
}

.campaing-control-wrap {
    max-width: 950px;
    margin: auto
}

.campaing-control__item {
    width: 220px;
    height: 46px;
    border: 0;
    background-color: #000;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    transition: ease .5s all;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center
}

@media only screen and (max-width: 880px) {
    .campaing-control__item {
        width: 50%
    }
}

.campaing-control__item button {
    width: 100%;
    background: 0;
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    border: 0;
    display: block;
    height: 100%
}

.campaing-control__item button.active {
    background-color: #ff8200
}

@media only screen and (max-width: 480px) {
    .campaing-control__item button {
        font-size: 15px
    }
}

.campaing-control__item.active {
    background-color: #ff8200
}

.campaing-control__item:hover {
    background-color: #ff8200
}

.app-filter {
    padding: 0
}

.app-filter .title2 {
    margin: 0
}

@media only screen and (max-width: 480px) {
    .app-filter .title2 {
        padding: 40px 10px
    }
}

.filter-brands {
    flex-wrap: wrap;
    padding: 80px 0
}

@media only screen and (max-width: 480px) {
    .filter-brands {
        justify-content: flex-start;
        padding: 30px 0
    }
}

.filter-brands button {
    width: 20%;
    height: 42px;
    font-size: 21px
}

@media only screen and (max-width: 880px) {
    .filter-brands button {
        font-size: 15px;
        width: 25%
    }
}

@media only screen and (max-width: 480px) {
    .filter-brands button {
        width: 33.33333%
    }
}

@media only screen and (max-width: 480px) {
    .hover__item.hover__item--clients {
        font-size: 12px;
        width: 22%
    }
}

.apps-enter-to, .apps-leave-enter {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275)
}

.apps-enter, .apps-leave-to {
    transform: scale(.3);
    opacity: 0
}

.tabs-filter {
    overflow: hidden
}

.icon-area {
    min-height: 300px;
    transition: .5s
}

@media only screen and (max-width: 480px) {
    .icon-area {
        min-height: 200px
    }
}

button.campaing-control__item {
    outline: 0
}

.icon-area__1 .app-brands-item {
    width: 25%
}

.icon-area__1 .app-brands-item .icon-wrap {
    padding: 10px 10%
}

@media only screen and (max-width: 480px) {
    .icon-area__1 .app-brands-item {
        width: 26%
    }

    .icon-area__1 .app-brands-item .icon-wrap {
        height: 25px;
        padding: 0
    }

    .icon-area__1 .app-brands-item .icon-wrap img {
        width: auto;
        height: 100%
    }
}

.icon-area__2 .app-brands-item {
    width: 26%
}

.icon-area__2 .app-brands-item .icon-wrap {
    padding: 10px 10%
}

@media only screen and (max-width: 480px) {
    .icon-area__2 .app-brands-item {
        width: 26%
    }

    .icon-area__2 .app-brands-item .icon-wrap {
        height: 25px;
        padding: 0
    }

    .icon-area__2 .app-brands-item .icon-wrap img {
        width: auto;
        height: 100%
    }
}

.icon-area__3 .app-brands-item {
    width: 25%
}

.icon-area__3 .app-brands-item .icon-wrap {
    padding: 10px 10%
}

@media only screen and (max-width: 480px) {
    .icon-area__3 .app-brands-item {
        width: 26%
    }

    .icon-area__3 .app-brands-item .icon-wrap {
        height: 25px;
        padding: 0
    }

    .icon-area__3 .app-brands-item .icon-wrap img {
        width: auto;
        height: 100%
    }
}

.icon-area__4 .app-brands-item {
    width: 26%
}

.icon-area__4 .app-brands-item .icon-wrap {
    padding: 10px 10%
}

@media only screen and (max-width: 480px) {
    .icon-area__4 .app-brands-item {
        width: 26%
    }

    .icon-area__4 .app-brands-item .icon-wrap {
        height: 25px;
        padding: 0
    }

    .icon-area__4 .app-brands-item .icon-wrap img {
        width: auto;
        height: 100%
    }
}

.icon-area__5 .app-brands-item {
    width: 20%
}

.icon-area__5 .app-brands-item .icon-wrap {
    padding: 10px 10%
}

@media only screen and (max-width: 480px) {
    .icon-area__5 .app-brands-item {
        width: 26%
    }

    .icon-area__5 .app-brands-item .icon-wrap {
        height: 25px;
        padding: 0
    }

    .icon-area__5 .app-brands-item .icon-wrap img {
        width: auto;
        height: 100%
    }
}

.icon-area__6 .app-brands-item {
    width: 25%
}

.icon-area__6 .app-brands-item .icon-wrap {
    padding: 10px 10%
}

@media only screen and (max-width: 480px) {
    .icon-area__6 .app-brands-item {
        width: 50%
    }

    .icon-area__6 .app-brands-item .icon-wrap {
        height: 45px;
        padding: 0
    }

    .icon-area__6 .app-brands-item .icon-wrap img {
        width: auto;
        height: 100%
    }
}

.icon-area__7 .app-brands-item {
    width: 50%
}

.icon-area__7 .app-brands-item .icon-wrap {
    padding: 10px 10%
}

@media only screen and (max-width: 480px) {
    .icon-area__7 .app-brands-item {
        width: 100%
    }

    .icon-area__7 .app-brands-item .icon-wrap {
        height: 100px
    }

    .icon-area__7 .app-brands-item .icon-wrap img {
        width: auto;
        height: 100%
    }
}

.app-brands-item {
    width: 25%
}

.app-brands-item .icon-wrap {
    padding: 10px 10%
}

@media only screen and (max-width: 480px) {
    .app-brands-item {
        width: 26%
    }

    .app-brands-item .icon-wrap {
        height: 25px;
        padding: 0
    }

    .app-brands-item .icon-wrap img {
        width: auto;
        height: 100%
    }
}

.app1-brand-img {
    filter: grayscale(100%)
}

.what-say__next {
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 160px;
    z-index: 7
}

@media (max-width: 1200px) {
    .what-say__next {
        right: 0
    }
}

@media (max-width: 994px) {
    .what-say__next {
        bottom: -30px
    }
}

@media (max-width: 480px) {
    .what-say__next {
        right: inherit;
        left: 20px;
        bottom: -40px
    }
}

.what-say__next span {
    font-size: 24px
}

.what-say__next button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: 0;
    color: #ff8200;
    font-weight: 700;
    font-size: 20px;
    outline: 0;
    cursor: pointer
}

.what-say__next span {
    margin-right: 20px
}

.what-say__next img {
    animation: vector 3.5s linear infinite
}

.clients-say {
    position: relative
}

@media only screen and (max-width: 480px) {
    .clients-say {
        min-height: 550px
    }
}

.clients-say-heading {
    margin: 0;
    width: 25%
}

@media only screen and (max-width: 480px) {
    .clients-say-heading {
        width: 100%;
        margin-bottom: 40px
    }
}

.clients-say--wrap {
    position: relative
}

.clients-say-content {
    position: relative;
    z-index: 1
}

.clients-say-content__txt {
    font-size: 24px;
    margin-top: 0
}

@media only screen and (max-width: 480px) {
    .clients-say-content__txt {
        font-size: 18px
    }
}

.clients-say-content__autor {
    margin-top: 90px;
    font-size: 19px
}

.clients-say-content__autor strong {
    display: block
}

.clients-say-slider {
    width: 55%;
    z-index: 1;
    position: relative
}

@media only screen and (max-width: 480px) {
    .clients-say-slider {
        width: 95%
    }
}

.back-btn--clients-say {
    top: 250px;
    outline: 0;
    transition: all 1.2s cubic-bezier(.175, .885, .32, 1.275);
    display: none
}

@media only screen and (max-width: 480px) {
    .back-btn--clients-say {
        top: 300px
    }
}

@media (min-width: 1200px) {
    .back-btn--clients-say {
        opacity: 0;
        transform: translateX(-100%);
        display: block
    }
}

.clients-say:hover .back-btn--clients-say {
    opacity: 1;
    transform: translateX(0)
}

.swiper-pagination-bullet-active {
    background: #ff8200
}

@media (min-width: 1200px) {
    .swiper-pagination {
        display: none
    }
}

.clients-say-heading {
    margin: 0
}

.contacts-footer .btn-round img {
    display: none
}

.contacts-footer .btn-round:before {
    content: '';
    width: 25px;
    height: 45px;
    background-image: url(/img/foter-link-contact.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.contact-people-top {
    display: grid;
    grid-template-columns: repeat(24, [col] 1fr);
    grid-template-rows: repeat(24, [rows] 1fr)
}

.contact-people-top .img-wrap img {
    width: 100%
}

.contact-people-item {
    position: relative
}

.contact-people-item.top {
    grid-column: col 12/span 8;
    grid-row: row 1/span 8
}

.contact-people-item.bot {
    grid-column: col 5/span 8;
    grid-row: row 8/span 8
}

.contact-people-heading {
    position: absolute;
    bottom: -70px;
    font-size: 24px;
    font-weight: 700;
    max-width: 259px;
    line-height: 1.1;
    display: flex
}

@media only screen and (max-width: 992px) {
    .contact-people-heading {
        font-size: 2.2vw;
        justify-content: center;
        padding: 0 20px
    }
}

@media only screen and (max-width: 480px) {
    .contact-people-heading {
        bottom: -60px;
        max-width: 140px;
        font-size: 14px
    }
}

.contact-people-heading--right {
    right: -160px
}

@media only screen and (max-width: 780px) {
    .contact-people-heading--right {
        right: -120px
    }

    .contact-people-heading--right.contact-people-main {
        right: -80px
    }
}

@media only screen and (max-width: 480px) {
    .contact-people-heading--right {
        left: 0;
        right: 0;
        transform: translateX(70%)
    }

    .contact-people-heading--right.contact-people-main {
        left: 0;
        right: 0;
        transform: translateX(70%)
    }
}

.contact-people-heading--left {
    left: -160px
}

@media only screen and (max-width: 780px) {
    .contact-people-heading--left {
        left: -120px
    }

    .contact-people-heading--left.contact-people-main {
        left: -80px
    }
}

@media only screen and (max-width: 480px) {
    .contact-people-heading--left {
        left: 0;
        right: 0;
        transform: translateX(-70%)
    }

    .contact-people-heading--left.contact-people-main {
        left: 0;
        right: 0;
        transform: translateX(-50%)
    }
}

.contact-people-heading span {
    display: block;
    font-size: 16px;
    color: #a2b2c8;
    font-weight: 400;
    margin: 5px 0
}

@media only screen and (max-width: 992px) {
    .contact-people-heading span {
        font-size: 1.8vw
    }
}

@media only screen and (max-width: 480px) {
    .contact-people-heading span {
        font-size: 10px
    }
}

.contact-people-heading a {
    font-size: 16px;
    color: #ff8200;
    font-weight: 400;
    text-decoration: none
}

@media only screen and (max-width: 992px) {
    .contact-people-heading a {
        font-size: 1.8vw
    }
}

@media only screen and (max-width: 480px) {
    .contact-people-heading a {
        display: none
    }
}

.contact-people-other {
    display: grid;
    grid-template-columns: repeat(24, [col] 1fr)
}

.contact-people-other-item {
    position: relative
}

.contact-people-other-item:nth-child(1) {
    grid-column: col 12/span 8;
    grid-row: row 1/span 8
}

.contact-people-other-item:nth-child(2) {
    grid-column: col 7/span 8;
    grid-row: row 6/span 8
}

.contact-people-other-item:nth-child(3) {
    grid-column: col 12/span 8;
    grid-row: row 11/span 8
}

.contact-people-other-item:nth-child(4) {
    grid-column: col 7/span 8;
    grid-row: row 16/span 8
}

.contact-people-other-item:nth-child(5) {
    grid-column: col 12/span 8;
    grid-row: row 21/span 8
}

.contact-people-other-item:nth-child(6) {
    grid-column: col 7/span 8;
    grid-row: row 26/span 8
}

.contact-people-other-item:nth-child(7) {
    grid-column: col 12/span 8;
    grid-row: row 31/span 8
}

.contact-people-other-item:nth-child(8) {
    grid-column: col 7/span 8;
    grid-row: row 36/span 8
}

.contact-people-other-item:nth-child(9) {
    grid-column: col 12/span 8;
    grid-row: row 41/span 8
}

.contact-people-other-item:nth-child(10) {
    grid-column: col 7/span 8;
    grid-row: row 46/span 8
}

.contact-people-other-item:nth-child(11) {
    grid-column: col 12/span 8;
    grid-row: row 51/span 8
}

.contact-people-other-item:nth-child(12) {
    grid-column: col 7/span 8;
    grid-row: row 56/span 8
}

.contact-people-other-item:nth-child(13) {
    grid-column: col 7/span 8;
    grid-row: row 61/span 8
}

.contact-people-other-item:nth-child(14) {
    grid-column: col 7/span 8;
    grid-row: row 66/span 8
}

.contact-people-other-item:nth-child(15) {
    grid-column: col 7/span 8;
    grid-row: row 71/span 8
}

.contact-people-other-item:nth-child(16) {
    grid-column: col 7/span 8;
    grid-row: row 76/span 8
}

.contact-people-other-item:nth-child(17) {
    grid-column: col 7/span 8;
    grid-row: row 81/span 8
}

.contact-people-other-item:nth-child(18) {
    grid-column: col 7/span 8;
    grid-row: row 86/span 8
}

.contact-people-other-item:nth-child(19) {
    grid-column: col 7/span 8;
    grid-row: row 91/span 8
}

.contact-people-other-item:nth-child(20) {
    grid-column: col 7/span 8;
    grid-row: row 96/span 8
}

.request-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    background-color: #f6f7fa;
    padding: 10px
}

.request-title.top {
    align-items: flex-start;
    padding-top: 40px
}

@media only screen and (max-width: 575px) {
    .request-title.top {
        justify-content: flex-start;
        text-align: left
    }

    .btn-wrap {
        text-align: center
    }
}

@media only screen and (max-width: 480px) {
    .request-title.top .heading-content {
        max-width: 250px
    }
}

@media only screen and (max-width: 480px) {
    .request-title {
        width: 100%
    }
}

.request--contact .request-form-area {
    padding: 40px 10px;
    width: 50%
}

@media only screen and (max-width: 992px) {
    .request--contact .request-form-area {
        width: 60%
    }
}

@media only screen and (max-width: 575px) {
    .request--contact .request-form-area {
        width: 100%
    }
}

.request--contact .request-form {
    margin: 0
}

@media only screen and (max-width: 992px) {
    .request--contact .request-title {
        width: 40%
    }
}

@media only screen and (max-width: 575px) {
    .request--contact .request-title {
        width: 100%
    }
}

.contact-people {
    position: relative;
    background-size: cover;
    background-position: bottom center
}

.cart-control {
    display: flex;
    justify-content: flex-start
}

@media only screen and (max-width: 785px) {
    .cart-control {
        flex-direction: column
    }
}

.cart-control-item {
    padding: 20px 0;
    margin-right: 100px
}

@media only screen and (max-width: 785px) {
    .cart-control-item {
        margin-right: 0
    }
}

.cart-control-item span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #a2b2c8
}

.cart-control-item button {
    border: 0;
    background: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: #a2b2c8;
    transition: ease .5s all;
    cursor: pointer;
    margin-right: 100px;
    outline: 0
}

@media only screen and (max-width: 785px) {
    .cart-control-item button {
        margin-bottom: 25px;
        margin-right: 0;
        display: block
    }
}

.cart-control-item button:hover {
    color: #ff8200
}

.cart-control-item button.active {
    color: #ff8200
}

.cart-control-item a {
    color: #000;
    text-decoration: none;
    font-size: 18px
}

.adsbalance-map {
    height: 500px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px
}

.map__area {
    position: relative
}

.map__area #map {
    position: relative;
    z-index: 1;
    height: 400px;
    width: 100%;
    transition: ease .5s all
}

.map__area #map.hide {
    opacity: 0;
    visibility: hidden
}

.map__area #map2 {
    height: 400px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.start-jobs {
    position: relative;
    z-index: 1;
    justify-content: flex-start
}

/*.footer.gray {*/
/*    background-color: #f6f7fa*/
/*}*/

#startPage {
    position: relative
}

.start__bg {
    display: block;
    margin-left: auto;
    margin-right: 60px;
    position: absolute;
    top: 60px;
    max-width: 100%
}

.heading-main.join {
    margin: -90px 0
}

@media only screen and (max-width: 480px) {
    .heading-main.join {
        margin: 0
    }
}

.back-btn--start {
    top: -60px;
    right: -60px
}

@media only screen and (max-width: 480px) {
    .back-btn--start {
        bottom: -40px;
        right: 0;
        top: inherit
    }
}

.back-btn--start .next {
    font-size: 40px;
    font-weight: lighter
}

.start-jobs-item {
    max-width: 290px;
    position: relative;
    margin-right: 5%
}

.start-jobs-item-link {
    color: #ff8200;
    text-decoration: none
}

.start-jobs-item--action {
    cursor: pointer
}

.start-jobs-item h5 {
    color: #ff8200
}

.start-jobs-item--action p {
    transition: color .3s
}

.start-jobs-item--action p:hover {
    color: #ff8200
}

.start-jobs-item:last-of-type {
    margin-right: 0
}

.start-jobs-item h5 {
    font-size: 27px;
    margin-bottom: 10px
}

.start-jobs-item p {
    font-size: 21px
}

article.vacancy {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -20px;
    width: 60%;
    background-color: #fff;
    padding: 40px;
    padding-left: 120px;
    padding-right: 100px;
    overflow: auto;
    z-index: 20
}

@media only screen and (max-width: 1080px) {
    article.vacancy {
        padding: 40px
    }
}

@media only screen and (max-width: 785px) {
    article.vacancy {
        width: 80%
    }
}

@media only screen and (max-width: 480px) {
    article.vacancy {
        width: 100%;
        padding: 15px;
        right: 0
    }
}

.vacancy__title {
    font-size: 90px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 100px
}

@media only screen and (max-width: 1080px) {
    .vacancy__title {
        font-size: 60px
    }
}

@media only screen and (max-width: 480px) {
    .vacancy__title {
        font-size: 60px
    }
}

.vacancy__sub {
    font-size: 24px
}

.vacancy .list-item {
    margin-left: 40px;
    font-size: 15px;
    margin-bottom: 20px
}

.vacancy-end {
    margin-top: 80px;
    color: #728491;
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
    position: relative
}

.vacancy__close {
    position: fixed;
    right: 20px;
    top: 20px;
    height: 40px;
    width: 40px;
    border: 0;
    background: 0;
    cursor: pointer;
    outline: 0;
    z-index: 21
}

.vacancy__close:after, .vacancy__close:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #ff8200
}

.vacancy__close:after {
    transform: rotate(45deg)
}

.vacancy__close:before {
    transform: rotate(-45deg)
}

.apply-btn {
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.apply-btn .next {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #ff8200;
    color: #fff;
    font-size: 14px;
    border: 0;
    z-index: 1;
    cursor: pointer
}

.vacancy__form {
    display: flex;
    justify-content: flex-end
}

.vacancy__form .back-btn {
    position: relative;
    top: 0;
    margin-left: auto
}

@media (min-width: 1200px) {
    .back-btn--start {
        z-index: 2;
        opacity: 0;
        transform: translateX(100%);
        transition: all 1.2s cubic-bezier(.175, .885, .32, 1.275)
    }

    .start-jobs-item:hover .back-btn--start {
        z-index: 2;
        opacity: 1;
        transform: translateX(0)
    }
}

.vacancy__mail {
    font-size: 16px;
    margin-top: 30px
}

.vacancy__mail a {
    color: #ff8200
}

.map__btns-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (min-width: 1087px) {
    .map__btn-wrapper {
        max-width: none
    }
}

.error-404__img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 75px;
    max-height: 370px
}

.error-404__text {
    text-align: center;
    letter-spacing: .03em
}

.error-404__text--big {
    font-weight: 900;
    font-size: 25px;
    line-height: 32px
}

.error-404__text--bottom {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 30px
}

.error-404__link {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    box-sizing: border-box;
    background-color: #ff7f00;
    border-radius: 50px;
    border: 1px solid transparent;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: .03em;
    line-height: 31px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: background-color .3s, color .3s;
    margin-bottom: 50px
}

.error-404__link:hover {
    color: #ff7f00;
    background-color: transparent;
    border: 1px solid #ff7f00
}

@media (min-width: 481px) {
    .error-404__img {
        margin-top: 0
    }
}

/*.footer__link--pdf {*/
/*    display: table;*/
/*    margin: 0 auto;*/
/*    color: #728491;*/
/*    transition: color .3s*/
/*}*/

/*.footer__link--pdf:hover {*/
/*    color: #ff8200*/
/*}*/

.btn-line__pdf {
    width: 100%;
    margin-bottom: 35px;
    margin-top: 0;
    font-size: 16px;
    text-align: center;
    display: inline-block
}

.btn-line__pdf-link {
    color: #ff8200;
    text-decoration: none
}

/*.subscribe {*/
/*    display: none;*/
/*    position: fixed;*/
/*    width: 80%;*/
/*    max-width: 600px;*/
/*    max-width: 400px;*/
/*    overflow: auto;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    background-color: #f6f7fa;*/
/*    padding: 50px 40px;*/
/*    z-index: 50;*/
/*    text-align: center*/
/*}*/

/*.subscribe__close {*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    top: 15px;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    box-sizing: border-box;*/
/*    cursor: pointer;*/
/*    background-image: url(../img/main/close.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    background-position: center center;*/
/*    opacity: .7;*/
/*    transition: opacity .3s*/
/*}*/

/*.subscribe__close:hover {*/
/*    opacity: 1*/
/*}*/

/*@media (max-width: 500px) {*/
/*    .subscribe__close {*/
/*        right: 10px;*/
/*        top: 15px;*/
/*        font-size: 18px;*/
/*        width: 30px;*/
/*        height: 30px;*/
/*        padding: 0*/
/*    }*/
/*}*/

/*.subscribe__text {*/
/*    font-size: 30px;*/
/*    margin-top: 0;*/
/*    font-weight: 600;*/
/*    line-height: normal*/
/*}*/

/*.subscribe__text b {*/
/*    display: block;*/
/*    font-size: 40px*/
/*}*/

/*.subscribe__form {*/
/*    display: flex;*/
/*    flex-direction: column*/
/*}*/

/*.subscribe__input {*/
/*    text-align: center;*/
/*    width: 100%;*/
/*    border: 0;*/
/*    border-bottom: 1px solid #a2b2c8;*/
/*    background-color: transparent;*/
/*    min-height: 40px;*/
/*    font-size: 24px;*/
/*    color: #000;*/
/*    margin-bottom: 30px;*/
/*    resize: vertical;*/
/*    outline: 0*/
/*}*/

/*.subscribe__button {*/
/*    display: block;*/
/*    box-sizing: border-box;*/
/*    background: #ff8200;*/
/*    color: #fff;*/
/*    padding: 15px 30px;*/
/*    text-decoration: none;*/
/*    font-size: 20px;*/
/*    border: 1px solid #ff8200;*/
/*    border-radius: 50px;*/
/*    font-weight: 200;*/
/*    margin: 0 auto;*/
/*    cursor: pointer;*/
/*    outline: 0;*/
/*    transition: .3s*/
/*}*/

/*.subscribe__button:hover {*/
/*    background-color: transparent;*/
/*    color: #ff8200*/
/*}*/

/*@media (max-width: 400px) {*/
/*    .subscribe {*/
/*        padding: 35px 20px*/
/*    }*/

/*    .subscribe__text {*/
/*        font-size: 22px*/
/*    }*/
/*}*/

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

/*.side-form {*/
/*    position: fixed;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    width: 80%;*/
/*    height: 80%;*/
/*    max-height: 800px;*/
/*    max-width: 630px;*/
/*    background-color: #f6f7fa;*/
/*    padding: 40px 30px;*/
/*    overflow: auto;*/
/*    z-index: 20;*/
/*    display: none*/
/*}*/

/*.side-form--active {*/
/*    display: block*/
/*}*/

/*.side-form-area {*/
/*    width: 100%*/
/*}*/

/*.side-form__heading {*/
/*    font-size: 40px;*/
/*    font-weight: 500;*/
/*    text-align: center;*/
/*    line-height: normal;*/
/*    margin: 0;*/
/*    margin-bottom: 30px*/
/*}*/

/*.side-form__heading b {*/
/*    font-weight: 900*/
/*}*/

/*@media only screen and (min-width: 1080px) {*/
/*    .side-form {*/
/*        padding: 50px 90px*/
/*    }*/
/*}*/

/*.side-form__close {*/
/*    position: ABSOLUTE;*/
/*    right: 20px;*/
/*    top: 20px;*/
/*    height: 40px;*/
/*    width: 40px;*/
/*    border: 0;*/
/*    background: 0;*/
/*    cursor: pointer;*/
/*    outline: 0;*/
/*    z-index: 21*/
/*}*/

/*.side-form__close:after, .side-form__close:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    top: 10px;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: 3px;*/
/*    background: #c4c4c4*/
/*}*/

/*.side-form__close:after {*/
/*    transform: rotate(45deg)*/
/*}*/

/*.side-form__close:before {*/
/*    transform: rotate(-45deg)*/
/*}*/

/*.side-form__form {*/
/*    display: flex;*/
/*    justify-content: flex-end*/
/*}*/

/*.side-form form {*/
/*    display: flex;*/
/*    flex-direction: column*/
/*}*/

/*.heading--side {*/
/*    max-width: 400px;*/
/*    margin-bottom: 60px*/
/*}*/

/*.heading__hr--side {*/
/*    position: relative*/
/*}*/

/*.side-form__form .back-btn {*/
/*    position: relative;*/
/*    top: 0;*/
/*    margin-left: auto*/
/*}*/

/*@media (max-width: 480px) {*/
/*    .side-form {*/
/*        padding: 30px 15px*/
/*    }*/

/*    .side-form__heading {*/
/*        font-size: 20px*/
/*    }*/

/*    .side-form__close {*/
/*        right: 0;*/
/*        top: 15px*/
/*    }*/

/*    .btn {*/
/*        width: auto;*/
/*        padding: 15px 75px*/
/*    }*/
/*}*/

/*.form-overlay {*/
/*    position: fixed;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    top: 0;*/
/*    z-index: -10;*/
/*    opacity: 0;*/
/*    background-color: rgba(0, 0, 0, .8);*/
/*    overflow: hidden;*/
/*    transition: opacity .5s*/
/*}*/

/*.form-overlay--active {*/
/*    z-index: 10;*/
/*    opacity: 1*/
/*}*/

.contact-btn {
    padding: 15px 30px;
    font-size: 18px;
    width: auto;
    height: auto;
    transition: opacity 1s;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1
}

.contact-btn--showed {
    position: fixed;
    right: 20px;
    bottom: 20px;
    transition: opacity 1s;
    opacity: 1
}

@media (max-width: 768px) {
    .contact-btn {
        font-size: 0;
        width: 50px;
        height: 50px;
        border-radius: 0;
        background-color: transparent;
        background-image: url(../img/call.png);
        background-repeat: no-repeat;
        background-size: contain
    }
}

.widget {
    max-width: 960px;
    margin: 20px auto;
    padding: 0
}

.widget.widgets_wrapper {
    margin: 0 auto
}

.contact-btn--policy {
    font-size: 12PX;
    PADDING: 10PX;
    right: 20px;
    left: auto;
    width: auto;
    height: auto
}

@media (max-width: 768px) {
    .contact-btn--policy {
        font-size: 12px;
        padding: 10px
    }
}

.intro {
    padding-bottom: 0;
    max-width: 480px;
    margin: 0 auto
}

.intro__top-img {
    max-width: 100%
}

.intro__heading-img img, .intro__img, .intro__top-img img {
    max-width: 100%
}

.intro__top-img {
    margin-bottom: 15px
}

.intro__list {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    padding-left: 20px;
    list-style: none
}

.intro__item {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative
}

.intro__item:before {
    position: absolute;
    content: '';
    width: 7.5px;
    height: 7.5px;
    top: 18px;
    left: -20px;
    background-color: #ff8200;
    transform: rotate(45deg)
}

.intro__item:last-of-type {
    margin-bottom: 0
}

.intro__img {
    max-height: 370px;
    display: block;
    margin: 0 auto 40px
}

.intro__text--colored {
    font-weight: 800;
    font-size: 25px;
    color: #ff8200;
    margin: 0 0 20px
}

.intro__link-block {
    margin-bottom: 50px
}

.intro__link-block:last-of-type {
    margin-bottom: 75px
}

.intro__link-heading {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 20px
}

.intro__link-heading--b {
    font-weight: 900;
    display: block
}

.main-page-btn {
    border: 1px solid transparent;
    box-sizing: border-box;
    background-color: #ff8200;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    transition: color .3s, background-color .3s, border .3s
}

.main-page-btn:hover {
    border: 1px solid #ff8200;
    background-color: transparent;
    color: #ff8200
}

.main-page-btn:hover:before {
    opacity: 1
}

.main-page-btn:hover:after {
    opacity: 0
}

.intro__link {
    padding: 15px 80px 15px 30px;
    font-size: 21px
}

.intro__link:after, .intro__link:before {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/main/link-arrow.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 35px;
    height: 20px;
    transition: opacity .3s
}

.intro__link:before {
    background-image: url(../img/main/link-arrow-hov.png);
    opacity: 0
}

.intro__slider {
    padding: 50px 15px 0;
    background-color: #fff;
    box-shadow: 0 0 36.4936px rgba(95, 95, 95, .15);
    list-style: none;
    margin: 0
}

.intro__slider {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap
}

.intro__slider-item {
    width: 45%;
    text-align: center;
    margin-bottom: 50px
}

.intro__slider-img {
    max-width: 100%;
    max-height: 145px
}

.what {
    padding: 0
}

.what__top-block {
    background-color: #f6f7fa
}

.what__slider-container {
    padding-top: 50px;
    padding-bottom: 100px;
    margin-bottom: 50px;
    position: relative
}

.what__slider {
    overflow: hidden
}

.main-heading {
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 0
}

.what__slider-item .vert-slider-heading {
    width: 35%
}

.what__slider-heading {
    font-weight: 300
}

.vert-slider-content .slider__text {
    font-size: 500px;
    font-size: 26px
}

.what__slider-arrow {
    width: 70px;
    height: 70px;
    background-color: transparent;
    border-radius: 50%;
    border: none;
    background-color: #ff8200;
    background-image: url(../img/main/btn-arrow.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    background-position: center center;
    position: absolute;
    cursor: pointer;
    outline: 0
}

.what__slider-prev {
    right: 90px;
    transform: rotate(180deg);
    bottom: 10px
}

.what__slider-next {
    right: 15px;
    bottom: 10px
}

.what__list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none
}

.what__item {
    width: 45%;
    text-align: center
}

.what__img {
    margin-bottom: 10px
}

.what__list-img {
    height: 140px
}

.what__item-heading {
    font-weight: 900;
    font-size: 40px;
    margin: 0 auto 10px
}

.what__item-text {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 65px
}

@media (max-width: 400px) {
    .what__item-heading {
        font-size: 34px
    }

    .what__item-text {
        font-size: 20px
    }
}

.min-head-wrap--coll {
    margin-bottom: 50px
}

.main-page-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    transition: height .5s
}

.coll__list, .partners__list {
    height: 380px
}

.coll__item img, .partners__item img {
    max-width: 100%
}

.main-page-item {
    width: 45%;
    text-align: center;
    margin-bottom: 70px
}

.coll__btn {
    border: none;
    background-color: #e5e9ee;
    border-radius: 30px;
    max-width: 415px;
    font-weight: 300;
    font-size: 28px;
    color: #728491;
    padding: 15px 135px;
    display: table;
    margin: 0 auto;
    cursor: pointer;
    outline: 0
}

@media (max-width: 450px) {
    .coll__btn {
        font-size: 18px;
        padding: 10px 40px
    }
}

.video {
    max-width: 1100px;
    margin: 0 auto
}

.video__video {
    max-width: 100%
}

.main-form {
    background-image: url(../img/main/main-form-bg@mob.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.request-form-area--main {
    background-color: transparent
}

.main-form__heading {
    font-size: 40px;
    font-weight: 500;
    text-align: center
}

.main-form__heading strong {
    font-weight: 900
}

/*.footer__link-img {*/
/*    max-width: 100%;*/
/*    margin-bottom: 75px*/
/*}*/

.social-menu__svg circle {
    transition: fill .5s
}

.social-menu__svg:hover circle {
    fill: #ff8200
}

/*.footer__btn {*/
/*    font-size: 28px;*/
/*    padding: 8px 125px 8px 25px;*/
/*    display: table;*/
/*    margin: 0 auto*/
/*}*/

/*.footer__btn:after, .footer__btn:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 45px;*/
/*    height: 30px;*/
/*    background-image: url(../img/main/link-arrow.png);*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    -webkit-background-size: contain;*/
/*    background-size: contain;*/
/*    right: 20px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    transition: opacity .3s*/
/*}*/

/*.footer__btn:before {*/
/*    background-image: url(../img/main/link-arrow-hov.png);*/
/*    opacity: 0*/
/*}*/

@media (min-width: 1000px) {
    .intro {
        max-width: none
    }

    /*.header-logo {*/
    /*    margin-right: auto;*/
    /*    flex-grow: 1*/
    /*}*/

    /*.header-menu {*/
    /*    width: auto*/
    /*}*/

    /*.header-logo img {*/
    /*    max-height: 23px*/
    /*}*/

    .intro__top-block {
        position: relative;
        margin-bottom: 200px
    }

    .intro__top-img {
        position: absolute;
        top: 0;
        right: 0
    }

    .intro__top-img img {
        max-height: 350px
    }

    .intro__heading-img {
        position: relative;
        display: block;
        margin-bottom: 100px
    }

    .intro__heading-img img {
        max-height: 200px
    }

    .intro__item {
        font-weight: 500;
        font-size: 20px
    }

    .intro__block {
        display: flex;
        justify-content: space-around
    }

    .intro__img {
        max-height: 480px;
        margin: 0
    }

    .intro__link-block {
        margin-bottom: 80px
    }

    .intro__text--colored {
        font-size: 20px;
        margin-bottom: 10px
    }

    .intro__link-heading {
        font-size: 30px;
        margin-bottom: 30px
    }

    .intro__link {
        font-size: 20px;
        padding: 10px 80px 10px 30px
    }

    .intro__slider {
        max-width: 80%;
        margin: 0 auto;
        padding: 45px 90px;
        flex-wrap: nowrap;
        position: relative
    }

    .slick-track {
        display: flex !important;
        align-items: center
    }

    .intro__slider-item {
        outline: 0;
        margin: 0 25px
    }

    .intro__slider-img {
        max-height: none;
        padding: 0;
        margin: 0 auto
    }

    .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        font-size: 0;
        border: none;
        width: 13px;
        height: 27px;
        background-image: url(../img/main/intro-arrow.png);
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        outline: 0;
        cursor: pointer;
        opacity: .8;
        transition: opacity .3s
    }

    .slick-arrow:hover {
        opacity: 1
    }

    .slick-prev {
        left: 25px;
        transform: translateY(-50%) rotate(180deg)
    }

    .slick-next {
        right: 25px
    }

    .what {
        margin-top: -135px
    }

    .what__slider {
        max-height: 415px !important
    }

    .what__slider-container {
        padding-top: 200px;
        position: relative
    }

    .what__slider .what__slider-item .slider-text {
        font-size: 20px
    }

    .vert-slider-content .slider__text {
        font-size: 20px
    }

    .what__slider-next {
        transform: rotate(90deg)
    }

    .what__slider-prev {
        right: 15px;
        bottom: 90px;
        transform: rotate(270deg)
    }

    .what__item {
        width: 30%
    }

    .what__item-heading {
        font-size: 35px;
        margin-bottom: 10px
    }

    .what__item-text {
        font-size: 20px
    }

    .coll {
        padding-top: 30px;
        padding-bottom: 0
    }

    .coll__list {
        height: auto
    }

    .main-page-item {
        width: 30%
    }

    .coll__btn {
        display: none
    }

    .video {
        padding: 0
    }

    .main-form {
        padding: 65px 0 80px;
        background-image: url(../img/main/main-form-bg@desktop.jpg)
    }

    .request-form-area--main {
        margin: 0 auto
    }

    .main-heading strong {
        display: block
    }

    .min-head-wrap--coll {
        margin-bottom: 80px
    }
}

@media (min-width: 1200px) {
    .intro__top-img img {
        max-height: 440px
    }

    .main-page-item {
        width: 20%
    }
}

@media (min-width: 1280px) {
    /*.header-logo img {*/
    /*    max-height: 30px*/
    /*}*/

    /*.header-menu__link {*/
    /*    font-size: 16px*/
    /*}*/

    /*.anchor-menu__link {*/
    /*    font-size: 16px*/
    /*}*/

    /*.header__phone {*/
    /*    font-size: 22px*/
    /*}*/

    /*.header__lang {*/
    /*    font-size: 16px*/
    /*}*/

    .main-page-item {
        width: 20%
    }

    .slick-arrow {
        width: 18px;
        height: 36px
    }

    .intro__link-heading {
        font-size: 40px
    }

    /*.footer__link {*/
    /*    font-size: 24px;*/
    /*    font-weight: 300*/
    /*}*/
}

@media (min-width: 1500px) {
    .intro__heading-img img, .intro__img, .intro__top-img img {
        max-height: none
    }

    .intro__top-img {
        top: -30px;
        right: -60px
    }

    .intro__heading-img {
        display: block;
        margin-bottom: 50px
    }

    .intro__list {
        max-width: 450px
    }

    .intro__item {
        font-size: 24px
    }

    .intro__text--colored {
        font-size: 25px
    }

    intro__link-heading {
        font-size: 40px
    }

    .intro__link {
        font-size: 22px
    }

    .intro__block {
        margin-bottom: 150px
    }

    .what__slider-container {
        padding-top: 235px
    }

    .main-heading {
        font-size: 50px
    }

    .vert-slider-content .slider__text {
        font-size: 25px
    }

    .what__slider-container {
        margin-bottom: 100px
    }

    .what__slider .swiper-wrapper {
        position: relative
    }

    .what__slider-prev {
        right: 0;
        bottom: 30%
    }

    .what__slider-next {
        position: absolute;
        float: none;
        right: 0;
        bottom: 15%
    }

    .what__item-heading {
        font-size: 45px
    }

    .what__item-text {
        font-size: 25px;
        max-width: 250px;
        margin: 0 auto 65px
    }

    .main-form__heading {
        font-size: 50px
    }

    .request-btn {
        text-transform: none
    }
}

.lang-item {
    list-style: none
}

input:-internal-autofill-selected {
    background-color: transparent
}

article.vacancy {
    right: -100%;
    transition: right 1s
}

article.vacancy--open {
    right: 0
}

.vacancy__close {
    position: absolute
}

.input__error {
    border-bottom: 1px solid #ff8383
}

.input__error-label {
    color: #ff8383
}

/*.footer__link a {*/
/*    display: block*/
/*}*/