::-webkit-scrollbar {
    display: none
}
html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: HelveticaNeueCyr;
    font-display: swap;
    src: url("../assets/fonts/helveticaneuecyr_thin.otf");
}
@font-face {
    font-family: HelveticaNeueCyrBold;
    font-display: swap;
    src: url("../assets/fonts/HelveticaNeueCyr-Bold.eot"),
    url("../assets/fonts/HelveticaNeueCyr-Bold.ttf"),
    url("../assets/fonts/HelveticaNeueCyr-Bold.woff");
}
#scrollbar {
    position: fixed;
    right: 0;
    width: 14px;
    height: 100%;
    z-index: 1000;
    padding-top: 5px;
    padding-bottom: 5px;
    top: 0;
}

#scrollChild {
    padding-left: 4px;
    position: relative;
    width: 14px;
    height: 200px;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0;
}

#scrollChild div {
    position: relative;
    background-color: #326DFF;
    width: 6px;
    height: 200px;
    border-radius: 8px;
    cursor: pointer;
}

@media(orientation:portrait) {
    #scrollbar {
        width: 7px;
        padding-right: 3px;
    }

    #scrollChild div {
        width: 4px;
    }
}

@keyframes shadow {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes shadow_reverse {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.work {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0 0;
}

.work h4 {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px;
}

.hover-img {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 50px 0 0 0;
}

.hover-img * {
    box-sizing: border-box;
    transition: all 0.45s ease;
}

.hover-img:before,
.hover-img:after {
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 32px solid rgba(0, 0, 0, 0.5);
    border-bottom: 32px solid rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    transition: all 0.3s ease;
    z-index: 1;
    opacity: 0;
    transform: scaleY(2);
}

.hover-img img {
    vertical-align: top;
    width: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    height: 100%;
}

.hover-img div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1em;
    opacity: 0;
    z-index: 2;
    transition-delay: 0.1s;
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hover-img:hover:before,
.hover-img:hover:after {
    transform: scale(1);
    opacity: 1;
}

.hover-img:hover>img {
    opacity: 0.7;
}

.hover-img:hover div {
    opacity: 1;
}

.form>img {
    display: none;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e0e0e0;
    z-index: 1001;
}

.preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-bottom: 50px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    border-radius: 100%;
    animation: preloader-rotate 2s infinite linear;
    border: 1px solid #a13fde;

}

.preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #a13fde;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    animation: preloader-bounce 4s infinite ease-in-out;
}

.preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}

.preloader__item:first-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
        border: 1px solid #2c41d4;
    }
}

@keyframes preloader-bounce {

    0%,
    100% {
        transform: scale(2);
        transform: rotate(180deg);
        top: 5px;
        background-color: #2c41d4;
    }

    50% {
        transform: scale(2);
        transform: rotate(180deg);
        top: 5px;
        background-color: #a13fde;
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

body {
    background: #000;
    overflow-x: hidden;
}

header {
    width: 100%;
    margin: 0 0 60px 0;
    padding: 10px 0 0 0;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 90%;
    margin: auto;
}
header .container img {
    width: 140px;
    height: 50px;
}

header .barsWrap .bar1, header .barsWrap .bar2, header .barsWrap .bar3  {
    width: 35px;
    height: 3px;
    background-color: #fff;
    margin: 7px 0;
    transition: 0.4s;
}

header .barsWrap {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 10px;
    z-index: 4;
}

.header {
    position: relative;
    padding: 20px 0 0 0;
}

.header .animGlare {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    border-radius: 50%;
    z-index: -1;
}

.header .animGlare:nth-child(1) {
    top: 0;
    right: 150px;
    background: #7564b7;
    box-shadow: 0px 0px 40px 100px #7564b7;
    animation: glare1 10s infinite;
    filter: blur(50px);
}

.header .animGlare:nth-child(2) {
    background: #fd21be;
    box-shadow: 0px 0px 40px 100px #fd2cc2;
    top: 0;
    right: 0;
    animation: glare2 6s infinite;
    filter: blur(50px);
}

.header .animGlare:nth-child(3) {
    background: #46d8d5;
    box-shadow: 0px 0px 40px 100px #47eae0;
    top: 150px;
    right: 0;
    animation: glare3 10s infinite;
    filter: blur(50px);
}

.header .animGlare:nth-child(4) {
    background: #46d8d5;
    box-shadow: 0px 0px 40px 100px #47eae0;
    top: 150px;
    right: 0;
    animation: glare4 10s infinite;
    filter: blur(50px);
}

.header .animGlare:nth-child(5) {
    background: #0094ff;
    box-shadow: 0px 0px 40px 100px #0094ff;
    top: 150px;
    right: 0;
    animation: glare5 10s infinite;
    filter: blur(50px);
}

.header section .container {
    min-width: 90%;
}

.header section h1 {
    font-size: 1.7em;
    color: #fff;
    line-height: 1.4;
    font-family: HelveticaNeueCyrBold;
    font-weight: bold;
}

.header section h3 {
    color: #A6A6A6;
    font-size: 0.8em;
    margin: 10px 0 0 0;
    line-height: 1.4;
}

.working_mode {
    display: flex;
    justify-content: space-between;
    color: #fff;
    line-height: 1.3;
}

.working_mode_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.working_mode_item {
    margin: 0 5px;
    display: flex;
    flex-direction: column;
}

#working_mode_img {
    width: 30px;
    height: 30px;
    margin: 0px 5px;
}

.header section img {
    transform: rotate(4deg);
    animation: headImg 5s infinite;
}

.header section div:nth-child(1) {
    max-width: 430px;
}

section {
    padding: 50px 0 0 0;
    margin: 60px 0 0 0;
}

.header section button {
    margin: 20px 0 0 0;
    outline: none;
    height: 40px;
    border: none;
    background: #326DFF;
    border-radius: 10px;
    color: #fff;
    padding: 0 20px;
    width: 140px;
    cursor: pointer;
    font-family: HelveticaNeueCyrBold;
}

.header section button:hover {
    background: #034aff;
    transition: 0.3s;
}

.header section img:not(.header section img:first-child) {
    position: absolute;
}

@keyframes glare1 {
    0% {
        width: 80px;
        height: 80px;
    }

    25% {
        width: 90px;
        height: 100px;
    }

    50% {
        width: 80px;
        height: 100px;
    }

    75% {
        width: 90px;
        height: 70px;
    }

    100% {
        width: 80px;
        height: 80px;
    }
}

@keyframes glare2 {
    0% {
        width: 80px;
        height: 80px;
    }

    25% {
        width: 90px;
        height: 90px;
    }

    50% {
        width: 150px;
        height: 150px;
    }

    75% {
        width: 90px;
        height: 90px;
    }

    100% {
        width: 80px;
        height: 80px;
    }
}

@keyframes glare3 {
    0% {
        width: 80px;
        height: 80px;
    }

    25% {
        width: 70px;
        height: 100px;
    }

    50% {
        width: 100px;
        height: 60px;
    }

    75% {
        width: 70px;
        height: 100px;
    }

    100% {
        width: 80px;
        height: 80px;
    }
}

@keyframes glare4 {
    0% {
        width: 60px;
        height: 80px;
    }

    25% {
        width: 60px;
        height: 100px;
    }

    50% {
        width: 100px;
        height: 60px;
    }

    75% {
        width: 50px;
        height: 100px;
    }

    100% {
        width: 60px;
        height: 80px;
    }
}

@keyframes glare4 {
    0% {
        width: 40px;
        height: 80px;
    }

    25% {
        width: 40px;
        height: 100px;
    }

    50% {
        width: 100px;
        height: 10px;
    }

    75% {
        width: 50px;
        height: 40px;
    }

    100% {
        width: 40px;
        height: 80px;
    }
}

.header .mobMenuWrap {
    width: 250px;
    background: #fff;
    position: absolute;
    top: 15px;
    right: 5px;
    z-index: 3;
    border-radius: 10px;
    display: none;
    padding: 20px;
}

.colWrap_linkArrow {
    display: flex;
    justify-content: flex-start;
}

.header .mobMenuWrap p {
    font-size: 2em;
    font-family: HelveticaNeueCyrBold;
}

.header .mobMenuWrap a {
    color: #000;
    font-family: HelveticaNeueCyrBold;
}

.header .mobMenuWrap img {
    width: 25px;
    height: 25px;
}

.header .mobMenuWrap .colWrap {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

.header .mobMenuWrap .colWrap .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header .mobMenuWrap .colWrap .col {
    height: 200px;
    width: 60%;
}

.col_item {
    display: flex;
    justify-content: space-between;
    height: 50px;
}

.col.col_item>span {
    color: #a6a6a6;
    padding: 0 0 0 20px;
    margin: 5px 0 0 0;
}

.mob_icon {
    width: 28px;
    height: 28px;
    margin-right: 20px;
}

h2 {
    font-size: 1.5em;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: HelveticaNeueCyrBold;
}

h2 span {
    font-size: 0.5em;
    padding: 0 0 5px 0;
    color: #326DFF;
    font-family: HelveticaNeueCyr;
}

.benefits .container {
    width: 90%;
    margin: auto;
}

.benefits .list {
    width: 100%;
    margin: 40px 0 0 0;
    display: flex;
    flex-direction: column;
}

.benefits .list .col {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
}

.banefits_col_img {
    max-width: 400px;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.banefits_col_item {
    max-width: 400px;
    width: 100%;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.banefits_col_title {
    padding: 5px 10px;
    font-family: HelveticaNeueCyrBold;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 18px;
    border-left: 1px solid #47EAE0;
}

.cont_col_text {
    height: 100px;
    max-width: 380px;
    display: flex;
    justify-content: flex-start;
    padding: 0 12px;
}

.benefits .list .col p:not(.benefits .list .col p:last-child) {
    color: #fff;
}

.benefits .list .col p:nth-child(2) {
    padding: 0 0 0 8px;
}

.benefits .list .col img {
    width: 50px;
    height: 50px;
}

.benefits .list .col p:nth-child(2) {
    font-size: 1.7em;
}

.benefits .list .col p:last-child {
    color: #a6a6a6;
    width: 200px;
    line-height: 1.4;
    font-size: 1em;
    text-align: center;
    font-family: HelveticaNeueCyr;
}

.header section img:nth-child(2) {
    animation: item1 3s infinite;
}

.header section img:nth-child(3) {
    animation: item2 3s infinite;
}

.header section img:nth-child(4) {
    animation: item3 3s infinite;
}

@keyframes item1 {
    0% {
        transform: rotate(5deg);
    }

    25% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(5deg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(5deg);
    }
}

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

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    75% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

@keyframes item3 {
    0% {
        transform: rotate(5deg);
    }

    25% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(5deg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(5deg);
    }
}

.portfolio {
    margin: 60px 0 0 0;
}

.portfolio .container {
    width: 90%;
    margin: auto;
}

.portfolio button {
    margin: 30px 0 0 0;
    height: 50px;
    width: 150px;
    outline: none;
    border: 0;
    background: #212122;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-family: HelveticaNeueCyrBold;
}

.portfolio button:hover {
    background: #29292b;
    transition: 0.3s;
}

.portfolio .btnWrap {
    display: flex;
    justify-content: center;
}

.form {
    margin: 150px 0 0 0;
    position: relative;
}

.form .container {
    margin: auto;
    width: 90%;
}

.form h2 span {
    font-size: 0.45em;
    color: #a6a6a6;
    margin: 10px 0 0 0;
    line-height: 1.3;
    font-family: HelveticaNeueCyr;
    letter-spacing: 1px;
}

.form form {
    margin: 35px 0 0 0;
    display: flex;
    flex-direction: column;
}
.form form .error {
    border-bottom: 1px solid #ff3e3e;
}
.form form .error::placeholder {
    color: #ff3e3e;
}
.form form input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #a6a6a6;
    outline: none;
    height: 40px;
    color: #a6a6a6;
    padding: 8px 0 0 10px;
    letter-spacing: 1px;
    font-family: HelveticaNeueCyr;
}
form input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.form form input:not(.form form input:first-child) {
    margin: 50px 0 0 0;
}

footer {
    margin: 80px 0 0 0;
    background: #1E1F23;
    margin: 100px 0 0 0;
    position: relative;
}

footer .footer_img img {
    width: 140px;
    height: 50px;
}

.nav_menu {
    display: none;
}

.form input:nth-child(4) {
    outline: none;
    height: 40px;
    border: none;
    background: #326DFF;
    border-radius: 10px;
    color: #fff;
    padding: 0 20px;
    width: 140px;
    cursor: pointer;
    margin: 35px 0 0 0;
    font-size: 0.9em;
    cursor: pointer;
    letter-spacing: 1px;
    font-family: HelveticaNeueCyr;
}

.form input:nth-child(4):hover {
    background: #034aff;
    transition: 0.3s;
}

.footer_content {
    width: 90%;
    display: flex;
    flex-direction: column;
    color: #fff;
    margin: auto;
    text-align: center;
    justify-content: center;
    padding-bottom: 50px;
}

.footer_column {
    display: flex;
    flex-direction: column;
    margin: 100px 0 0 0;
}

.footer_title {
    max-width: 418px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.footer_title>span {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 24px;
    color: #fff;
    font-family: HelveticaNeueCyrBold;
}

.footer_column.left {
    max-width: 418px;
    display: flex;
    justify-content: space-around;
}

.foote_colum_content.left>p {
    font-size: 1.2em;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.4);
    padding: 20px 0;
    font-family: HelveticaNeueCyr;
}

.foote_colum_content.center {
    max-width: 418px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.foote_colum_content.center>ul {
    max-width: 418px;
    width: 100%;
    padding: 30px 0 0 0;
}

.foote_colum_content.center>ul>li {
    font-family: HelveticaNeueCyr;
    margin: 20px 0 0 0;
}

.foote_colum_content.center>ul>li>a {
    font-size: 1em;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.4);
    font-family: HelveticaNeueCyr;
}

.foote_colum_content.right {
    max-width: 418px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px 0 0 0;
}

.foote_colum_content.right>span {
    font-size: 1em;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.4);
    margin: 20px 0 0 0;
}

.foote_colum_content.right>span>a {
    font-size: 1em;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.4);
    font-family: HelveticaNeueCyr;
}

#span_footer_icon {
    opacity: 1;
}

.nav_footer_icon {
    opacity: 1;
    padding: 0 15px;
    width: 60px;
    height: 60px;
}
footer #copyright {
    height: 200px;
    background: #000;
}

@media (min-width: 280px) {

    /* >= 280px */
    .working_mode {
        font-size: 0.6em;
    }

    .benefits {
        padding: 100px 0 0 0;
    }

    .header section h1 {
        font-size: 1.3em;
    }

    .header section h3 {
        font-size: 0.6em;
        width: 100px;
    }

    .header section button {
        max-width: 250px;
        width: 100%;
    }

    .header .animGlare:nth-child(1) {
        box-shadow: 0px 0px 50px 60px #7665b7;
    }

    .header .animGlare:nth-child(2) {
        box-shadow: 0px 0px 50px 60px #4684d8;
    }

    .header .animGlare:nth-child(3) {
        box-shadow: 0px 0px 50px 60px #46d8d5;
    }

    .header .mobMenuWrap {
        padding: 10px;
    }

    .header section img:nth-child(2) {
        right: 90px;
        top: 92px;
        width: 45px;
        z-index: 2;
    }

    .header section img:nth-child(3) {
        right: 95px;
        top: 120px;
        width: 40px;
        z-index: 2;
    }

    .header section img:nth-child(4) {
        right: 0px;
        top: 118px;
        width: 15px;
        z-index: 2;
    }

    .header section img:nth-child(5) {
        right: 2px;
        top: 75px;
        width: 120px;
    }
}

@media (min-width: 320px) {

    /* >= 320px */
    .header section h1 {
        font-size: 1.5em;
    }

    .header section h3 {
        font-size: 0.7em;
        width: 120px;
    }

    .header .mobMenuWrap {
        width: 290px;
        padding: 20px;
    }

    .header section img:nth-child(2) {
        right: 105px;
        top: 100px;
        width: 45px;
        height: 50px;
    }

    .header section img:nth-child(3) {
        right: 113px;
        top: 130px;
        width: 40px;
        height: 45px;
    }

    .header section img:nth-child(4) {
        right: 5px;
        top: 125px;
        width: 15px;
        height: 44px;
    }

    .header section img:nth-child(5) {
        right: 10px;
        top: 85px;
        width: 125px;
    }
}

@media (min-width: 375px) {

    /* >= 375px */
    .header section h1 {
        font-size: 1.6em;
    }

    .header section h3 {
        width: 140px;
    }

    .header .mobMenuWrap {
        width: 300px;
    }

    .header section img:nth-child(2) {
        right: 135px;
        top: 90px;
        width: 60px;
        height: 60px;
    }

    .header section img:nth-child(3) {
        right: 145px;
        top: 125px;
        width: 50px;
        height: 55px;
    }

    .header section img:nth-child(4) {
        right: 5px;
        top: 125px;
        width: 20px;
        height: 50px;
    }

    .header section img:nth-child(5) {
        right: 10px;
        top: 70px;
        width: 165px;
    }


}

@media (min-width: 414px) {

    /* >= 414px */
    .working_mode {
        font-size: 0.7em;
    }

    .header section h3 {
        width: 150px;
    }

    .header section img:nth-child(2) {
        right: 155px;
        top: 85px;
        width: 65px;
        height: 65px;
    }

    .header section img:nth-child(3) {
        right: 165px;
        top: 130px;
        width: 55px;
        height: 60px;
    }

    .header section img:nth-child(4) {
        right: 5px;
        top: 120px;
        width: 22px;
        height: 65px;
    }

    .header section img:nth-child(5) {
        right: 5px;
        top: 60px;
        width: 200px;
    }

    h2 {
        font-size: 2em;
        width: 350px;
        margin: 0;
    }

    h2 span {
        font-size: 0.6em;
        text-align: left;
    }
}

@media (min-width: 540px) {

    /* >= 540px */
    .header section h1 {
        font-size: 1.7em;
    }

    .header section h3 {
        font-size: 0.8em;
        width: 200px;
    }

    .benefits .list {
        flex-direction: row;
    }

    .banefits_col_title {
        font-size: 1em;
    }

    .cont_col_text {
        max-width: 110px;
    }

    .header section img:nth-child(2) {
        right: 205px;
        top: 80px;
        width: 80px;
        height: 80px;
    }

    .header section img:nth-child(3) {
        right: 215px;
        top: 135px;
        width: 70px;
        height: 70px;
    }

    .header section img:nth-child(4) {
        right: 0px;
        top: 120px;
        width: 30px;
        height: 85px;
    }

    .header section img:nth-child(5) {
        right: 5px;
        top: 52px;
        width: 255px;
    }

    .benefits .list .col p:last-child {
        text-align: left;
    }

    .benefits .list .col img {
        width: 40px;
        height: 40px;
    }

    .benefits .list .col p:nth-child(2) {
        font-size: 1.5em;
    }

    .benefits .list .col p:last-child {
        font-size: 0.7em;
        width: 120px;
    }

    .footer_column.left {
        margin: 50px auto;
    }

    .footer_column.center {
        margin: 50px auto;
    }

    .footer_column.right {
        margin: 50px auto;
    }

    .footer_content {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {

    /* >= 768px */
    .cont_col_text {
        max-width: 300px;
    }

    .banefits_col_title {
        font-size: 1.3em;
    }

    .hover-img {
        width: 300px;
        margin: 30px 0 0 30px;
        height: 200px;
    }

    .form>img {
        display: block;
        position: absolute;
        z-index: -1;
    }

    #footerGlare1 {
        width: 600px;
        right: 0;
        bottom: -150px;
        transform: rotate(180deg);
    }

    #footerGlare2 {
        width: 500px;
        right: 0;
        bottom: -200px;
        transform: rotate(180deg);
    }

    #footerGlare3 {
        width: 400px;
        right: 0;
        bottom: -250px;
    }

    #footerGlare4 {
        width: 350px;
        right: 0;
        bottom: -300px;
    }

    .header section {
        padding: 50px 0 0 0;
    }

    .header section h1 {
        font-size: 2.2em;
    }

    .header section h3 {
        font-size: 0.9em;
        width: 240px;
    }

    .header .animGlare:nth-child(1) {
        box-shadow: 0px 0px 150px 190px #7665b7;
    }

    .header .animGlare:nth-child(2) {
        box-shadow: 0px 0px 150px 190px #4684d8;
    }

    .header .animGlare:nth-child(3) {
        box-shadow: 0px 0px 150px 190px #46d8d5;
    }

    .header .mobMenuWrap {
        width: 350px;
    }

    .header section img:nth-child(2) {
        right: 320px;
        top: 75px;
        width: 110px;
        height: 110px;
    }

    .header section img:nth-child(3) {
        right: 325px;
        top: 145px;
        width: 110px;
        height: 110px;
    }

    .header section img:nth-child(4) {
        right: 0px;
        top: 120px;
        width: 50px;
        height: 140px;
    }

    .header section img:nth-child(5) {
        right: 15px;
        top: 30px;
        width: 385px;
    }

    .form h2 span {
        width: 500px;
    }

    .form form input {
        width: 500px;
    }

    .form input:nth-child(4) {
        width: 500px;
    }

    .footer_content {
        flex-direction: row;
        text-align: left;
    }

    .foote_colum_content.left>p {
        width: 250px;
    }

    .footer_img {
        margin: 40px 0 0 0;
    }

    .foote_colum_content.center>ul {
        max-width: 418px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding: 20px 0 15px 0;
    }

    .foote_colum_content.right {
        max-width: 418px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding: 20px 0 15px 0;
    }
}

@media (min-width: 820px) {

    /* >= 820px */
    .hover-img {
        width: 330px;
    }

    .header section h1 {
        font-size: 2.4em;
    }

    .header section img:nth-child(2) {
        right: 345px;
        top: 90px;
        width: 130px;
        height: 130px;
    }

    .header section img:nth-child(3) {
        right: 355px;
        top: 175px;
        width: 120px;
        height: 120px;
    }

    .header section img:nth-child(4) {
        right: 0px;
        top: 150px;
        width: 60px;
        height: 140px;
    }

    .header section img:nth-child(5) {
        right: 5px;
        top: 30px;
        width: 435px;
    }
}

@media (min-width: 1024px) {

    /* >= 1024px */
    .hover-img {
        width: 460px;
        height: 300px;
    }

    .working_mode {
        font-size: 0.9em;
    }

    @keyframes glare1 {
        0% {
            width: 80px;
            height: 80px;
        }

        25% {
            width: 140px;
            height: 150px;
        }

        50% {
            width: 80px;
            height: 100px;
        }

        75% {
            width: 90px;
            height: 70px;
        }

        100% {
            width: 80px;
            height: 80px;
        }
    }

    @keyframes glare2 {
        0% {
            width: 80px;
            height: 80px;
        }

        25% {
            width: 90px;
            height: 90px;
        }

        50% {
            width: 150px;
            height: 150px;
        }

        75% {
            width: 90px;
            height: 90px;
        }

        100% {
            width: 80px;
            height: 80px;
        }
    }

    @keyframes glare3 {
        0% {
            width: 80px;
            height: 80px;
        }

        25% {
            width: 70px;
            height: 100px;
        }

        50% {
            width: 160px;
            height: 100px;
        }

        75% {
            width: 70px;
            height: 100px;
        }

        100% {
            width: 80px;
            height: 80px;
        }
    }

    @keyframes glare4 {
        0% {
            width: 80px;
            height: 80px;
        }

        25% {
            width: 70px;
            height: 100px;
        }

        50% {
            width: 160px;
            height: 100px;
        }

        75% {
            width: 70px;
            height: 100px;
        }

        100% {
            width: 80px;
            height: 80px;
        }
    }

    @keyframes glare5 {
        0% {
            width: 80px;
            height: 80px;
        }

        25% {
            width: 70px;
            height: 100px;
        }

        50% {
            width: 160px;
            height: 100px;
        }

        75% {
            width: 70px;
            height: 100px;
        }

        100% {
            width: 80px;
            height: 80px;
        }
    }

    .header header .container {
        width: 1000px;
    }

    .header .animGlare:nth-child(1) {
        box-shadow: 0px 0px 200px 300px #7665b7;
        top: 0;
        right: 250px;
    }

    .header .animGlare:nth-child(2) {
        box-shadow: 0px 0px 110px 180px #4684d8;
    }

    .header .animGlare:nth-child(3) {
        box-shadow: 0px 0px 110px 180px #46d8d5;
        top: 250px;
        right: 0;
    }

    .header section .container {
        min-width: 1000px;
    }

    .header section h1 {
        font-size: 4em;
    }

    .header section h3 {
        font-size: 1em;
        width: 280px;
    }

    .header section img {
        width: 550px;
        height: 480px;
    }

    .header section button {
        width: 170px;
        height: 50px;
        font-size: 0.95em;
    }

    .header section .container div:last-child {
        margin: 0 20px 0 0;
    }

    .header section img:nth-child(2) {
        right: 435px;
        top: 110px;
        width: 190px;
        height: 190px;
    }

    .header section img:nth-child(3) {
        right: 455px;
        top: 220px;
        width: 170px;
        height: 170px;
    }

    .header section img:nth-child(4) {
        right: 10px;
        top: 205px;
        width: 70px;
        height: 190px;
    }

    .header section img:nth-child(5) {
        right: 10px;
        top: 40px;
        width: 575px;
        height: 500px;
    }

    .header .animGlare:nth-child(4) {
        top: 250px;
        right: 20px;
        animation: glare4 10s infinite;
        filter: blur(50px);
    }

    .header .animGlare:nth-child(5) {
        top: 150px;
        right: 200px;
        animation: glare5 10s infinite;
        filter: blur(50px);
    }

    .benefits .container {
        width: 1000px;
    }

    .barsWrap {
        display: none;
    }

    .ulWidth {
        display: flex;
        width: 500px;
        justify-content: space-between;
    }

    .ulWidth li a {
        color: rgba(255, 255, 255, 0.7);
        font-family: HelveticaNeueCyr;
        letter-spacing: 1px;
    }
    .nav_menu {
        width: 100%;
        align-items: center;
        display: flex;
    }
    .nav_menu #icoWrap {
        width: 65px;
        padding: 10px 0 0 0;
        display: flex;
        justify-content: space-between;
        margin: 0 0 0 8px;
    }
    .nav_menu #icoWrap img {
        width: 28px;
        height: 28px;
    }
    .nav_menu div {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0 0 0 20px;
    }
    .nav_menu div ul:last-child {
        line-height: 35px;
        width: 280px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav_menu div ul:last-child button {
        width: 200px;
        height: 45px;
        background: #fff;
        border-radius: 10px;
        border: 0;
        font-family: HelveticaNeueCyrBold;
        font-weight: bold;
        font-size: 1.12em;
        cursor: pointer;
    }
    .benefits .list .col img {
        width: 50px;
        height: 50px;
        margin: 5px 12px;
    }

    .benefits .list .col p:nth-child(2) {
        font-size: 1.7em;
    }

    .benefits .list .col p:last-child {
        font-size: 1em;
        width: 200px;
        padding: 0;
    }

    .portfolio .container {
        width: 1000px;
    }

    .portfolio button {
        width: 180px;
    }

    .form .container {
        width: 1000px;
    }

    footer .container {
        width: 1000px;
    }

    .footer_content {
        width: 1000px;
        justify-content: space-between;
    }

    .foote_colum_content.left>p {
        width: 350px;
    }

    .working_mode {
        width: 440px;
    }

    footer .animGlare:nth-child(1) {
        box-shadow: 0px 0px 200px 300px #7665b7;
        top: 0;
        right: 250px;
    }

    footer .animGlare:nth-child(2) {
        box-shadow: 0px 0px 110px 180px #4684d8;
    }

    footer .animGlare:nth-child(3) {
        box-shadow: 0px 0px 110px 180px #46d8d5;
        top: 250px;
        right: 0;
    }

    footer .animGlare:nth-child(4) {
        top: 250px;
        right: 20px;
        animation: glare4 10s infinite;
        filter: blur(50px);
    }

    footer .animGlare:nth-child(5) {
        top: 150px;
        right: 200px;
        animation: glare5 10s infinite;
        filter: blur(50px);
    }
    .benefits {
        padding: 150px 0 0 0;
    }
    .portfolio {
        margin: 170px 0 0 0;
    }
}

@media (min-width: 1280px) { /* >= 1280px */
    .hover-img {
        width: 570px;
        height: 360px;
    }

    .header header .container {
        width: 1200px;
    }

    .header section .container {
        min-width: 1200px;
    }

    .benefits .container {
        width: 1200px;
    }

    .portfolio .container {
        width: 1200px;
    }

    .form .container {
        width: 1200px;
    }

    .footer_content {
        min-width: 1300px;
    }
    .form {
        padding: 120px 0 0 0;
    }
    .nav_menu div ul:last-child {
        width: 320px;
    }
    .nav_menu div li button {
        width: 230px;
    }
    .nav_menu div ul:last-child button {
        width: 220px;
    }
    .nav_menu #icoWrap {
        width: 70px;
        margin: 0;
    }
    footer #copyright {
        height: 80px;
        background: #000;
    }
}

@media (min-width: 1680px) {
    /* >= 1680px */
    .hover-img {
        width: 750px;
        margin: 40px 0 0 40px;
        height: 480px;
    }

    #footerGlare3 {
        height: 800px;
    }
    #footerGlare4 {
        height: 500px;
    }

    .form {
        padding: 200px 0 0 0;
    }

    #footerGlare1 {
        width: 800px;
        right: 0;
        bottom: -150px;
        transform: rotate(180deg);
    }

    #footerGlare2 {
        width: 700px;
        right: 0;
        bottom: -200px;
        transform: rotate(180deg);
    }

    #footerGlare3 {
        width: 600px;
        right: 0;
        bottom: -250px;
    }

    #footerGlare4 {
        width: 450px;
        right: 0;
        bottom: -300px;
    }

    .header header .container {
        width: 1600px;
    }

    .header section .container {
        min-width: 1600px;
    }

    .benefits .container {
        width: 1600px;
    }

    .portfolio .container {
        width: 1600px;
    }

    .form .container {
        width: 1600px;
    }

    .footer_content {
        min-width: 1700px;
    }

    .nav_menu>div>li>a {
        font-size: 1.3em;
    }
    .ulWidth a {
        font-size: 1.25em;
    }
    .ulWidth {
        width: 700px;
    }
    header .container img, footer .footer_img img {
        width: 170px;
    }
}

@media (max-width:870px) {
    .working_mode {
        flex-direction: column;
        align-items: baseline;
    }
}

/* max width 980px */
@media (max-width:980px) {
    .header section div:nth-child(1) {
        max-width: 800px;
        width: 100%;
        padding: 0 20px;
    }

    .header section img {
        display: none;
    }

    .header section h3 {
        font-size: 1.2em;
        max-width: 700px;
        width: 100%;
    }

    #working_mode_img {
        display: flex;
    }

    .working_mode {
        max-width: 800px;
        justify-content: flex-start;
    }

    .working_mode_inner {
        margin: 20px 0 0 0;
    }
}

/* max width 550px */
@media (max-width:550px) {
    .footer_title {
        justify-content: center;
    }

    .banefits_col_img {
        align-items: center;
    }

    .banefits_col_item {
        align-items: center;
    }

    .cont_col_text {
        justify-content: center;
    }
}