@font-face {
  font-family: "GTEestiProDisplayRegular";
  src: url("../fonts/GTEestiProDisplayRegular.eot");
  src: url("../fonts/GTEestiProDisplayRegular.eot?#iefix") format("embedded-opentype"),url("../fonts/GTEestiProDisplayRegular.woff") format("woff"),url("../fonts/GTEestiProDisplayRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-family: "GTEestiProDisplayUltraBold";
  src: url("../fonts/GTEestiProDisplayUltraBold.eot");
  src: url("../fonts/GTEestiProDisplayUltraBold.eot?#iefix") format("embedded-opentype"),url("../fonts/GTEestiProDisplayUltraBold.woff") format("woff"),url("../fonts/GTEestiProDisplayUltraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?5dxgc2");
  src: url("../fonts/icomoon/icomoon.eot?5dxgc2#iefix") format("embedded-opentype"),url("../fonts/icomoon/icomoon.woff?5dxgc2") format("woff"),url("../fonts/icomoon/icomoon.ttf?5dxgc2") format("truetype"),url("../fonts/icomoon/icomoon.svg?5dxgc2#icomoon") format("svg");
  font-display: block;
  font-weight: normal;
  font-style: normal
}
/*!--- Begin main styles ---*/
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
html,
body {
  color: #ffffff;
  font-size: 25px;
  font-family: "GTEestiProDisplayRegular",sans-serif;
  background: #1D1D27;
  position: relative;
  line-height: 1.2;
  min-width: 320px;
  z-index: 0
}
html.is_loading,
body.is_loading {
  overflow: hidden
}
img {
  width: auto;
  max-width: 100%;
  display: block
}
a {
  color: inherit;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s
}
a:hover {
  text-decoration: none
}
.wrapper {
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden
}
.container {
  margin: 0 auto;
  padding: 0 15px;
  width: 1170px
}
.section {
  padding: 100px 0
}
.section--npt {
  padding-top: 0
}
.section--npb {
  padding-bottom: 0
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.blocker {
  z-index: 1000;
  background: #1D1D27;
  padding: 0
}
/*!--- End main styles ---*/
/*!--- Begin icomoon ---*/
[class^="icon-"],
[class*=" icon-"] {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-family: "icomoon" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  line-height: 1;
  speak: none
}
.icon-mouse:before {
  content: "\e901"
}
.icon-icon1:before {
  content: "\e902"
}
.icon-icon2:before {
  content: "\e903"
}
.icon-icon3:before {
  content: "\e904"
}
.icon-icon4:before {
  content: "\e905"
}
.icon-icon5:before {
  content: "\e906"
}
.icon-arrow:before {
  content: "\e900"
}
.icon-plus:before {
  content: "\e907"
}
.icon-close:before {
  content: "\e908"
}
/*!--- End icomoon ---*/
/*!--- Begin preloader ---*/
.preloader {
  -webkit-transition: all .8s;
  transition: all .8s;
  background: #1D1D27;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200
}
.preloader__container {
  width: 1100px
}
.preloader__item {
  font-size: 200px;
  font-family: "GTEestiProDisplayUltraBold";
  text-transform: uppercase;
  line-height: 1
}
.preloader__item--second {
  padding-left: 290px;
  -webkit-text-stroke: 3px #ffffff;
  -webkit-text-fill-color: transparent
}
.preloader__item--last {
  text-align: right
}
.preloader__percent {
  width: 490px;
  -webkit-text-stroke: 3px #ffffff;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  vertical-align: top;
  text-align: center
}
.preloader.is_load {
  top: -100%;
  opacity: 0;
  visibility: hidden
}
/*!--- End preloader ---*/
/*!--- Begin progress ---*/
.progress {
  position: fixed;
  right: 46px;
  bottom: 46px;
  z-index: 5
}
.progress__svg {
  display: block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 100px;
  width: 100px
}
.progress__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 38px;
  text-align: center;
  height: 38px
}
/*!--- End progress ---*/
/*!--- Begin main ---*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  margin: 0 auto;
  padding: 50px 0;
  max-width: 1920px;
  font-size: 19px
}
.header__container {
  width: auto;
  padding: 0 70px
}
.header__logo {
  width: 208px;
  display: block;
  margin-right: 115px
}
.header__lang {
  margin-right: auto;
  text-transform: uppercase;
  line-height: 1
}
.header__lang_link {
  color: #616168;
  text-decoration: none
}
.header__lang_link:hover,
.header__lang_link.is_active {
  color: #ffffff
}
.header__lang_link:after {
  width: 3px;
  height: 3px;
  content: "";
  background: #ffffff;
  margin: 7px 15px 0 15px;
  display: inline-block;
  vertical-align: top
}
.header__lang_link:last-child:after {
  display: none
}
.header__project {
  padding-right: 40px;
  text-decoration: none;
  font-family: "GTEestiProDisplayUltraBold";
  position: relative
}
.header__project_icon {
  font-size: 20px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 20px
}
.header__project:hover .header__project_icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg)
}
.main {
  z-index: 0;
  position: relative
}
.main__particles {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}
.main__container {
  min-height: 100vh
}
.main__info {
  width: 100%;
  padding: 170px 0 100px 0
}
.main__title {
  font-size: 160px;
  font-weight: normal;
  font-family: "GTEestiProDisplayUltraBold";
  margin: 0 0 50px 0
}
.main__subtitle {
  font-size: 35px;
  max-width: 655px;
  margin-bottom: 200px
}
.main__presentation {
  width: 250px;
  display: block;
  padding-right: 80px;
  text-decoration: none;
  font-family: "GTEestiProDisplayUltraBold";
  position: relative
}
.main__presentation_icon {
  font-size: 40px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 40px
}
.main__presentation:hover .main__presentation_icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg)
}
/*!--- End main ---*/
/*!--- Begin big_text ---*/
.big_text {
  padding: 200px 0 190px 0
}
.big_text__item {
  font-size: 250px;
  font-family: "GTEestiProDisplayUltraBold";
  text-transform: uppercase;
  margin: 0 -15px;
  line-height: 1
}
.big_text__item--second {
  text-align: right;
  -webkit-text-stroke: 3px #ffffff;
  -webkit-text-fill-color: transparent
}
.big_text__item--last {
  padding-left: 130px
}
.big_text__item span {
  padding: 0 15px;
  position: relative;
  display: inline-block;
  vertical-align: top
}
.big_text__item span:before,
.big_text__item span:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0, 0, 0, 0);
  padding: 0 15px
}
.big_text__item span:hover:before {
  text-shadow: 10px 0 rgba(255, 0, 0, 0.7);
  animation: glitch-loop-1 0.8s infinite ease-in-out alternate-reverse
}
.big_text__item span:hover:after {
  text-shadow: -10px 0 rgba(0, 0, 255, 0.7);
  animation: glitch-loop-2 0.8s infinite ease-in-out alternate-reverse
}
@-webkit-keyframes glitch-loop-1 {
  0% {
    clip: rect(0, 1140px, 200px, 0)
  }
  25% {
    clip: rect(0, 1140px, 300px, 0)
  }
  50% {
    clip: rect(0, 1140px, 100px, 0)
  }
  75% {
    clip: rect(0, 1140px, 60px, 0)
  }
  100% {
    clip: rect(0, 1140px, 20px, 0)
  }
}
@keyframes glitch-loop-1 {
  0% {
    clip: rect(0, 1140px, 200px, 0)
  }
  25% {
    clip: rect(0, 1140px, 300px, 0)
  }
  50% {
    clip: rect(0, 1140px, 100px, 0)
  }
  75% {
    clip: rect(0, 1140px, 60px, 0)
  }
  100% {
    clip: rect(0, 1140px, 20px, 0)
  }
}
@-webkit-keyframes glitch-loop-2 {
  0% {
    top: -1px;
    left: 1px;
    clip: rect(0, 1140px, 60px, 0)
  }
  25% {
    top: -6px;
    left: 4px;
    clip: rect(0, 1140px, 20px, 0)
  }
  50% {
    top: -3px;
    left: 2px;
    clip: rect(0, 1140px, 300px, 0)
  }
  75% {
    top: 0px;
    left: -4px;
    clip: rect(0, 1140px, 200px, 0)
  }
  100% {
    top: -1px;
    left: -1px;
    clip: rect(0, 1140px, 100px, 0)
  }
}
@keyframes glitch-loop-2 {
  0% {
    top: -1px;
    left: 1px;
    clip: rect(0, 1140px, 60px, 0)
  }
  25% {
    top: -6px;
    left: 4px;
    clip: rect(0, 1140px, 20px, 0)
  }
  50% {
    top: -3px;
    left: 2px;
    clip: rect(0, 1140px, 300px, 0)
  }
  75% {
    top: 0px;
    left: -4px;
    clip: rect(0, 1140px, 200px, 0)
  }
  100% {
    top: -1px;
    left: -1px;
    clip: rect(0, 1140px, 100px, 0)
  }
}
/*!--- End big_text ---*/
/*!--- Begin industries ---*/
.title {
  color: #616168;
  margin-bottom: 100px
}
.industries__list {
  margin: -30px
}
.industries__item {
  margin: 30px;
  display: block;
  text-decoration: none;
  position: relative;
  width: 540px
}
.industries__info {
  padding: 55px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: color .3s,background .3s;
  transition: color .3s,background .3s;
  background: #1D1D27;
  border: 1px solid #616168;
  font-size: 35px;
  line-height: 1
}
.industries__item:hover .industries__info {
  color: #1D1D27;
  background: transparent
}
.industries__icon {
  position: absolute;
  top: 55px;
  right: 55px;
  font-size: 100px;
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,-webkit-transform .3s;
  transition: transform .3s,opacity .3s;
  transition: transform .3s,opacity .3s,-webkit-transform .3s
}
.industries__item:hover .industries__icon {
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  opacity: 0
}
.industries__presentation {
  width: 315px;
  display: block;
  font-size: 48px;
  font-family: "GTEestiProDisplayUltraBold";
  margin: 0 0 55px 55px;
  text-decoration: none
}
.industries__presentation_icon {
  display: block;
  font-size: 80px;
  margin-top: 60px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  width: 80px
}
.industries__presentation:hover .industries__presentation_icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg)
}
/*!--- End industries ---*/
/*!--- Begin projects ---*/
.projects__list {
  margin-bottom: 100px;
  border-top: 1px solid #616168
}
.projects__item {
  line-height: 1;
  font-size: 100px;
  font-family: "GTEestiProDisplayUltraBold";
  border-bottom: 1px solid #616168;
  text-decoration: none;
  display: block
}
.projects__item img {
  display: none
}
.projects__name {
  display: block;
  position: relative;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  padding: 50px 0
}
.projects__name:before {
  opacity: 0;
  width: 100%;
  -webkit-text-stroke: 0;
  -webkit-text-fill-color: #ffffff;
  content: attr(data-text);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  position: absolute;
  top: 50px;
  left: 0
}
.projects__name:hover:before {
  opacity: 1
}
.projects__presentation {
  font-size: 48px;
  font-family: "GTEestiProDisplayUltraBold";
  text-decoration: none;
  padding-right: 80px;
  position: relative
}
.projects__presentation_icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  font-size: 46px;
  height: 46px;
  width: 46px
}
.projects__presentation:hover .projects__presentation_icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg)
}
.projects_canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
/*!--- End projects ---*/
/*!--- Begin crawlings ---*/
.crawlings {
  padding: 200px 0 190px 0
}
.crawlings__item {
  width: 200%;
  font-size: 12vw;
  font-family: "GTEestiProDisplayUltraBold";
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}
.crawlings__item span {
  width: 50%;
  -webkit-text-stroke: 3px #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-animation: crawlings 20s linear infinite;
  animation: crawlings 20s linear infinite;
  display: block
}
.crawlings__item span:last-child {
  -webkit-animation: crawlings2 20s linear infinite;
  animation: crawlings2 20s linear infinite;
  -webkit-animation-delay: 10s;
  animation-delay: 10s
}
.crawlings__item:last-child span {
  -webkit-text-stroke: 0;
  -webkit-text-fill-color: #ffffff;
  animation-direction: reverse
}
@-webkit-keyframes crawlings {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}
@keyframes crawlings {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}
@-webkit-keyframes crawlings2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%)
  }
}
@keyframes crawlings2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%)
  }
}
/*!--- End crawlings ---*/
/*!--- Begin doit ---*/
.doit__link {
  display: block;
  padding-right: 160px;
  text-decoration: none;
  position: relative
}
.doit__words {
  display: block;
  position: relative
}
.doit__words_item {
  font-size: 150px;
  font-family: "GTEestiProDisplayUltraBold"
}
.doit__words_item--stroke {
  position: absolute;
  top: 0;
  left: 0;
  font-style: italic;
  -webkit-text-stroke: 3px #ffffff;
  -webkit-text-fill-color: transparent
}
.doit__words_char {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.doit__words_item--stroke .doit__words_char,
.doit__link:hover .doit__words_char {
  opacity: 0
}
.doit__link:hover .doit__words_item--stroke .doit__words_char {
  opacity: 1
}
.doit__link_icon {
  margin: auto;
  width: 120px;
  height: 120px;
  font-size: 120px;
  -webkit-transition: right .3s;
  transition: right .3s;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0
}
.doit__link:hover .doit__link_icon {
  right: 0;
  -webkit-text-stroke: 3px #ffffff;
  -webkit-text-fill-color: transparent
}
/*!--- End doit ---*/
/*!--- Begin footer ---*/
.footer {
  padding: 100px 0 80px 0
}
.footer__contacts {
  list-style: none;
  margin: -15px -15px 185px -15px
}
.footer__contacts li {
  width: 50%;
  padding: 15px
}
.footer__contacts li a {
  text-decoration: none
}
.footer__copy {
  color: #616168
}
/*!--- End footer ---*/
/*!--- Begin modal ---*/
.modal {
  padding: 0;
  width: 100%;
  max-width: none;
  min-height: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none
}
.modal__close {
  z-index: 1;
  font-size: 44px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  text-decoration: none;
  position: absolute;
  top: 45px;
  right: 45px
}
.modal__close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.modal__container {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}
.modal__title {
  font-size: 130px;
  font-family: "GTEestiProDisplayUltraBold";
  margin-bottom: 50px;
  line-height: 1
}
.modal__text {
  font-size: 30px;
  margin-bottom: 100px
}
.modal__text--form {
  max-width: 655px
}
.modal__text--thanks,
.modal__text--oops {
  max-width: 655px;
  margin-bottom: 150px
}
.modal__text--industries {
  margin-bottom: 50px
}
.modal__presentation,
.modal__doit {
  width: 250px;
  display: block;
  padding-right: 80px;
  text-decoration: none;
  font-family: "GTEestiProDisplayUltraBold";
  position: relative
}
.modal__presentation_icon,
.modal__doit_icon {
  font-size: 40px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 40px
}
.modal__presentation:hover .modal__presentation_icon,
.modal__doit:hover .modal__doit_icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg)
}
.modal__price {
  font-size: 30px;
  margin-bottom: 125px
}
.modal__doit {
  width: 390px;
  font-size: 48px;
  padding-right: 60px;
  line-height: 1
}
.modal__img {
  margin-bottom: 125px;
  -ms-flex-item-align: start;
  align-self: flex-start
}
.form__input {
  border: none;
  background: none;
  border-bottom: 1px solid #616168;
  margin-bottom: 30px;
  padding: 25px 0;
  display: block;
  color: #616168;
  width: 100%
}
.form__input.is_error {
  border-bottom: 1px solid #ff0000
}
.form__order,
.form__file {
  margin-top: 90px
}
.form__order_title,
.form__file_title {
  margin-bottom: 45px
}
.form__order_list {
  margin: -25px;
  color: #616168
}
.form__order_item {
  display: block;
  width: calc(100% / 3);
  padding: 25px
}
.form__order_input,
.form__file_input,
.form__agree_input {
  display: none
}
.form__order_name,
.form__file_name {
  padding-left: 75px;
  position: relative;
  vertical-align: top;
  display: inline-block;
  -webkit-transition: color .3s;
  transition: color .3s;
  cursor: pointer
}
.form__order_name:before,
.form__order_name:after,
.form__file_name:before,
.form__file_name:after {
  content: "";
  width: 40px;
  height: 40px;
  border: 1px solid;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%
}
.form__order_name:after,
.form__file_name:after {
  left: 16px;
  opacity: 0;
  border: none;
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s;
  transition: opacity .3s,transform .3s,-webkit-transform .3s;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #ffffff;
  height: 8px;
  width: 8px
}
.form__order_input:checked + .form__order_name {
  color: #ffffff
}
.form__order_input:checked + .form__order_name:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.form__file_label {
  color: #616168
}
.form__file_name {
  max-width: 100%
}
.form__file_name:after {
  left: 15px;
  opacity: 1;
  width: 10px;
  height: 10px;
  content: "\e907";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-family: "icomoon" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  text-transform: none;
  -webkit-transform: none;
  transform: none;
  background: none;
  font-size: 10px;
  line-height: 1;
  color: #ffffff;
  speak: none
}
.form__file_name:hover:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.form__file_name span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.form__bottom {
  margin-top: 125px
}
.form__agree {
  width: 380px;
  color: #616168;
  font-size: 15px;
  margin-right: auto
}
.form__agree_label {
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #ffffff;
  margin-right: auto;
  position: relative;
  cursor: pointer
}
.form__agree_label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  background: #ffffff;
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s;
  transition: opacity .3s,transform .3s,-webkit-transform .3s;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0
}
.form__agree_input:checked + .form__agree_label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.form__agree_text {
  width: 310px
}
.form__submit {
  width: 390px;
  border: none;
  font-size: 48px;
  font-family: "GTEestiProDisplayUltraBold";
  padding-right: 60px;
  position: relative;
  text-align: left;
  background: none;
  cursor: pointer;
  line-height: 1;
  color: #ffffff
}
.form__submit.is_disabled {
  color: #616168;
  cursor: default
}
.form__submit_icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  font-size: 40px;
  height: 40px;
  width: 40px
}
.form__submit:hover .form__submit_icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg)
}
/*!--- End modal ---*/
@media (max-width: 1439px) {
  .section {
    padding: 75px 0
  }
  .section--npt {
    padding-top: 0
  }
  .section--npb {
    padding-bottom: 0
  }
  .preloader__container {
    width: 980px
  }
  .preloader__item {
    font-size: 180px
  }
  .preloader__item--second {
    padding-left: 260px
  }
  .preloader__percent {
    width: 440px
  }
  .progress {
    right: 25px;
    bottom: 25px
  }
  .progress__svg {
    width: 80px;
    height: 80px
  }
  .progress__icon {
    height: 30px;
    font-size: 30px
  }
  .header__container {
    width: 1170px;
    padding: 0 15px
  }
  .main__title {
    font-size: 150px
  }
  .main__subtitle {
    margin-bottom: 150px
  }
  .big_text {
    padding: 150px 0 140px 0
  }
  .big_text__item {
    font-size: 230px
  }
  .big_text__item span:hover:before {
    text-shadow: 7px 0 rgba(255, 0, 0, 0.7)
  }
  .big_text__item span:hover:after {
    text-shadow: -7px 0 rgba(0, 0, 255, 0.7)
  }
  .title {
    margin-bottom: 75px
  }
  .projects__list {
    margin-bottom: 75px
  }
  .projects__item {
    font-size: 90px
  }
  .crawlings {
    padding: 150px 0 140px 0
  }
  .footer {
    padding: 75px 0 50px 0
  }
  .footer__contacts {
    margin-bottom: 135px
  }
  .modal__close {
    top: 30px;
    right: 30px
  }
}
@media (max-width: 1199px) {
  html,
  body {
    font-size: 22px
  }
  .container {
    width: 960px
  }
  .section {
    padding: 50px 0
  }
  .section--npt {
    padding-top: 0
  }
  .section--npb {
    padding-bottom: 0
  }
  .preloader__container {
    width: 900px
  }
  .preloader__item {
    font-size: 160px
  }
  .preloader__item--second {
    padding-left: 230px
  }
  .preloader__percent {
    width: 400px
  }
  .progress {
    right: 23px;
    bottom: 23px
  }
  .header__logo {
    margin-right: 50px
  }
  .main__title {
    font-size: 120px
  }
  .main__subtitle {
    font-size: 30px;
    max-width: 570px;
    margin-bottom: 100px
  }
  .main__presentation {
    width: 220px;
    padding-right: 60px
  }
  .main__presentation_icon {
    width: 36px;
    height: 36px;
    font-size: 36px
  }
  .big_text {
    padding: 100px 0
  }
  .big_text__item {
    font-size: 186px
  }
  .title {
    margin-bottom: 50px
  }
  .industries__list {
    margin: -20px
  }
  .industries__item {
    margin: 20px;
    width: 445px
  }
  .industries__info {
    padding: 40px;
    font-size: 30px
  }
  .industries__icon {
    top: 40px;
    right: 40px;
    font-size: 80px
  }
  .industries__presentation {
    width: 280px;
    font-size: 38px;
    margin: 0 0 40px 40px
  }
  .industries__presentation_icon {
    font-size: 60px;
    margin-top: 40px;
    width: 60px
  }
  .projects__list {
    margin-bottom: 50px
  }
  .projects__item {
    font-size: 75px
  }
  .projects__name {
    padding: 35px 0
  }
  .projects__name:before {
    top: 35px
  }
  .projects__presentation {
    font-size: 36px;
    padding-right: 70px
  }
  .projects__presentation_icon {
    width: 36px;
    height: 36px;
    font-size: 36px
  }
  .crawlings {
    padding: 100px 0
  }
  .doit__link {
    padding-right: 130px
  }
  .doit__words_item {
    font-size: 126px
  }
  .doit__link_icon {
    width: 90px;
    height: 90px;
    font-size: 90px
  }
  .footer {
    padding-top: 50px
  }
  .footer__contacts {
    margin-bottom: 85px
  }
  .modal__title {
    font-size: 105px
  }
  .modal__text {
    margin-bottom: 90px
  }
  .modal__text--form {
    max-width: 570px
  }
  .modal__text--thanks,
  .modal__text--oops {
    max-width: 570px;
    margin-bottom: 100px
  }
  .modal__text--industries {
    margin-bottom: 50px
  }
  .modal__presentation {
    width: 220px;
    padding-right: 60px
  }
  .modal__presentation_icon {
    width: 36px;
    height: 36px;
    font-size: 36px
  }
  .modal__price,
  .modal__img {
    margin-bottom: 110px
  }
  .form__order_item {
    width: 50%
  }
  .form__bottom {
    margin-top: 110px
  }
}
@media (max-width: 991px) {
  html,
  body {
    font-size: 20px
  }
  .container {
    width: 738px
  }
  .preloader__container {
    width: 680px
  }
  .preloader__item {
    font-size: 120px
  }
  .preloader__item--second {
    padding-left: 170px;
    -webkit-text-stroke: 2px #ffffff
  }
  .preloader__percent {
    width: 300px;
    -webkit-text-stroke: 2px #ffffff
  }
  .progress {
    right: 15px;
    bottom: 15px
  }
  .progress__svg {
    width: 56px;
    height: 56px
  }
  .progress__icon {
    height: 22px;
    font-size: 22px
  }
  .header {
    font-size: 18px;
    padding: 40px 0
  }
  .main__info {
    padding: 150px 0 80px 0
  }
  .main__title {
    font-size: 94px
  }
  .main__subtitle {
    font-size: 24px;
    max-width: 440px
  }
  .main__presentation {
    width: 190px;
    padding-right: 40px
  }
  .main__presentation_icon {
    width: 30px;
    height: 30px;
    font-size: 30px
  }
  .big_text__item {
    font-size: 142px
  }
  .big_text__item--second {
    -webkit-text-stroke: 2px #ffffff
  }
  .big_text__item--last {
    padding-left: 90px
  }
  .big_text__item span:hover:before {
    text-shadow: 5px 0 rgba(255, 0, 0, 0.7)
  }
  .big_text__item span:hover:after {
    text-shadow: -5px 0 rgba(0, 0, 255, 0.7)
  }
  .industries__list {
    margin: -15px
  }
  .industries__item {
    margin: 15px;
    width: 339px
  }
  .industries__info {
    padding: 30px;
    font-size: 22px
  }
  .industries__icon {
    top: 30px;
    right: 30px;
    font-size: 70px
  }
  .industries__presentation {
    width: 230px;
    font-size: 32px;
    margin: 0 0 30px 30px
  }
  .industries__presentation_icon {
    width: 50px;
    font-size: 50px;
    margin-top: 30px
  }
  .projects__item {
    font-size: 60px
  }
  .projects__name {
    padding: 25px 0
  }
  .projects__name:before {
    top: 25px
  }
  .projects__presentation {
    font-size: 28px;
    padding-right: 60px
  }
  .projects__presentation_icon {
    width: 26px;
    height: 26px;
    font-size: 26px
  }
  .crawlings__item span {
    -webkit-text-stroke: 2px #ffffff
  }
  .doit__link {
    padding-right: 110px
  }
  .doit__words_item {
    font-size: 94px
  }
  .doit__words_item--stroke {
    -webkit-text-stroke: 2px #ffffff
  }
  .doit__link_icon {
    width: 70px;
    height: 70px;
    font-size: 70px
  }
  .doit__link:hover .doit__link_icon {
    -webkit-text-stroke: 2px #ffffff
  }
  .footer {
    padding-bottom: 30px
  }
  .modal__close {
    top: 15px;
    right: 15px;
    font-size: 30px
  }
  .modal__container {
    padding-top: 70px;
    padding-bottom: 70px
  }
  .modal__title {
    font-size: 94px;
    margin-bottom: 40px
  }
  .modal__text {
    font-size: 24px;
    margin-bottom: 80px
  }
  .modal__text--form {
    max-width: 450px
  }
  .modal__text--thanks,
  .modal__text--oops {
    max-width: 450px;
    margin-bottom: 100px
  }
  .modal__text--industries {
    margin-bottom: 50px
  }
  .modal__presentation {
    width: 190px;
    padding-right: 40px
  }
  .modal__presentation_icon,
  .modal__doit_icon {
    width: 30px;
    height: 30px;
    font-size: 30px
  }
  .modal__price {
    font-size: 24px;
    margin-bottom: 90px
  }
  .modal__doit {
    width: 290px;
    font-size: 37px;
    padding-right: 40px
  }
  .modal__img {
    margin-bottom: 90px
  }
  .form__input {
    padding: 20px 0;
    margin-bottom: 20px
  }
  .form__order,
  .form__file {
    margin-top: 80px
  }
  .form__order_name,
  .form__file_name {
    padding-left: 60px
  }
  .form__order_name:before,
  .form__file_name:before {
    width: 36px;
    height: 36px
  }
  .form__order_name:after,
  .form__file_name:after {
    left: 14px
  }
  .form__file_name:after {
    left: 13px
  }
  .form__bottom {
    margin-top: 90px
  }
  .form__agree {
    width: 370px
  }
  .form__agree_label {
    width: 36px;
    height: 36px
  }
  .form__submit {
    width: 290px;
    font-size: 37px;
    padding-right: 40px
  }
  .form__submit_icon {
    width: 30px;
    height: 30px;
    font-size: 30px
  }
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 18px
  }
  .container {
    width: 546px
  }
  .section {
    padding: 40px 0
  }
  .section--npt {
    padding-top: 0
  }
  .section--npb {
    padding-bottom: 0
  }
  .preloader__container {
    width: 500px
  }
  .preloader__item {
    font-size: 90px
  }
  .preloader__item--second {
    padding-left: 130px;
    -webkit-text-stroke: 1px #ffffff
  }
  .preloader__percent {
    width: 230px;
    -webkit-text-stroke: 1px #ffffff
  }
  .header {
    padding: 30px 0;
    font-size: 16px
  }
  .header__logo {
    width: 170px;
    margin-right: 30px
  }
  .header__lang_link:after {
    margin: 6px 10px 0 10px
  }
  .header__project {
    padding-right: 35px
  }
  .header__project_icon {
    width: 15px;
    height: 15px;
    font-size: 15px
  }
  .main__info {
    padding: 130px 0 60px 0
  }
  .main__title {
    font-size: 74px;
    margin-bottom: 30px
  }
  .main__subtitle {
    font-size: 20px;
    max-width: 380px;
    margin-bottom: 80px
  }
  .main__presentation {
    width: 170px;
    padding-right: 35px
  }
  .main__presentation_icon {
    width: 26px;
    height: 26px;
    font-size: 26px
  }
  .big_text {
    padding: 80px 0
  }
  .big_text__item {
    font-size: 104px
  }
  .big_text__item--second {
    -webkit-text-stroke: 1px #ffffff
  }
  @-webkit-keyframes glitch-loop-1 {
    0% {
      clip: rect(0, 1140px, 100px, 0)
    }
    25% {
      clip: rect(0, 1140px, 115px, 0)
    }
    50% {
      clip: rect(0, 1140px, 80px, 0)
    }
    75% {
      clip: rect(0, 1140px, 40px, 0)
    }
    100% {
      clip: rect(0, 1140px, 20px, 0)
    }
  }
  @keyframes glitch-loop-1 {
    0% {
      clip: rect(0, 1140px, 100px, 0)
    }
    25% {
      clip: rect(0, 1140px, 115px, 0)
    }
    50% {
      clip: rect(0, 1140px, 80px, 0)
    }
    75% {
      clip: rect(0, 1140px, 40px, 0)
    }
    100% {
      clip: rect(0, 1140px, 20px, 0)
    }
  }
  @-webkit-keyframes glitch-loop-2 {
    0% {
      top: -1px;
      left: 1px;
      clip: rect(0, 1140px, 40px, 0)
    }
    25% {
      top: -3px;
      left: 3px;
      clip: rect(0, 1140px, 20px, 0)
    }
    50% {
      top: -3px;
      left: 2px;
      clip: rect(0, 1140px, 115px, 0)
    }
    75% {
      top: 0px;
      left: -3px;
      clip: rect(0, 1140px, 100px, 0)
    }
    100% {
      top: -1px;
      left: -1px;
      clip: rect(0, 1140px, 80px, 0)
    }
  }
  @keyframes glitch-loop-2 {
    0% {
      top: -1px;
      left: 1px;
      clip: rect(0, 1140px, 40px, 0)
    }
    25% {
      top: -3px;
      left: 3px;
      clip: rect(0, 1140px, 20px, 0)
    }
    50% {
      top: -3px;
      left: 2px;
      clip: rect(0, 1140px, 115px, 0)
    }
    75% {
      top: 0px;
      left: -3px;
      clip: rect(0, 1140px, 100px, 0)
    }
    100% {
      top: -1px;
      left: -1px;
      clip: rect(0, 1140px, 80px, 0)
    }
  }
  .title {
    margin-bottom: 40px
  }
  .industries__list {
    margin: -10px
  }
  .industries__item {
    margin: 10px;
    width: 248px
  }
  .industries__info {
    padding: 20px;
    font-size: 16px
  }
  .industries__icon {
    top: 20px;
    right: 20px;
    font-size: 50px
  }
  .industries__presentation {
    width: 190px;
    font-size: 26px;
    margin: 0 0 20px 20px
  }
  .industries__presentation_icon {
    width: 40px;
    font-size: 40px;
    margin-top: 20px
  }
  .projects__list {
    margin-bottom: 40px
  }
  .projects__item {
    font-size: 42px
  }
  .projects__name {
    padding: 20px 0
  }
  .projects__name:before {
    top: 20px
  }
  .projects__presentation {
    font-size: 20px;
    padding-right: 45px
  }
  .projects__presentation_icon {
    width: 20px;
    height: 20px;
    font-size: 20px
  }
  .crawlings {
    padding: 80px 0
  }
  .crawlings__item span {
    -webkit-text-stroke: 1px #ffffff
  }
  .doit__link {
    padding-right: 86px
  }
  .doit__words_item {
    font-size: 68px
  }
  .doit__words_item--stroke {
    -webkit-text-stroke: 1px #ffffff
  }
  .doit__link_icon {
    width: 46px;
    height: 46px;
    font-size: 46px
  }
  .doit__link:hover .doit__link_icon {
    -webkit-text-stroke: 1px #ffffff
  }
  .footer {
    padding-top: 40px
  }
  .footer__contacts {
    margin-bottom: 65px
  }
  .modal__title {
    font-size: 70px;
    margin-bottom: 30px
  }
  .modal__text {
    font-size: 20px;
    margin-bottom: 70px
  }
  .modal__text--form {
    max-width: 380px
  }
  .modal__text--thanks,
  .modal__text--oops {
    max-width: 380px;
    margin-bottom: 80px
  }
  .modal__text--industries {
    margin-bottom: 50px
  }
  .modal__presentation {
    width: 170px;
    padding-right: 35px
  }
  .modal__presentation_icon {
    width: 26px;
    height: 26px;
    font-size: 26px
  }
  .modal__price {
    font-size: 20px;
    margin-bottom: 70px
  }
  .modal__img {
    margin-bottom: 70px
  }
  .form__order,
  .form__file {
    margin-top: 70px
  }
  .form__order_title,
  .form__file_title {
    margin-bottom: 30px
  }
  .form__order_list {
    margin: -15px
  }
  .form__order_item {
    width: 100%;
    padding: 15px
  }
  .form__bottom {
    margin-top: 70px
  }
  .form__agree {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin: 30px 0 0 0
  }
  .form__agree_text {
    width: calc(100% - 60px)
  }
}
@media (max-width: 575px) {
  html,
  body {
    font-size: 16px
  }
  .container {
    width: 100%
  }
  .preloader__container {
    width: 420px
  }
  .preloader__item {
    font-size: 70px
  }
  .preloader__item--second {
    padding-left: 100px
  }
  .preloader__percent {
    width: 190px
  }
  .header__project {
    padding-right: 0
  }
  .header__project_text {
    display: none
  }
  .header__project_icon {
    display: block;
    position: relative;
    font-size: 21px;
    height: 21px;
    width: 21px
  }
  .main__title {
    font-size: 12.870vw
  }
  .main__subtitle {
    font-size: 18px;
    max-width: 340px
  }
  .main__presentation {
    width: 160px;
    padding-right: 30px
  }
  .main__presentation_icon {
    width: 24px;
    height: 24px;
    font-size: 24px
  }
  .big_text__item {
    font-size: 18.087vw
  }
  .big_text__item span:hover:before {
    text-shadow: 4px 0 rgba(255, 0, 0, 0.7)
  }
  .big_text__item span:hover:after {
    text-shadow: -4px 0 rgba(0, 0, 255, 0.7)
  }
  @-webkit-keyframes glitch-loop-2 {
    0% {
      top: -1px;
      left: 1px;
      clip: rect(0, 1140px, 40px, 0)
    }
    25% {
      top: -2px;
      left: 2px;
      clip: rect(0, 1140px, 20px, 0)
    }
    50% {
      top: -2px;
      left: 2px;
      clip: rect(0, 1140px, 115px, 0)
    }
    75% {
      top: 0px;
      left: -2px;
      clip: rect(0, 1140px, 100px, 0)
    }
    100% {
      top: -1px;
      left: -1px;
      clip: rect(0, 1140px, 80px, 0)
    }
  }
  @keyframes glitch-loop-2 {
    0% {
      top: -1px;
      left: 1px;
      clip: rect(0, 1140px, 40px, 0)
    }
    25% {
      top: -2px;
      left: 2px;
      clip: rect(0, 1140px, 20px, 0)
    }
    50% {
      top: -2px;
      left: 2px;
      clip: rect(0, 1140px, 115px, 0)
    }
    75% {
      top: 0px;
      left: -2px;
      clip: rect(0, 1140px, 100px, 0)
    }
    100% {
      top: -1px;
      left: -1px;
      clip: rect(0, 1140px, 80px, 0)
    }
  }
  .industries__item {
    width: calc(50% - 20px)
  }
  .industries__presentation {
    width: 175px;
    font-size: 24px
  }
  .industries__presentation_icon {
    width: 34px;
    font-size: 34px
  }
  .projects__item {
    font-size: 7.304vw
  }
  .doit__link {
    padding-right: 70px
  }
  .doit__words_item {
    font-size: 12.4vw
  }
  .doit__link_icon {
    width: 40px;
    height: 40px;
    font-size: 40px;
    right: 15px
  }
  .footer__contacts {
    margin: -10px -10px 70px -10px
  }
  .footer__contacts li {
    width: 100%;
    padding: 10px
  }
  .modal__title {
    font-size: 12.574vw
  }
  .modal__text {
    font-size: 18px;
    margin-bottom: 60px
  }
  .modal__text--form {
    max-width: 340px
  }
  .modal__text--thanks,
  .modal__text--oops {
    max-width: 340px;
    margin-bottom: 80px
  }
  .modal__text--industries {
    margin-bottom: 50px
  }
  .modal__presentation {
    width: 160px;
    padding-right: 30px
  }
  .modal__presentation_icon {
    width: 24px;
    height: 24px;
    font-size: 24px
  }
  .modal__price {
    font-size: 18px;
    margin-bottom: 60px
  }
  .modal__img {
    margin-bottom: 60px
  }
  .form__input {
    margin-bottom: 10px
  }
  .form__order,
  .form__file {
    margin-top: 60px
  }
  .form__order_name,
  .form__file_name {
    padding-left: 50px
  }
  .form__order_name:before,
  .form__file_name:before {
    width: 29px;
    height: 29px
  }
  .form__order_name:after,
  .form__file_name:after {
    left: 11px;
    height: 7px;
    width: 7px
  }
  .form__file_name:after {
    font-size: 7px
  }
  .form__bottom {
    margin-top: 60px
  }
  .form__agree {
    font-size: 14px;
    max-width: 450px
  }
  .form__agree_label {
    width: 29px;
    height: 29px
  }
  .form__agree_label:after {
    width: 7px;
    height: 7px
  }
  .form__agree_text {
    width: calc(100% - 50px)
  }
}
@media (max-width: 479px) {
  .section {
    padding: 30px 0
  }
  .section--npt {
    padding-top: 0
  }
  .section--npb {
    padding-bottom: 0
  }
  .preloader__container {
    width: 290px
  }
  .preloader__item {
    font-size: 50px
  }
  .preloader__item--second {
    padding-left: 70px
  }
  .preloader__percent {
    width: 135px
  }
  .header__logo {
    width: 141px;
    margin-right: 25px
  }
  .header__project_icon {
    width: 17px;
    height: 17px;
    font-size: 17px
  }
  .main__subtitle {
    margin-bottom: 60px
  }
  .big_text {
    padding: 60px 0
  }
  .big_text__item--last {
    padding-left: 60px
  }
  .title {
    margin-bottom: 30px
  }
  .industries__list {
    margin: -5px
  }
  .industries__item {
    margin: 5px;
    width: calc(50% - 10px)
  }
  .industries__info {
    padding: 10px;
    font-size: 13px
  }
  .industries__icon {
    top: 10px;
    right: 10px;
    font-size: 40px
  }
  .industries__presentation {
    width: 120px;
    font-size: 17px;
    margin: 0 0 10px 10px
  }
  .industries__presentation_icon {
    width: 26px;
    font-size: 26px;
    margin-top: 15px
  }
  .projects__list {
    margin-bottom: 30px
  }
  .projects__presentation {
    font-size: 18px
  }
  .projects__presentation_icon {
    width: 16px;
    height: 16px;
    font-size: 16px
  }
  .crawlings {
    padding: 60px 0
  }
  .doit__link {
    padding-right: 50px
  }
  .doit__words_item {
    font-size: 11.6vw
  }
  .doit__link_icon {
    width: 30px;
    height: 30px;
    font-size: 30px;
    right: 10px
  }
  .footer {
    padding-top: 30px
  }
  .footer__contacts {
    margin-bottom: 50px
  }
  .modal__close {
    top: 13px;
    right: 13px;
    font-size: 22px
  }
  .modal__container {
    padding-top: 50px;
    padding-bottom: 50px
  }
  .modal__text {
    font-size: 16px;
    margin-bottom: 50px
  }
  .modal__text--thanks,
  .modal__text--oops {
    margin-bottom: 60px
  }
  .modal__price {
    font-size: 16px;
    margin-bottom: 50px
  }
  .modal__img {
    margin-bottom: 50px
  }
  .form__input {
    padding: 15px 0
  }
  .form__order,
  .form__file,
  .form__bottom {
    margin-top: 50px
  }
  .form__agree {
    font-size: 12px;
    max-width: 370px
  }
}