/*clearfix*/
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
::selection {
    background: #20F5A9; /* Safari */
    }
::-moz-selection {
    background: #20F5A9; /* Firefox */
    }

/*fonts*/
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/montserrat-light.ttf') format('opentype')/*,
         url('fonts/Montserrat/montserrat-light.woff') format('woff'),
         url('fonts/Montserrat/montserrat-light.ttf') format('truetype')*/;
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/montserrat-regular.ttf') format('opentype')/*,
         url('fonts/Montserrat/montserrat-regular.woff') format('woff'),
         url('fonts/Montserrat/montserrat-regular.ttf') format('truetype')*/;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/montserrat-medium.otf') format('opentype')/*,
    url('fonts/Montserrat/montserrat-medium.woff2') format('woff2'),
    url('fonts/Montserrat/montserrat-medium.ttf') format('truetype')*/;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/montserrat-semibold.otf') format('opentype')/*,
    url('fonts/Montserrat/montserrat-semibold.woff') format('woff'),
    url('fonts/Montserrat/montserrat-semibold.ttf') format('truetype')*/;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MercuryDisplay';
    src: url('fonts/Montserrat/montserrat-bold.otf') format('opentype')/*,*/
         /*url('fonts/Montserrat/montserrat-bold.woff2') format('woff2'),
         url('fonts/Montserrat/montserrat-bold.ttf') format('truetype')*/;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    font-family: 'Montserrat', Verdana, Arial, sans-serif;
    line-height: 1.125;
    font-size: 24px;
    color: #fff;
    min-width: 320px;
    font-style: normal;
    font-weight: 100;
    background: #0b0c10;
    /*
    cursor: url(../images/assets/cursor.png) 12 12, 
            url(../images/assets/cursor.cur) 12 12, 
            default; */
}

body.workpage h2 {margin-bottom: 35px;}
@media (max-width: 568px) {
    body.workpage h2 {margin-bottom: 15px;}
}

body.widepage .swiper-container_slide .text-container,
.workpage .swiper-container_slide .text-container {
    width: 100%;
    max-width:none;
}
body.widepage .swiper-container_slide .swiper-slide {display: block;}
.workpage .swiper-container_slide .text-container {
    width: 90.3%;
    max-width:none;
}
@media (max-width: 991px) {
    .workpage .swiper-container_slide .text-container {
        width: 100%;
    }
}
a {
    color: #20F5A9;/*
    cursor: url(../images/assets/cursor.png) 12 12, 
            url(../images/assets/cursor.cur) 12 12, 
            default;*/
}

a:hover {
    color: #20F5A9; /*
    cursor: url(../images/assets/cursor_hover.png) 25 25, 
            url(../images/assets/cursor_hover.cur) 25 25, 
            none;*/
}

.container {
    padding-left: 153px;
    padding-right: 153px;
    margin: 0 auto;
    width: 100%;
}
    @media (max-width: 991px) {
        .container {
            /*padding-left: 30px;
            padding-right: 30px;*/
        }
    }
    @media (max-width: 576px) {
        body {
            /*font-size: 16px;
            line-height: 1.2;*/
        }
    }


input {
    -webkit-appearance: none;
    border-radius: 0;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.wow {
    visibility: hidden;
}
.linkwhite a {color: #fff;}
.linkwhite a:hover {color: #20F5A9;}

/*Icon*/
.icon {
    display: inline-block;
    vertical-align: top;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.icon svg {
    vertical-align: top;
    max-width: 100%;
}
.icon_arrow-next {
    position: relative;
    animation: 2.5s linear 3s infinite down-animation;
}
.swiper-button-next:hover {
    border-color: #20F5A9;
}
.swiper-button-next:hover path {
    fill: #20F5A9
}
.swiper-button-next:hover .icon_arrow-next {
    animation-play-state: paused;
    top: 0;
    opacity: 1;
}
.swiper-button-next:focus {
    border-color: #fff;
}
.swiper-button-next:focus path {
    fill: #fff
}
.swiper-button-next:focus .icon_arrow-next {
    animation-play-state: unset;
    top: auto;
    opacity: 1;
}
@keyframes down-animation {
    0% {
        top: 0;
        opacity: 1;
    }
    35% {
        top: 12px;
        opacity: 0;
    }
    36% {
        top: -6px;
        opacity: 0;
    }
    50% {
        top:0;
        opacity:1;
    }
    100% {
        top:0;
        opacity:1;
    }
}
.icon_arrow-next svg {
    vertical-align: middle;
    width: 20px;
}
.icon_line {
    width: 10px;
    height: 11px;
    border-top: 1px solid #fff;
    position: relative;
    margin-top: 7px;
    margin-left: 1px;
}
.icon_social {
    display: inline-block;
    vertical-align: top;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../images/assets/ico-social.svg);

    width: 29px;
    height: 30px;
    position: relative;
    margin-top: 7px;
    margin-left: 1px;
}

.icon_social.ico-teleg {
    background-position: 0 0;
}
.icon_social.ico-vk {
    background-position: -35px 0;
}
.icon_social.ico-behance {
    background-position: -69px 0;
}
.icon_social.ico-teleg:hover {
    background-position: 0 -37px;
}
.icon_social.ico-vk:hover {
    background-position: -35px -37px;
}
.icon_social.ico-behance:hover {
    background-position: -69px -37px;
}

@keyframes menu-animation {
    0% {
        width:10px;
        opacity:1;
    }
    5%{
        opacity:0;
        width:10px;
    }
    10%{
        width:0;
        opacity:0;
    }
    50%{
        width:0;
        opacity:0;
    }
    55%{
        width:10px;
        opacity:0;
    }
    60%{
        width:10px;
        opacity:1;
    }
    100%{
        width:10px;
        opacity:1;
    }
}
.icon_line:after,
.icon_line:before {
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    position: absolute;
}
.icon_line:before {
    top: 3px;
}
.icon_line:after {
    top: 7px;
}


/*Link*/
a {
    transition: color, background 0.3s;
    outline: none !important;
}
a:hover {
    text-decoration: none;
}


/*Text*/
.h1, .h2 {
    font-weight: 600;
    font-size: 98px;
    line-height: 0.92;
    margin-bottom: 19px;
    color: #fff;
}
.h3 {
    font-weight: 100;
    font-size: 48px;
    line-height: 0.9;
    margin-bottom: 14px;
}
.title {
    line-height: 1.3;
    font-size: 24px;
    margin-bottom: 29px;
    opacity: 0.8;
}
.title + .btn_none-border {
    margin-top: -20px;
}
.text_center {
    text-align: center;
}
.text_bold {
    font-weight: 700;
}


/*Button*/
.btn {
    display: inline-block;
    font-weight: 200;
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    line-height: 1;
    height: 52px;
    color: #20F5A9;
    background: transparent;
    padding: 14px 20px 14px;
    border: 1px solid #20F5A9;
    box-sizing: border-box;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.5px;
}
.btn .icon path {
    transition: fill 0.15s ease-in-out
}
.btn:hover,
.btn:focus {
    text-decoration: none;
    background: #20F5A9;
    border-color: #20F5A9;
    color: #fff;
}
.btn:hover path,
.btn:focus path {
    fill: #fff;
}
.btn:focus,
.btn.focus {
    outline: 0;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn_whitefull,
.btn_whitefull:focus {
    color: #0B0D10;
    border: 1px solid #fff;
    background: #fff;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.btn_whitefull:hover {
    text-decoration: none;
    background: #20F5A9;
    border-color: #20F5A9;
    color: #fff;
}
.btn_white,
.btn_white:focus {
    color: #fff;
    border: 1px solid #fff;
    background: none;
}
.btn_white:hover {
    text-decoration: none;
    background: #20F5A9;
    border-color: #20F5A9;
    color: #fff;
}
.btn_green,
.btn_green:focus {
    color: #1F2345;
    border: 1px solid #fff;
    background: #20F5A9;
    border-color: #20F5A9;
}
.btn_green:hover {
    text-decoration: none;
    background: none;
    border-color: #20F5A9;
    color: #20F5A9;
}
.btn_whitetblack,
.btn_whitetblack:focus {
    color: #fff;
    border: 1px solid #fff;
    background: none;
}
.btn_whitetblack:hover {
    text-decoration: none;
    background: #fff;
    border-color: #fff;
    color: #000;
}
.btn_bg_white {
    font-size: 22px;
    color: #0A0B0F;
    padding: 14px 20px 14px;
    border: 1px solid #cececf;
}
.btn_dark {
    color: #fff;
    border: 1px solid #1F2345;
    background: #1F2345;
}
.btn_dark:hover {
    color: #1F2345;
    border: 1px solid #1F2345;
    background: #fff;
}
.btn_none-border {
    border: none;
    padding: 0 !important;
    height: auto !important;
}
.btn_none-border:hover,
.btn_none-border:focus {
    background: none;
}
.btn_none-border .icon_arrow {
    margin-top: 7px;
    margin-left: -3px;
}
.btn_close {
    height: auto !important;
    border: none;
    position: absolute;
    top: 35px;
    right: 30px;
    padding: 0 !important;
    z-index: 10;
}
.btn_close:hover, 
.btn_close:focus {
    background: none;
}
.btn_close:hover path,
.btn_close:focus path {
    fill: #20F5A9;
}
.btn_close_video {
    right: 60px;
}
.icon_arrow {
    margin-top: 4px;
    width: 17px;
}
.icon_arrow-big {
    margin-left: -7px;
    margin-top: 2px;
}


/*Page*/
.logo {
    position: absolute;
    margin-left: 60px;
    margin-top: 51px;
    display: inline-block;
    z-index: 110;
    top: 0;
    left: 0;
}

.logo {width: 266px; height: 56px; background: no-repeat 0 0 url(../images/logo_sprite.svg); background-size: 100%; transition:none}
.logo_white {background-position: 0 -58px;}
/* .logo:hover {background-position: 0 -180px} */

.menu-nav {
    position: absolute;
    margin-right: 60px;
    margin-top: 56px;
    z-index: 110;
    top: 0;
    right: 0;
}
.logo.last,
.menu-nav.last,
.btn-bottom.last {
    z-index: 0;
}
.menu-list {
    list-style-type: none;
    display: flex;
    margin-bottom: 0;
}
.menu-list__item {
    font-weight: 100;
    font-size: 18px;
    margin-left: 23px;
    color: #000;
    cursor: pointer;
}
.menu-list__item a {
    color: #000;
}
.menu-list__item b {
    color: #20F5A9;
    font-weight: 100;/*
    cursor: url(../images/assets/cursor.png) 12 12, 
            url(../images/assets/cursor.cur) 12 12, 
            default;*/
}
.menu-list__item:hover,
.menu-list__item a:hover {
    color: #fff;
}
.menu-list__item a:hover .icon_line {
    border-color: #fff;
}
.menu-list__item a:hover .icon_line:after,
.menu-list__item a:hover .icon_line:before {
    background: #20F5A9;
}
.mobile-menu-btn {
    display: none;
    width: 46px;
    height: 46px;
    padding: 10px;
    cursor: pointer;
    position: relative;
    top: -10px;
    right: -10px;
}
.mobile-menu-btn span {
    width: 26px;
    height: 23px;
    border-top: 2px solid #000;
    position: relative;
    display: block;
}
.mobile-menu-btn span:after,
.mobile-menu-btn span:before {
    position: absolute;
    border-top: 2px solid #000;
    width: 100%;
    content: "";
}
.mobile-menu-btn span:before {
    top: 7px;
}
.mobile-menu-btn span:after {
    top: 17px;
}
.page-container {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.page-container_inner {
    width: 100%;
    min-height: 70%;
    height: 70%;
}
.main-title {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.main-title .text-container {
    position: relative;
    z-index: 50;
    padding-bottom: 105px;
}
.main-about {
    padding-top: 58px;
    padding-bottom: 30px;
}
.main-about_bottom {
    padding-top: 90px;
}
.main-about__title {
    font-size: 44px;
    margin-bottom: 21px;
}
.services-plans .main-about__list {
    margin-bottom: 20px;
}
.main-about__list {
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 19px;
}
.main-about__list h3 {
    margin-top: 20px;
    font-weight: 400;
}
.services-plans .col-12 {margin-bottom: 20px;}
.main-about__list span {
    display: block;
    margin-bottom: 17px;
}
.main-about__list p {
    line-height: 140%;
    margin-bottom: 0.7rem;
}
.main-about__list p.bigtext {
    font-size: 28px;
    margin: 0;
}
.main-about__list p.smalltext {
    font-size: 18px;
}
.main-about__slogan {
    font-size: 44px;
    line-height: 130%;
}
.portfolio .row {
    margin-left: -15px;
    margin-right: -15px;
}
.portfolio .col-6 {
    padding-left: 15px;
    padding-right: 15px;
}
.portfolio__item {
    margin-bottom: 30px;
    display: flex;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.portfolio__item:hover .portfolio__title {
    color: #20F5A9;
}
.portfolio__item img {
    height: auto;
    transition: all 1.8s ease;
}
.portfolio__item:hover img {
    transform: scale(1.25);
}
.portfolio__title {
    font-size: 48px;
    line-height: 87%;
    position: absolute;
    left: 50px;
    bottom: 0;
    font-weight: 700;
    color: #FFF;
    transition: color 0.5s ease;
}
.clients_block_main .clients {
    padding-top: 90px;
}
.clients_block_main .clients h2 {
    font-size: 44px;
    line-height: 130%;
}
.footer {
    padding: 0 65px 65px;
}
.footer-black {background-color: #0C0D11;}
.footer p {margin: 0}
.footer p.privacypolicy {font-size: 85%; line-height: 120%; margin-top: 10px; padding-right: 20px;}
.footer .copy-container {
    position: relative;
    bottom: auto;
    left: auto;
    padding-left: 0;
}
@media (max-width: 1000px) {
    .footer {padding: 0 36px 36px;}
}
@media (max-width: 1199px) {
    .portfolio__title {
        font-size: 42px;
    }
    .main-about__title,
    .main-about__slogan,
    .clients_block_main .clients h2 {
        font-size: 40px;
    }
    .main-about__list {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .portfolio__title {
        font-size: 38px;
        left: 30px;
        bottom: 30px;
    }
    .main-about.text-container {
        padding-left: 64px;
        padding-right: 64px
    }
    .main-about__title,
    .main-about__slogan,
    .clients_block_main .clients h2 {
        font-size: 38px;
    }
    .main-about__list {
        font-size: 22px;
    }
    .main-about__list p.bigtext {
        font-size: 23px;
        margin: 0;
    }
    .main-about__list p.smalltext {
        font-size: 15px;
    }

}
@media (max-width: 769px) {
    .main-title .text-container {
        padding-bottom: 85px;
    }
    .portfolio__title {
        font-size: 26px;
    }
    .main-about {
        padding-bottom: 0;
    }
    .main-about.text-container {
        padding-left: 40px;
        padding-right: 40px
    }
    .main-about__title,
    .main-about__slogan,
    .clients_block_main .clients h2 {
        font-size: 32px;
    }
    .main-about__list {
        font-size: 18px;
    }
    .clients_block_main .clients {
        padding-top: 60px;
    }
}
@media (max-width: 568px) {
    .portfolio__title {
        font-size: 28px;
    }
    .main-about.text-container {
        padding-left: 30px;
        padding-right: 30px
    }
    .main-about__title,
    .main-about__slogan,
    .clients_block_main .clients h2 {
        font-size: 28px;
    }
    .main-about__list {
        font-size: 16px;
    }
    .clients_block_main .clients {
        padding-top: 60px;
    }
    .main-about__list p.bigtext {
        font-size: 20px;
        margin: 0;
    }
    .main-about__list p.smalltext {
        font-size: 13px;
    }
    .services-plans .main-about__list {
        margin-bottom: 0;
    }
}
@media (max-width: 380px) {
    .main-about.text-container {
        padding-left: 20px;
        padding-right: 20px
    }
    .main-title .text-container {
        padding-bottom: 70px;
    }
    .main-title .h2 {
        font-size: 48px;
    }
    .main-about {
        padding-bottom: 22px;
        padding-top: 30px;
    }
    .main-about__title {
        font-size: 24px;
        margin-bottom: 21px;
    }
    .main-about__list {
        font-size: 17px;
        line-height: 105%;
        margin-bottom: 19px;
    }
    .main-about__list h3 {font-size: 21px;}
    .main-about__slogan {
        font-size: 24px;
        line-height: 113%;
    }
    .portfolio__item {
        margin-bottom: 20px;
        display: block;
    }
    .portfolio__title {
        font-size: 24px;
        left: 21px;
        bottom: 21px;
    }

    .clients_block_main .clients {
        padding-top: 37px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .clients_block_main .clients h2 {
        font-size: 24px;
        line-height: 113%;
        margin-bottom: 22px;
    }
    .footer {
        padding: 0 20px 20px;
        font-size: 12px;
        line-height: 14px;
    }
}


    /*Slider text*/
.swiper-container_slide {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-container_slide .swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}
.slide-bg {
    position: absolute;
    z-index: 10;
    background-size: auto 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    transition: opacity 0.5s;
}
.slide-bg-vertical {
    display: none;
    opacity: 0;
}
.text-container {
    padding-left: 153px;
    padding-right: 153px;
}
.copy-container {
    padding-left: 60px;
}
.copy-container {
    color: #858688;
    position: absolute;
    z-index: 20;
    left: 0; bottom: 50px;
    font-size: 16px;
    line-height: 145%;
    width: 60%;
}
.copy-container a {
    color: #858688; text-decoration: underline;;
}
.copy-container a:hover {
    color: #858688; text-decoration: none;
}
.swiper-container_slide .text-container,
.page-container-full .text-container {
    position: relative;
    z-index: 20;
    max-width: 1025px;
    width: 71%;
    padding-top: calc(22.47vh + 51px /*+ 60px*/);
}
.slider-navigation {
    padding-left: 60px;
    display: flex;
    justify-content: flex-start;
    z-index: 100;
    transition: opacity 0.3s;
    bottom: 60px;
    position: fixed;
}
.swiper-button-next {
    cursor: pointer;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    outline: none !important;
    margin-top: 0;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: none;
    border: 1px solid rgba(131,147,190,0.3);
    animation-delay: 0.7s;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.swiper-button-next:after {
    display: none;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    transition: opacity 0.5s ease;
    display: none;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.btn-bottom {
    position: absolute;
    right: 60px;
    bottom: 60px;
    z-index: 250;
}
.logo-list {
    position: absolute;
    right: 60px;
    bottom: 60px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.logo-list_mobile {
    display: none;
}
.logo-list__box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.logo-list__item {
    margin-left: 25px;
}
.logo-list__item img {
    display: block;
}
.img1 {
    margin-top: -6px;
}
.img2 {
    margin-top: -12px;
}
.img4 {
    margin-top: 8px;
}
.video-background {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.slide-video,
.canvas {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/*Case*/
.slide-main2.swiper-slide-active .slide-bg {
    animation: zoomRotate 50s 1 ease-in-out forwards;    
}
.slide-shop1.swiper-slide-active .slide-bg,
.slide-shop2.swiper-slide-active .slide-bg {
    animation: zoom 20s 1 ease-in-out forwards;
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    80% {
        transform: scale(1.48);
    }
    100% {
        transform: scale(1.5);
    }
}
@keyframes zoomRotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(15deg);
    }
}
.img-box {
    transform: translateY(-100%);
    position: absolute;
    margin-top: -19px;
}


/*Form*/
.modal-dialog {
    width: 100%;
    margin: 0;
    min-height: 100%;
    background: #0A0B0F;
}
.modal-dialog_form {
    background: #fff;
    display: flex;
}
.modal-dialog_video {
    background: rgba(10, 11, 15, 0.3);
}
.modal-content_video {
    padding: 11.5vh 60px;
}
.modal-content {
    border-radius: 0;
    border: none;
    width: 100%;
}
.modal-content_menu {
    padding-top: 103px;
    position: relative;
}
.video-page {
    background: #2F3544;
    height: 77vh;
}
@media (max-width: 568px) {
    .modal-content_video {
        padding: 100px 0;
    }
    .video-page {
        height: auto;
    }
    .btn_close_video {
        right: 30px;
    }
}
@media (orientation: portrait) {
    .video-page {
        height: 30vh;
    }
}
.scrollbar-inner {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    z-index: 100;
    opacity: 1;
    transform: translate3d(0px, 0, 0px);
    transition: all 1s ease 0s;
}
.scrollbar-inner.last {
    transform: translate3d(0px, -100%, 0px);
    z-index: 100;
    opacity: 1;
}
.scrollbar-inner .form-page__left {
    background: none;
}
.form-page {
    min-height: 100%;
    display: flex;
    width: 100%;
    background: rgba(29, 32, 42, 0.2); 
    backdrop-filter: blur(4px);
  }

.form-page__left {
    width: 50%;
    /* background: url("../images/form.jpg") 0 0 no-repeat;
    background-size: cover; */
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: space-between;
    padding-bottom: 20px;
}
.swiper-container_logo .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.swiper-container_logo .swiper-slide {
    width: auto !important;
    margin-bottom: 20px;
    align-self: center;
}
.form-page__right {
    width: 50%;
    background: rgba(16, 18, 24, 0.7);
    color: #fff;
    padding: 98px 9.7% 0 7.6%;
    z-index: 500;
}
.form-page__right .btn {
    margin-bottom: 98px;
}
.slide-form {
    overflow: auto !important;
}
.swiper-container_slide .slide-form {
    background: #fff;
}
.form-page__left .text-container {
    width: 100%;
    max-width: none;
    padding-top: calc(17.53vh + 43px + 36px);
}
.form p {
    line-height: 1.35;
    margin-bottom: 19px;
}
.form-group {
    margin-bottom: 18px;
    position: relative;
}
.form-group + .btn {
    margin-top: 35px;
}
.form-label {
    color: #fff;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 30;
    transition: all 0.3s ease;
}
.form-control {
    border: none;
    border-bottom: 1px solid #fff;
    height: 40px;
    outline: none !important;
    padding: 0;
    width: 100%;
    color: #fff;
    font-weight: bold;
    background: transparent;
    position: relative;
    z-index: 40;
}
.focus .form-label {
    font-size: 0.85rem;
    top: -10px;
}
.focus .form-control {
    border-bottom-color: #fff;
}
.focus:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    content: '';
    border-bottom: 1px solid #fff;
}
.form-group_textarea.focus:after {
    display: none;
}
.form-page__right .h3 {
    padding-right: 30px;
}

/*TextArea*/
.form-textarea,
.div-textarea {
    width: 100%;
    min-height: 40px;
    padding-top: 10px;
    padding-bottom: 2px;
    font-weight: 100;
    border-radius: 0;
}
.form-textarea {
    resize: none;
    transition: height 0.3s;
    overflow: hidden;
    position: relative;
    z-index: 40;
    background: transparent;
    font-weight: bold;
}
.focus .form-textarea {
    border-bottom-width: 2px;
}
.div-textarea {
    white-space: pre-wrap;
    word-wrap: break-word;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid transparent;
    opacity: 0;
    z-index: 10;
}

/*Modal Menu*/
.modal-content {box-shadow: none;}
.modal-content_menu {
    background: #0A0B0F;
}
.menu-list-mobile {
    padding: 0 0 60px 0;
    list-style-type: none;
    margin: 0;
}
.menu-list-mobile__item {
    margin-top: -1px;
    font-weight: 100;
    font-size: 24px;
    line-height: 90%;
}
.menu-list-mobile__item a {
    color: #fff;
    border-top: 1px solid rgba(131,147,190,0.2);
    border-bottom: 1px solid rgba(131,147,190,0.2);
    padding: 26px 30px 24px;
    display: block;
}
.menu-list-mobile__item a:hover {
    background: #20F5A9;
    border-color: #20F5A9;
}
.menu-list-mobile__item span {
    padding-right: 24px;
    background: url("../images/assets/arrow-big.svg") 100% 60% no-repeat;
}
.menu-list-mobile_main {
    transition: transform 2s;
}
.menu-list-mobile_main.left {
    transform: translateX(-100%);
}
.menu-list-mobile_category {
    background: #0A0B0F;
    width: 100%;
    position: absolute;
    top: 102px;
    left: 0;
    transform: translateX(100%);
    transition: transform 1.5s;
    height: 0;
    overflow: hidden;
}
.menu-list-mobile_category.left {
    transform: translateX(0);
    height: auto;
    overflow: visible;
}


article.fields {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
article.fields.column3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.workpage article.fields.column3 {
    column-rule-width: 65px
}
.swiper-slide_works .slide-bg {
    transition: all 0.6s ease;
}
.swiper-slide_works .slide-bg.hover {
    background-size: auto 105%;
}
.swiper-slide_works .slide-bg-vertical.hover {
    background-size: 105% auto;
}

.showreel {
    font-size: 18px;
    margin-top: 150px;
}
.showreel b {
    font-size: 23px;
    font-weight: 100;
    display: block;
    margin-bottom: 7px;
    width: 100%;
}
.showreel span {
    font-size: 18px;
    display: block;
}
.showreel a {
    max-width: 143px;
    display: block;
}
.showreel a:before {
    width: 143px;
    height: 84px;
    background: url(../images/assets/showreelplay-sprite.png) 0 0;
    background-size: 100%;
    content: '';
    display: block;
    margin-bottom: 12px;
}
.showreel a:hover:before {
    background-position: 0 -362px;
}
.showreel a:hover b,
.showreel a:hover span {
    opacity: 0.8;
}

.slide-inner_scroll {
    height: 100%;
    display: flex;
    overflow-x: hidden;
    width: 100%;
}
.slide-inner_scroll__text {
    width: 100%;
    position: relative;
    z-index: 30;
}
.swiper-slide_scroll .text-container {
    width: 85%;
    padding-bottom: 9vh;
}


/* ABOUT and CONTACTS */
.text_color_grey {
    color: #A1B0DA;
}
.noblocklastfooter .btn-bottom.last {z-index: 20;}
.slide-site-contacts .text-container {padding-right: 0!important;}
.swiper-container_bg {
    position: fixed;
    top: 0;
    left: 0;
}
.swiper-pagination_bg {
    left: 55px;
    bottom: 58px;
}
.swiper-pagination_bg .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #8393BE;
    transition: all 1s ease 0.5s;
}
.swiper-pagination_bg .swiper-pagination-bullet-active {
    border-color: #fff;
    background: #fff;
}
.swiper-container_contact {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.page-container-full {
    width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 20;
}
.page-container-full .text-container {
    width: 100%;
    max-width: 100%;
}
.page-container-full .copy-container {
    position: relative;
    bottom: auto;
    padding-bottom: 50px;
    padding-top: 73px;
}
.contact_page {
    padding-bottom: 72px;
}
.contact_page__line {
    padding-bottom: 42px;
}
.contact-item {
    padding-bottom: 12px;
    font-size: 20px;
}
.contact-item a {
    color: #fff
}
.contact-item a:hover {
    color: #20F5A9
}
.contact-item__title {
    padding-bottom: 5px;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}
.link-icon {
    margin-right: 8px;
}
@media (max-width: 769px) {
    .swiper-pagination_bg {
        left: 40px;
    }
}
@media (max-width: 568px) {
    .swiper-pagination_bg {
        display: none;
    }
    .contact_page {
        padding-bottom: 0;
    }
    .swiper-container_bg .slide-bg-vertical {
        background-position: center 0;
    }
}


h1.h1margin {margin-bottom: 30px;}
table {width: 100%;}
h4, table.vertical_table h4 {font-size: 28px; font-weight: normal;}
table.vertical_table th {padding-top: 0; padding-right: 10px; padding-bottom: 30px; color: #fff; font-size: 28px; font-weight: 500;}
table th {font-size: 16px; font-weight: normal; text-align: left; vertical-align:top;}
table td {font-size: 24px; vertical-align:top;}
table.vertical_table {margin-top: 0; color: #A1B0DA;}
table.vertical_table td {padding-right: 10px; font-size: 20px; padding-bottom: 30px;}
table.vertical_table th {padding-top: 0; padding-right: 10px; padding-bottom: 5px; color: #fff; font-size: 28px; font-weight: 500;}
table.vertical_table a, table.vertical_table h4 a, h4 a {color: #fff;}
table.vertical_table a:hover {color: #20F5A9;}

.whitetext {color: #fff;}
.whitebody {background-color: #fff; color: #1F2345;}

.tip {margin: 0 182px 155px 180px; font-size: 16px; max-width: 353px; position: absolute; bottom: 0; left: 0;}
.tip a {text-decoration: underline;}
.tip a:link, .tip a:visited {color: #1F2345;}
.tip a:active, .tip a:hover {color: #1F2345; text-decoration: none;}

.ico {margin-right: 4px; margin-top: -3px; display: inline;}

.inner_textblock {padding: 150px 155px 40px 155px;}
.inner_textblock.about_page, .inner_textblock.contact_page, .clients {max-width: 1300px; margin: 0 auto;}
.mapblock { background-image:url(../images/about_contacts/map.png); background-size: 100%; background-position: 0 0; background-repeat: no-repeat; background-color:#EEEEEE}
.mapblock .mapcontainer {min-height: 67vw; position: relative;}


.accent {color: #20F5A9;}

.ava {margin: 80px 0 0 0;}
.ava ul {list-style: none; font-size: 24px; padding: 0; margin: 0;}
.ava li {width: 150px; float: left; margin-bottom: 80px; margin-right: 23px;}
.ava img {margin-bottom: 10px; width: 100%;}
.ava p {text-align: center; padding: 0; margin: 0;}
.ava p.accent {font-size: 15px; margin-top: 9px; height: 40px;}
.clear {clear: both; height: 0; font-size: 1px; line-height: 0;}

.clients_block {background-color: #0C0D11; }
.clients {padding:70px 155px 120px 155px; color: #fff;}
.clients h2 {font-size: 24px; font-weight: 100; padding: 0; margin: 0 0 50px 0;}
.clientsForwide, .clientsFor73 {display: none;}

footer {background-color: #0C0D11; color: #fff; font-size: 20px; line-height: 100%; padding: 0 60px 85px 60px;}

.atob {margin-bottom: 40px; margin-top: 60px;}
.clientslogos img {margin-bottom: 100px; width: 100%;}



@media (max-width: 1600px) {
    .clientsFor73 {display: block;}
    .clientsForwide, .clientsFormiddle {display: none;}
}

@media (min-width: 1500px) {
.inner_textblock.about_page, .inner_textblock.contact_page, .clients {max-width: none; margin: 0 auto;}
.atob {max-width: 890px; margin-left: auto; margin-right: auto; display: block;}
.ava {max-width: 1399px;}
.clientsForwide {display: block;}
.clientsFor73, .clientsFormiddle {display: none;}
}


@media (min-width: 1200px) {
    .ava li {width: 210px;}
    .inner_textblock .maxfont {font-size: 28px;}
    .inner_textblock h1 {font-size: 66px; line-height: 100%;}
    .ava img {margin-bottom: 3px;}
    .clients h2 {font-size: 48px;}
    .clients_block_main h2 { font-size: 44px; }
}


@media (max-width: 1150px) {
    .inner_textblock {padding: 150px 36px 40px 36px;}
    .clients {padding: 70px 36px 120px 36px;}
    footer {padding-left: 36px;}
    .logo {margin-left: 64px; margin-top: 50px;}
    .tip {margin: 0 36px 85px 36px;}
    .clientsFormiddle {display: block;}
    .clientsFor73, .clientsForwide {display: none;}
    .h2 {font-size: 78px;}
}
@media (orientation: landscape) and (max-width: 1199px) {
    .inner_textblock .maxfont {font-size: 22px;}
}
@media (max-width: 1000px) {
    .inner_textblock {padding: 100px 36px 40px 36px;}
    .clients {padding: 70px 36px 120px 36px;}
    footer {padding-left: 36px; font-size: 17px;}

    .tip {margin-left: 36px; margin-right: 10px;}
    h1 {font-size: 36px;}
    h1.h1margin {margin-bottom: 26px;}
    table td {font-size: 18px;}
    .clients {padding-top: 40px; padding-bottom: 50px;}
}
@media (max-width: 568px) {
    .inner_textblock {padding-left: 30px;}
    .tip {margin-left: 30px;}
    .ava li {width: 30%; margin-right: 0; margin-left: 0;}
    .ava img {margin-bottom: 20px;}
    .ava p {font-size: 19px;}
    .ava p.accent {font-size: 13px; margin-top: 2px;}
    footer {font-size: 13px;}
    .clients h2 {margin-bottom: 30px; font-size: 20px;}
    .atob {margin-bottom: 20px; margin-top: 0;}
    footer {font-size: 12px;}
}

    @media (max-width: 500px) {
        .ava li {width: 30%; margin-bottom: 30px;}
    }
    @media (max-width: 450px) {
        .ava li {width: 48%;}
    }
    @media (max-width: 375px) {
        .ava li {width: 30%;}
}
/* \ ABOUT and CONTACTS */


/*SideNav*/
.nav-bg,
.dark-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: rgba(10, 11, 15, 0.7);
    z-index: 120;
}
.dark-bg {
    background: rgba(10, 11, 15, 1);
    display: block;
    z-index: 100;
    animation-delay: 0.7s;
    animation-name: fadeOut;
    animation-duration: 1s;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
        z-index: 100;
    }
    100% {
        opacity: 0;
        z-index: -10;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
        z-index: 100;
    }
    100% {
        opacity: 0;
        z-index: -10;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 150;
    top: 0;
    right: 0;
    background-color: #0A0B0F;
    overflow-x: hidden;
    transition: 1s;
    max-width: 350px;
}
.sidenav .menu-list-mobile {
    transition: transform 1s ease 0.5s;
}
.sidenav .menu-list-mobile.top {
    transform: translateY(-30%);
}
.sidenav .menu-list-mobile__item a {
    font-size: 28px;
    line-height: 95%;
    padding: 30px 30px 34px 30px;
}
.sidenav .menu-list-mobile__item span {
    padding-right: 21px;
    background: url("../images/assets/arrow-sidenav.svg") 100% 60% no-repeat;
}
.sidenav .icon_arrow-big {
    margin-left: -10px;
    margin-top: 1px;
}

    @media (orientation: landscape) and (max-width: 1920px) {
        .slider-navigation {
            padding-left: 36px;
            bottom: 36px;
        }
        .btn-bottom {
            right: 36px;
            bottom: 36px;
        }
        .logo-list {
            right: 36px;
            bottom: 36px;
        }
    }
    @media (orientation: landscape) and (max-width: 1440px) {
        body {
            font-size: 20px;
            line-height: 1.25;
        }
        .h1, .h2 {
            font-size: 82px;
            margin-bottom: 9px;
        }
        .title {
            line-height: 1.4;
            font-size: 20px;
            margin-bottom: 18px;
        }
        .btn {
            font-size: 20px;
            height: 52px;
            padding: 14px 20px 14px;
        }
        .icon_arrow {
            margin-top: 4px;
            margin-left: 1px;
            width: 15px;
        }
        .btn_none-border .icon_arrow {
            margin-top: 4px;
            margin-left: 1px;
        }
        .text-container {
            padding-left: 153px;
            padding-right: 153px;
        }
        .text-container_portfolio {
            padding-left: 65px;
            padding-right: 65px;
        }
        .swiper-container_slide .text-container,
        .page-container-full .text-container {
            padding-top: calc(22.47vh + 51px /*+ 60px*/);
        }
        .slider-navigation {
            padding-left: 36px;
            bottom: 36px;
        }
        .swiper-button-next {
            width: 52px;
            height: 52px;
        }
        .logo-list {
            right: 36px;
            bottom: 38px;
        }
        .btn-bottom {
            right: 36px;
            bottom: 36px;
        }
        .logo-list__item {
            margin-left: 25px;
        }
        .img1 {
            margin-top: -6px;
        }
        .img2 {
            margin-top: -12px;
        }
        .img4 {
            margin-top: 8px;
        }
    }

    @media (max-width: 1199px) {
        .h1, .h2 {
            font-size: 76px;
            line-height: 1;
            margin-bottom: 7px;
        }
    }

    @media (orientation: landscape) and (max-width: 1199px) {
        body {
            font-size: 18px;
            line-height: 1.22;
        }
        .h1, .h2 {
            font-size: 76px;
            line-height: 1;
            margin-bottom: 7px;
        }
        .title {
            font-size: 18px;
            line-height: 1.4;
            margin-bottom: 13px;
        }
        .btn {
            font-size: 18px;
            height: 48px;
            padding: 13px 17px 15px 19px;
        }
        .icon_arrow {
            width: 13px;
            margin-top: 3px;
        }
        .icon_arrow-next {
            width: 19px;
            margin-top: -4px;
        }
        .text-container {
            padding-left: 103px;
            padding-right: 103px;
        }
        .text-container_portfolio {
            padding-left: 65px;
            padding-right: 65px;
        }
        .copy-container {
            padding-left: 36px;
        }
        .swiper-container_slide .text-container,
        .form-page__left .text-container,
        .page-container-full .text-container {
            padding-top: calc(17.53vh + 43px + 36px);
        }
        .slider-navigation {
            padding-left: 30px;
            bottom: 30px;
        }
        .swiper-button-next {
            width: 48px;
            height: 48px;
        }
        .logo-list {
            right: 30px;
            bottom: 30px;
        }
        .btn-bottom {
            right: 30px;
            bottom: 30px;
        }
        .logo-list__item {
            margin-left: 17px;
        }
        .img1, .img8 {
            margin-top: -4px;
            width: 103px;
        }
        .img2 {
            margin-top: -6px;
            width: 63px;
        }
        .img3 {
            width: 79px;
        }
        .img4 {
            width: 70px;
        }
        .img5 {
            width: 82px;
        }
        .img6 {
            width: 95px;
        }
        .img7 {
            width: 150px;
        }
        .img9 {
            width: 80px;
        }
        .img10, .img12 {
            width: 60px;
        }
        .img11 {
            width: 70px;
        }
        .img13 {
            width: 130px;
        }
        .img14 {
            width: 90px;
        }

        .logo {background-position: 0 0}
        /*.logo:hover {background-position: 0 -116px}*/
        .logo.navy {background-position: 0 -33px}
        .logo.navy:hover {background-position: 0 -110px}

        /*Form*/
        .form-page__right {
            padding: 68px 80px 0;
        }
        .form-page__right .btn {
            margin-bottom: 68px;
        }
    }
    @media (orientation: landscape) and (max-height: 600px) {
        .img-box {
            transform: none;
            position: relative;
            margin-top: 0;
            margin-bottom: 19px;
        }
        .modal-backdrop.show {
            filter: alpha(opacity=70);
            opacity: 0.7;
        }
    }
    @media (orientation: landscape) and (max-height: 400px) {
        body {
            font-size: 14px;
            line-height: 1.21;
        }
        .logo {
            margin-left: 30px;
            margin-top: 30px;
        }
        .menu-nav {
            margin-right: 30px;
            margin-top: 35px;
            top: 0;
        }
        .menu-list {
            display: none;
        }
        .mobile-menu-btn {
            display: block;
        }
        .h1, .h2 {
            font-size: 20px;
            line-height: 1;
            margin-bottom: 5px;
        }
        .title {
            font-size: 14px;
            line-height: 1.21;
            margin-bottom: 12px;
        }
        .btn {
            font-size: 14px;
            height: 36px;
            padding: 10px 13px 10px 14px;
        }
        .icon_arrow {
            width: 10px;
            margin-top: 1px;
            margin-left: -2px;
        }
        .btn_none-border .icon_arrow {
            margin-top: 0;
        }
        .icon_arrow-next {
            width: 14px;
            margin-top: -2px;
        }
        
        .text-container {
            padding-left: 57px;
            padding-right: 57px;
        }
        .copy-container {
            padding-left: 57px;
        }
        .img-box {
            display: none;
        }
        .swiper-container_slide .text-container,
        .form-page__left .text-container,
        .page-container-full .text-container {
            padding-top: calc(15.73vh + 32px + 30px);
        }
        .slider-navigation {
            padding-left: 24px;
            bottom: 24px;
        }
        .swiper-button-next {
            width: 36px;
            height: 36px;
        }
        .btn-bottom {
            right: 24px;
            bottom: 24px;
        }
        .logo-list {
            right: 24px;
            bottom: 22px;
        }
        .logo-list__item {
            margin-left: 12px;
        }
        .img1 {
            margin-top: 0;
            width: 76px;
        }
        .img2 {
            margin-top: 3px;
            width: 46px;
        }
        .img3 {
            width: 58px;
        }
        .img4 {
            margin-top: 4px;
            width: 51px;
        }
        .img5 {
            width: 60px;
        }
    }
    @media (orientation: portrait) {
        .slide-bg {
            display: none;
            opacity: 0;
        }
        .slide-bg-vertical {
            background-size: 100% auto;
            display: block;
            opacity: 1;
        }
        .slide-video,
        .canvas {
            height: 100%;
        }
    }
    @media (orientation: portrait) and (max-width: 991px) {
        body {
            font-size: 20px;
            line-height: 1.2;
        }
        .h1, .h2 {
            font-size: 58px;
            line-height: 1;
            margin-bottom: 9px;
        }
        .title {
            font-size: 20px;
            line-height: 1.2;
            margin-bottom: 15px;
        }
        .btn {
            font-size: 20px;
            height: 52px;
            padding: 14px 20px 14px 21px;
        }
        .icon_arrow {
            width: 14.5px;
            margin-top: 3px;
            margin-left: -2px;
        }
        .btn_none-border .icon_arrow {
            margin-top: 4px;
        }
        .icon_arrow-next {
            width: 22px;
            margin-top: 0;
        }
        .icon_arrow-next svg {
            width: 22px;
        }
        .text-container {
            padding-left: 58px;
            padding-right: 58px;
        }
        .copy-container {
            padding-left: 36px;
        }
        .img-box {
            position: relative;
            transform: none;
            margin-top: 0;
            margin-bottom: 19px;
        }
        .swiper-container_slide .text-container,
        .form-page__left .text-container,
        .page-container-full .text-container {
            padding-top: 183px;
        }
        .slider-navigation {
            padding-left: 36px;
            bottom: 36px;
        }
        .swiper-button-next {
            width: 52px;
            height: 52px;
        }
        .btn-bottom {
            right: 36px;
            bottom: 36px;
        }
        .logo-list {
            right: 36px;
            bottom: 29px;
            flex-wrap: wrap;
            max-width: 60%;
        }
        .logo-list__box {
            margin-top: 9px;
        }
        .logo-list__item {
            margin-left: 30px;
        }
        .logo-list__item img {
            width: 100%;
            max-width: none;
        }
        .img1 {
            margin-top: 12px;
            width: 160px;
        }
        .img2 {
            margin-top: 3px;
            width: 98px;
        }
        .img3 {
            width: 123px;
        }
        .img4 {
            margin-top: 6px;
            width: 108px;
        }
        .img5 {
            width: 127px;
        }
    }
    @media (max-width: 1199px) {
        .h1, .h2, .h3,
        .menu-list-mobile__item {
            letter-spacing: -0.5px;
        }


    }
    @media (max-width: 991px) {
        .form-page__left .text-container,
        .form-page__right {
            padding-left: 40px;
            padding-right: 40px;
        }
        article.fields.column3 {
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
            position: relative;
        }
        .showreel {
            margin-top: 30px;
            position: absolute;
            left: 0;
            top: 100%
        }
        .showreel a {
            max-width: none;
            display: flex;
            flex-shrink: 0;
            align-items: center;
        }
        .showreel a:before {
            width: 90px;
            height: 54px;
            background-size: 90px auto;
            margin-bottom: 0;
            margin-right: 15px;
        }
        .showreel a:hover:before {background-position: 0 -227px;}


    }
    @media (max-width: 860px) {
        .form-label {
            font-size: 16px;
        }
    }
    @media (max-width: 769px) {
        .logo {
            margin-left: 40px;
        }
        .menu-nav {
            margin-right: 40px;
        }
        .logo.last {
            z-index: 0;
        }
        .h1, .h2 {
            font-size: 66px;
            margin-bottom: 8px;
        }
        .title {
            margin-bottom: 17px;
        }
        .text-container {
            padding-left: 40px;
            padding-right: 40px;
        }
        .copy-container {
            padding-left: 36px;
        }
        .swiper-container_slide .text-container {
            padding-top: 145px;
            width: 80%;
            max-width: 550px;
        }
        .page-container-full .text-container {
            padding-top: 145px;
        }
        .form-page__left .text-container {
            padding-top: 145px;
        }
        .form-label {
            font-size: 18px;
        }
        .logo-list__box {
            margin-top: 0;
            display: none;
        }
        .logo-list_mobile {
            display: block;
        }
        .form-page__left,
        .modal-content_form .logo,
        .scrollbar-inner .logo {
            display: none;
        }
        .form-page__right {
            width: 100%;
        }
        .ava {margin-top: 40px;}
        .ava li {margin-right: 9px;}

        .modal-backdrop.show {
            filter: alpha(opacity=70);
            opacity: 0.7;
        }
    }
    @media (max-width: 568px) {
        body {
            font-size: 18px;
            line-height: 1.22;
        }
        .logo {
            margin-left: 34px;
            margin-top: 32px;
            width: 195px;
        }
        /*.logo:hover {background-position: 0 -170px}*/
        .tip {margin: 0 20px 20px 36px;}
        
        .menu-nav {
            margin-right: 30px;
            margin-top: 37px;
            top: 0
        }
        .menu-list {
            display: none;
        }
        .mobile-menu-btn {
            display: block;
        }
        .h1, .h2 {
            font-size: 43px;
            margin-bottom: 8px;
        }
        article.fields, article.fields.column3 {
            -webkit-column-count: 1;
            -moz-column-count: 1;
            column-count: 1;
        }
        article.fields.column3 {
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
            font-size: 16px;
        }
        article.fields.column3 p {
            margin-bottom: 10px;
            display: inline-block;
            vertical-align: top;
            width: 100%;
        }
        .showreel b {
            font-size: 16px;
            margin-bottom: 3px;
        }
        .showreel span { font-size: 13px; }
        .showreel a:before {
            width: 48px;
            height: 30px;
            background-size: 48px auto;
            margin-right: 10px;
        }
        .showreel a:hover:before {background-position: 0 -121px;}

        .contact_page .h2 {margin-top: 160px;}
        .contact_page__line {
            padding-bottom: 0;
        }
        .contact-item {
            font-size: 16px;
            padding-bottom: 12px;
        }
        .contact-item__title {
            font-size: 20px;
        }
        .contact-item_phone {
            padding-top: 4px;
            padding-bottom: 16px;
        }
        .contact-item_scl {
            padding-top: 8px;
        }
        table.vertical_table td {font-size: 18px;}
        table.vertical_table th {font-size: 24px;}

        .title {
            font-size: 18px;
            line-height: 1.22;
            margin-bottom: 13px;
            max-width: 80%;
        }
        .title br {
            display: none;
        }
        .btn {
            font-size: 18px;
            height: 40px;
            padding: 8px 16px 10px 17px;
        }
        .icon_arrow {
            width: 13px;
            margin-top: 3px;
            margin-left: -1px;
        }
        .btn_none-border .icon_arrow {
            margin-top: 3px;
        }
        .icon_arrow-next {
            width: 15px;
            margin-top: -2px;
        }
        .text-container {
            padding-left: 30px;
            padding-right: 30px;
        }
        .copy-container {
            padding-left: 30px;
        }
        .swiper-container_slide .text-container,
        .page-container-full .text-container {
            padding-top: 108px;
            width: 100%;
        }
        .img-box {
            display: inline-block;
            margin-bottom: 12px;
        }
        .img-box img {
            max-width: 70%;
        }
        .form-page__left .text-container {
            padding-top: 108px;
        }
        .slider-navigation {
            padding-left: 30px;
            bottom: 30px;
        }
        .swiper-button-next {
            width: 40px;
            height: 40px;
        }
        .logo-list {
            right: 30px;
            bottom: 30px;
        }
        .btn-bottom {
            right: 30px;
            bottom: 30px;
        }
        .logo-list__item {
            margin-left: 16px;
        }
        .img1 {
            margin-top: 4px;
            width: 98px;
        }
        .img2 {
            margin-top: 3px;
            width: 54px;
        }
        .img3 {
            width: 68px;
        }
        .img4 {
            margin-top: 6px;
            width: 60px;
        }
        .img5 {
            width: 71px;
        }
        .form-page__right {
            padding: 39px 30px 0;
            font-size: 20px;
        }
        .form-page__right .btn {
            margin-bottom: 39px;
        }
        .form-page__right .h3 {
            margin-bottom: 10px;
            font-size: 29px;
        }
        .form p {
            margin-bottom: 14px;
        }
        .form .btn {
            font-size: 20px;
            height: 52px;
            padding: 15px 20px 14px 21px;
        }
        .form-group + .btn {
            margin-top: 17px;
        }
        .form-label {
            font-size: 16px;
        }
        .ava {margin-top: 40px;}
        .ava li {margin-right: 3px;}
        .ava img {margin-bottom: 8px;}
        .ava p {font-size: 13px;}
        .ava p.accent {font-size: 10px;}
    }
    @media (max-width: 380px) {
        body {
            font-size: 16px;
            line-height: 1.1875;
        }
        .h1, .h2 {
            font-size: 24px;
            margin-bottom: 9px;
        }
        .logo {
            margin-left: 20px;
        }
        .title {
            font-size: 16px;
            line-height: 1.1875;
            margin-bottom: 12px;
        }
        .text-container {padding-left: 20px; padding-right: 20px;}
        .btn {
            font-size: 16px;
            padding: 10px 15px 9px 15px;
        }
        .icon_arrow {
            width: 12px;
            margin-top: 2px;
            margin-left: 0;
        }
        .btn_none-border .icon_arrow {
            margin-top: 2px;
        }
        .swiper-container_slide .text-container,
        .form-page__left .text-container,
        .page-container-full .text-container {
            padding-top: 106px;
        }
        .form-page__right {
            font-size: 16px;
        }
        .form-label {
            font-size: 14px;
        }
        .clients h2 {font-size: 16px; margin-bottom: 12px;}
    }
    @media (max-width: 340px) {
        body {
            font-size: 14px;
            line-height: 1.21;
        }
        .h1, .h2 {
            font-size: 43px;
            margin-bottom: 8px;
        }
        .title {
            font-size: 14px;
            line-height: 1.21;
            margin-bottom: 12px;
        }
        .title + .btn_none-border {
            margin-top: -16px;
        }
        .btn {
            font-size: 14px;
            height: 36px;
            padding: 10px 13px 9px 14px;
        }
        .icon_arrow {
            width: 10px;
            margin-top: 0;
            margin-left: -2px;
        }
        .btn_none-border .icon_arrow {
            margin-top: 0;
        }
        .img-box {
            display: none;
        }
        .swiper-container_slide .text-container,
        .form-page__left .text-container,
        .page-container-full .text-container {
            padding-top: 103px;
        }
        .swiper-button-next {
            width: 36px;
            height: 36px;
        }
        .logo-list__item {
            margin-left: 13px;
        }
        .img1 {
            margin-top: 4px;
            width: 74px;
        }
        .img2 {
            margin-top: 3px;
            width: 45px;
        }
        .img3 {
            width: 57px;
        }
        .img4 {
            margin-top: 6px;
            width: 50px;
        }
        .img5 {
            width: 59px;
        }
        .form-page__right {
            font-size: 14px;
        }

        .contact_page .h2 {margin-top: 120px;}
        table.vertical_table td {font-size: 16px;}
        table.vertical_table th {font-size: 20px;}
    }

    @media (orientation: landscape) and (min-width: 1440px) and (max-height: 970px) {
        .hideonsmallscrens {display: none;}
        .fields .hideonsmallscrens {display: none;}
        article.fields {
            padding-bottom: 0;
        }
    }

    @media (max-height: 770px) {
        .hideonsmallscrens {display: none;}
        .fields .hideonsmallscrens {display: none;}
        article.fields {
            padding-bottom: 0;
        }
    }


.visible-xs,
.visible-xs_flex {
    display: none;
}
    @media (max-width: 1199px) {
        .visible-lg {
            display: none;
        }
    }
    @media (max-width: 991px) {
        .visible-md {
            display: none;
        }
    }
    @media (max-width: 576px) {
        .hidden-xs {
            display: none !important;
        }
        .visible-xs {
            display: block;
        }
        .visible-xs_flex {
            display: flex;
        }
    }
    .modal-content, .modal-dialog_form {background: none;}
    input:-internal-autofill-selected {background: transparent;}
    input:selected {background: transparent;}
    .modal-backdrop {background-color: #101218;}
    .modal-content.modal-content_form .btn:not(:disabled):not(.disabled) {z-index: 5000;}

    /* media 08.06.2022 */

    body {background-color: #fff;}

    .textblack {color: #000;}
    .bgwhite {background-color: #fff;}
    .bggreen {background-color: #20F5A9;}

    .text-container {overflow: hidden;}
    .picture-bg img {max-width: none; max-height: none; height: 100%;}
    .picture-bg.slide-bg-vertical img {max-height: none; max-width: 100%; position:absolute; bottom: 0; height: auto; width: 100%;}

    .main-title {position: relative;}
    .text-stroke {text-shadow:#000 0 0 1px;}
    .clear {clear: both; height: 0; font-size: 1px; line-height: 0;}

    @media (orientation: landscape) and (max-width: 1199px) {
        .h1, .h2 {font-size: 66px;}
    }
    
    @media (max-width: 769px) {
        .h1 {font-size: 48px;}
    }

    @media (max-width: 568px) {
        .h1 {font-size: 43px;}
    }

    @media (max-width: 460px) {
        .h1 {font-size: 33px;}
    }

    @media (max-width: 380px) {
        .h1 {font-size: 30px;}
    }


    @media (max-height: 450px) {
        .page-container_inner {min-height: 120%; height: 120%;}
    }

    /* \ media 08.06.2022 */

    /* hover for works in welcime-page */
*, *:after, *:before { 
	box-sizing: border-box; 
}
.clearfix:before, .clearfix:after { 
	content: ''; 
	display: table; 
}
.clearfix:after { 
	clear: both; 
}
.hover-text-one {
	overflow: hidden;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}
.hover-text-one figure {
	position: relative;
	z-index: 10;
	display: inline-block;
	overflow: hidden;
	text-align: left;
	cursor: default;
}
.hover-text-one a figure {
	cursor: pointer;
}
.hover-text-one figure img {
	position: relative;
	display: block;
	min-height: 100%;
}
.hover-text-one figure figcaption {
	padding: 0;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.hover-text-one figure figcaption::before,
.hover-text-one figure figcaption::after {
	pointer-events: none;
}
.hover-text-one figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.hover-text-one figure h3 {
	margin-bottom: 0.9rem;
    padding: 0 30px 0 0;
    line-height: 100%;
}

.hover-text-one figure p {
	margin: 0;
    padding: 0 30% 0 0;
    font-size: 42%;
    font-weight: 100;
    line-height: 140%;
}

.portfolio__title {height: 100%;}
.portfolio__title {left: 40px; top: 40px;}
.col-12.col-xxl-6 .hover-text-one figure p {padding-right: 45%;}
/* .btn_order_formobile {display: none;} */

/* Эффект при наведении */
figure.effect-text-two figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0,0.8) 75%);
	background: linear-gradient(to bottom, rgba(0, 0, 0,0) 0%, rgba(0, 0, 0,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}
figure.effect-text-two figcaption::before {
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	transition: opacity 0.6s, transform 0.6s;
}

figure.effect-text-two p {
	-webkit-transition: opacity 1.6s;
	transition: opacity 1.6s;
}
figure.effect-text-two p {
	position: relative;
	bottom: 0;
	left: 1px;
	width: 100%;
	opacity: 0;
}
figure.effect-text-two:hover figcaption::before ,
figure.effect-text-two:hover p {
	opacity: 1;
}

@media (max-width: 1900px) {
    .hover-text-one figure h3 {font-size: 46px;}
}
@media (max-width: 1860px) {
    .hover-text-one figure p {font-size: 35%;}
}
@media (max-width: 1720px) {
    .hover-text-one figure h3 {font-size: 45px;}
}
@media (max-width: 1610px) {
    .portfolio__title {left: 30px; top: 30px;}
    .hover-text-one figure h3 {font-size: 40px;}
}
@media (max-width: 1600px) {
    .col-12.col-xxl-6 .hover-text-one figure p {font-size: 42%; padding-right: 45%;}
}
@media (max-width: 1275px) {
    .hover-text-one figure h3 {font-size: 45px;}
}
@media (max-width: 1135px) {
    .portfolio__title {left: 25px; top: 25px;}
    .hover-text-one figure h3 {font-size: 35px; margin-bottom: 0.23rem;}
}  
@media (max-width: 991px) {
    .portfolio__title {left: 20px; top: 20px;}

    .hover-text-one figure h3 {font-size: 33px; margin-bottom: 6px;}
    .hover-text-one figure p, .col-12.col-xxl-6 .hover-text-one figure p {font-size: 15px; margin-bottom: 6px;}
    .col-12.col-xxl-6 .hover-text-one figure p {padding-right: 30%;}
    .copy-container {width: 100%;}
    .footer p.privacypolicy {padding-right: 0;}
    .footer .btn {position: fixed; right: 36px; bottom: 36px; z-index: 80;}
}
@media (max-width: 720px) {
    .portfolio__title {left: 15px; top: 15px;}

    .hover-text-one figure h3 {font-size: 25px; margin-bottom: 6px;}
    .hover-text-one figure p {font-size: 13px; margin-bottom: 6px;}
}
@media (max-width: 620px) {
    .hover-text-one figure p {font-size: 11px; margin-bottom: 6px;}
}
@media (max-width: 568px) {
    .portfolio__title {left: 25px; top: 25px;}

    .hover-text-one figure h3 {font-size: 33px; margin-bottom: 6px;}
    .hover-text-one figure p, .col-12.col-xxl-6 .hover-text-one figure p {font-size: 16px; margin-bottom: 6px;}
    .hover-text-one figure p, .col-12.col-xxl-6 .hover-text-one figure p {padding-right: 25px;}
}
@media (max-width: 460px) {
    .portfolio__title {left: 25px; top: 25px;}

    .hover-text-one figure h3 {font-size: 33px; margin-bottom: 6px;}
    .hover-text-one figure p, .col-12.col-xxl-6 .hover-text-one figure p {font-size: 13px; margin-bottom: 6px;}
}
@media (max-width: 380px) {
    .portfolio__title {left: 20px; top: 20px;}
    .footer .btn {right: 20px; bottom: 20px;}

    .hover-text-one figure h3 {font-size: 24px; margin-bottom: 6px;}
    .hover-text-one figure p, .col-12.col-xxl-6 .hover-text-one figure p {font-size: 12px; margin-bottom: 6px;}
    .hover-text-one figure p, .col-12.col-xxl-6 .hover-text-one figure p {padding-right: 20px;}
}




@media (min-width: 1600px) {
    .copy-container {width: 38%;}
}

@media (min-width: 568px) {
    .services-plans .col-12.col-sm-6 p {
        padding-right: 20px;
    } 
}

#name, .name_field {display: none;}