/*-------------------------reset-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;1,300;1,400&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1.25;
  background-color: #02061D;
  color: #fff;
  overflow-x: hidden; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body * {
  box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal; }

.containerm {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

img {
  max-width: 100%;
  height: auto; }

a,
a:hover,
a:focus,
a:visited {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease; }

.wpcf7-submit {
  -webkit-appearance: none !important; }

strong {
  font-weight: 700; }

i {
  font-style: italic; }

.kinetika {
  font-family: 'Kinetika'; }

.titlem {
  font-family: 'Kinetika';
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 102.5%;
  margin-bottom: 45px; }

.wrapper {
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between; }

/*-------------------------header------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
  z-index: 4;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  .header.active {
    background: #02061D; }
  .header__inside {
    padding: 26px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  .header__logo {
    line-height: 0;
    flex-basis: 170px; }
    .header__logo a:hover {
      opacity: 0.7; }
  .header__center {
    flex-basis: calc(100% - 350px); }
  .header__menu ul {
    display: flex;
    align-items: center;
    justify-content: center; }
    .header__menu ul li.current-menu-item a {
      color: #C401FF; }
    .header__menu ul a {
      font-weight: bold;
      font-size: 16px;
      line-height: 1.4;
      color: #FFFFFF;
      position: relative; }
      .header__menu ul a:hover {
        color: #C401FF; }
    .header__menu ul li {
      display: block;
      position: relative;
      margin-left: 16px;
      margin-right: 16px; }
  .header__right {
    flex-basis: 170px; }

.pinkbtn {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #FFFFFF !important;
  transition: all 0.3s ease-in-out;
  background: #C401FF;
  border-radius: 4px;
  height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  .pinkbtn:hover {
    background: #7B00A0; }

.firstscreen {
  position: relative; }
  .firstscreen__content {
    position: absolute;
    z-index: 1;
    top: 270px;
    left: 0;
    width: 100%; }

.sliderbg {
  width: 100%; }
  .sliderbg__iteminside {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 816px; }

.haschild a:after {
  display: inline-block;
  margin-left: 5px;
  content: "";
  background-image: url(../images/arrow_haschild.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 6px;
  margin-bottom: 1px; }

/*-------------------------firsrcont------------------------*/
.firsrcont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .firsrcont__left {
    flex-basis: 47.5%; }
  .firsrcont__title {
    font-size: 60px;
    line-height: 120.5%;
    font-family: 'Kinetika'; }
  .firsrcont__right {
    flex-basis: 47.5%;
    max-width: 47.5%;
    width: 100%;
    padding-top: 10px; }
  .firsrcont__item {
    outline: none;
    margin-bottom: 50px; }
  .firsrcont__itemtitle {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 48px;
    line-height: 102.5%;
    font-family: 'Kinetika'; }
  .firsrcont__itemdescr {
    font-size: 28px;
    line-height: 1.25; }
  .firsrcont .slick-dots {
    width: auto !important; }

body .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: rgba(196, 196, 196, 0.2);
  padding: 0 !important;
  margin: 0 !important;
  display: block; }
  body .slick-dots li button::before {
    display: none; }
body .slick-dots li {
  padding: 0;
  margin: 0;
  margin-right: 15px; }
body .slick-dots li.slick-active button {
  background: #C401FF; }

.formoblink {
  display: none; }

.hamburger {
  display: none; }

/*-------------------------best------------------------*/
.best {
  padding: 65px 0 0 0; }
  .best__top {
    display: flex;
    flex-wrap: wrap; }
  .best__item {
    margin-bottom: 65px;
    flex-basis: calc(100% / 3);
    display: flex;
    align-items: center; }
  .best__title {
    font-weight: 600;
    font-size: 72px;
    line-height: 0.77;
    color: #C401FF;
    font-family: 'Kinetika'; }
  .best__descr {
    padding-left: 15px;
    font-size: 24px;
    line-height: 1.2; }
  .best__bottom {
    display: flex;
    flex-wrap: wrap; }
    .best__bottom .best__item:nth-child(2) {
      flex-basis: calc(100% / 2); }

/*-------------------------partner------------------------*/
.partner {
  padding-bottom: 135px;
  padding-top: 130px;
  background-image: url(../images/partner_bg.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; }
  .partner__visible {
    padding-top: 15px; }
  .partner__row {
    display: flex;
    flex-wrap: wrap; }
  .partner__item {
    flex-basis: calc(100% / 4);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    padding: 15px; }
  .partner__hidden {
    display: none; }
  .partner__btn {
    cursor: pointer;
    margin-top: 50px;
    color: #C401FF;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Kinetika';
    display: inline-block;
    border-bottom: 1px solid transparent; }
    .partner__btn.active .partner__btnvisible {
      display: inline; }
    .partner__btn.active .partner__btnhidden {
      display: none; }
    .partner__btn:hover {
      border-color: #C401FF; }
  .partner__btnhidden {
    font-weight: 700; }
  .partner__btnvisible {
    font-weight: 700;
    display: none; }

/*-------------------------portfolio------------------------*/
.portfolio {
  padding-top: 130px;
  padding-bottom: 65px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/portfolio_bg.jpg); }
  .portfolio .containerm {
    max-width: 1480px; }
  .portfolio__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .portfolio__left {
    flex-basis: 48.5%; }
  .portfolio__top {
    padding-left: 130px;
    padding-bottom: 130px;
    max-width: 48.5%; }
  .portfolio__descr {
    margin-bottom: 65px;
    font-size: 24px;
    line-height: 1.25; }
  .portfolio__item {
    overflow: hidden; }
  .portfolio__link {
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 475px;
    margin-bottom: 65px; }
    .portfolio__link:hover {
      transform: scale(1.02);
      -webkit-transform: scale(1.02);
      -moz-transform: scale(1.02);
      -ms-transform: scale(1.02);
      -o-transform: scale(1.02); }
  .portfolio__item1700 {
    height: 960px; }
  .portfolio__right {
    flex-basis: 48.5%;
    margin-top: -280px; }

.arrowlink span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #C401FF; }
.arrowlink svg {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
.arrowlink:hover svg {
  margin-left: 60px; }

/*-------------------------services------------------------*/
.services {
  padding: 65px 0;
  background-color: #fff;
  color: #000; }
  .services__inside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .services__left {
    flex-basis: 47.5%; }
  .services__title {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    cursor: pointer; }
    .services__title.active {
      color: #C401FF; }
    .services__title:hover {
      color: #C401FF; }
  .services__right {
    flex-basis: 47.5%; }
  .services__body {
    display: none; }
    .services__body.active {
      display: block; }
  .services__menu {
    margin-bottom: 85px; }
    .services__menu a {
      display: block;
      font-size: 18px;
      line-height: 1.27;
      margin-bottom: 33px; }
      .services__menu a:hover {
        color: #C401FF; }

/*-------------------------reference------------------------*/
.reference {
  background: #F0F1F4;
  color: #000;
  padding: 130px 0; }
  .reference__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .reference__left {
    flex-basis: 32%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .reference__nav {
    display: flex;
    flex-wrap: wrap;
    max-width: 288px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px; }
  .reference__btn {
    cursor: pointer;
    flex-basis: 42%;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .reference__btnleft:hover {
    margin-left: -40px; }
  .reference__btnright:hover {
    margin-right: -40px; }
  .reference__right {
    flex-basis: 66%;
    max-width: 66%; }
  .reference__item {
    padding-right: 12px; }
  .reference__name {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25; }
  .reference__project {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.2;
    color: #858E91; }
  .reference__descr {
    font-size: 16px;
    line-height: 1.25; }

/*-------------------------prefooter------------------------*/
.prefooter {
  background: #fff;
  color: #000;
  padding: 130px 0; }
  .prefooter__inside {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .prefooter__left {
    flex-basis: 47.5%; }
  .prefooter__subtitle {
    font-size: 16px;
    line-height: 1.25; }
  .prefooter__right {
    flex-basis: 47.5%;
    padding-top: 5px; }

.inputm {
  outline: none;
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 30px;
  border: 1px solid #858E91;
  border-radius: 4px; }
  .inputm::placeholder {
    color: #858E91; }

.sumbitbtn {
  background: #C401FF;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  height: 50px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF !important;
  width: 170px;
  cursor: pointer;
  border: 0; }
  .sumbitbtn:hover {
    background-color: #7B00A0; }

.formdetails {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.27; }
  .formdetails a {
    color: #C401FF; }
    .formdetails a:hover {
      text-decoration: underline; }

/*-------------------------footer------------------------*/
.footer {
  padding: 65px 0;
  background-color: #02061D;
  color: #fff; }
  .footer__top {
    padding-bottom: 115px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .footer__topleft {
    flex-basis: 47.5%; }
  .footer__link {
    margin-bottom: 35px;
    display: inline-block;
    margin-bottom: 35px;
    border-bottom: 1px solid #fff;
    font-size: 24px;
    line-height: 1.25; }
    .footer__link:hover {
      border-color: #C401FF; }
  .footer__adress {
    padding-top: 30px;
    font-size: 20px;
    line-height: 1.7; }
  .footer__social {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .footer__social a {
      display: inline-block;
      margin-right: 20px; }
      .footer__social a path {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
      .footer__social a:hover path {
        fill: #fff; }
  .footer__topright {
    flex-basis: 47.5%; }
  .footer__menu ul {
    display: flex;
    flex-wrap: wrap; }
    .footer__menu ul a {
      display: inline-block;
      margin-bottom: 25px;
      border-bottom: 1px solid #fff;
      font-size: 24px;
      line-height: 1.25; }
      .footer__menu ul a:hover {
        border-color: #C401FF; }
    .footer__menu ul li {
      flex-basis: 50%; }
  .footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .footer__left {
    flex-basis: 50%;
    font-size: 16px;
    line-height: 1.25; }
  .footer__right {
    flex-basis: 50%;
    text-align: right; }
    .footer__right a {
      font-size: 16px;
      line-height: 1.25;
      text-align: right;
      color: #C401FF;
      border-bottom: 1px solid transparent;
      display: inline-block; }
      .footer__right a:hover {
        border-color: #C401FF; }

.reference__navformob {
  display: none; }

/*-------------------------onwork------------------------*/
.page .header {
  background-color: #02061D; }

.onwork .sitetop {
  background-image: url(../images/bg2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.onworkinside {
  padding-top: 250px;
  padding-bottom: 100px;
  min-height: 815px; }
  .onworkinside p {
    font-size: 28px;
    line-height: 1.25; }

/*-------------------------content------------------------*/
.content {
  padding-top: 160px;
  padding-bottom: 130px; }

.breadcrumb {
  margin-bottom: 20px; }
  .breadcrumb ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .breadcrumb ul li {
      margin-bottom: 10px;
      display: inline-flex;
      align-items: inherit;
      font-size: 16px;
      line-height: 1.3;
      margin-right: 10px; }
      .breadcrumb ul li a {
        display: inline-block;
        margin-right: 10px;
        text-decoration: underline; }
        .breadcrumb ul li a:hover {
          color: #C401FF; }

.teamrow__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 30px; }
.teamrow__row {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.teamrow__item {
  margin-left: 15px;
  margin-right: 15px;
  flex-basis: calc(100% / 4 - 30px);
  margin-bottom: 65px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: relative; }
.teamrow__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 345px;
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
.teamrow__name {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25; }
.teamrow__profesion {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300; }

/*-------------------------whitep------------------------*/
.whitep {
  color: #000;
  background-color: #fff; }
  .whitep .breadcrumb path {
    stroke: #02061D; }

.formroww__inputrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.formroww__inputitem {
  flex-basis: 48.6%;
  margin-bottom: 30px; }
.formroww__bottom {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
.formroww__btn {
  flex-basis: 170px; }
.formroww__bottomtext {
  flex-basis: 600px;
  margin-left: 55px; }
.formroww .formdetails {
  margin: 0; }
.formroww .inputm {
  font-size: 20px;
  height: 50px; }

/*-------------------------thankspage------------------------*/
.thankspage p {
  font-size: 24px;
  margin-bottom: 25px; }
  .thankspage p a {
    font-size: 16px;
    color: #C401FF;
    text-decoration: underline; }
    .thankspage p a:hover {
      text-decoration: none; }

/*-------------------------brif------------------------*/
.brifpage__violet {
  padding-bottom: 40px;
  max-width: 580px;
  width: 100%; }
  .brifpage__violet p {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px; }
.brifpage__line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px; }
.brifpage__left {
  flex-basis: 48.6%;
  font-size: 20px;
  line-height: 1.25;
  color: #02061D; }
.brifpage__right {
  flex-basis: 48.6%; }
.brifpage .inputm {
  height: 50px;
  font-size: 20px;
  margin: 0; }
.brifpage .sumbitbtn {
  margin-top: 40px; }
.brifpage .formdetails {
  max-width: 580px;
  width: 100%; }

.portfoliopage__top ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px; }
.portfoliopage__top li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 50px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  cursor: pointer; }
  .portfoliopage__top li:hover {
    color: #C401FF; }
  .portfoliopage__top li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin-right: 5px; }
  .portfoliopage__top li.active::before, .portfoliopage__top li.current::before {
    background-color: #C401FF; }
.portfoliopage__body {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px; }
.portfoliopage__item {
  margin-left: 16px;
  margin-right: 16px;
  flex-basis: calc(100% / 2 - 32px);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  color: #fff;
  margin-bottom: 32px;
  min-height: 265px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  .portfoliopage__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    background: linear-gradient(90deg, rgba(1, 15, 36, 0.6) -16.01%, rgba(1, 15, 36, 0) 104.2%), rgba(1, 15, 36, 0.8); }
  .portfoliopage__item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    background-image: url(../images/port_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    opacity: 0; }
  .portfoliopage__item.delete {
    display: none; }
  .portfoliopage__item.active {
    display: block; }
  .portfoliopage__item:hover:after {
    opacity: 0.5; }
.portfoliopage__categories {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap; }
.portfoliopage__cat {
  padding: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
  color: #fff !important;
  display: inline-block;
  border: 2px solid #C401FF;
  border-radius: 4px;
  margin-right: 8px; }
  .portfoliopage__cat:hover {
    color: #C401FF !important; }
.portfoliopage__title {
  position: relative;
  z-index: 1;
  color: #fff !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 102.5%;
  display: block;
  margin-bottom: 15px; }
  .portfoliopage__title:hover {
    color: #C401FF !important; }
.portfoliopage__descr {
  position: relative;
  z-index: 1;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 102.5%; }

.titlem404 {
  font-weight: 600;
  font-size: 60px;
  line-height: 102.5%;
  margin-bottom: 15px;
  font-family: Kinetika; }

.arrowlinkinleft {
  max-width: 270px;
  width: 100%;
  display: block;
  margin-top: 60px;
  text-align: right; }
  .arrowlinkinleft:hover svg {
    margin-right: 0 !important;
    margin-left: -40px; }

/*-------------------------preloader------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999; }

.ctn-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000; }

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 1000;
  text-align: center; }

.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em; }

.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em "Poppins", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
  font-weight: 700; }

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg); }

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.ctn-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff; }

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2); }

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #fff; }

.ctn-preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b; }

.ctn-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none; }

.ctn-preloader .loader .row {
  height: 100%; }

.ctn-preloader .loader .loader-section {
  padding: 0px; }

.ctn-preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1); }

.ctn-preloader .loader.dark_bg .loader-section .bg {
  background: #111339; }

.ctn-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

.ctn-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1); }

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@-webkit-keyframes letters-loading {
  0%,
    75%,
    100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
  25%,
    50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }
@keyframes letters-loading {
  0%,
    75%,
    100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
  25%,
    50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }
@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em; }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Poppins", sans-serif; } }
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em; }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Poppins", sans-serif; } }
/*************** Image Preloader ****************/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999; }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/status.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px; }

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #c401ff; }

/*-------------------------adaptive------------------------*/
@media screen and (max-width: 1600px) {
  .portfolio .containerm {
    max-width: 1200px; }

  .portfolio__top {
    padding-left: 20px; } }
@media screen and (max-width: 1320px) {
  .containerm {
    padding: 0 20px; }

  .onworkinside {
    min-height: 0;
    padding-top: 185px; } }
@media screen and (max-width: 1180px) {
  .firsrcont__title {
    font-size: 49px; }

  .firsrcont__itemtitle {
    font-size: 37px; }

  .firsrcont__itemdescr {
    font-size: 24px; }

  .sliderbg__iteminside {
    height: 730px; }

  .best__title {
    font-size: 60px; }

  .best__descr,
  .portfolio__descr,
  .footer__menu ul a,
  .footer__link,
  .inputm {
    font-size: 22px; }

  .reference__left {
    flex-basis: 100%; }
    .reference__left .reference__nav {
      display: none; }

  .reference__right {
    flex-basis: 100%;
    max-width: 100%; }

  .titlem {
    font-size: 44px; }

  .portfolio__link {
    height: 320px;
    margin-bottom: 40px; }

  .portfolio__item1700 {
    height: 600px; }

  .reference__navformob {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px; }

  .reference__item {
    padding-left: 10px;
    padding-right: 10px; }

  .reference,
  .partner,
  .prefooter {
    padding: 80px 0; }

  .portfolio {
    padding-top: 80px; }

  .footer__top {
    padding-bottom: 60px; }

  .footer__bottom {
    flex-direction: column;
    align-items: center; }

  .footer__left {
    padding-bottom: 10px; }

  .footer {
    padding: 50px 0 40px; }

  .header__right {
    display: none; }

  .hamburger {
    display: block;
    width: 32px;
    height: 23px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    .hamburger span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #fff;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
    .hamburger span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .hamburger span:nth-child(2) {
      top: 10px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .hamburger span:nth-child(3) {
      top: 20px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .hamburger.open span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -2px;
      left: 4px; }
    .hamburger.open span:nth-child(2) {
      width: 0%;
      opacity: 0; }
    .hamburger.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 21px;
      left: 4px; }

  .header__inside {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    padding-left: 10px;
    padding-right: 10px; }

  .header.color {
    background-color: #02061D; }
  .header.active .header__inside {
    padding: 10px; }

  .header__center {
    display: none;
    position: fixed;
    background-color: #02061D;
    left: 0;
    top: 0;
    width: 100%;
    color: #fff; }
    .header__center ul {
      display: block; }

  .header__centerins {
    height: calc(100vh - 110px);
    margin-top: 100px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    overflow-y: auto;
    flex-direction: column; }
    .header__centerins ul {
      padding-left: 20px; }
      .header__centerins ul li {
        margin-bottom: 20px; }
        .header__centerins ul li a {
          display: inline-block;
          font-size: 20px; }
    .header__centerins::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 2px #323949; }
    .header__centerins::-webkit-scrollbar {
      width: 3px; }
    .header__centerins::-webkit-scrollbar-thumb {
      background-color: #fff;
      outline: 1px solid #fff; }

  .header__logo {
    position: relative;
    z-index: 999; }

  .formoblink {
    padding-top: 40px;
    display: block;
    padding-left: 20px; }

  .portfoliopage__title {
    font-size: 25px; }

  .portfoliopage__top li {
    margin-right: 20px; } }
@media screen and (max-width: 980px) {
  .firsrcont__left {
    flex-basis: 100%; }

  .onworkinside p {
    font-size: 23px; }

  .firsrcont__title {
    font-size: 48px; }

  .firsrcont__right {
    flex-basis: 100%;
    max-width: 100%; }

  .firsrcont__itemtitle {
    font-size: 32px;
    margin-top: 25px; }

  .firstscreen__content {
    top: 200px; }

  .best__title {
    font-size: 48px; }

  .reference,
  .partner,
  .prefooter {
    padding: 50px 0; }

  .titlem {
    font-size: 32px; }

  .partner__item {
    height: 160px; }

  .portfolio {
    padding-top: 50px; }

  .arrowlink svg {
    width: 255px;
    height: auto; }

  .services__left,
  .services__right {
    flex-basis: 50%; }

  .prefooter__left {
    flex-basis: 100%;
    margin-bottom: 30px; }

  .prefooter__right {
    flex-basis: 100%; }

  .portfolio__descr {
    font-size: 18px; }

  .portfolio__link {
    height: 240px; }

  .portfolio__item1700 {
    height: 470px; }

  .portfolio {
    padding-bottom: 20px; }

  .portfolio__top {
    padding-bottom: 40px; }

  .portfolio__right {
    margin-top: -180px; }

  .footer__right a {
    text-align: center; }

  .teamrow__title {
    font-size: 22px; }

  .teamrow__item {
    min-height: 215px; }

  .teamrow__name {
    line-height: 1.1; }

  .formroww__bottomtext {
    flex-basis: calc(100% - 215px);
    margin-left: 35px; }

  .brifpage__left {
    flex-basis: 100%;
    margin-bottom: 10px; }

  .brifpage__right {
    flex-basis: 100%; } }
@media screen and (max-width: 760px) {
  .best__item {
    flex-basis: 100% !important;
    margin-bottom: 30px; }

  .teamrow__name {
    margin-bottom: 5px; }

  .arrowlinkinleft {
    max-width: 185px; }

  .onworkinside p {
    font-size: 18px; }

  .best__title {
    line-height: 1; }

  .best {
    padding-bottom: 20px; }

  .partner__btn {
    margin-top: 20px; }

  .portfolio__top {
    max-width: 100%; }

  .titlem {
    margin-bottom: 30px; }

  .portfolio__descr {
    margin-bottom: 45px; }

  .portfolio__right {
    margin-top: 0; }

  .portfolio__left {
    margin-top: 60px; }

  .portfolio__link {
    height: 150px; }

  .portfolio__item1700 {
    height: 285px; }

  .reference__btn:hover {
    margin: 0 !important; }

  .reference__navformob {
    margin-bottom: 0; }

  .inputm,
  .formdetails {
    font-size: 16px; }

  .footer__topleft,
  .footer__topright {
    flex-basis: 100%; }

  .footer__topright {
    margin-top: 50px; }

  .arrowlink svg {
    width: 160px; }

  .arrowlink:hover svg {
    margin-left: 20px; }

  .firsrcont__title {
    font-size: 40px; }

  .portfolio__top .arrowlink svg {
    width: 250px; }

  .services__title {
    margin-bottom: 20px; }

  .services__menu a {
    margin-bottom: 20px; }

  .services__menu {
    margin-bottom: 35px; }

  .teamrow__item {
    flex-basis: calc(100% / 2 - 30px);
    min-height: 270px; }

  .formroww__inputitem {
    flex-basis: 100%;
    margin-bottom: 0; }

  .formroww__bottom {
    padding-top: 10px; }

  .formroww__btn {
    flex-basis: 100%;
    margin-bottom: 25px; }

  .formroww__bottomtext {
    flex-basis: 100%;
    margin-left: 0; }

  .brifpage__violet p,
  .brifpage__left {
    font-size: 18px; }

  .portfoliopage__item {
    flex-basis: 100%; } }
@media screen and (max-width: 480px) {
  .firsrcont__title {
    font-size: 34px; }

  .firsrcont__itemtitle {
    font-size: 25px; }

  .firsrcont__itemdescr {
    font-size: 18px; }

  body .slick-dots li {
    margin-right: 5px; }

  .firstscreen__content {
    top: 150px; }

  .sliderbg__iteminside {
    height: 600px; }

  .portfolio__link {
    height: 125px;
    margin-bottom: 20px; }

  .portfolio__item1700 {
    height: 235px; }

  .footer__menu ul a {
    font-size: 18px; }

  .services__left,
  .services__right {
    flex-basis: 100%; }

  .services__left {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap; }

  .services__title {
    flex-basis: 50%;
    font-size: 22px; }

  .footer__left {
    text-align: center; }

  .header__centerins ul li a {
    font-size: 18px; }

  .teamrow__item {
    flex-basis: calc(100% / 2 - 16px);
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 16px; }

  .teamrow__row {
    margin-left: -8px;
    margin-right: -8px; }

  .content {
    padding-top: 140px;
    padding-bottom: 50px; }

  .formroww .inputm,
  .brifpage .inputm {
    font-size: 18px; }

  .thankspage p {
    font-size: 20px; }

  .teamrow__img {
    min-height: 220px; }

  .teamrow__item {
    margin-bottom: 50px; } }
@media screen and (max-width: 410px) {
  .firsrcont__item {
    margin-bottom: 20px; }

  .teamrow__img {
    min-height: 280px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto; }

  .teamrow__name,
  .teamrow__profesion {
    text-align: center; }

  .header__logo {
    flex-basis: 140px; }

  .header__centerins {
    height: calc(100vh - 90px);
    margin-top: 80px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 20px; }

  .header__inside,
  .header.active .header__inside {
    padding-left: 0;
    padding-right: 0; }

  .firsrcont__itemtitle {
    font-size: 23px; }

  .firsrcont__itemdescr {
    font-size: 16px; }

  .best__title {
    font-size: 37px; }

  .best {
    padding-top: 40px; }

  .partner__item {
    flex-basis: calc(100% / 2); }

  .portfolio__link {
    height: 95px; }

  .portfolio__item1700 {
    height: 190px; }

  .portfolio__left {
    margin-top: 35px; }

  .services__title {
    flex-basis: 100%;
    font-size: 21px;
    margin-bottom: 10px; }

  .reference__descr {
    font-size: 15px; }

  .reference__item {
    padding: 0; }

  .inputm,
  .formdetails {
    font-size: 15px; }

  .footer__link {
    font-size: 20px;
    margin-bottom: 25px; }

  .best__descr {
    font-size: 16px; }

  .footer__top {
    padding-bottom: 20px; }

  .footer__left,
  .footer__right a {
    font-size: 14px; }

  .footer__menu ul a {
    font-size: 16px; }

  .brifpage__violet p,
  .brifpage__left {
    font-size: 16px; }

  .formroww .inputm,
  .brifpage .inputm {
    font-size: 16px; } }
@media screen and (max-width: 360px) {
  .teamrow__item {
    flex-basis: 100%;
    max-width: 260px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto; }

  .portfoliopage__title {
    font-size: 22px; }

  .formroww .inputm {
    margin-bottom: 20px; }

  .portfoliopage__descr {
    font-size: 15px; } }

/*# sourceMappingURL=style.css.map */
