@font-face {
  src: url("../fonts/RubikRegular/RubikRegular.woff2") format("woff2");
  font-family: "RubikRegular";
  font-weight: 400;
  font-style: normal;
}
@font-face {
  src: url("../fonts/RubikBold/RubikBold.woff2") format("woff2");
  font-family: "RubikBold";
  font-weight: 400;
  font-style: normal;
}
@font-face {
  src: url("../fonts/RubikBlack/RubikBlack.woff2") format("woff2");
  font-family: "RubikBlack";
  font-weight: 400;
  font-style: normal;
}
.h1 {
  font-family: "RubikBold", sans-serif;
  font-size: 96px;
  color: #fff;
  letter-spacing: 0.16em;
  line-height: 1.25;
}

.h2 {
  font-family: "RubikBold", sans-serif;
  font-size: 24px;
  letter-spacing: 0.3em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.h2 span {
  display: block;
  font-size: 64px;
  letter-spacing: 0.05em;
  position: relative;
}
.h2 span::after, .h2 span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 240px;
  background-color: #fff;
}
.h2 span::after {
  width: 0;
  transition: all 0.5s ease;
}
.h2 span:hover::after {
  width: 240px;
  background: #121FCF;
  background: linear-gradient(to right, #4361EE 0%, #F72585 50%, #4CC9F0 100%);
}

.titleInside, .typed-cursor {
  font-family: "RubikBold", sans-serif;
  font-size: 50px;
  color: #fff;
  letter-spacing: 0.16em;
  line-height: 1.25;
}

.typed-cursor {
  font-family: "RubikRegular", sans-serif;
}

.content h3 {
  font-family: "RubikBold", sans-serif;
  font-size: 24px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #4361EE 0%, #F72585 50%, #4CC9F0 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  display: inline-block;
  position: relative;
}
.content h3::after, .content h3::before {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content h3::before {
  transition: all 0.3s ease;
}
.content h3::after {
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  background: #121FCF;
  background: linear-gradient(to right, #4361EE 0%, #F72585 50%, #4CC9F0 100%);
}
.content p {
  font-size: 20px;
  color: #fff;
}
.content ul {
  font-size: 20px;
  color: #fff;
}
.content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.content a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  border-bottom: 2px #fff dotted;
}
.content a:hover {
  color: #fff;
}

.sect {
  padding-bottom: 200px;
}

.right {
  text-align: right;
}

.linkArrow, .btn-light {
  font-family: "RubikRegular", sans-serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.14em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.linkArrow img, .btn-light img {
  height: 20px;
  width: auto;
  position: relative;
  right: -20px;
  transition: all 1s ease;
}
.linkArrow:hover, .btn-light:hover {
  background-image: linear-gradient(to right, #4361EE 0%, #F72585 50%, #4CC9F0 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  text-decoration: none;
}
.linkArrow:hover img, .btn-light:hover img {
  right: -40px;
}

body {
  font-family: "RubikRegular", sans-serif;
  min-width: 320px;
  font-size: 18px;
  overflow-x: hidden;
  line-height: 1.5;
}

.mainPage {
  background: url(../img/bg-cell.svg);
  background-size: 300px;
  background-position: center;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.mainPage.black {
  background: #000;
}
.mainPage.black .topSpot, .mainPage.black .bottomSpot, .mainPage.black .middleSpot {
  background: none;
}

.mainPage.noMiddle .middleSpot {
  background: none;
}

.topSpot {
  background: url(../img/bg_1.svg);
  position: absolute;
  background-repeat: no-repeat;
  width: 4000px;
  height: 2300px;
  left: 50%;
  margin-left: -1700px;
  animation: slide 20s ease-in-out infinite;
  z-index: -1;
  top: -870px;
}

.bottomSpot {
  background: url(../img/bg_2.svg);
  position: absolute;
  width: 4000px;
  height: 2000px;
  left: 50%;
  margin-left: -1000px;
  animation: slide 20s ease-in-out infinite;
  z-index: -1;
  bottom: -800px;
}

.middleSpot {
  background: url(../img/bg_3.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 3000px;
  height: 1500px;
  left: 50%;
  margin-left: -1500px;
  animation: slide 10s ease-in-out infinite;
  z-index: -1;
  top: 30%;
}

.mainPage {
  position: relative;
  z-index: 1;
}

.logo {
  font-family: "RubikBold", sans-serif;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.2em;
  transition: all 0.3s ease;
  display: block;
  width: 160px;
  text-decoration: none;
}
.logo .wrapImg {
  position: relative;
  height: 60px;
}
.logo .wrapImg img {
  width: 120px;
  height: auto;
  display: block;
  margin: auto;
}
.logo .wrapImg .hover, .logo .wrapImg .normal {
  position: absolute;
  left: 20px;
  top: 0;
  transition: all 0.3s ease;
}
.logo:hover {
  background-image: linear-gradient(to right, #4361EE 0%, #F72585 50%, #4CC9F0 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  text-decoration: none;
}
.logo:hover .wrapImg .hover {
  opacity: 0;
}

.mainMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.mainMenu ul li {
  display: inline-block;
  margin: 0 50px;
}
.mainMenu ul li a {
  font-family: "RubikRegular", sans-serif;
  font-size: 20px;
  color: #fff;
  padding: 10px;
  display: block;
  padding-bottom: 20px;
  position: relative;
  text-decoration: none;
}
.mainMenu ul li a::after, .mainMenu ul li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 46px;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mainMenu ul li a::after {
  background: #121FCF;
  background: linear-gradient(to right, #4361EE 0%, #F72585 50%, #4CC9F0 100%);
  width: 0;
  transition: all 0.3s ease;
}
.mainMenu ul li a:hover {
  text-decoration: none;
}
.mainMenu ul li a:hover::after {
  width: 46px;
}
.mainMenu ul .active a::after {
  width: 46px;
}

.toggleMenu {
  cursor: pointer;
  display: none;
  width: 56px;
  height: 56px;
  position: fixed;
  top: 50px;
  right: 30px;
  z-index: 999;
}
.toggleMenu span:after, .toggleMenu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
}
.toggleMenu span:after {
  top: 36px;
}
.toggleMenu span {
  position: relative;
  display: block;
}
.toggleMenu span, .toggleMenu span:after, .toggleMenu span:before {
  width: 100%;
  height: 6px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 3px;
}
.toggleMenu.on span {
  background-color: transparent;
}
.toggleMenu.on span:before {
  transform: rotate(45deg) translate(3px, 5px);
  background-color: #fff;
}
.toggleMenu.on span:after {
  transform: rotate(-45deg) translate(8px, -9px);
  background-color: #fff;
}

.mobileMenu {
  background-color: rgba(0, 0, 0, 0.96);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  display: table;
  text-align: center;
  opacity: 0;
  transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: scale(0);
}
.mobileMenu.on {
  opacity: 1;
  transform: scale(1);
}
.mobileMenu.on ul li {
  opacity: 1;
}
.mobileMenu.on ul li:nth-child(odd) {
  transform: translate(0);
}
.mobileMenu.on ul li:nth-child(even) {
  transform: translate(0);
}
.mobileMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.mobileMenu ul li {
  padding: 18px 0;
  transition: all 400ms 510ms;
  transition-delay: 1s;
  opacity: 0;
}
.mobileMenu ul li:nth-child(odd) {
  transform: translateX(30%);
}
.mobileMenu ul li:nth-child(even) {
  transform: translateX(-30%);
}
.mobileMenu ul li a {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.mobileMenu ul li a:hover {
  background-image: linear-gradient(to right, #4361EE 0%, #F72585 50%, #4CC9F0 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  text-decoration: none;
  border-bottom: 3px #fff dotted;
}
.mobileMenu ul .active a {
  background-image: linear-gradient(to right, #4361EE 0%, #F72585 50%, #4CC9F0 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
}

.wrapTitle {
  margin: 190px 0 190px 0;
}

.sWhyWe {
  padding-bottom: 160px;
}

.wrapWhy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 100px;
}
.wrapWhy .itemWhy {
  width: 30%;
}
.wrapWhy .itemWhy img {
  height: 80px;
  width: auto;
  margin-bottom: 20px;
  transition: all 1.5s ease;
}
.wrapWhy .itemWhy .h3 {
  font-family: "RubikRegular", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.wrapWhy .itemWhy .h3::after, .wrapWhy .itemWhy .h3::before {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s ease;
}
.wrapWhy .itemWhy .h3::after {
  width: 0;
  background: #121FCF;
  background: linear-gradient(to right, #4361EE 0%, #F72585 50%, #4CC9F0 100%);
}
.wrapWhy .itemWhy p {
  font-family: "RubikRegular", sans-serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}
.wrapWhy .itemWhy:hover img {
  transform: rotateY(360deg);
}
.wrapWhy .itemWhy:hover .h3 {
  color: #fff;
}
.wrapWhy .itemWhy:hover .h3::after {
  width: 140px;
}
.wrapWhy .itemWhy:hover p {
  color: #fff;
}

.sPortfolio {
  margin-bottom: 150px;
}
.sPortfolio .wrapLink {
  margin: 20px 0 50px;
}

.wrapPortfolio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.itemPortfolio {
  display: block;
  width: 500px;
  height: 500px;
  perspective: 1000px;
  position: relative;
  margin: 20px;
}
.itemPortfolio .front, .itemPortfolio .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
  transition: all 1.5s ease;
  color: #fff;
}
.itemPortfolio .front {
  background-size: cover;
  background-position: top center;
}
.itemPortfolio .back {
  background: linear-gradient(to top right, #000 0%, #333 100%);
  transform: rotateY(180deg);
  border: 1px #fff solid;
}
.itemPortfolio .back .content h3 {
  font-size: 20px;
  padding-bottom: 16px;
  background-image: linear-gradient(to right, #4361EE 0%, #F72585 50%, #4CC9F0 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  text-decoration: none;
}
.itemPortfolio .back .content ul {
  font-size: 20px;
}
.itemPortfolio:hover .front {
  transform: rotateY(180deg);
}
.itemPortfolio:hover .back {
  transform: rotateY(360deg);
  box-shadow: 0 10px 10px 3px rgba(0, 0, 0, 0.4);
}

.accordeon {
  margin: 100px 0 150px;
}
.accordeon dl {
  font-size: 20px;
  color: #fff;
  border: 1px #fff solid;
  background: linear-gradient(to top right, #000 0%, #333 100%);
  margin-bottom: 60px;
  transform: scale(0.98);
  transition: all 0.3s ease;
}
.accordeon dl dt {
  padding: 20px 50px;
  font-size: 24px;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  position: relative;
}
.accordeon dl dt .cross {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
}
.accordeon dl dt .cross::after, .accordeon dl dt .cross::before {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.3s ease;
}
.accordeon dl dt .cross::after {
  width: 2px;
  height: 40px;
  top: 5px;
  left: 24px;
}
.accordeon dl dt .cross::before {
  height: 2px;
  width: 40px;
  left: 5px;
  top: 24px;
}
.accordeon dl dt span {
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
}
.accordeon dl dt span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  height: 3px;
  width: 0;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #4361EE 0%, #F72585 50%, #4CC9F0 100%);
  transition-delay: 0.5s;
}
.accordeon dl:hover {
  transform: scale(1);
  box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.5);
}
.accordeon dl:hover dt span {
  background-image: linear-gradient(to right, #4361EE 0%, #F72585 50%, #4CC9F0 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  text-decoration: none;
}
.accordeon dl dd {
  padding: 20px 50px;
}
.accordeon .active .cross {
  transform: rotateZ(135deg);
}
.accordeon .active span {
  background-image: linear-gradient(to right, #4361EE 0%, #F72585 50%, #4CC9F0 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  text-decoration: none;
}
.accordeon .active span::after {
  width: 100%;
}

footer {
  min-height: 600px;
}

.bottomForm {
  margin-top: 100px;
  margin-bottom: 170px;
}

.wrapControls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapControls .controls {
  width: 30%;
}

.controls {
  position: relative;
  margin-bottom: 80px;
  z-index: 1;
}
.controls input {
  font-size: 20px;
  letter-spacing: 0.1em;
  display: block;
  width: 100%;
  padding: 0 10px;
  background-color: transparent;
  line-height: 50px;
  border-width: 0;
  transition: all 0.3s ease;
  position: relative;
  color: #fff;
  border-bottom: 1px #fff solid;
}
.controls input:focus {
  outline: 0;
}
.controls input:valid {
  border-bottom: 1px #fff solid;
}
.controls input:focus + .underline {
  width: 100%;
}
.controls label {
  font-size: 20px;
  left: 13px;
  position: absolute;
  color: #fff;
  font-size: 14px;
  top: -10px;
  left: 0;
}
.controls label span {
  color: red;
  margin-left: 4px;
}
.controls > span {
  display: block;
  color: red;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: -24px;
}
.controls .underline {
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background: #121FCF;
  background: linear-gradient(to right, #4361EE 0%, #F72585 50%, #4CC9F0 100%);
  transition: all 0.3s ease;
}

.iti .iti__selected-dial-code {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
}

.controls .hide {
  display: none;
}
.controls #valid-msg {
  color: green;
}

#af_phone:focus ~ .controls .underlinePhone {
  width: 100%;
}

#iti-0__dropdown-content input {
  color: grey;
}

.bottomForm .controlsPhone {
  position: relative;
  z-index: 2;
}

.contrSubmit {
  text-align: right;
  width: 100%;
}
.contrSubmit .linkArrow {
  font-size: 20px;
  letter-spacing: 0.14em;
  text-align: right;
  display: inline-block;
  width: auto;
  border-width: 0;
  line-height: 50px;
  background-color: transparent;
}
.contrSubmit img {
  height: 20px;
  width: auto;
}

.contacts {
  list-style-type: none;
  text-align: right;
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
}
.contacts li {
  margin-bottom: 20px;
}
.contacts li a {
  font-size: 20px;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}
.contacts li a:hover {
  background-image: linear-gradient(to right, #4361EE 0%, #F72585 50%, #4CC9F0 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  text-decoration: none;
}

.copyright {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.sContacts {
  padding-bottom: 150px;
}

.contPage {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: auto;
}
.contPage li {
  font-family: "RubikRegular", sans-serif;
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
}
.contPage li i {
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.contPage li a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 6px;
  transition: all 0.3s ease;
}
.contPage li a i {
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.contPage li a:hover {
  background-image: linear-gradient(to right, #4361EE 0%, #F72585 50%, #4CC9F0 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  text-decoration: none;
  border-bottom: 3px #fff dotted;
}

.wrapTitleInside {
  margin: 120px 0 200px;
}

.sAbout .content {
  margin-top: 100px;
}
.sAbout .content .itemContent {
  padding-left: 150px;
  margin-bottom: 100px;
  position: relative;
}
.sAbout .content .itemContent img {
  height: 80px;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 1.5s ease;
}
.sAbout .content .itemContent h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sAbout .content .itemContent:hover h3::after, .sAbout .content .itemContent:hover h3::before {
  width: 100%;
}
.sAbout .content .itemContent:hover img {
  transform: rotateY(360deg);
}

.wrapTyped {
  position: absolute;
}

.sServices .content {
  margin-top: 80px;
  margin-bottom: 200px;
}
.sServices .content .itemContent {
  margin-bottom: 100px;
}
.sServices .content .itemContent ul li {
  margin-bottom: 20px;
}
.sServices .content .itemContent h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sServices .content .itemContent:hover h3::after, .sServices .content .itemContent:hover h3::before {
  width: 100%;
}

.popupFrame {
  background: #000;
  padding: 20px 30px;
  max-width: 900px;
  margin: 40px auto;
  position: relative;
  color: #fff;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.8s ease-in-out;
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

@keyframes slide {
  50% {
    transform: translate3d(80px, 85px, 0);
  }
}
@media (max-width: 1199.9px) {
  .mainMenu ul li {
    margin: 0 30px;
  }
  .itemPortfolio {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 991.9px) {
  .mainMenu {
    display: none;
  }
  .toggleMenu {
    display: block;
  }
  .swiper-slide .h1, .wrapTitleInside .h1 {
    font-size: 74px;
  }
  .titleInside, .typed-cursor {
    font-size: 42px;
  }
  .wrapWhy {
    flex-wrap: wrap;
  }
  .wrapWhy .itemWhy {
    width: 45%;
    margin-bottom: 50px;
  }
  .wrapWhy .itemWhy:last-child {
    margin-bottom: 0;
  }
  .itemPortfolio {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 767.9px) {
  .wrapTitle {
    margin: 100px 0 180px 0;
  }
  .swiper-slide .h1, .wrapTitleInside .h1 {
    font-size: 60px;
  }
  .titleInside, .typed-cursor {
    font-size: 36px;
  }
  .h2 {
    font-size: 32px;
  }
  .h2 span {
    font-size: 50px;
  }
  .wrapWhy .itemWhy {
    width: 100%;
  }
  .itemPortfolio {
    width: 100%;
    height: 470px;
  }
  .wrapControls .controls {
    width: 100%;
  }
}
@media (max-width: 575.9px) {
  .swiper-slide .h1, .wrapTitleInside .h1 {
    font-size: 50px;
  }
  .titleInside, .typed-cursor {
    font-size: 30px;
  }
  .h2 {
    font-size: 24px;
  }
  .h2 span {
    font-size: 42px;
  }
  .bottomForm {
    margin-bottom: 100px;
  }
  .controls {
    margin-bottom: 40px;
  }
  .sAbout .content .itemContent {
    padding-left: 0;
    padding-top: 120px;
  }
  .itemPortfolio {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 479.9px) {
  .swiper-slide .h1, .wrapTitleInside .h1 {
    font-size: 34px;
  }
  .titleInside, .typed-cursor {
    font-size: 22px;
  }
  .h2 {
    font-size: 20px;
  }
  .h2 span {
    font-size: 36px;
  }
  .itemPortfolio .back .content ul {
    font-size: 18px;
    margin: 0;
    padding: 0;
  }
}/*# sourceMappingURL=main.css.map */