@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap&subset=cyrillic');
/* CSS Document */
html, body {
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #00191e;
  font-size: 18px;
}
body {
  background-size: 100% auto;
}
body.home {
  width: 100%; /*	position: relative*/
  background: #090e17 url("images/back9.jpg") no-repeat left top;
  background-size: 100% auto;
  color: rgb(52, 142, 145);
}
body.tpage {
  background: #fff url("images/back8.jpg") no-repeat left top;
}
body.works {
  /*  background: #fff url("images/back8.jpg") no-repeat left top;*/
  background: #090e17;
  color: rgb(52, 142, 145);
}
body.offers {
  /*  background: #fff url("images/back8.jpg") no-repeat left top;

  background-size: 100% auto;*/
  background: #090e17;
}
body.about {
  /*   background: #fff url("images/back7.jpg") no-repeat left top;
  background-size: 100% auto;*/
  background: #090e17;
  /*background-size: 100% auto;*/
  color: rgb(52, 142, 145);
}
body.contacts {
  background: #fff;
  background-image: none;
  color: rgb(52, 142, 145);
}
html, body, ul, ol, li, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, select, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del, ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  /*    font-size: 100%;*/
}
h1, h2, h3, h4, h5, h6, div, a {
  box-sizing: border-box;
}
p + h2, p + h3, p + h3 {
  margin-top: 2rem;
}
.hidden {
  display: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.anti-underline, .anti-underline:hover {
  text-decoration: none !important;
  border-bottom: 0 !important;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sub {
  vertical-align: baseline;
}
.text-left {
  text-align: left
}
.text-right {
  text-align: right
}
.text-center {
  text-align: center
}
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input, button, textarea, select {
  /*    font-size: 100%;*/
}
a {
  color: #333;
}
a:hover {
  color: #000;
}
button:focus {
  outline: none !important;
}
input:focus {
  outline: #fb9645 1px solid !important;
}
select:focus {
  outline: #fb9645 1px solid !important;
}
a.navibox {
  text-decoration: none;
}
a.navibox:hover {
  color: #333;
}
p {
  padding: 1rem 0 1rem 0;
  font-weight: 300;
  line-height: 1.5rem;
  max-width: 1000px;
}
h1 {
  font-size: 2.2rem;
  line-height: normal;
  font-weight: 100;
  margin: 40px 0 20px;
  text-rendering: optimizeLegibility;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 600px;
}
.aniname li {
  text-shadow: 1px -1px 0 rgba(0, 155, 155, 0.38), -1px 2px 1px rgba(0, 155, 155, 0.36), -2px 4px 1px rgba(0, 155, 155, 0.34), -3px 6px 1px rgba(0, 155, 155, 0.32), -4px 8px 2px rgba(0, 155, 155, 0.30), -5px 10px 3px rgba(0, 155, 155, 0.27), -6px 12px 4px rgba(0, 155, 155, 0.25), -7px 14px 5px rgba(0, 155, 155, 0.23), -8px 16px 6px rgba(0, 155, 155, 0.21), -9px 18px 1px rgba(0, 155, 155, 0.19), -10px 20px 7px rgba(0, 155, 155, 0.17), -11px 22px 8px rgba(0, 155, 155, 0.15), -12px 24px 9px rgba(0, 155, 155, 0.13), -13px 26px 10px rgba(0, 155, 155, 0.11), -14px 28px 11px rgba(0, 155, 155, 0.1), -15px 30px 12px rgba(0, 155, 155, 0.09), -16px 32px 13px rgba(0, 155, 155, 0.06), -17px 34px 14px rgba(0, 155, 155, 0.03), -18px 36px 15px rgba(0, 0, 0, 0)
}
.directshadow {
  -webkit-filter: drop-shadow(-5px 5px 2px rgba(0, 155, 155, 1));
  filter: drop-shadow(-5px 5px 2px rgba(0, 155, 155, 1));
}
.menubox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 6px 2vw 6px;
  position: fixed;
  z-index: 500;
  top: 0;
  width: 100%;
  -webkit-backdrop-filter: saturate(1.3) blur(4px) brightness(90%);
  backdrop-filter: saturate(1.3) blur(4px) brightness(90%);
  border-bottom: 1px solid rgba(88, 192, 193, 0.2);
  /*  box-shadow: inset 0 0 10px 0 rgba(88, 192, 193, 0.2);*/
}
@-moz-document url-prefix() {
  .menubox {
    background-color: rgba(93, 197, 202, 0.2)
  }
}
.menulist {
  flex: 1;
  display: flex;
  margin-top: 0;
}
.menulist a {
  flex: 0 1;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  padding: 13px 10px;
  border-bottom: solid 2px rgba(24, 68, 75, 0);
  text-align: center;
  font-weight: 400;
  color: rgba(24, 68, 75, 0.7);
  box-sizing: border-box;
  margin: 0 2vw;
  letter-spacing: 3px;
  cursor: pointer;
  white-space: nowrap;
}
.menulist a:hover {
  cursor: pointer;
  border-bottom: solid 2px;
  color: rgba(24, 68, 75, 1);
}
.menulist a {
  text-decoration: none;
}
.menuburger {
  opacity: 0;
}
/*.menulight .menulist a {
  color: rgba(113, 214, 217, 0.7);
  transition: 1s;
}*/
.logobox {
  flex: 1;
  height: 35px;
  min-width: 50px;
  background: url(images/logo.png) no-repeat left center;
  background-size: contain;
}
.menulight .menulist a {
  color: rgba(52, 142, 145, 0.9);
  transition: 1s;
}
.menudark .menulist a {
  color: rgba(24, 68, 75, 0.7);
  transition: 1s;
}
/*first load menu*/
.about .menulist a, .works .menulist a {
  color: rgba(52, 142, 145, 0.9);
}
/*kosukha start*/
.topkos {
  position: absolute;
  top: 0;
}
.headbase_dark, .headbase_light {
  background: #090e17;
  height: 55px;
  position: relative;
}
.headbase_dark:after, .headbase_light:after {
  border-top: 50px solid #090e17;
  border-right: 99vw solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 55px;
  width: 0;
  box-sizing: border-box;
}
.headbase_light {
  background: rgb(52, 142, 145)
}
.headbase_light:after {
  border-top: 50px solid rgb(52, 142, 145)
}
/*kosukha finish*/
.navibox {
  display: block;
  clear: both;
  background: url(images/a_left.png) no-repeat left center;
  background-size: contain;
  padding: 0 0 0 3rem;
  font-size: 1.3rem;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.contentbox {
  clear: both;
  margin: 0 0 10vh 0;
  position: absolute;
  z-index: 5;
  width: 100%;
  min-height: 100%;
}
.wbox_images, .wbox_multin {
  clear: both;
  padding: 5vh 10vw 0 10vw;
}
.wbox_text {
  padding: 10vh 10vw 5vh 10vw;
  background: rgb(113, 214, 217);
}
.wbox_text h2 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  padding: 5rem 0 1rem;
}
.footer {
  clear: both;
  margin: 0 10vw 10vh 10vw;
  padding: 1rem 0 0 0;
  display: flex;
}
.contactext {
  background: #090e17 url('images/signs.png') no-repeat 1100px bottom;
  background-size: 800px;
}
.wbox_ftext {
  padding: 1rem 30% 2rem 0;
}
h1 + div.ftext {
  padding-top: 0;
}
.wbox_images > img {
  /*width: 80%;*/
  display: block;
}
.wbox_multin {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  background-color: #fff;
  width: 100%;
}
.wbox_multin img {
  flex: 0 1 25%;
}
.footer .address, .addresfix .address {
  background: url(images/logo.png) no-repeat left 1.2rem;
  background-size: 6.5rem auto;
  opacity: 1;
  padding-top: 55px;
  width: 50%;
}
.footer p {
  font-size: 1rem;
  /*  line-height: 1.2rem;*/
}
.footer .accreditation {
  background: url(images/it_accreditation.svg) no-repeat left 16px;
  background-size: 1.5rem auto;
  opacity: 1;
  padding-left: 40px;
  width: 45%;
}
.addresfix {
  position: fixed;
  z-index: 200;
  width: 100%;
  min-height: 220px;
  bottom: 0;
  /*  top: 60vh;*/
  /*  bottom: 0;*/
  clear: both;
  background: #090e17;
}
.addresfix .footer {
  margin-bottom: 0;
}
.wbox_work {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: start;
  padding: 70px 1% 0;
  color: rgb(52, 142, 145);
}
.wbox_work > h1 {
  flex: 1 1 100%;
}
.wbox_work h2 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1.5rem 0;
  text-align: center;
  letter-spacing: 2px;
}
.wcollect.more h2 {
  flex: 1 1 100%;
}
.wcollect {
  flex: 1 1 24%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  margin: 0.5% 0.5% 10vh;
  /*  background-color: #22586020;*/
  border-radius: 10px;
}
.wcollect.more {
  flex: 1 1 100%;
  flex-direction: row;
  margin: 0.5% 0;
}
.wcollect a {
  flex: 1 1 100%;
  width: 100%;
  margin: 0 0% 2vh;
  text-decoration: none;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
}
.wcollect.more a {
  flex: 0 1 24%;
  /*  width: 21%;*/
  margin: 0 0.5% 2vh;
}
.wcollect a.onemore:before {
  content: "[ ";
  font-size: 1.2rem;
  font-weight: 700;
}
.wcollect a.onemore:after {
  content: " ]";
  font-size: 1.2rem;
  font-weight: 700;
}
.wcollect a.onemore {
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
  text-align: center;
  color: rgb(52, 142, 145);
  background-color: rgba(52, 142, 145, 0.1);
  padding: 15px 0 70px;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  transition: .5s ease-out;
  shape-outside: polygon(0 0, 100% 0, 100% 90px, 0% 50px);
  clip-path: polygon(0 0, 100% 0, 100% 90px, 0% 50px);
}
.wcollect a.onemore:hover {
  background-color: rgba(52, 142, 145, 0.2);
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  transition: .5s ease-out;
}
.wcollect h2 a, .footer a {
  color: rgb(52, 142, 145);
}
.wcollect a.onemore:hover, .wcollect h2 a:hover, .footer a:hover {
  color: rgb(78, 163, 169);
}
.wcollect a div:first-child {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #276e7920;
  height: 400px;
  width: 100%;
  min-width: 250px;
}
.wbox_work div.workdef {
  background: #fff;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 98%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 98%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 6rem;
}
.wbox_work .workdef h3 {
  text-align: center;
  padding: 1rem 1rem 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}
.wbox_work .workdef p {
  padding: 0.4rem 1rem 1rem;
  font-weight: 300;
  text-align: center;
  line-height: 1rem;
  font-size: 0.8rem;
}
.metka {
  background: url('images/metka.png') no-repeat left top;
  background-size: 2rem auto;
  height: 4rem;
  opacity: .2;
}
.metka div {
  background: url('images/metka.png') no-repeat right top;
  background-size: 2rem auto;
  height: 4rem;
}
.greeting {
  position: absolute;
  top: 24vw;
  left: 2.4vw;
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  color: rgba(0, 10, 15, 0.9);
}
.iwebcam {
  position: absolute;
  display: block;
  top: 0;
  right: 2.4vw;
  width: 20vw;
  height: 20vw;
  max-width: 256px;
  max-height: 256px;
  background: url('pics/animation/aero_i.png') no-repeat center;
  background-size: 100%;
  text-decoration: none;
  overflow: hidden;
}
.iwebcam div {
  background: url('images/onlineround.svg') no-repeat center;
  background-size: 100%;
  width: 100%;
  height: 100%;
}
.iwebcam:hover div {
  background-size: 95%;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  transition: .5s ease-out;
}
.cardbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}
.cardbox > div {
  flex: 1 1 48%;
  margin: 5vh 1%;
  background-color: rgba(255, 255, 255, 0.5);
  background: linear-gradient(135deg, rgba(67, 93, 93, 0.2) 0%, rgba(205, 245, 255, 0.08) 100%);
  min-height: 300px;
  /*	border-top: 1px solid rgba(44,90,89,0.3);

	border-right: 1px solid rgba(131,255,255,0.8);
	border-left: 1px solid rgba(44,90,89,0.8);

border-bottom: 1px solid rgba(131,255,255,0.1);*/
  box-shadow: -2px 5px 6px 1px rgba(0, 0, 0, 0.2);
  /*	border-radius: 20px;*/
}
.cardbox > div > a {
  display: block;
  text-decoration: none;
  border-top: 1px solid rgba(131, 255, 255, 0.8);
  border-right: 1px solid rgba(44, 90, 89, 0.8);
  border-left: 1px solid rgba(131, 255, 255, 0.8);
  border-bottom: 2px solid rgba(44, 90, 89, 0.5);
  min-height: 300px;
  box-shadow: inset 2px 8px 6px rgba(0, 0, 0, 0.2);
  background: url('images/blik.png') no-repeat left top;
  /*	border-radius: 20px;*/
}
.cardbox p {
  padding: 20px;
  font-size: 1.2rem;
}
.cardbox h3 {
  font-size: 1.5rem;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #249292;
  background: url('images/plback.png');
  margin: 5px;
  letter-spacing: .1em;
  text-shadow: -0.5px -0.5px 1px #333, 0.5px 0.5px 1px #a4ffff;
}
.row {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.partnersbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3rem 0;
  background-color: rgba(89, 255, 255);
}
.partnersbox img {
  flex: 0 1 170px;
  max-width: 150px;
  margin: 2vh 1vw;
  filter: grayscale(100%);
  background-color: rgba(256, 256, 256);
  mix-blend-mode: multiply;
  /*	background-blend-mode: hard-light;*/
  padding: 30px;
  /*	box-shadow: 0 0 5px 1px #00000020;*/
}
.round {
  display: block;
  height: 300px;
  flex: 0 0 50%;
}
/* ---- grid ---- */
.grid {
  background: #090e17 url("pics/prev/foot_back.jpg") center bottom no-repeat;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- .grid-item ---- */
.grid-sizer, .grid-item {
  width: 16.666666%;
}
.grid-item {
  float: left;
  display: block;
}
.grid-item img {
  display: block;
  width: 100%;
}
.wbox_images img, .wbox_multin img {
  max-width: 100%;
}
.col2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.col2 p {
  padding-top: 0;
}
/*offer animate start*/
.sitecombo {
  --height: 80%;
  width: var(--height);
  /*    display: flex;*/
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  position: relative;
  overflow: visible;
}
.sitecombo img {
  vertical-align: middle;
}
.site10 {
  width: auto;
  height: 29%;
  flex: 1;
  position: relative;
  /*    border: solid 1px rgba(24, 68, 75, 0.2)*/
  background-color: rgba(24, 68, 75, 0.2);
  box-shadow: 1px 0 1px rgba(50, 50, 50, 0.1);
}
.site20 {
  width: auto;
  height: 29%;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  flex: 1;
  position: relative; /*	border: solid 1px rgba(24, 68, 75, 0.2)*/
}
.site20 div {
  /*    border: solid 1px rgba(24, 68, 75, 0.2);*/
  background-color: rgba(24, 68, 75, 0.2);
  background-size: 100% 100%;
  box-shadow: 1px 0 1px rgba(50, 50, 50, 0.1);
  overflow: hidden; /*  overflow: hidden;*/
}
.site30 {
  width: auto;
  height: 42%;
  flex: 1;
  position: relative;
  /*    border: solid 1px rgba(24, 68, 75, 0.2);*/
  background-color: rgba(24, 68, 75, 0.2);
  box-shadow: 1px 0 1px rgba(50, 50, 50, 0.1);
}
.gtext {
  position: absolute;
  z-index: 115;
  width: 80%;
  margin-left: 10%;
  bottom: 10%;
}
.gtext_big {
  position: absolute;
  z-index: 115;
  width: 50%;
  margin-left: 2%;
  bottom: 10%;
}
.stext {
  position: absolute;
  z-index: 115;
  width: 96%;
  margin-left: 2%;
  top: 30%;
}
.gtext_big2 {
  position: absolute;
  z-index: 115;
  width: 50%;
  margin-left: 238px;
  top: 10%;
}
.spic {
  position: absolute;
  z-index: 114;
  width: 100%;
  top: 0;
}
.sttopimg {
  width: 100%;
  height: auto;
}
.pback {
  width: 100%;
  height: auto;
}
.sitebox {
  background-color: #efefef;
}
.site_port_01 {
  position: absolute;
  z-index: 118;
}
.scroll_dark {
  background: url(images/scroll_dark.svg) no-repeat center top;
  background-size: cover;
  width: 100vw;
  height: 5vh;
  bottom: 0;
  position: absolute;
  z-index: 200;
}
.scroll_light {
  background: url(images/scroll_light.svg) no-repeat center top;
  background-size: cover;
  width: 100vw;
  height: 5vh;
  bottom: 0;
  position: absolute;
  z-index: 200;
}
#pp-nav.right {
  right: 0;
}
#pp-nav {
  position: fixed;
  z-index: 500;
  /*  margin-top: -32px;*/
  top: inherit;
  bottom: 0;
  opacity: 1;
  width: 100vw;
  margin-top: 0 !important;
  height: 5vh;
  min-height: 35px;
  background: url(images/scroll_light.svg) no-repeat center top;
  background-size: cover;
}
#pp-nav.darke {
  background: url("images/scroll_dark.svg") no-repeat center top;
}
#pp-nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 1vh auto;
  width: 200px;
}
#pp-nav ul li {
  flex: 1 0 0;
}
#pp-nav li .active span, #pp-nav li span {
  border-color: rgb(9, 14, 23);
}
#pp-nav.darke li .active span, #pp-nav li span {
  border-color: rgb(113, 214, 217);
}
#pp-nav li span {
  left: 8px;
}
#pp-nav li .active span {
  background-color: rgb(9, 14, 23);
}
#pp-nav.darke li .active span {
  background-color: rgb(113, 214, 217);
}
#section2 ul, #section3 ul, #section4 ul, #section5 ul {
  display: none;
}
#section2 .intro, #section3 .intro, #section4 .intro, #section5 .intro {
  left: 140%;
  position: relative;
}
.section {
  background-size: cover !important;
  background-position: center !important;
}
h2.name-max {
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 3px;
  max-width: 1000px;
  padding: 2vh 2vw 3vh;
  line-height: 5rem;
}
#section2, #section4, #section6 {
  color: rgb(52, 142, 145)
}
#section1, #section3, #section7 {
  color: rgb(24, 68, 75)
}
ul.list-section, .parts p {
  padding: 2vh 2vw 3vh;
}
.parts p {
  font-size: 1.2rem;
}
.nowide {
  display: block;
  max-width: 700px;
}
ul.list-section li {
  padding: 0.1vw 0;
  font-size: 1.4rem;
  list-style-position: outside;
  margin-left: 1.3rem;
}
ul.list-section li:before {
  content: " \2014  ";
  margin-left: -1.3rem;
}
.pp-tableCell {
  vertical-align: top; /*	padding-top: 150px;*/
}
.pp-section {
  height: 100vh;
  overflow: hidden;
}
.sctext {
  color: rgba(89, 255, 255, 0.5);
  font-weight: bold;
  font-size: 5rem;
  position: absolute;
  top: 10vh;
  right: 1vw;
  writing-mode: vertical-rl;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.sidetext {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 50px;
  writing-mode: vertical-rl;
  width: 100vw;
  height: 100vh;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.sidetext .t1 {
  font-size: 25vh;
  font-weight: 100;
  color: rgba(132, 244, 245, 0.1);
  position: absolute;
  right: 2vw;
  margin: auto;
}
.sidetext .t2 {
  font-size: 35vh;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 24vh;
  color: rgba(127, 250, 250, 0.2);
}
.a_phone {
  flex: 0;
  height: 80vh;
  margin-top: 5%;
  position: relative;
}
.a_img1 {
  z-index: 3;
  left: 0;
  height: 100%; /*	height: 80%;*/
}
.a_img2 {
  position: absolute;
  z-index: 2;
  left: 0;
  height: 100%; /*	height: 80%;*/
}
.a_img3 {
  position: absolute;
  z-index: 4;
  left: 2.8%;
  top: 10%;
  height: 83.5%;
  width: 93.5%;
  overflow: hidden;
}
.nonedisplay {
  display: none;
}
.text_block_andrd, .text_block_ios, .phone_side, .a_phone_2 {
  flex: 0 1 auto;
  height: 90%;
  margin-top: 5%;
  position: relative;
  padding: 0 0 0 30px;
}
.a_phone_2 {
  flex: 1;
  height: 80vh;
}
.text_block_andrd img, .text_block_ios img {
  height: 60vh;
  width: auto;
  opacity: 0.5;
}
.phone_side img {
  height: 80vh;
  /*	height: 80%;*/
  width: auto;
  opacity: 0.8;
}
/*.rotary {
	writing-mode: vertical-rl;
	padding: 1vh;
}
.text_block h2 {
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 10vh;
	left: 140%;
	color: #99999950;
}*/
.parts {
  height: 100vh;
}
/*.partone, .parttwo {
	flex: 1;
	overflow: hidden;
}*/
.partone {
  position: absolute;
  /*	height: calc(100vh - 150px);*/
  height: auto;
  width: 50vw;
  z-index: 21;
  padding-top: 70px;
}
.parttwo {
  position: absolute;
  /*	height: calc(100vh - 150px);*/
  height: 100vh;
  width: 50vw;
  z-index: 20;
  right: 0;
  padding-top: 70px;
  overflow: hidden;
}
.mobile_box {
  display: flex;
}
.design_box {
  position: absolute;
  left: 140%;
  width: 50vw;
  height: 90%;
  margin-top: 10%;
  z-index: 2;
  bottom: 0;
}
.design_box div {
  background-size: cover;
  background-position: left top;
  width: 100%;
  height: 100%;
  min-height: 500px;
  min-width: 500px;
}
.design_1 {
  position: absolute;
  background: url('pics/animation/design_1.png') no-repeat;
}
.design_2 {
  position: absolute;
  background: url('pics/animation/design_2.png') no-repeat;
}
.design_3 {
  position: absolute;
  background: url('pics/animation/design_3.png') no-repeat;
}
.design_4 {
  position: absolute;
  background: url('pics/animation/design_4.png') no-repeat;
}
.design_5 {
  position: absolute;
  background: url('pics/animation/design_5.png') no-repeat;
}
.design_6 {
  position: absolute;
  background: url('pics/animation/design_6.png') no-repeat;
}
.design_7 {
  position: absolute;
  background: url('pics/animation/design_7.png') no-repeat;
}
.design_8 {
  position: absolute;
  background: url('pics/animation/design_8.png') no-repeat;
}
.video_box {
  position: relative;
  width: 100vh;
  height: 100vh;
  left: 140%;
  background: url('pics/animation/cam_animation_cadr.svg') no-repeat right top;
}
.video_0 {
  position: absolute;
  width: 100vh;
  height: 100vh;
  background: url('pics/animation/lense.png') no-repeat center;
  background-size: 50%;
}
.video_0_shad {
  position: absolute;
  width: 100vh;
  height: 100vh;
  background: url('pics/animation/cam_animation_0.svg') no-repeat center;
  background-size: 90%;
  opacity: 0.3;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.video_1 {
  position: absolute;
  width: 100vh;
  height: 100vh;
  background: url('pics/animation/cam_animation_1.svg') no-repeat center;
  background-size: 100%;
}
.video_2 {
  position: absolute;
  width: 100vh;
  height: 100vh;
  background: url('pics/animation/cam_animation_2.svg') no-repeat center;
  background-size: 90%;
}
.video_3 {
  position: absolute;
  width: 100vh;
  height: 100vh;
  background: url('pics/animation/cam_animation_3.svg') no-repeat center;
  background-size: 90%;
  opacity: 1;
}
.video_4 {
  position: absolute;
  width: 100vh;
  height: 100vh;
  background: url('pics/animation/cam_animation_4.svg') no-repeat center;
  background-size: 100%;
  opacity: 0.3;
}
.at_box {
  position: absolute;
  width: 100vh;
  height: 100vh;
  left: 0%;
  background: url('pics/animation/uslugi_at_0.svg') no-repeat right top;
}
.at_1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('pics/animation/uslugi_at_1.svg') no-repeat center;
  background-size: 100%;
  opacity: 0.7;
}
.at_2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('pics/animation/uslugi_at_2.svg') no-repeat center;
  background-size: 100%;
  opacity: 0.4;
}
.at_3 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('pics/animation/uslugi_at_3.svg') no-repeat center;
  background-size: 100%;
  opacity: 0.3;
}
.at_4 {
  position: absolute;
  width: 100vh;
  height: 100vh;
  background: url('pics/animation/uslugi_at_4.svg') no-repeat center;
  background-size: 100%;
  opacity: 1;
}
@keyframes mainlenserotor {
  from {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  25% {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  to {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
.mainlenserotor {
  animation: mainlenserotor 5s ease-out 1 forwards;
}
@keyframes mainlense {
  from {
    background-size: 50%;
  }
  25% {
    background-size: 46%;
  }
  50% {
    background-size: 50%;
  }
  to {
    background-size: 46%;
  }
}
.mainlense {
  animation: mainlense 5s ease-out 1 forwards;
}
@keyframes rotor {
  from {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  30% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  to {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
.rotor {
  animation: rotor 10s ease-in-out infinite forwards;
}
@keyframes continuos {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.iwebcam div {
  animation: continuos 20s infinite linear;
}
@keyframes rotornstp {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotornstp {
  animation: rotornstp 30s infinite backwards;
}
@keyframes comboanima {
  0% {
    transform: scaleX(1) scaleY(1) scaleZ(1) translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    transform: scaleX(1) scaleY(1) scaleZ(2) translateX(100px) translateY(0px) translateZ(0px) rotateX(4deg) rotateY(-5deg) rotateZ(13deg);
  }
}
.comboanima {
  animation: comboanima 0.5s ease-out 3s 1 forwards;
}
@keyframes aapp {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-50%);
  }
}
.aapp {
  animation: aapp 3s ease-out 5s 1 forwards;
}
/*offer animate finish*/
/*yandexmap start*/
.map {
  position: absolute;
  z-index: 1;
}
[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  opacity: 0.5;
  /* Chrome 19+ & Safari 6+ */
}
/*yandexmap finish*/
@media screen and (max-width: 1440px) {
  h2.name-max {
    font-size: 3rem;
    line-height: 3rem;
  }
  .wcollect {
    flex: 1 1 49%;
  }
}
@media screen and (max-width: 1200px) {
  .grid-sizer, .grid-item {
    width: 25%;
  }
  .wbox_images, .wbox_multin, .wbox_text {
    padding: 5vh 2vw 0 2vw;
  }
  .wcollect {
    flex: 1 1 49%;
  }
  .wcollect.more a {
    flex: 0 1 49%;
  }
}
@media screen and (max-width: 1024px) {
  ul.list-section li {
    font-size: 1.2rem;
  }
  .parts p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 990px) {
  .greeting {
    top: 23vw;
    left: 1rem;
    padding-left: 1vw;
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  .wcollect {
    flex: 1 1 99%;
  }
  .wcollect.more a {
    flex: 0 1 99%;
  }
  .navibox {
    background: url(images/a_left.png) no-repeat left center;
    font-size: 1rem;
    background-size: contain;
    padding: 0 0 0 2rem;
  }
  .wbox_text {
    padding: 70px 5%;
  }
  .wbox_work {
    padding: 70px 1%;
  }
  .wbox_images, .wbox_multin {
    padding: 0;
  }
  .wbox_images img {
    width: 100%;
  }
  .wbox_multin {
    justify-content: center;
    width: 100%;
  }
  h1 {
    font-size: 6vw;
    text-align: center;
    max-width: none;
  }
  .wbox_text h2 {
    text-align: left;
  }
  .row {
    justify-content: center;
  }
  .ftext {
    padding: 1rem 0 2rem 0;
  }
  .fimages {
    width: 100%;
  }
  .footer {
    margin: 0 1rem 10vh;
    padding: 1rem 0 0 0;
  }
  .menubox {
    /*    margin-bottom: 10vh;*/
    padding: 6px 1rem 6px;
  }
  .menulist {
    display: flex;
    margin-top: -800px;
    flex-direction: column;
    padding: 14vh 0 10vh;
    background-color: #348e91;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 25;
    left: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.22);
  }
  .menuburger {
    background: url(images/menu.png) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
    min-height: 25px;
    cursor: pointer;
    position: absolute;
    z-index: 26;
    right: 1rem;
    border: none;
    opacity: 1;
  }
  .menuburger.is-active {
    background: url(images/cross.png) no-repeat center;
    background-size: contain;
  }
  .menulist a {
    line-height: 10vh;
    color: #fff !important;
    background: none;
    webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .menulist a:hover {
    background: none;
    border-bottom: solid 2px rgba(24, 68, 75, 0);
  }
  .grid-sizer, .grid-item {
    width: 50%;
  }
  .aniname li {
    text-shadow: 1px -1px 0 rgba(0, 155, 155, 0.38), -1px 2px 2px rgba(0, 155, 155, 0.36), -2px 4px 2px rgba(0, 155, 155, 0.34), -3px 6px 3px rgba(0, 155, 155, 0.32), -4px 8px 4px rgba(0, 155, 155, 0.30), -5px 10px 5px rgba(0, 155, 155, 0.27), -6px 12px 6px rgba(0, 155, 155, 0.25)
  }
}
@media screen and (max-width: 768px) {
  .hid768 {
    display: none;
  }
  .menubox {
    /*    margin-bottom: 10vh;*/
    padding: 6px 1rem 6px;
  }
  .footer .address {
    padding-top: 3rem;
  }
  h2.name-max {
    font-size: 2.1rem;
    line-height: 2.1rem;
    max-width: 500px;
    padding: 2vh 0 3vh;
  }
  ul.list-section li {
    padding: 0.05vw 0;
    font-size: 1rem;
  }
  .parts p {
    font-size: 0.9rem;
  }
  .partone {
    position: absolute;
    height: auto;
    width: 100vw;
    padding: 80px 5% 5%;
    /*	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	webkit-backdrop-filter: saturate(120%) blur(2px);
    backdrop-filter: saturate(120%) blur(2px);*/
  }
  .parttwo {
    position: absolute;
    height: 50vh;
    width: 100vw;
    right: 0;
    bottom: 0;
    padding: 5%;
  }
  ul.list-section, .parts p {
    padding: 2vh 0 3vh;
  }
  .design_box {
    width: 100vw;
  }
  .design_box div {
    background-size: cover;
    background-position: left top;
    width: 100%;
    height: 100%;
    min-height: 500px;
    min-width: 500px;
  }
}
@media screen and (max-width: 425px) {
  ul.list-section, .parts p {
    padding: 2vh 0 3vh;
  }
  .design_box div {
    min-height: 300px;
    min-width: 300px;
  }
  .video_box div, .design_box div, .mobile_box div {
    /*    display: none;*/
  }
  .a_phone, .text_block_andrd, .text_block_ios, .phone_side, .a_phone_2 {
    height: 50%;
  }
  .a_img1, .a_img2, .a_img3, .a_phone_2 {
    height: 50vh; /*	height: 80%;*/
  }
  .text_block_andrd img, .text_block_ios img {
    height: 40vh;
  }
  .phone_side img {
    height: 50vh;
  }
  .greeting {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}