@font-face {
  font-family: Gilroy-Light;
  src: url("./fonts/Gilroy/Gilroy-Light.otf");
}

@font-face {
  font-family: Gilroy-ExtraBold;
  src: url("./fonts/Gilroy/Gilroy-ExtraBold.otf");
}

@font-face {
  font-family: Gilroy-Bold;
  src: url("./fonts/Gilroy/Gilroy-Bold.otf");
}

body {
  background-color: #1d1d1d;
  color: white;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}

.mainСontainer {
  padding: 50px 10px 10px 100px;
  overflow: hidden;
}

h1,
h2 {
  margin: 0;
}

.leftLogo,
.center,
.rightLogo {
  margin: 0 auto;
  display: inline-block;
  min-height: 50px;
}

.leftLogo {
  display: inline-block;
  /* display: none; */
  vertical-align: top;
  height: 72px;
  width: 71px;
  background-color: transparent;
  animation: fade 6s linear 0s normal;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.leftLogo {
}

.center {
  max-width: 625px;
  width: 80%;
}

.right {
  height: 100%;
  background-color: pink;
  display: inline-block;
  width: 19%;
}

.rightLogo {
  background-color: pink;
  width: 700px;
}

.we,
.design,
.dev,
.super,
.agility {
  width: fit-content;
}

.design,
.dev,
.super,
.agility {
  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

.we {
  font-family: Gilroy-ExtraBold;
  text-transform: uppercase;
  font-size: 101px;
  line-height: 117px;
  margin-top: 10px;
}

.who {
  font-family: Gilroy-Bold;
  font-size: 70px;
  line-height: 72px;
  margin-top: 10px;
  margin-bottom: 14px;
  color: white;
}

.who div {
  cursor: pointer;
}

.span_dev {
}

.desc {
  margin-top: 0;
  font-family: Gilroy-Light;
  max-width: 480px;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 24px;
}

.new {
  font-family: Gilroy-Bold;
  line-height: 69px;
  font-size: 72px;
  margin-bottom: 25px;
}

.contacts {
  margin-left: 5px;
  margin-bottom: 13px;
}

.contacts p {
  margin-right: 0;
  margin-top: 14px;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 36px;
  font-family: Gilroy-Light;
}

.contacts .insc {
  display: inline-block;
  width: calc(100% - 47px);
}
.address .insc {
  cursor: inherit;
}
.contacts a:hover .insc {
  text-decoration: underline;
}
.address .insc:hover {
  text-decoration: none;
}
.leftColumn {
  display: inline-block;
}
.contacts .icon {
  margin-right: 15px;
  vertical-align: top;
  font-size: 25px;
}
.contacts .icon svg {
  width: 25px;
  fill: white;
}
.leftColumn .icon {
  display: inline-block;
}
.contact__item a:hover .icon svg {
  fill: gray;
  text-align: center;
}

.contact__item a:hover .icon {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  margin-left: -5px;
  text-align: center;
  background: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  border-radius: 50%;
  border: solid 5px #fff;
  animation: play 1.5s ease infinite;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.design {
  margin-top: 4px;
  display: inline-block;
}

.design .pulse {
  -webkit-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.dev {
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.super {
  color: #cbcbcb;
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.agility {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.we {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.desc {
  -webkit-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
}

.new {
  -webkit-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-webkit-animation-duration: 1.5s;
  -moz-webkit-animation-duration: 1.5s;
  -ms-webkit-animation-duration: 1.5s;
  -o-webkit-animation-duration: 1.5s;
  webkit-animation-duration: 1.5s;
}

.email {
  -webkit-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.address {
  -webkit-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
  float: right;
  max-width: 226px;
}
.address .icon {
  display: inline-block;
  vertical-align: top;
}

.phone {
  -webkit-animation-delay: 3.6s;
  -o-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

.skype {
  -webkit-animation-delay: 3.7s;
  -o-animation-delay: 3.7s;
  animation-delay: 3.7s;
}

.capabilities {
  -webkit-animation-delay: 3.8s;
  -o-animation-delay: 3.8s;
  animation-delay: 3.8s;
}

.circle {
  text-align: center;
  background: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  margin-left: -7px;
  border-radius: 50%;
  border: solid 5px #fff;
  animation: play 1.5s ease infinite;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.circle.icon {
  margin-right: 12px;
}

@keyframes play {
  0% {
    /* transform: scale(1) */
  }
  15% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
  }
  25% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
      0 0 0 10px rgba(255, 255, 255, 0.2);
  }
  30% {
    /* transform: scale(1.2) */
  }
  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
      0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 15px rgba(255, 255, 255, 0.2);
  }
  80% {
    /* transform: scale(1) */
  }
}

/*(*********************************************************/

.logo {
  height: 100%;
  width: 100%;
  /* max-width: 1300px; */
  margin: 0 auto;
  top: 0;
  position: relative;
  display: none;
  z-index: -1;
}

.leftLogo__svg {
}

.bigLogo,
.leftLogo__svg {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /*animation: draw-svg 3s linear normal;*/
}

.bigLogo {
  top: 10px;
  left: 0;
  position: absolute;
  width: 71px;
}

.resize .bigLogo {
  -webkit-transition: all 1.3s;
  -o-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transition-delay: 5s;
  -o-transition-delay: 5s;
  transition-delay: 5s;
  left: 47%;
  top: 20px;
  width: 50%;
}

/* .resize .bigLogo {
    width: 950px;
    transition: all 1.3s;
    transition-delay: 0s;
    right: -260px;
    top: -30px;
} */

.bigLogo path,
.leftLogo__svg path {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  fill: none;
  stroke-linejoin: round;
  stroke-linecap: round;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  stroke-dasharray: 900;
  /* stroke-dashoffset: 1; */
}

.bigLogo path {
  -webkit-animation: londing 10s linear 0s infinite;
  -o-animation: londing 10s linear 0s infinite;
  animation: londing 10s linear 0s normal;
  animation-iteration-count: infinite;
}

@keyframes londing {
  0% {
    opacity: 0.1;
    /* !!!!!! */
    /* stroke-dashoffset: -900; */
    stroke-dashoffset: -400%;
  }
  50% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    opacity: 0.01;
    stroke-dashoffset: 100%;
  }
}

.contacts i:hover {
  color: grey;
}

/*.resize{
    top: 100px;
    left: 90px;
}*/

.bigLogo .grey,
.design:hover {
  color: grey;
  stroke: grey;
}

.bigLogo .grey1,
.dev:hover {
  color: #323439;
  stroke: #323439;
}

.bigLogo .grey2,
.super:hover {
  color: #535052;
  stroke: #535052;
}

@media (min-width: 1860px) {
  .resize .bigLogo {
    width: 950px;
  }
}

/*(*********************************************************/

@media (max-width: 1440px) {
  .mainСontainer {
    padding-left: 10%;
  }
}

@media (max-width: 1200px) {
  .mainСontainer {
    padding-left: 9%;
  }
}

@media (max-width: 1070px) {
  .mainСontainer {
    padding-left: 3%;
  }
}

@media (max-width: 992px) {
  .logo {
    display: none !important;
  }
  .leftLogo__svg {
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
  }
  .leftLogo {
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    animation: fade1 1s linear 0s normal;
  }
  .mainСontainer {
    padding-left: 5%;
  }
  .center {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .leftLogo {
    height: 47px;
    width: 47px;
  }
  .who {
    font-size: 42px;
    line-height: 47px;
  }
  .we {
    font-size: 66px;
    line-height: 79px;
  }
  .desc {
    font-size: 18px;
    line-height: 25px;
  }
  .new {
    line-height: 45px;
    font-size: 45px;
  }
  .contacts p {
    margin-top: 5px;
    font-size: 19px;
    margin-bottom: 5px;
    line-height: 27px;
  }
  .address {
    float: inherit;
  }
}

@keyframes fade1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
