@import url(../libs/normalize.css);
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
html {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
}
body {
    overflow-x: hidden;
    position: relative;
    display: block;
    min-width: 320px;
    font-weight: 400;
    margin: 0 auto;
    background: #fff;
    color: #0d1720;
    font-family: "Manrope", sans-serif;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
ul li,
ol li {
    list-style-type: none;
}
textarea,
input {
    font-family: inherit;
}
textarea {
    resize: none;
}
a {
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    text-decoration: none;
    color: inherit;
}
img,
svg {
    max-width: 100%;
    display: block;
    height: auto;
}
svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
b,
strong {
    font-weight: 600;
}
.wow {
    visibility: hidden;
}
.wrapper {
    overflow: hidden;
}
.container {
    max-width: 1220px;
    padding: 0 48px;
    width: 100%;
    margin: 0 auto;
}
.h1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 1.36;
    margin: 0;
}
.h2 {
    font-size: 36px;
    line-height: 1.66;
    font-weight: 800;
    margin: 0;
}
.h3 {
    font-size: 24px;
    line-height: 1.33;
    font-weight: 800;
}
.h4 {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
    margin: 0;
}
.h5 {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
    margin: 0;
}
.h6 {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}
.h7,
.btn {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
}
.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    fill: #fff;
    background: #625fe8;
    border-radius: 24px;
    height: 48px;
    padding: 0 32px;
    cursor: pointer;
    border: 0;
}
.btn__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn svg {
    width: 12px;
    height: 11px;
    margin: 0 6px 0 16px;
}
.btn:not(.disabled):hover {
    background: #14125f;
}
.btn.disabled {
    cursor: no-drop;
    background: rgba(98, 95, 232, 0.5);
}
.btn.disabled .btn__inner {
    opacity: 0.5;
}
.btn--small {
    height: 40px;
}
.btn--grey {
    border: 2px solid #383d41;
    background: #383d41;
}
.btn--grey:not(.disabled):hover {
    border-color: #625fe8;
    background: #383d41;
}
.btn--white {
    background: #fff;
    color: #625fe8;
    fill: #625fe8;
    border: 1px solid #625fe8;
}
.btn--white:not(.disabled):hover {
    background: #fff;
    border-color: #14125f;
    color: #14125f;
    fill: #14125f;
}
.btn--white.disabled {
    border-color: rgba(98, 95, 232, 0.5);
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    color: #fff;
    padding: 20px 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.header.fixed {
    background: #000;
    padding: 14px 0;
}
.header .container {
    max-width: 1400px;
}
.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 40px;
    display: block;
}
.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5;
    margin-right: auto;
}
.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
}
.header__list li {
    padding: 0 16px;
}
.header__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 4px 0;
}
.header__list a:after {
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 0;
    top: 100%;
    background: #625fe8;
    position: absolute;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.header__list a:hover:after,
.header__list a.active:after {
    width: 100%;
    left: 0;
    -webkit-transform: none;
    transform: none;
}
.header__btn1 {
    margin: 0 24px 0 0;
}
.header__toggle {
    display: none;
}
.lang {
    position: relative;
    text-transform: uppercase;
    margin: 0 0 0 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lang--tablet {
    display: none;
}
.lang__title {
    position: relative;
    height: 40px;
    width: 84px;
    border-radius: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    fill: #fff;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.lang__title.active-target {
    border-radius: 18px 18px 0 0;
    background: #3d4246;
    color: #fff;
    fill: #fff;
}
.lang__title.active-target svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.lang__title:hover {
    background: #3d4246;
    color: #fff;
    fill: #fff;
}
.lang__title svg {
    width: 7px;
    height: 4px;
    margin-left: 6px;
    -webkit-transition: 0.3s transform ease;
    transition: 0.3s transform ease;
}
.lang__list {
    position: absolute;
    top: 100%;
    background: #3d4246;
    width: 100%;
    border-radius: 0 0 18px 18px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px) scale(0.8);
    transform: translateY(-10px) scale(0.8);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
}
.lang__list.active-target {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
}
.lang__list a {
    text-align: center;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.lang__list a:hover {
    background: rgba(255, 255, 255, 0.3);
    font-weight: 600;
}
.title-sec {
    text-transform: uppercase;
}
.title-sec span {
    color: #625fe8;
    font-family: "Nunito", sans-serif;
}
.title-sec--center {
    text-align: center;
}
.banner {
    height: 892px;
    padding: 185px 0 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: radial-gradient(73.03% 73.03% at 50% 50%, #0e1822 0%, #060b0f 80.46%, #000 100%);
    position: relative;
    z-index: 1;
}
.banner__title1 {
    font-weight: 200;
    margin: 0 0 24px;
}
.banner__title2 span {
    color: #625fe8;
    font-family: "Nunito", sans-serif;
}
.banner__img {
    margin: 85px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.banner__img-mobile {
    display: none;
}
.banner__bg {
    position: absolute;
    font: 900 144px "Poppins", sans-serif;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(156, 156, 156, 0.07);
    -webkit-text-fill-color: transparent;
    pointer-events: none;
    letter-spacing: 0.02em;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
}
.banner__bg--1 {
    left: 0;
    top: 87px;
}
.banner__bg--2 {
    right: -284px;
    bottom: 210px;
}
.about {
    background: #14125f;
    color: #fff;
    height: 734px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 0;
}
.about__text {
    max-width: 548px;
    margin: 60px auto 0;
    text-align: center;
}
.about__title {
    margin: 0 0 24px;
}
.about__bg {
    position: absolute;
    font: 900 144px "Poppins", sans-serif;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(98, 95, 232, 0.15);
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.02em;
    z-index: -1;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
}
.about__bg--1 {
    left: 46px;
    top: -20px;
}
.about__bg--2 {
    right: -112px;
    bottom: 32px;
}
.why {
    padding: 162px 0 104px;
}
.why__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 120px 0 0;
}
.why__item {
    width: 320px;
}
.why__number {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.33;
    color: #625fe8;
}
.why__title {
    margin: 16px 0;
}
.cat {
    padding: 68px 0 40px;
}
.cat--gallery {
    padding: 50px 0 80px;
}
.cat .container {
    max-width: 1290px;
}
.cat__slider {
    padding: 64px 0 0;
}
.cat__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cat__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: radial-gradient(73.03% 73.03% at 50% 50%, #0e1822 0%, #060b0f 80.46%, #000 100%);
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    height: 540px;
    border-radius: 16px;
}
.cat__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 65%;
    height: 100%;
}
.cat__bg {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}
.cat__bg:hover img {
    transform: scale(1.1);
}
.cat__bg img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition: .8s ease;
}
.cat__img img {
    max-height: 100%;
    width: auto;
    height: auto;
}
.cat__text {
    padding: 40px 0;
    width: 272px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 50px;
}
.cat__desc {
    margin: 30px 0 28px;
    max-width: 263px;
    height: 63px;
    opacity: 0.7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cat .btn {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.cat__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0 0 40px;
    width: 100%;
}
.cat__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.dots {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #eeedfd;
    border-radius: 4px;
    height: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 100px 0 0;
}
.dots .swiper-pagination-bullet {
    background: transparent;
    border-radius: 4px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 2px;
    display: block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.dots .swiper-pagination-bullet-active {
    background: #afaec4;
}
.arrow {
    display: block;
    fill: #afaec4;
    cursor: pointer;
    -webkit-transition: 0.3s fill ease;
    transition: 0.3s fill ease;
    margin: 0 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.arrow:hover {
    fill: #828282;
}
.arrow:active {
    fill: #4f4f4f;
}
.arrow svg {
    width: 31px;
    height: 16px;
}
.arrow.next svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.work {
    padding: 170px 0 130px;
}
.work__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.work__text {
    width: 50%;
}
.work__desc {
    margin: 8px 0 0;
    max-width: 410px;
}
.work__items {
    width: 50%;
    position: relative;
}
.work__items:before {
    content: "";
    opacity: 0.2;
    width: 1px;
    height: 0;
    left: 30px;
    background: #625fe8;
    position: absolute;
    -webkit-transition: 4s height linear;
    transition: 4s height linear;
}
.work__items.animated:before {
    height: calc(100% - 50px);
}
.work__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 70px;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.work__item:last-child {
    margin: 0;
}
.work__item:last-child img {
    margin-left: 5px;
}
.work__item-icon {
    padding: 10px 0;
    margin: 0 40px 0 0;
    background: #fff;
}
.work__item-icon-inner {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e2e2fb;
    border-radius: 50%;
}
.work__item-text {
    padding: 10px 0 0;
}
.work__item-desc {
    line-height: 1.5;
    margin: 10px 0 0;
}
.cooperation {
    background: #14125f;
    color: #fff;
    padding: 90px 0 160px;
    position: relative;
    z-index: 0;
}
.cooperation__bg {
    position: absolute;
    font: 900 144px "Poppins", sans-serif;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(156, 156, 156, 0.07);
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.02em;
    z-index: -1;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
}
.cooperation__bg--1 {
    left: 0;
    top: 95px;
}
.cooperation__bg--2 {
    right: 40px;
    bottom: 25px;
}
.cooperation .container {
    max-width: 984px;
}
.cooperation__desc {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin: 20px 0 0;
}
.cooperation__wrapper {
    margin: 96px 0 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.cooperation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px;
}
.cooperation__icon {
    background: rgba(226, 226, 251, 0.2);
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    width: 86px;
    height: 86px;
}
.cooperation__title {
    max-width: 298px;
}
.b2b {
    padding: 120px 0 160px;
}
.b2b__desc {
    color: #4f4f4f;
    opacity: 0.6;
    text-align: center;
    margin: 16px 0 95px;
}
.b2b__item1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 180px;
}
.b2b__item1 .b2b__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 60%;
}
.b2b__item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.b2b__item2 .b2b__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 50px;
}
.b2b__item2 .b2b__text {
    margin-right: 80px;
}
.b2b__list {
    max-width: 360px;
}
.b2b__list li {
    margin: 0 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.b2b__list li:last-child {
    margin: 0;
}
.b2b__list li:before {
    content: "";
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin: 4px 16px 0 0;
    background: url(../img/check.svg) center/contain no-repeat;
}
.b2b__img {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.b2b__img img {
    max-width: unset;
}
.b2b__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 0;
}
.b2b__btns .btn:first-child {
    margin-right: 28px;
}
.free {
    height: 694px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: center/cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}
.free:before {
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    background: rgba(20, 18, 95, 0.9);
    z-index: -1;
}
.free__text {
    max-width: 400px;
    width: 50%;
    margin-top: 15px;
}
.free .title-sec {
    white-space: nowrap;
    font-size: 32px;
}
.free__desc {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    margin: 12px 0 24px;
}
.free .btn {
    width: 240px;
}
.contacts {
    height: 684px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contacts__text-bl {
    width: 50%;
    padding-right: 30px;
}
.contacts__info {
    margin: 50px 0 0;
}
.contacts__info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 40px;
}
.contacts__info a {
    position: relative;
}
.contacts__info a:after {
    content: "";
    width: 0;
    height: 2px;
    background: #625fe8;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.contacts__info a:hover {
    color: #625fe8;
}
.contacts__info a:hover:after {
    width: 100%;
}
.contacts__icon {
    width: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 24px;
    fill: #625fe8;
}
.contacts__icon svg.adress {
    width: 40px;
    height: 36px;
}
.contacts__icon svg.phone {
    width: 33px;
    height: 33px;
}
.contacts__icon svg.email {
    width: 33px;
    height: 27px;
}
.contacts__text {
    max-width: 280px;
}
.contacts__map {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.contacts__map iframe {
    width: 100%;
    height: 100%;
    display: block;
}
.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -6px;
}
.social li {
    padding: 0 6px;
}
.social a {
    fill: #625fe8;
    display: block;
}
.social a:hover {
    fill: #14125f;
}
.social svg {
    width: 30px;
    height: 30px;
}
.footer {
    background: radial-gradient(73.03% 73.03% at 50% 50%, #0e1822 0%, #060b0f 80.46%, #000 100%);
    padding: 50px 0 68px;
    color: #fff;
}
.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__copyright {
    line-height: 1.7;
    font-size: 14px;
    font-weight: 500;
    margin: 12px 0 0;
}
.fancybox-close-small {
    display: none;
}
.modal {
    max-width: 750px;
    width: 100%;
    padding: 56px 20px 50px;
    border-radius: 16px;
    display: none;
}
.modal__close {
    position: absolute;
    top: 33px;
    right: 33px;
    stroke: #0d1720;
    stroke-width: 2px;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.modal__close:hover {
    stroke: #625fe8;
}
.modal__close svg {
    width: 21px;
    height: 21px;
}
.modal__inner {
    max-width: 336px;
    margin: 0 auto;
}
.modal__title {
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    width: 422px;
}
.modal__desc {
    text-align: center;
    margin: 16px auto 32px;
    width: 422px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
}
.modal__pol {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 200;
    margin: 12px 0 38px;
}
.modal .btn {
    margin: 0 auto;
}
.success-message {
    color: green;
    text-align: center;
    margin: 15px 0 0;
    display: none;
}
.label {
    position: relative;
}
.label input {
    height: 60px;
    width: 100%;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    padding: 0 12px;
    margin: 6px 0 0;
}
.label input::-webkit-input-placeholder {
    color: #828282;
}
.label input::-moz-placeholder {
    color: #828282;
}
.label input:-ms-input-placeholder {
    color: #828282;
}
.label input::-ms-input-placeholder {
    color: #828282;
}
.label input::placeholder {
    color: #828282;
}
.label input:hover:not(:disabled),
.label input:focus:not(:disabled) {
    border: 2px solid #625fe8;
}
.label input:disabled {
    background: #f3f3f3;
}
.label.focus {
    color: #625fe8;
}
.label.error {
    color: #ff3a1c;
}
.label.error input {
    border: 2px solid #ff3a1c !important;
}
.label__title {
    cursor: text;
    display: block;
}
.label label {
    display: block;
}
.label label.error {
    margin: 6px 0 0;
    font-size: 11px;
    color: #ff3a1c;
}
@media all and (max-width: 1310px) and (min-width: 993px) {
    .container {
        padding: 0 40px;
        max-width: 1088px;
    }
    .header .header__list {
        font-size: 14px;
        margin: 0 -10px;
    }
    .header .header__list li {
        padding: 0 10px;
    }
    .banner__bg {
        font-size: 132px;
    }
    .banner__bg--1 {
        left: -50px;
    }
    .banner__bg--2 {
        right: -270px;
        bottom: 170px;
    }
    .about__bg {
        font-size: 132px;
    }
    .about__bg--1 {
        left: -22px;
        top: 0;
    }
    .about__bg--2 {
        right: -218px;
        bottom: 11px;
    }
    .why {
        padding: 140px 0 77px;
    }
    .why__item {
        width: 270px;
    }
    .cat {
        padding: 110px 0 46px;
    }
    .cat--gallery {
        padding: 50px 0 80px;
    }
    .cat__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .cat__img {
        padding: 30px;
    }
    .cat__navigation {
        margin: 40px 0 0;
    }
    .work {
        padding: 100px 0;
    }
    .cooperation__bg {
        font-size: 116px;
    }
    .cooperation__bg--1 {
        top: 26px;
        left: -35px;
    }
    .cooperation__bg--2 {
        right: -23px;
        bottom: 18px;
    }
    .b2b {
        padding: 120px 0 120px;
    }
    .b2b__item1 .b2b__img img {
        max-width: 630px;
        margin-left: 30px;
    }
    .b2b__item2 .b2b__img img {
        max-width: 300px;
    }
    .dots {
        margin: 0 48px 0 0;
    }
    .free {
        height: 600px;
    }
    .free__desc {
        margin: 16px 0 32px;
    }
}
@media all and (max-width: 1199px) and (min-width: 993px) {
    .container {
        padding: 0 80px;
    }
    .header__menu {
        top: 0;
        position: fixed;
        bottom: 0;
        right: 0;
        width: 280px;
        background: #fff;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        color: #0d1720;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        border-radius: 16px 0 0 16px;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    }
    .header__menu.active-target {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }
    .header .header__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .header .header__list li {
        width: 100%;
    }
    .header .header__list a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 16px 32px;
    }
    .header .header__list a:after {
        content: none;
    }
    .header .header__list a.active {
        color: #625fe8;
        font-weight: 700;
    }
    .header__btn1 {
        margin-left: auto;
    }
    .header__btn2 {
        margin-right: auto;
    }
    .header__toggle {
        width: 20px;
        height: 40px;
        position: relative;
        z-index: 3;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block;
        margin: 0 0 0 10px;
    }
    .header__toggle span {
        width: 18px;
        height: 2px;
        background: #fff;
        position: absolute;
        border-radius: 4px;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        left: 0;
    }
    .header__toggle span:nth-child(1) {
        top: 12px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .header__toggle span:nth-child(2) {
        top: 50%;
        margin-top: -1px;
    }
    .header__toggle span:nth-child(3) {
        bottom: 12px;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }
    .header__toggle.active-target span {
        left: 5px;
        background: #0d1720;
    }
    .header__toggle.active-target span:nth-child(1) {
        top: 14px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .header__toggle.active-target span:nth-child(2) {
        opacity: 0;
    }
    .header__toggle.active-target span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .lang {
        display: none;
    }
    .lang--tablet {
        display: block;
        margin: 0 0 0 24px;
    }
    .why {
        padding: 140px 0 58px;
    }
    .why__item {
        width: 248px;
    }
    .why__title {
        font-size: 20px;
    }
    .why__desc {
        font-size: 16px;
    }
    .cat {
        padding: 90px 0 40px;
    }
    .cat--gallery {
        padding: 50px 0 80px;
    }
    .cat__item {
        height: 500px;
    }
    .work__item-desc {
        font-size: 14px;
    }
    .cooperation {
        padding: 90px 0 140px;
    }
    .b2b__item1 {
        margin: 0 0 140px;
    }
    .b2b__item1 .b2b__img img {
        max-width: 570px;
    }
    .b2b__item2 .b2b__text {
        margin-right: 0;
    }
    .free {
        height: 480px;
    }
    .free:before {
        width: 100%;
    }
    .free__text {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    .free__desc {
        margin: 24px 0 40px;
    }
    .free .btn {
        margin: 0 auto;
    }
}
@media all and (max-width: 1199px) {
    .header__menu {
        top: 0;
        position: fixed;
        bottom: 0;
        right: 0;
        width: 280px;
        background: #fff;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        color: #0d1720;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        border-radius: 16px 0 0 16px;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    }
    .header__menu.active-target {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }
    .header .header__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .header .header__list li {
        width: 100%;
    }
    .header .header__list a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 16px 32px;
    }
    .header .header__list a:after {
        content: none;
    }
    .header .header__list a.active {
        color: #625fe8;
        font-weight: 700;
    }
    .header__btn1 {
        margin-left: auto;
    }
    .header__btn2 {
        margin-right: auto;
    }
    .header__toggle {
        width: 20px;
        height: 40px;
        position: relative;
        z-index: 3;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block;
        margin: 0 0 0 10px;
    }
    .header__toggle span {
        width: 18px;
        height: 2px;
        background: #fff;
        position: absolute;
        border-radius: 4px;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        left: 0;
    }
    .header__toggle span:nth-child(1) {
        top: 12px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .header__toggle span:nth-child(2) {
        top: 50%;
        margin-top: -1px;
    }
    .header__toggle span:nth-child(3) {
        bottom: 12px;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }
    .header__toggle.active-target span {
        left: 5px;
        background: #0d1720;
    }
    .header__toggle.active-target span:nth-child(1) {
        top: 14px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .header__toggle.active-target span:nth-child(2) {
        opacity: 0;
    }
    .header__toggle.active-target span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .lang {
        display: none;
    }
    .lang--tablet {
        display: block;
        margin: 0 0 0 24px;
    }
}
@media all and (max-width: 992px) {
    .h1 {
        font-size: 48px;
    }
    .h2 {
        font-size: 28px;
    }
    .h3 {
        font-size: 16px;
    }
    .h4 {
        font-size: 14px;
    }
    .h6 {
        font-size: 12px;
    }
    .btn {
        height: 40px;
    }
    .btn svg {
        display: none;
    }
    .banner {
        height: 820px;
        padding: 212px 0 0;
    }
    .banner__img {
        margin: 90px 0 0;
    }
    .banner__img img {
        width: 232px;
    }
    .banner__bg {
        font-size: 100px;
    }
    .banner__bg--1 {
        left: 10px;
        top: 96px;
    }
    .banner__bg--2 {
        right: -10px;
        bottom: 80px;
    }
    .about {
        height: 724px;
    }
    .about__text {
        margin: 20px auto 0;
    }
    .about__title {
        font-size: 32px;
    }
    .about__desc {
        font-size: 16px;
    }
    .about__bg {
        font-size: 100px;
    }
    .about__bg--1 {
        top: 0;
        left: 9px;
    }
    .about__bg--2 {
        right: -77px;
        bottom: 63px;
    }
    .why {
        padding: 105px 0 98px;
    }
    .why__wrapper {
        margin: 80px 0 0;
    }
    .why__item {
        width: 192px;
    }
    .why__number {
        font-size: 20px;
    }
    .why__title {
        margin: 12px 0 14px;
    }
    .cat {
        padding: 25px 0 0;
    }
    .cat--gallery {
        padding: 0 0 60px;
    }
    .cat__slider {
        padding: 50px 0 0;
    }
    .cat__item {
        height: 386px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .cat__img {
        padding: 40px 30px;
    }
    .cat__text {
        padding: 0 58px 0 0;
        margin-right: 0;
    }
    .cat__desc {
        margin: 16px 0 28px;
        height: 54px;
    }
    .cat__navigation {
        margin: 40px 0 0;
    }
    .cat__arrows {
        margin: 0 -15px;
    }
    .work {
        padding: 140px 0 130px;
    }
    .work__desc {
        margin: 16px 0 0;
    }
    .work__items:before {
        left: 28px;
    }
    .work__item {
        margin: 0 0 56px;
    }
    .work__item-icon {
        margin: 0 24px 0 0;
    }
    .work__item-icon-inner {
        width: 56px;
        height: 56px;
        padding: 14px;
    }
    .work__item-desc {
        font-size: 12px;
        margin: 6px 0 0;
    }
    .cooperation {
        padding: 70px 0 130px;
    }
    .cooperation__wrapper {
        margin: 80px 0 0;
    }
    .cooperation__item {
        margin: 0 0 40px;
    }
    .cooperation__icon {
        width: 64px;
        height: 64px;
        padding: 15px;
    }
    .cooperation__title {
        font-size: 16px;
    }
    .cooperation__desc {
        font-size: 14px;
        font-weight: 200;
    }
    .cooperation__bg {
        font-size: 100px;
    }
    .cooperation__bg--1 {
        top: -5px;
        left: -77px;
    }
    .cooperation__bg--2 {
        right: -68px;
        bottom: 20px;
    }
    .b2b {
        padding: 150px 0 130px;
    }
    .b2b__desc {
        margin: 20px 0 70px;
    }
    .b2b__list {
        font-size: 16px;
        max-width: 315px;
    }
    .b2b__img img {
        max-width: 110%;
    }
    .b2b__item1 {
        margin: 0 0 115px;
    }
    .b2b__item1 .b2b__img {
        margin-left: 30px;
    }
    .b2b__item2 .b2b__img {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .b2b__item2 .b2b__img img {
        width: 220px;
    }
    .b2b__btns .btn:first-child {
        margin-right: 14px;
    }
    .free {
        height: 496px;
    }
    .free:before {
        width: 50%;
    }
    .free__text {
        width: 50%;
    }
    .free .title-sec {
        font-size: 24px;
        white-space: nowrap;
    }
    .free__desc {
        font-size: 14px;
        margin: 16px 0 32px;
        max-width: 270px;
    }
    .free .btn {
        width: 198px;
    }
    .contacts {
        height: 575px;
    }
    .contacts__info {
        font-size: 16px;
    }
    .contacts__info li {
        margin: 0 0 32px;
    }
    .footer {
        padding: 50px 0;
    }
    .footer .header__list {
        margin: 0 -9px;
        font-size: 14px;
    }
    .footer .header__list li {
        padding: 0 9px;
    }
    .modal {
        max-width: 606px;
    }
    .modal__title {
        font-size: 24px;
    }
    .modal__desc {
        line-height: 1.5;
    }
    .dots {
        margin: 0 40px 0 0;
    }
    .arrow {
        margin: 0 15px;
    }
}
@media all and (max-width: 767px) {
    .h1 {
        font-size: 32px;
    }
    .h2 {
        font-size: 24px;
    }
    .container {
        padding: 0 20px;
    }
    .header__btn1,
    .header__btn2 {
        display: none;
    }
    .header__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow-y: auto;
    }
    .header .header__list a {
        padding: 16px 24px;
    }
    .lang {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }
    .lang__title {
        fill: #0d1720;
    }
    .lang--tablet {
        display: none;
    }
    .banner {
        height: 560px;
        padding: 150px 0 0;
    }
    .banner__img {
        margin: 56px 0 0;
    }
    .banner__img img {
        width: 208px;
        display: none;
    }
    .banner__img-mobile {
        display: block !important;
    }
    .banner__bg {
        font-size: 36px;
    }
    .banner__bg--1 {
        top: 98px;
        left: 8px;
    }
    .banner__bg--2 {
        right: -9px;
        bottom: 90px;
    }
    .about {
        height: 770px;
    }
    .about__text {
        margin: 140px auto 0;
    }
    .about__bg {
        font-size: 48px;
    }
    .about__bg--1 {
        display: none;
    }
    .about__bg--2 {
        right: -9px;
        bottom: 43px;
    }
    .why {
        padding: 80px 0;
    }
    .why__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 56px 0 0;
    }
    .why__item {
        width: 100%;
        margin: 0 0 50px;
    }
    .why__item:last-child {
        margin: 0;
    }
    .why__title {
        margin: 12px 0 10px;
    }
    .cat {
        padding: 0;
    }
    .cat--gallery {
        padding: 0 0 50px;
    }
    .cat__slider {
        padding: 36px 0 0;
    }
    .cat__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 514px;
        display: block;
    }
    .cat--gallery .cat__item {
        height: 300px;
    }
    .cat__img {
        width: 100%;
        margin: 48px 0 30px;
        padding: 0 20px;
        height: 200px;
    }
    .cat__text {
        max-width: 100%;
        text-align: center;
        padding: 0 20px;
        width: 100%;
    }
    .cat__desc {
        margin: 16px auto 25px;
        max-width: 230px;
    }
    .cat .btn {
        margin: 0 auto;
    }
    .cat__navigation {
        margin: 36px 0 0;
    }
    .cat__arrows {
        display: none;
    }
    .dots {
        margin: 0;
    }
    .work {
        padding: 100px 0;
    }
    .work__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .work__text {
        width: 100%;
        margin: 0 0 60px;
    }
    .work .title-sec {
        text-align: center;
    }
    .work__desc {
        text-align: center;
        max-width: 100%;
    }
    .work__items {
        width: 100%;
    }
    .cooperation {
        padding: 60px 0 100px;
    }
    .cooperation__desc {
        margin: 16px 0 0;
    }
    .cooperation__wrapper {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .cooperation__bg {
        font-size: 48px;
    }
    .cooperation__bg--1 {
        display: none;
    }
    .cooperation__bg--2 {
        right: -9px;
        bottom: 30px;
    }
    .b2b {
        padding: 80px 0;
    }
    .b2b__desc {
        margin: 16px 0 42px;
    }
    .b2b__item1 {
        margin: 0 0 50px;
    }
    .b2b__item1 .b2b__img {
        display: none;
    }
    .b2b__item2 .b2b__img {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        margin: 0 0 50px;
    }
    .b2b__item2 .b2b__img img {
        width: 260px;
    }
    .b2b__text {
        margin: 0 !important;
        width: 100%;
    }
    .b2b__list {
        max-width: 100%;
    }
    .b2b__item2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .b2b__btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 50px 0 0;
    }
    .b2b__btns .btn {
        margin: 10px 7px !important;
    }
    .b2b__btns .btn:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .free {
        text-align: center;
    }
    .free:before {
        width: 100%;
    }
    .free__text {
        width: 100%;
        max-width: 100%;
    }
    .free .title-sec {
        font-size: 20px;
    }
    .free__desc {
        max-width: 100%;
        margin: 24px 0 32px;
    }
    .free .btn {
        margin: 0 auto;
    }
    .contacts {
        height: auto;
        padding: 80px 0 0;
    }
    .contacts__text-bl {
        width: 100%;
    }
    .contacts__icon {
        width: 32px;
    }
    .contacts__icon svg.adress {
        width: 32px;
        height: 29px;
    }
    .contacts__icon svg.phone {
        width: 26px;
        height: 26px;
    }
    .contacts__icon svg.email {
        width: 27px;
        height: 21px;
    }
    .contacts__map {
        position: relative;
        width: auto;
        height: 290px;
        margin: 60px -20px 0;
    }
    .footer {
        padding: 28px 0 40px;
    }
    .footer__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer .header__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 30px 0 0;
        width: 100%;
    }
    .footer .header__list li {
        width: 100%;
        margin: 9px 0;
        padding: 0;
    }
    .footer .header__list a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .footer__copyright {
        font-size: 12px;
        margin: 26px 0 0;
    }
    .modal__close {
        right: 20px;
        top: 17px;
    }
    .modal__title {
        width: 100%;
    }
    .modal__desc {
        width: 100%;
        margin: 24px 0 32px;
    }
    .modal__pol {
        margin: 24px 0 48px;
        text-align: center;
    }
    .modal .btn {
        height: 44px;
    }
}
