html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.f-size-14 {
  font-size: 1.4rem;
}
.f-size-16 {
  font-size: 1.6rem;
}
.f-size-18 {
  font-size: 1.8rem;
}
.f-size-20 {
  font-size: 2rem;
}
.f-size-24 {
  font-size: 2.4rem;
}
.m-0-auto {
  margin: 0 auto;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.j-btw {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}
.strong,
.w-700 {
  font-weight: 700;
}
.w-800 {
  font-weight: 800;
}
.t-right {
  text-align: right;
}
.t-center {
  text-align: center;
}
.t-white {
  color: #fff;
}
.t-up {
  text-transform: uppercase;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
button,
input,
textarea,
select,
form label {
  font-family: "Montserrat", serif;
}
a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  color: #014379;
}
a:hover {
  opacity: 0.9;
}
.btn.gradient-btn,
.btn.blue-btn,
.a-contact #contact-form .item .btn {
  background: #5C4DFF;
  background: linear-gradient(87.41deg, #5C4DFF -7.81%, #9846FF 127.23%);
  border-radius: 12px;
  padding: 16px;
  display: inline-block;
  outline: none;
  border: none;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-size: 2rem;
  width: 190px;
  max-width: 100%;
  cursor: pointer;
  font-family: "Montserrat", serif;
  transition: all 0.3s ease 0s;
}
.btn.gradient-btn:hover,
.btn.blue-btn:hover,
.a-contact #contact-form .item .btn:hover {
  background: linear-gradient(87.41deg, #9846FF -7.81%, #5C4DFF 127.23%);
}
html {
  font-size: 10px;
  min-width: 360px;
}
.wrapper {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 15px;
}
.wrapper p + p {
  padding-top: 10px;
}
.mobile-href {
  text-decoration: none;
}
a:focus,
a:active {
  outline: none;
}
p + p,
ul + p,
p + ul,
ul + ul {
  padding-top: 15px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff !important;
}
.icon-individual,
.icon-logos,
.icon-rocket,
.icon-cart,
.icon-gallery,
.icon-map,
.icon-questions,
.icon-search,
.icon-phone,
.icon-call,
.icon-close,
.icon-arrow-down,
.icon-arrow-up,
.icon-arrow-left,
.icon-arrow-right,
.icon-angle-up-black,
.icon-angle-left-gray {
  display: inline-block;
  background: url('/images/sprite-main-icons.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
.icon-search {
  background-position: 0px -343px;
  width: 47px;
  height: 47px;
}
.icon-phone {
  background-position: 0px -390px;
  width: 45px;
  height: 48px;
}
.icon-close {
  background-position: -45px -390px;
  width: 23px;
  height: 21px;
}
a {
  transition: all ease 200ms;
}
body {
  font-family: "Montserrat", serif;
  font-size: 2.4rem;
  line-height: 1.2;
  background: #272727;
  color: #fff;
  max-width: 1920px;
  min-width: 360px;
  margin: 0 auto;
}
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar-thumb {
  background: #55cfe6;
}
body::-webkit-scrollbar-track {
  background: #211f33;
}
body {
  scrollbar-face-color: #55cfe6;
  scrollbar-track-color: #211f33;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.desc:after {
  content: "\e152";
}
@keyframes animateLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animateLoaderSpan {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
.portfolio-view .hero-image {
  width: 100%;
  min-height: 550px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover;
}
.portfolio-view .hero-image:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(rgba(33, 31, 51, 0.3) 30%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}
.portfolio-view .hero-image .title-group {
  max-width: 1100px;
  padding: 0 15px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
.portfolio-view .hero-image .more {
  font-size: 18px;
  text-decoration: none;
  position: absolute;
  bottom: 75px;
  left: 50%;
  width: 100px;
  text-align: center;
  display: block;
  margin-left: -50px;
  color: #fff;
  z-index: 1;
}
.portfolio-view .hero-image .more:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 17px;
  bottom: -42px;
  left: 50%;
  margin-left: -6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='17' viewBox='0 0 11 16'%3E%3Cdefs%3E%3Cpath id='ovhla' d='M956.01 759.87l-.89-.96c-.47.51-2.08 2.33-3.63 4.09l-.36.4V750h-1.24v13.31l-.36-.4c-1.15-1.26-3.1-3.38-3.64-3.99l-.89.96 5.56 6.12z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-945 -750)'%3E%3Cuse fill='%23fff' xlink:href='%23ovhla'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  animation: bounce 3s infinite;
}
.portfolio-view .hero-title {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1.2;
}
.portfolio-view .hero-subtitle {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 30px;
}
.portfolio-view .hero-description {
  font-size: 17px;
  line-height: 20px;
}
.portfolio-view .task {
  display: flex;
  color: #fff;
  font-size: 2.4rem;
}
.portfolio-view .task .title-block {
  width: 294px;
  flex-shrink: 0;
  opacity: 0.4;
  margin-bottom: 40px;
}
.portfolio-view .task .description {
  line-height: 1.3;
}
.portfolio-view .task .description.col-2 {
  column-count: 2;
  column-gap: 3%;
}
.portfolio-view .task .description p ~ p {
  margin-top: 15px;
}
.portfolio-view .task a {
  background: #5C4DFF;
  background: linear-gradient(87.41deg, #5C4DFF -7.81%, #9846FF 127.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.portfolio-view .task strong,
.portfolio-view .task b {
  font-weight: 700;
}
.portfolio-view .work-progress .title-link {
  text-align: center;
  padding-bottom: 35px;
}
.portfolio-view .work-progress .title-link .title {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 20px;
}
.portfolio-view .work-progress .title-link .link {
  font-size: 18px;
  color: #00aeef;
}
.portfolio-view .work-progress-item {
  position: relative;
}
.portfolio-view .work-progress-item img {
  width: 100%;
  margin: 15px 0;
}
.portfolio-view .work-progress-item .desc-wrap {
  position: absolute;
  top: 160px;
  left: -65px;
  animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
}
.portfolio-view .work-progress-item .desc-wrap:hover {
  animation-play-state: paused;
}
.portfolio-view .work-progress-item .desc-wrap .btn-desc {
  width: 35px;
  height: 35px;
  border: 3px solid #d3d5e4;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.portfolio-view .work-progress-item .desc-wrap .btn-desc:hover {
  width: 35px;
}
.portfolio-view .work-progress-item .desc-wrap .btn-desc svg {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  left: -3px;
  top: -3px;
}
.portfolio-view .work-progress-item .desc-wrap .btn-desc .shape {
  fill: transparent;
  stroke-dasharray: 0 200;
  stroke-dashoffset: 0;
  stroke-width: 8px;
  stroke: #00aeef;
}
.portfolio-view .work-progress-item .desc-wrap .desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  height: 2px;
  width: 15px;
  padding: 0;
  border: 2px solid #c0c3d7;
  box-sizing: border-box;
  background-color: #fff;
}
.portfolio-view .work-progress-item .desc-wrap .desc span {
  opacity: 0;
  display: block;
  height: 0;
  overflow: hidden;
  font-style: italic;
  line-height: 20px;
}
.portfolio-view .work-progress-item .desc-wrap .desc:before {
  content: '';
  opacity: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  border-left: 2px solid #c0c3d7;
  border-bottom: 2px solid #c0c3d7;
  background-color: #fff;
  transform: rotate(45deg);
  left: -11px;
  top: 50%;
  margin-top: -10px;
  box-sizing: border-box;
}
.portfolio-view .work-progress-item .desc-wrap.active-desc {
  animation-play-state: paused;
}
.portfolio-view .work-progress-item .desc-wrap.active-desc .btn-desc {
  width: 35px;
  z-index: 1;
}
.portfolio-view .work-progress-item .desc-wrap.active-desc .btn-desc .shape {
  animation: 1s desc-btn linear forwards;
  animation-delay: 100ms;
}
.portfolio-view .work-progress-item .desc-wrap.active-desc .desc {
  animation: 0.8s desc cubic-bezier(0.48, 0.05, 0.7, 0.79) forwards;
  color: #272727;
  font-size: 1.6rem;
  line-height: 1.2;
}
.portfolio-view .work-progress-item .desc-wrap.active-desc .desc span {
  opacity: 1;
  height: 100%;
  transition: 300ms;
  transition-delay: 900ms;
}
.portfolio-view .work-progress-item .desc-wrap.active-desc .desc:before {
  opacity: 1;
  transition: 300ms;
  transition-delay: 800ms;
}
.portfolio-view .work-progress-item-natural img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.portfolio-view .installed-modules {
  padding-top: 50px;
}
.portfolio-view .installed-modules h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 60px;
}
.portfolio-view .installed-modules .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.portfolio-view .installed-modules .items .item {
  text-align: center;
  width: 21%;
  margin-bottom: 60px;
}
.portfolio-view .installed-modules .items .item .img {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.portfolio-view .installed-modules .items .item .text {
  padding-top: 20px;
  margin: 0 auto;
}
.portfolio-view .reviews,
.portfolio-view .mess-block {
  margin: 50px 0;
  padding: 50px;
}
.portfolio-view .reviews h3,
.portfolio-view .mess-block h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 20px;
}
.portfolio-view .reviews .name,
.portfolio-view .mess-block .name,
.portfolio-view .reviews .position,
.portfolio-view .mess-block .position {
  padding-bottom: 5px;
}
.portfolio-view .reviews .text,
.portfolio-view .mess-block .text {
  padding-left: 80px;
  position: relative;
  line-height: 24px;
  line-height: 1.3;
}
.portfolio-view .reviews .text:after,
.portfolio-view .mess-block .text:after {
  content: '«';
  position: absolute;
  height: 120px;
  top: -35px;
  left: 0;
  font-size: 85px;
  line-height: 1;
  color: #00aeef;
  font-weight: 700;
}
.portfolio-view .reviews .name,
.portfolio-view .mess-block .name {
  font-weight: 700;
  font-size: 20px;
}
.portfolio-view .reviews .position,
.portfolio-view .mess-block .position {
  color: #AEAEAE;
  font-size: 14px;
}
.portfolio-view .reviews .review-info,
.portfolio-view .mess-block .review-info {
  padding-left: 80px;
  padding-top: 30px;
  display: flex;
  align-items: center;
}
.portfolio-view .reviews .review-info .review-img,
.portfolio-view .mess-block .review-info .review-img {
  margin-right: 15px;
}
.portfolio-view .reviews .review-info img,
.portfolio-view .mess-block .review-info img {
  border-radius: 100%;
}
.portfolio-view .reviews .title-block,
.portfolio-view .mess-block .title-block {
  margin-bottom: 20px;
}
.portfolio-view .reviews a,
.portfolio-view .mess-block a {
  background: #5C4DFF;
  background: linear-gradient(87.41deg, #5C4DFF -7.81%, #9846FF 127.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.portfolio-view .mess-block {
  border: 4px solid #00aeef;
  font-weight: 700;
}
.portfolio-view .mess-block a {
  color: #00aeef;
}
.portfolio-view .prev-next {
  padding-bottom: 0;
  overflow: hidden;
}
.portfolio-view .prev-next .prev,
.portfolio-view .prev-next .next {
  display: inline-block;
  width: 220px;
  color: #0e0d21;
  text-decoration: none;
  position: relative;
}
.portfolio-view .prev-next .prev strong,
.portfolio-view .prev-next .next strong {
  font-weight: 600;
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
}
.portfolio-view .prev-next .prev strong:after,
.portfolio-view .prev-next .next strong:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 12px;
  background-repeat: no-repeat;
  top: 5px;
  transition: 300ms;
}
.portfolio-view .prev-next .prev span,
.portfolio-view .prev-next .next span {
  display: block;
  line-height: 20px;
}
.portfolio-view .prev-next .prev {
  float: left;
  padding-left: 35px;
}
.portfolio-view .prev-next .prev strong:after {
  left: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19' height='11' viewBox='0 0 19 11'%3e%3cdefs%3e%3cpath id='r0mpa' d='M598.75 4440.01l.9-.89c-.48-.47-2.19-2.08-3.84-3.63l-.38-.36h16.58v-1.24h-16.48l.37-.36 3.74-3.64-.89-.89-5.74 5.56z'/%3e%3c/defs%3e%3cg%3e%3cg transform='translate(-593 -4429)'%3e%3cuse fill='%230e0d21' xlink:href='%23r0mpa'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.portfolio-view .prev-next .prev:hover strong:after {
  left: -20px;
  transform: rotateX(360deg);
}
.portfolio-view .prev-next .next {
  text-align: right;
  float: right;
  padding-right: 35px;
}
.portfolio-view .prev-next .next strong:after {
  right: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='11' viewBox='0 0 20 11'%3e%3cdefs%3e%3cpath id='um8qa' d='M1248.87 548.99l-.96.89c.51.47 2.33 2.08 4.09 3.63l.4.36H1235v1.24h17.31l-.4.36c-1.26 1.15-3.38 3.1-3.99 3.64l.96.89 6.12-5.56z'/%3e%3c/defs%3e%3cg%3e%3cg transform='translate(-1235 -549)'%3e%3cuse fill='%230e0d21' xlink:href='%23um8qa'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.portfolio-view .prev-next .next:hover strong:after {
  right: -20px;
  transform: rotateX(360deg);
}
.hero-image-new,
.hero-image {
  padding: 0;
}
.hero-image-new .backwards,
.hero-image .backwards {
  z-index: 1;
  padding-top: 30px;
  padding-left: 0;
  padding-bottom: 30px;
}
.hero-image-new .backwards a,
.hero-image .backwards a {
  padding: 12px 16px 12px 34px;
  border: 1px solid #9846ff;
  color: #fff;
  text-transform: none;
  font-size: 1.6rem;
  border-radius: 12px;
  font-weight: 400;
  position: relative;
}
.hero-image-new .backwards a:after,
.hero-image .backwards a:after {
  content: "";
  position: absolute;
  left: 16px;
  margin: auto;
  top: -2px;
  bottom: 0;
  width: 8px;
  height: 14px;
  background: url('/images/icons/v-arr.svg') no-repeat 50% 50%;
}
.hero-image-new .hero-description,
.hero-image .hero-description {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  max-width: 700px;
  margin: 0 auto;
}
.hero-image-new .hero-description .link,
.hero-image .hero-description .link {
  color: #00aeef;
  display: inline-block;
  margin-top: 10px;
}
@keyframes desc {
  10% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  30% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  40% {
    left: 90px;
    transform: translate(0, -50%) rotate(0deg);
  }
  60% {
    left: 90px;
    transform: translate(0, -50%) rotate(0deg);
    width: 15px;
    height: 2px;
  }
  65% {
    left: 90px;
    transform: translate(0, -50%) rotate(0deg);
    width: 15px;
    height: 2px;
  }
  70% {
    left: 90px;
    transform: translate(0, -50%) rotate(0deg);
    height: 2px;
    width: 350px;
  }
  75% {
    left: 90px;
    transform: translate(0, -50%) rotate(0deg);
    height: 2px;
    padding: 0;
    width: 350px;
  }
  100% {
    height: 200px;
    left: 90px;
    width: 350px;
    padding: 40px 30px;
    transform: translate(0, -50%) rotate(0deg);
  }
}
@keyframes desc-btn {
  0% {
    stroke-dasharray: 0 200;
    stroke-dashoffset: 0 ;
    stroke-width: 8px;
  }
  100% {
    stroke-dasharray: 200;
    stroke-dashoffset: 0;
    stroke-width: 8px;
  }
}
@keyframes trambling-animation {
  0%,
  50%,
  100% {
    transform: translate(0, 0);
  }
  10%,
  30% {
    transform: translateY(-10px);
    top: 162px;
  }
  20%,
  40% {
    transform: translateY(10px);
    top: 158px;
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.site-error {
  height: 100vh;
  background-image: url(../images/404-bg.png);
  text-align: center;
  color: #fff;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-error h1 {
  font-size: 70px;
  padding-top: 60px;
  padding-bottom: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
.site-error .desc {
  font-size: 20px;
}
.site-error svg {
  fill: #fff;
  fill-rule: evenodd;
}
.site-error .btn-home {
  padding-top: 70px;
}
.site-error .btn-home a {
  color: #fff;
  border: 3px solid #0b5070;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  transition: 300ms;
}
.site-error .btn-home a:hover {
  background-color: #0b5070;
}
.site-error .btn-form {
  position: absolute;
  bottom: 70px;
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
}
.site-error .btn-form a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
.c-company {
  background-size: cover;
  background-attachment: fixed;
}
.c-company .second-slide-block {
  background-color: #fff;
}
.c-a-company-index main a,
.c-a-company-index .note-anchor {
  background: #5C4DFF;
  background: linear-gradient(87.41deg, #5C4DFF -7.81%, #9846FF 127.23%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-a-company-index .page-content {
  background: none;
}
.c-a-company-index .page-content .body {
  padding-bottom: 0;
}
.c-a-company-index .page-content section h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 65px;
}
.c-a-company-index .page-content .slide-1 {
  padding-top: 100px;
  background-image: url(../images/cloud.png);
  background-position: 0 135px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.c-a-company-index .page-content .slide-1 .note-anchor {
  border-bottom: 1px dashed;
  cursor: help;
  color: #00aeef;
  transition: 300ms;
}
.c-a-company-index .page-content .slide-1 aside {
  margin-top: 65px;
  color: #8b8ea6;
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  overflow: hidden;
  height: 115px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #272727;
  opacity: 0;
  visibility: hidden;
}
.c-a-company-index .page-content .slide-1 aside .wrapper {
  position: relative;
  width: inherit;
  box-sizing: border-box;
}
.c-a-company-index .page-content .slide-1 aside .wrapper:after {
  content: '';
  position: absolute;
  width: 38px;
  height: 24px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../images/enter.png);
  background-size: cover;
}
.c-a-company-index .page-content .slide-1 aside .note {
  position: absolute;
  line-height: 20px;
  color: #8b8ea6;
  left: 65px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  transition: 500ms;
}
.c-a-company-index .page-content .slide-1 aside .note.active {
  opacity: 1;
}
.c-a-company-index .page-content .slide-1 .blog-wrap:hover aside {
  opacity: 1;
  visibility: visible;
}
.c-a-company-index .page-content .slide-1 .history-numbers {
  font-size: 60px;
  font-weight: 700;
  margin: 75px auto 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-a-company-index .page-content .slide-1 .history-numbers .item {
  width: 25%;
}
.c-a-company-index .page-content .slide-1 .history-numbers span {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: block;
  background: #5C4DFF;
  background: linear-gradient(87.41deg, #5C4DFF -7.81%, #9846FF 127.23%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-a-company-index .page-content .slide-1 ul li:before {
  content: "— ";
}
.c-a-company-index .page-content .slide-1 h2 {
  text-align: left;
  padding-bottom: 30px;
  padding-top: 50px;
}
.c-a-company-index .page-content .slide-1 .director-text {
  font-style: italic;
}
.c-a-company-index .page-content .slide-1 .slick-dots li:before {
  display: none;
}
.c-a-company-index .page-content .slide-2 {
  margin-top: 80px;
}
.c-a-company-index .page-content .slide-2 .section-wrap {
  padding-top: 100px;
  background: url(../images/mountains.jpg) fixed no-repeat top center;
  box-sizing: border-box;
  color: #272727;
}
.c-a-company-index .page-content .slide-2 h2 {
  font-size: 36px;
  color: #272727;
}
.c-a-company-index .page-content .slide-2 .items {
  display: flex;
  flex-wrap: wrap;
  max-width: 920px;
  justify-content: space-around;
  align-items: flex-start;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px;
}
.c-a-company-index .page-content .slide-2 .items .item {
  position: relative;
  margin-bottom: 65px;
}
.c-a-company-index .page-content .slide-2 .items .item span {
  position: absolute;
  bottom: -320px;
  left: 30px;
  height: 300px;
  width: 2px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 239, 0.51) 51%, #00aeef 100%);
}
.c-a-company-index .page-content .slide-2 .items .item span:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #00aeef;
  top: 0;
  left: 1px;
  transform: translateX(-50%);
}
.c-a-company-index .page-content .slide-2 .items .item-1 {
  width: 175px;
}
.c-a-company-index .page-content .slide-2 .items .item-2 {
  width: 225px;
}
.c-a-company-index .page-content .slide-2 .items .item-2 span {
  left: 100px;
}
.c-a-company-index .page-content .slide-2 .items .item-3 {
  width: 400px;
}
.c-a-company-index .page-content .slide-2 .items .item-3 span {
  left: auto;
  right: 100px;
}
.c-a-company-index .page-content .slide-2 .items .item-4 {
  width: 190px;
}
.c-a-company-index .page-content .slide-2 .items .item-4 span {
  display: none;
}
.c-a-company-index .page-content .slide-2 .items .item-5 {
  width: 335px;
}
.c-a-company-index .page-content .slide-2 .items .item-5 span {
  left: 50px;
  display: none;
}
.c-a-company-index .page-content .slide-3 {
  padding-top: 100px;

  background: #f3f4f8;


  background: linear-gradient(to bottom, #f3f4f8 0%, #f3f4f8 30%, #01aeef 55%, #01aeef 100%);


}
.c-a-company-index .page-content .slide-3 .items {
  padding: 0 92px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.c-a-company-index .page-content .slide-3 .items .item {
  text-align: center;
  width: 25%;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: 300ms;
}
.c-a-company-index .page-content .slide-3 .items .item div {
  text-align: left;
  display: inline-block;
}
.c-a-company-index .page-content .slide-3 .items .item span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding-top: 10px;
}
.c-a-company-index .page-content .slide-3 .items .item img {
  position: absolute;
  opacity: 0;
  height: 0;
  top: -160px;
  width: 750px;
  left: 50%;
  transform: translateX(-50%);
  transition: 300ms;
  z-index: -1;
}
.c-a-company-index .page-content .slide-3 .items .item:hover {
  color: #00aeef;
}
.c-a-company-index .page-content .slide-3 .items .item:hover img {
  opacity: 1;
  height: auto;
}
.c-a-company-index .page-content .slide-3 .btn {
  padding-top: 70px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.c-a-company-index .page-content .slide-3 .btn span {
  display: block;
  padding-bottom: 40px;
}
.c-a-company-index .page-content .slide-3 .btn a {
  padding: 15px 70px 15px 50px;
  border: 4px solid #00aeef;
  font-size: 17px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #0e0d21;
}
.c-a-company-index .page-content .slide-3 .btn a:after {
  content: '';
  position: absolute;
  width: 19px;
  height: 11px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/arrow-right.png);
  background-size: cover;
  transition: 300ms;
}
.c-a-company-index .page-content .slide-3 .btn a:hover:after {
  right: 30px;
}
.c-a-company-index .page-content .slide-4 {
  background-color: #01aeef;
  padding-top: 100px;

}
.c-a-company-index .page-content .slide-4 .title-wrap {
  width: 460px;
  border: 5px solid #fff;
  border-bottom: none;
  position: relative;
  margin: 0 auto 30px;
  padding-top: 210px;
  text-align: center;
  padding-bottom: 10px;
}
.c-a-company-index .page-content .slide-4 .title-wrap:after,
.c-a-company-index .page-content .slide-4 .title-wrap:before {
  content: '';
  position: absolute;
  bottom: 0;
  transform: rotate(45deg);
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
}
.c-a-company-index .page-content .slide-4 .title-wrap:after {
  left: -17.5px;
}
.c-a-company-index .page-content .slide-4 .title-wrap:before {
  right: -17.5px;
}
.c-a-company-index .page-content .slide-4 .title-wrap img {
  position: absolute;
  z-index: 1;
  top: -55px;
  width: 625px;
  left: 50%;
  transform: translateX(-50%);
}
.c-a-company-index .page-content .slide-4 .title-wrap h2 {
  font-size: 45px;
  padding-bottom: 30px;
}
.c-a-company-index .page-content .slide-4 .title-wrap .desc {
  font-size: 18px;
}
.c-a-company-index .page-content .slide-4 #project-form {
  max-width: 750px;
  margin: 0 auto;
}
.c-a-company-index .page-content .slide-4 #project-form .form-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
}
.c-a-company-index .page-content .slide-4 #project-form .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 25px;
}
.c-a-company-index .page-content .slide-4 #project-form .item {
  width: 50%;
  box-sizing: border-box;
}
.c-a-company-index .page-content .slide-4 #project-form .item input {
  background-color: #fff;
  border: 2px solid transparent;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  z-index: 1;
  position: relative;
}
.c-a-company-index .page-content .slide-4 #project-form .item .form-group {
  margin-bottom: 25px;
  position: relative;
  padding: 4px;
  box-sizing: border-box;
}
.c-a-company-index .page-content .slide-4 #project-form .item .form-group label {
  position: absolute;
  left: 20px;
  color: #233145;
  top: 22px;
  padding: 0 5px;
  cursor: text;
  font-size: 16px;
  z-index: 2;
  transition: 100ms;
  border: 3px solid transparent;
  background-color: #fff;
  border-bottom: none;
}
.c-a-company-index .page-content .slide-4 #project-form .item .form-group .help-block {
  display: none;
}
.c-a-company-index .page-content .slide-4 #project-form .item .form-group.has-error .shape {
  stroke: #ff0000;
  animation: 0.7s draw2 linear forwards;
  animation-delay: 100ms;
}
.c-a-company-index .page-content .slide-4 #project-form .item .form-group svg {
  position: absolute;
  left: 0;
  top: 0;
}
.c-a-company-index .page-content .slide-4 #project-form .item .form-group .shape {
  fill: transparent;
  stroke-dasharray: 0 3000;
  stroke-dashoffset: -30;
  stroke-width: 8px;
  stroke: #19f6e8;
}
.c-a-company-index .page-content .slide-4 #project-form .item .form-group.label-active label {
  top: -15px;
  font-size: 14px;
  line-height: 16px;
  border-color: #19f6e8;
}
.c-a-company-index .page-content .slide-4 #project-form .item .form-group.label-active input,
.c-a-company-index .page-content .slide-4 #project-form .item .form-group.label-active textarea {

}
.c-a-company-index .page-content .slide-4 #project-form .item .form-group.label-active .shape {
  animation: 0.7s draw linear forwards;
  animation-delay: 100ms;
}
.c-a-company-index .page-content .slide-4 #project-form .item .form-group.label-active.has-error label {
  border-color: #ff0000;
}
.c-a-company-index .page-content .slide-4 #project-form .item .field-projectform-phone {
  margin-bottom: 0;
}
.c-a-company-index .page-content .slide-4 #project-form .item .field-projectform-body {
  height: 100%;
}
.c-a-company-index .page-content .slide-4 #project-form .item .field-projectform-body textarea {
  height: 157px;
  background-color: #fff;
  border: 2px solid transparent;
  width: 100%;
  font-size: 16px;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.c-a-company-index .page-content .slide-4 #project-form .btn-wrap {
  width: 100%;
  padding-top: 25px;
}
.c-a-company-index .page-content .slide-4 #project-form .btn {
  width: 100%;
  border: 4px solid #ffffff;
  color: #0e0d21;
  background-color: #00aeef;
  padding: 15px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  transition: 300ms;
}
.c-a-company-index .page-content .slide-4 #project-form .btn span {
  position: relative;
}
.c-a-company-index .page-content .slide-4 #project-form .btn span svg {
  position: absolute;
  top: 50%;
  left: auto;
  right: -30px;
  margin-top: -6px;
  fill: #0e0d21;
  transition: 300ms;
}
.c-a-company-index .page-content .slide-4 #project-form .btn span svg path {
  transition: 300ms;
  transition-delay: 0;
  fill: #0e0d21;
}
.c-a-company-index .page-content .slide-4 #project-form .btn:hover {
  background-color: #fff;
}
.c-a-company-index .page-content .slide-4 #project-form .btn:hover span svg {
  right: -40px;
}
.c-a-company-index .page-content .slide-4 #project-form .item-left {
  padding-right: 15px;
}
.c-a-company-index .page-content .slide-4 #project-form .item-right {
  padding-left: 15px;
}
.c-a-company-index .page-content .slide-4 #project-form .policy {
  text-align: center;
  padding-top: 20px;
  color: #fff;
}
.c-a-company-index .page-content .slide-4 #project-form .policy a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
.c-a-company-index .page-content .slide-4 .resurt {
  padding-top: 150px;
  text-align: center;
}
.c-a-company-index .page-content .slide-4 .resurt .resurt-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
}
.c-a-company-index .page-content .slide-4 .resurt .desc {
  font-size: 20px;
  line-height: 28px;
}
.c-a-company-index .page-content .slide-4 .resurt .restart {
  padding-top: 50px;
}
.c-a-company-index .page-content .slide-4 .resurt .restart a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  position: relative;
}
.c-a-company-index .page-content .slide-4 .resurt .restart a:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 5px;
  left: -25px;
  background-image: url(../images/icon-restart.png);
  background-size: cover;
  transition: 1000ms;
}
.c-a-company-index .page-content .slide-4 .resurt .restart a:hover:after {
  transform: rotate(360deg);
}
.c-a-company-index .page-content .slide-5 {
  background-color: #01aeef;
}
.c-a-company-index .page-content .slide-5 .slide-5-wrap {
  background-image: url(../images/beach.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  min-height: 900px;
  background-size: 100%;
}
.c-a-company-index .page-content .slide-5 .desc {
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  top: 287px;
}
.c-a-company-index .page-content .slide-5 .desc:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 54px;
  left: 50%;
  transform: translateX(-50%);
  top: -160px;
  background-image: url(../images/arrow-white.png);
  background-size: cover;
}
.c-a-company-index .page-content .slide-5 .desc .item-1 {
  font-size: 80px;
  padding-bottom: 45px;
}
.c-a-company-index .page-content .slide-5 .desc .item-2 {
  font-weight: 800;
  font-size: 185px;
  text-transform: uppercase;
  line-height: normal;
  position: relative;
  z-index: 1;
}
.c-a-company-index .page-content .slide-5 .desc .item-2:after {
  content: '';
  position: absolute;
  width: 190px;
  height: 257px;
  right: 0;
  top: -52px;
  background-image: url(../images/leaflet-right.png);
  background-size: cover;
  z-index: -1;
}
.c-a-company-index .page-content .slide-5 .desc .item-2:before {
  content: '';
  position: absolute;
  width: 184px;
  height: 256px;
  left: 0;
  top: -52px;
  background-image: url(../images/leaflet-left.png);
  background-size: cover;
  z-index: -1;
}
.c-a-company-index .page-content .slide-5 .img .girl {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 45%;
  width: 530px;
  transform: translateX(-50%);
}
.c-company.a-clients {

}
.c-company.a-clients .clients-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px;
}
.c-company.a-clients .clients-wrap .item {
  width: 25%;
  height: 230px;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.c-company.a-clients .clients-wrap .item .img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 500ms;
  transition-delay: 500ms;
  z-index: 2;
}
.c-company.a-clients .clients-wrap .item .img img {
  max-width: 100%;
  transition: 500ms;
  transition-delay: 500ms;
}
.c-company.a-clients .clients-wrap .item .client-info {
  position: absolute;
  color: #878b91;
  top: 0;
  left: 0;
  transform: scale(0);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all cubic-bezier(0.28, 2.05, 0.75, -1.43) 3s;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 17px;
  padding: 90px 10px 10px;
  transition: all ease-in-out 0.5s;
}
.c-company.a-clients .clients-wrap .item .client-info a {
  text-decoration: none;
  color: #878b91;
}
.c-company.a-clients .clients-wrap .item h3 {
  font-weight: 500;
  font-size: 17px;
  padding: 0px 0 15px;
  position: relative;
  left: -110%;
  visibility: hidden;
  transition: 300ms;
  transition-delay: 700ms;
}
.c-company.a-clients .clients-wrap .item .description {
  font-weight: 300;
  position: relative;
  visibility: hidden;
  right: -110%;
  transition: 300ms;
  transition-delay: 700ms;
}
.c-company.a-clients .clients-wrap .item:hover .img {
  transform: translateY(0);
  top: 0;
}
.c-company.a-clients .clients-wrap .item:hover .img img {
  transform: scale(0.7);
}
.c-company.a-clients .clients-wrap .item:hover .client-info {
  transform: scale(1);
  opacity: 1;
}
.c-company.a-clients .clients-wrap .item:hover .client-info h3 {
  visibility: visible;
  left: 0;
}
.c-company.a-clients .clients-wrap .item:hover .client-info .description {
  visibility: visible;
  right: 0;
}
.c-a-company-clients {
  background-image: url('../images/bg-clients.png');
}
.a-contact .second-slide-block .phone {
  padding-bottom: 20px;
}
.a-contact .second-slide-block .phone a {
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  color: #0e0d21;
  font-size: 18px;
  padding: 3px 0;
}
.a-contact .second-slide-block .email {
  text-decoration: none;
  color: #0e0d21;
  font-size: 18px;
}
.a-contact .second-slide-block .addres {
  padding-top: 25px;
  font-size: 16px;
  line-height: 22px;
}
.a-contact .second-slide-block .contacts-social {
  display: flex;
  justify-content: center;
  padding-top: 25px;
  transition: 0.3s;
}
.a-contact .second-slide-block .contacts-social a:hover svg {
  fill: #00aeef;
}
.a-contact .second-slide-block .contacts-social svg {
  width: 32px;
  height: 32px;
  fill: #4a76a8;
}
.a-contact .second-slide-block .geo-block {
  position: absolute;
  bottom: 195px;
  left: 40px;
  right: 40px;
}
.a-contact .second-slide-block .geo-block .title {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 20px;
}
.a-contact .second-slide-block .geo-block .text {
  font-weight: 700;
  line-height: 25px;
  padding-bottom: 20px;
}
.a-contact .second-slide-block .geo-block .text span {
  color: #00aeef;
  border-bottom: 2px dotted #00aeef;
}
.a-contact .second-slide-block .geo-block .btn a {
  font-size: 16px;
  color: #00aeef;
  border-bottom: 2px dotted #00aeef;
  text-decoration: none;
}
.a-contact .site-contact {
  height: 100%;
  box-sizing: border-box;
}
.a-contact .site-contact .face-form-wrap {
  display: flex;
  min-height: 490px;
  flex-wrap: wrap;
}
.a-contact .site-contact .face-form-wrap .contact-face {
  width: 25%;
  padding: 50px 40px;
  text-align: center;
  box-sizing: border-box;
}
.a-contact .site-contact .face-form-wrap .contact-face img {
  border-radius: 50%;
  width: 160px;
}
.a-contact .site-contact .face-form-wrap .contact-face .info {
  padding-top: 30px;
}
.a-contact .site-contact .face-form-wrap .contact-face .info-name {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
}
.a-contact .site-contact .face-form-wrap .contact-face .info-post {
  padding-bottom: 25px;
  line-height: 22px;
}
.a-contact .site-contact .face-form-wrap .contact-face .info-phone,
.a-contact .site-contact .face-form-wrap .contact-face .info-email {
  font-size: 18px;
}
.a-contact .site-contact .face-form-wrap .contact-face .info-phone a,
.a-contact .site-contact .face-form-wrap .contact-face .info-email a {
  font-weight: 600;
  background: #5C4DFF;
  background: linear-gradient(87.41deg, #5C4DFF -7.81%, #9846FF 127.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
  display: inline-block;
  text-decoration: none;
}
.a-contact .site-contact .face-form-wrap .contact-form-wrapper {
  width: 75%;
  padding: 60px 50px 30px;
  box-sizing: border-box;
}
.a-contact .site-contact .face-form-wrap .contact-form-wrapper .resurt {
  text-align: center;
  padding-top: 75px;
}
.a-contact .site-contact .face-form-wrap .contact-form-wrapper .resurt .title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
}
.a-contact .site-contact .face-form-wrap .contact-form-wrapper .resurt .text {
  font-size: 20px;
  line-height: 24px;
}
.a-contact .site-contact .face-form-wrap .contact-form-wrapper .resurt .restart {
  padding-left: 10px;
  padding-top: 50px;
}
.a-contact .site-contact .face-form-wrap .contact-form-wrapper .resurt .restart a {
  color: #0e0d21;
  text-decoration: none;
  border-bottom: 1px dotted #0e0d21;
  position: relative;
}
.a-contact .site-contact .face-form-wrap .contact-form-wrapper .resurt .restart a:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 5px;
  left: -25px;
  background-image: url(../images/icon-restart-black.png);
  background-size: cover;
  transition: 1000ms;
}
.a-contact .site-contact .face-form-wrap .contact-form-wrapper .resurt .restart a:hover:after {
  transform: rotate(360deg);
}
.a-contact .site-contact .mobile-contacts {
  display: none;
  padding: 30px 20px;
}
.a-contact .site-contact .mobile-contacts .page-title {
  padding-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.a-contact .site-contact .mobile-contacts-list {
  max-width: 340px;
  margin: 0 auto;
  font-size: 16px;
}
.a-contact .site-contact .mobile-contacts-list a {
  display: inline;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.a-contact .site-contact .mobile-contacts-list a:hover {
  border-color: #0e0d21;
}
.a-contact .site-contact .mobile-contacts-list li {
  z-index: 1;
  position: relative;
  min-height: 32px;
  line-height: 32px;
  padding-left: 50px;
  margin-bottom: 7px;
}
.a-contact .site-contact .mobile-contacts-list li:last-child {
  margin-bottom: 0;
}
.a-contact .site-contact .mobile-contacts-list li:before {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url("../images/social-icons/phone.png") no-repeat center;
  background-size: contain;
}
.a-contact .site-contact .mobile-contacts-list .mobile-contacts-phone {
  font-weight: 600;
}
.a-contact .site-contact .mobile-contacts-list .mobile-contacts-email a {
  border-color: #0e0d21;
}
.a-contact .site-contact .mobile-contacts-list .mobile-contacts-email a:hover {
  border-color: transparent;
}
.a-contact .site-contact .mobile-contacts-list .mobile-contacts-email:before {
  background-image: url("../images/social-icons/email.png");
}
.a-contact .site-contact .mobile-contacts-list .mobile-contacts-address:before {
  background-image: url("../images/social-icons/address.png");
}
.a-contact .site-contact .mobile-contacts-list .mobile-contacts-time:before {
  background-image: url("../images/social-icons/time.png");
}
.a-contact .site-contact .mobile-contacts-list .mobile-contacts-vk a {
  border-color: #0e0d21;
}
.a-contact .site-contact .mobile-contacts-list .mobile-contacts-vk a:hover {
  border-color: transparent;
}
.a-contact .site-contact .mobile-contacts-list .mobile-contacts-vk:before {
  background-image: url("../images/social-icons/vk.png");
}
.a-contact .site-contact #map {
  height: 50vh;
  min-height: 490px;
  -webkit-filter: grayscale(100%);
}
.a-contact #contact-form .form-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
.a-contact #contact-form .field-cardform-agree {
  margin-top: 20px;
}
.a-contact #contact-form .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 5px;
}
.a-contact #contact-form .item {
  width: 50%;
  box-sizing: border-box;
}
.a-contact #contact-form .item input {
  background-color: #fff;
  border: 2px solid transparent;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  z-index: 1;
  position: relative;
}
.a-contact #contact-form .item .form-group {
  margin-bottom: 15px;
  position: relative;
  padding: 4px;
}
.a-contact #contact-form .item .form-group label {
  position: absolute;
  left: 20px;
  color: #233145;
  top: 26px;
  padding: 0 5px;
  cursor: text;
  font-size: 16px;
  z-index: 2;
  transition: 100ms;


  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 51%, #ffffff 100%);


}
.a-contact #contact-form .item .form-group .help-block {
  display: none;
}
.a-contact #contact-form .item .form-group.has-error .shape {
  stroke: #ff0000;
  animation: 0.7s draw2 linear forwards;
  animation-delay: 100ms;
}
.a-contact #contact-form .item .form-group svg {
  position: absolute;
  left: 0;
  top: 0;
}
.a-contact #contact-form .item .form-group .shape {
  fill: transparent;
  stroke-dasharray: 0 3000;
  stroke-dashoffset: -30;
  stroke-width: 8px;
  stroke: #19f6e8;
}
.a-contact #contact-form .item .form-group.label-active {

}
.a-contact #contact-form .item .form-group.label-active label {
  opacity: 0;
}
.a-contact #contact-form .item .field-contactform-body textarea {
  height: 145px;
  background-color: #fff;
  border: 2px solid transparent;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.a-contact #contact-form .item .btn {
  width: 100%;
}
.a-contact #contact-form .item .btn svg {
  display: none;
}
.a-contact #contact-form .item-left {
  padding-right: 15px;
}
.a-contact #contact-form .item-right {
  padding-left: 15px;
}
.a-contact .contact-form-wrapper .policy {
  text-align: center;
  padding-top: 5px;
  color: #9ca6b4;
}
.a-contact .contact-form-wrapper .policy a {
  color: #9ca6b4;
  text-decoration: none;
  border-bottom: 1px dotted #9ca6b4;
}
@keyframes draw {
  0% {
    stroke-dasharray: 0 3000;
    stroke-dashoffset: -30;
    stroke-width: 8px;
  }
  100% {
    stroke-dasharray: 3000;
    stroke-dashoffset: 0;
    stroke-width: 8px;
  }
}
@keyframes draw2 {
  0% {
    stroke-dasharray: 0 3000;
    stroke-dashoffset: 0;
    stroke-width: 8px;
  }
  100% {
    stroke-dasharray: 3000;
    stroke-dashoffset: 0;
    stroke-width: 8px;
  }
}
#call-me {
  overflow: hidden;
  width: 0;
  transition: all 0.5s cubic-bezier(0.54, 0.01, 0.57, 1.03);
  background: url(/images/call-me-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: fixed;
  height: 100%;
  z-index: 99999;
  left: 0;
  top: 0;
}
#call-me.opened {
  width: 100%;
}
#call-me {
  transition: all ease-in-out 300ms;
}
#call-me .close {
  float: none;
  position: absolute;
  top: 35px;
  right: 85px;
  cursor: pointer;
  transition: all ease-in-out 300ms;
}
#call-me .close-2 {
  position: absolute;
  top: 35px;
  left: 150px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.36px;
  color: #fff;
  cursor: pointer;
}
#call-me .close-2:after {
  content: '';
  position: absolute;
  width: 19px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  left: -35px;
  background-image: url(../images/arrow_left.png);
  background-size: cover;
  transition: 500ms;
}
#call-me .close-2:hover:after {
  left: -45px;
  transform: rotateX(360deg);
}
#call-me .call-me-form-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 435px;
  text-align: center;
  color: #fff;
}
#call-me .call-me-form-wrapper .form-title {
  font-size: 28px;
  line-height: 36px;
  padding-bottom: 25px;
}
#call-me .call-me-form-wrapper input {
  text-align: center;
  background-color: #fff;
  border: 2px solid transparent;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  z-index: 1;
  position: relative;
}
#call-me .call-me-form-wrapper .form-group {
  margin-bottom: 25px;
  position: relative;
  padding: 4px;
}
#call-me .call-me-form-wrapper .form-group label {
  position: absolute;
  left: 50%;
  width: max-content;
  transform: translateX(-50%);
  color: #233145;
  top: 26px;
  padding: 0 5px;
  border: 3px solid transparent;
  border-bottom: 0;
  cursor: text;
  font-size: 18px;
  z-index: 2;
  transition: 100ms;
  background-color: #fff;
}
#call-me .call-me-form-wrapper .form-group .help-block {
  display: none;
}
#call-me .call-me-form-wrapper .form-group.has-error .shape {
  stroke: #ff0000;
  animation: 0.7s draw2 linear forwards;
  animation-delay: 100ms;
}
#call-me .call-me-form-wrapper .form-group svg {
  position: absolute;
  left: 0;
  top: 0;
}
#call-me .call-me-form-wrapper .form-group .shape {
  fill: transparent;
  stroke-dasharray: 0 3000;
  stroke-dashoffset: -30;
  stroke-width: 8px;
  stroke: #19f6e8;
}
#call-me .call-me-form-wrapper .form-group.label-active label {
  top: -15px;
  font-size: 16px;
  border-color: #18f6e8;
}
#call-me .call-me-form-wrapper .form-group.label-active .shape {
  animation: 0.7s draw linear forwards;
  animation-delay: 100ms;
}
#call-me .call-me-form-wrapper .form-group.label-active.has-error label {
  border-color: #ff0000;
}
#call-me .call-me-form-wrapper .btn {
  margin: 0 4px;
  width: 100%;
  border: none;
  color: #fff;
  padding: 18px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  background: none;
  border: 1px solid #00aeef;
  text-align: center;
  transition: 300ms;
}
#call-me .call-me-form-wrapper .policy {
  text-align: center;
  padding-top: 40px;
  color: #fff;
  line-height: 22px;
}
#call-me .call-me-form-wrapper .policy a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
#call-me .block-test {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 50%;
  margin-top: -25px;
  background-color: red;
}
#call-me .result {
  padding-bottom: 90px;
}
#call-me .result .title {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 40px;
}
#call-me .result .text {
  font-size: 24px;
  line-height: 35px;
  padding-bottom: 45px;
}
#call-me .result .close-3 {
  background-color: #00aeef;
  font-size: 20px;
  padding: 20px 50px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}
@keyframes test {
  10% {
    trandform: roteteZ(360deg);
    right: 200px;
  }
  30% {
    transform: rotateZ(-720deg);
    right: 200px;
  }
  100% {
    stroke-dasharray: 3000;
    stroke-dashoffset: 0;
    stroke-width: 8px;
  }
}
@keyframes draw2 {
  0% {
    stroke-dasharray: 0 3000;
    stroke-dashoffset: 0;
    stroke-width: 8px;
  }
  100% {
    stroke-dasharray: 3000;
    stroke-dashoffset: 0;
    stroke-width: 8px;
  }
}
.a-policy .policy-wrap {
  padding-bottom: 100px;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 18px;
}
.a-policy .policy-wrap h1 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  padding-top: 40px;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.a-policy .policy-wrap h3 {
  padding-bottom: 15px;
  padding-top: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.a-policy .policy-wrap p {
  line-height: 22px;
}
.a-policy .policy-wrap .date {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}
.c-a-search-index main #form-search,
.c-a-search-blog main #form-search {
  margin: 0;
  padding: 22px 30px;
}
.c-a-search-index main #form-search input,
.c-a-search-blog main #form-search input {
  padding: 20px 55px 20px 20px;
  border: none;
  font-size: 18px;
  background-color: #fff;
}
.c-a-search-index main #form-search .form-search-submit,
.c-a-search-blog main #form-search .form-search-submit {
  width: 30px;
  height: 30px;
  background-image: url(../images/search-icon.png);
  background-size: cover;
  top: 15px;
  right: 10px;
  cursor: pointer;
}
.c-a-search-index main #form-search .form-field,
.c-a-search-blog main #form-search .form-field {
  max-width: 600px;
  display: block;
  width: auto;
}

#form-search {
  margin: 70px 0 0;
  z-index: 1;
  position: relative;
}
#form-search input.form-search-text {
  background: none;
  border: none;
  border-bottom: 1px solid #ccd1db;
  width: 100%;
  padding: 5px 10px;
  outline: none;
  transition: all ease-out 300ms;
}
#form-search input.form-search-text::-webkit-input-placeholder {
  color: #9ca6b4;
  font-size: 14px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
#form-search input.form-search-text:-ms-input-placeholder {
  color: #9ca6b4;
  font-size: 14px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
#form-search input.form-search-text:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
#form-search input.form-search-text:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
#form-search .form-field {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
#form-search button.form-search-submit {
  width: 20px;
  position: absolute;
  outline: none;
  right: 0;
  top: 5px;
  height: 20px;
  border: none;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAA7ElEQVQoU52QMW7CQBBF/+yui3QcIUfwEbZFcaS04CKkcGpzAzgB7kkEFCYlkeIoLUfYG8SngCL2TLS2QDZFkDLVzOq/P3+HAGC12w3qQ7AAwfoZEKfJTJ9Gw7Kd26JWaL6FaG5uftb+sToGExKkWmnbBWiZF+8g7JNxlHVdltsihcAmcfRwdn7Ji/LS4RStOgZlMo4G/xM3MSAuie9nvRj5xwygsBdj9fZ1W0ntFNFCQW08wOBHFpka0mHvg00+D3CdnU8n2BulU2a2NeCe4zvXnK67+rJ/zT8nTJKJkPXAn2IPd4Gr4hMgxOEvdCdztXAFl5cAAAAASUVORK5CYII=') no-repeat center center;
  transition: all ease-out 0.3s;
}
#form-search button.form-search-submit:hover {
  filter: invert(100%);
}

aside {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
aside .wrapper {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 300px;
  height: 100vh;
}
main {
  min-height: auto;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.54, 0.01, 0.57, 1.03);
}
main .wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.pagination {
  font-size: 14px;
  margin: 0 0 30px;
  color: #9ca6b4;
  width: 100%;
}
.pagination span {
  padding: 3px 9px;
  display: block;
  line-height: normal;
}
.pagination ul {
  padding: 0 0 0 68px;
  overflow: hidden;
}
.pagination a {
  color: inherit;
  display: block;
  padding: 3px 9px;
  line-height: normal;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all ease 300ms;
}
.pagination li {
  float: left;
  margin: 0 5px;
}
.pagination li.active a,
.pagination li:hover a {
  border-color: #605c7f;
}
main .wrapper {
  z-index: 0;
}
form label,
form textarea,
form label,
form button {
  outline: none;
}
form input:not([type="submit"]):not([type="checkbox"]),
form teatarea {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: none;
  border-bottom: 2px solid #000;
  outline: none;
  border-radius: 0;
}
form input[type="text"]:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
  transition: ease opacity 0.3s;
}
form input[type="text"]:focus:-ms-input-placeholder {
  color: #999999;
  opacity: 0;
  transition: ease opacity 0.3s;
}
.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 30;
  background: url('/images/loader.gif') no-repeat center center;
  background-color: rgba(0, 0, 0, 0.8);
}
h1.title-block {
  text-transform: uppercase;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
h1.title-block a,
h1.title-block span {
  background: #5C4DFF;
  background: linear-gradient(87.41deg, #5C4DFF -7.81%, #9846FF 127.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1.title-block.pb-s {
  padding-bottom: 25px;
}
.block-business,
.history-about {
  margin-top: 35px;
}
.block-business .title-block,
.history-about .title-block {
  max-width: 680px;
}
.block-business .items,
.history-about .items {
  padding-top: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-business article,
.history-about article {
  width: 32%;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.block-business h3,
.history-about h3 {
  padding-bottom: 15px;
  font-size: 40px;
  font-weight: 600;
}
.block-business .desc,
.history-about .desc {
  font-size: 16px;
  color: #28426c;
  position: relative;
  line-height: 1.2;
}
.block-business .desc strong,
.history-about .desc strong {
  font-weight: 700;
  font-size: 18px;
  display: block;
}
.block-business .desc span,
.history-about .desc span {
  position: absolute;
  top: 50%;
  transform: translate(-70%, -50%);
  z-index: -1;
  left: 0;
  font-size: 100px;
  font-weight: 800;
  color: #e8e9f1;
}
.block-business .desc div,
.history-about .desc div {
  color: #ccc;
}
.block-business .creation-bloc,
.history-about .creation-bloc {
  margin-top: 25px;
  background-color: #e8e9f1;
  position: relative;
  padding: 55px 85px;
}
.block-business .creation-bloc .creation-title,
.history-about .creation-bloc .creation-title {
  position: absolute;
  color: #fff;
  left: 0;
  top: -32px;
  font-size: 68px;
  font-weight: 800;
}
.block-business .creation-bloc .desc,
.history-about .creation-bloc .desc {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.block-business .creation-bloc .desc a,
.history-about .creation-bloc .desc a {
  color: #00aeef;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #00aeef;
}
.block-business.block-business-views-2 .items,
.history-about.block-business-views-2 .items {
  padding-top: 0;
}
.block-business.block-business-views-2 article,
.history-about.block-business-views-2 article {
  position: relative;
  margin-bottom: 50px;
}
.block-business.block-business-views-2 h3,
.history-about.block-business-views-2 h3 {
  font-size: 20px;
  line-height: 23px;
  color: #28426c;
  font-weight: 700;
}
.block-business.block-business-views-2 .desc,
.history-about.block-business-views-2 .desc {
  position: static;
}
.block-business.block-business-views-2 .desc span,
.history-about.block-business-views-2 .desc span {
  font-size: 184px;
  top: 0;
  left: -12px;
  transform: none;
  line-height: 130px;
}
.block-business.block-business-views-2 .desc div,
.history-about.block-business-views-2 .desc div {
  border-left: none;
  padding-left: 0;
  background: none;
  min-height: 87px;
}
.page-content {
  min-height: 100%;
  box-sizing: border-box;
}
.page-content .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px 0px;
}
.page-content .body {
  line-height: 22px;
  padding-bottom: 50px;
}
.page-content p ~ p {
  margin-top: 20px;
}
.page-content .title {
  font-size: 28px;
  padding: 40px 0 20px;
}
.page-client .wrapper > .title {
  padding: 40px 0;
  color: #fff;
}
.sandwich-menu {
  display: none;
  position: fixed;
  z-index: 104;
  top: 7px;
  left: 0.9375em;
  width: 24px;
  height: 24px;
  padding: 6px;
  transition: all 0.5s cubic-bezier(0.54, 0.01, 0.57, 1.03);
  box-sizing: content-box;
  cursor: pointer;
}
.sandwich-menu .lines {
  transition: background 0.2s 0.4s ease;
  display: block;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background: #fff;
  border-radius: 2px;
  transform-origin: 0% 0;
  position: relative;
}
.sandwich-menu .lines:before,
.sandwich-menu .lines:after {
  transition: top 0.2s 0.4s ease, bottom 0.2s 0.4s ease, transform 0.2s ease;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transform-origin: 50% 50%;
  position: absolute;
  left: 0;
  content: '';
}
.sandwich-menu .lines:before {
  top: -6px;
}
.sandwich-menu .lines:after {
  bottom: -6px;
}
.sandwich-menu.active {
  left: 11.9375em;
}
.sandwich-menu.active .lines {
  background-color: rgba(255, 255, 255, 0);
}
.sandwich-menu.active .lines:before,
.sandwich-menu.active .lines:after {
  transition: top 0.2s ease, bottom 0.2s ease, transform 0.2s 0.4s ease;
}
.sandwich-menu.active .lines:before {
  top: 0;
  transform: rotate(45deg);
}
.sandwich-menu.active .lines:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-a-company-blog main .wrapper {
  overflow: initial;
}
.note {
  transition: 500ms;
}
.note.active {
  color: #fff;
}
.note.active:before {
  color: #0166FF;
}
.note.disabled {
  color: #5A5C69;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
.c-service .top-runet {
  bottom: 10px;
}
.c-service.c-a-service-index main .wrapper {
  height: auto;
}
.history-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.history-about .desc span {
  font-size: 110px;
  display: none;
}
.company-slider-wrapper {
  position: relative;
  padding-bottom: 80px;
}
.company-slider-wrapper .slick-slider {
  opacity: 1;
  text-align: center;
}
.company-slider-wrapper .slick-slider img {
  margin: 0 auto 20px;
}
.company-slider-wrapper .slick-arrow {
  display: none !important;
}
.company-slider-wrapper .slick-dots {
  bottom: -20px;
}
.slick-dots {
  position: absolute;
  bottom: 40px;
  display: flex;
  width: 100%;
  justify-content: center;
}
.slick-dots li {
  margin: 0 4px;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button {
  background: #00EAFE;
}
.slick-dots button {
  font-size: 0;
  width: 18px;
  height: 5px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background: #9BA3B3;
  border-radius: 3px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.company-slider-wrapper a {
  transition: all ease 200ms;
}
.company-slider-wrapper a:hover {
  opacity: 0.8;
}
.gallery-company {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 15px;
  padding-bottom: 55px;
}
.gallery-company > div {
  width: 24%;
  margin-bottom: 12px;
}
.gallery-company > div img {
  border-radius: 10px;
  width: 100%;
}
.gallery-company > div a {
  transition: all ease 200ms;
}
.gallery-company > div a:hover {
  opacity: 0.8;
}
.portfolio-view.content-category-advertising-banners .work-progress-item img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.button-up {
  position: fixed;
  right: 40px;
  bottom: 15px;
  background: #3cb1df;
  border: none;
  color: #fff;
  width: 35px;
  height: 30px;
  font-size: 16px;
  border-radius: 5px;
  opacity: 0;
  transition: 250ms linear all;
  cursor: pointer;
  z-index: 50;
}
.button-up.active-scroll-top {
  opacity: 1;
}
.mess-links {
  padding-top: 5px;
}
.mess-links a {
  display: block;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #00aeef;
  padding: 10px;
  max-width: 300px;
  margin: 10px auto;
  text-decoration: none;
  font-weight: 600;
}
.mess-links a:hover {
  background: #00aeef;
}
h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 5.2rem;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 30px;
}
.subtitle {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 10px;
  opacity: 0.4;
}
.top-head {
  padding: 10px 0;
  justify-content: flex-end;
}
.top-head-contacts a {
  margin-right: 24px;
}
.icon-top {
  position: relative;
  padding-left: 30px;
}
.icon-top:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.icon-top.icon-phone {
  background: none;
  width: auto;
  height: auto;
  text-indent: inherit;
}
.icon-top.icon-phone:before {
  background-image: url('/images/front/new/icons/phone.svg');
}
.icon-top.icon-mail:before {
  background-image: url('/images/front/new/icons/mail.svg');
}
.icon-top.icon-whatsapp:before {
  background-image: url('/images/front/new/icons/whatsapp.svg');
}
.icon-top.icon-telegram:before {
  background-image: url('/images/front/new/icons/telegram.svg');
}
.icon-top.icon-search {
  width: 24px;
  height: 24px;
  background: none;
  padding: 0;
}
.icon-top.icon-search:before {
  width: 100%;
  height: 100%;
  background-image: url('/images/front/new/icons/search.svg');
}
.top-head a {
  color: #fff;
}
.top-links a {
  display: inline-block;
  margin-left: 24px;
  background: #5C4DFF;
  background: linear-gradient(87.41deg, #5C4DFF -7.81%, #9846FF 127.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-links a:hover {
  color: #fff;
  opacity: 1;
  background: linear-gradient(87.41deg, #9846FF -7.81%, #5C4DFF 127.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logo-menu {
  padding: 16px 0;
  border: 1px solid;
  border-image: linear-gradient(87.41deg, rgba(92, 77, 255, 0.1), rgba(152, 70, 255, 0.1)) 1;
}
.head-search {
  height: 24px;
}
.desctop-head .logo {
  max-width: 260px;
}
.menu-contact {
  padding: 0 20px;
  width: calc(100% - 350px);
  box-sizing: border-box;
}
.menu-contact ul {
  display: flex;
  justify-content: space-between;
}
.menu-contact ul a {
  color: #fff;
}
.menu-contact ul a:hover {
  color: #5c4dff;
}
footer.front-section {
  background: #272727;
  color: #fff;
  padding-top: 39px;
  font-size: 1.6rem;
}
footer.front-section a {
  color: #fff;
}
footer.front-section .contact-footer-link {
  color: #9BA3B3;
  display: inline-block;
  margin-bottom: 6px;
}
footer.front-section .contact-footer-link:before {
  width: 20px;
  height: 20px;
}
footer.front-section .contact-footer-link.whatsapp-link:before {
  width: 24px;
  height: 24px;
}
footer.front-section .logo-info {
  color: #9BA3B3;
  margin-top: 15px;
  width: 40%;
}
footer.front-section .logo-info img {
  width: 177px;
  margin-bottom: 22px;
}
footer.front-section .atoll-head {
  max-width: 280px;
}
.menu-block {
  width: 50%;
}
.menu-block > ul {
  display: flex;
  justify-content: space-between;
}
.menu-block > ul > li ul {
  font-size: 1.6rem;
  text-transform: none;
  font-weight: 400;
  margin-top: 12px;
}
.menu-block > ul > li ul li {
  padding-bottom: 5px;
}
.menu-block > ul > li ul a {
  color: #9BA3B3;
}
.menu-block > ul > li ul a:hover {
  color: #fff;
}
.contact-head,
.menu-block > ul > li {
  font-size: 2.6rem;
  text-transform: uppercase;
  font-weight: 700;
}
.contact-head {
  margin-bottom: 12px;
}
.first-top-column {
  width: 60%;
}
.top-footer-info {
  padding-bottom: 15px;
}
.copy-block {
  padding: 14px 0;
  border-top: 1px solid #9BA3B3;
}
.project-form-wrapper .resurt {
  padding-top: 425px;
  color: #014379;
}
.project-form-wrapper.promo-form-block .resurt {
  color: #fff;
}
.field-cardform-agree .service-block {
  font-size: 16px;
  color: red;
}
.sandwich-menu-wrap {
  display: none;
}
.sandwich-menu {
  width: 32px;
  height: 32px;
  padding: 0;
  position: static;
}
.sandwich-menu .lines {
  background: #5C4DFF;
  background: linear-gradient(87.41deg, #5C4DFF -7.81%, #9846FF 127.23%);
  width: 22px;
  margin: 0 auto;
  height: 3px;
}
.sandwich-menu .lines:before,
.sandwich-menu .lines:after {
  width: 100%;
  height: 3px;
  background: #5C4DFF;
  background: linear-gradient(87.41deg, #5C4DFF -7.81%, #9846FF 127.23%);
}
.sandwich-menu.active .lines {
  background: none;
}
.all-link.link-arrow {
  padding-right: 90px;
  position: relative;
  width: 262px;
  font-size: 1.8rem;
  padding: 18px 90px 18px 73px;
  line-height: 1;
}
.all-link.link-arrow:after {
  content: "";
  background: url('/images/front/new/icons/more.svg') no-repeat 50% 50%;
  width: 8px;
  height: 15px;
  display: block;
  position: absolute;
  right: 73px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.all-link.link-arrow.prev-arr {
  padding: 17px 17px 17px 52px;
}
.all-link.link-arrow.prev-arr:after {
  right: auto;
  left: 40px;
  transform: rotate(180deg);
}
.all-link.link-arrow.next-arr {
  padding: 17px 52px 17px 17px;
}
.all-link.link-arrow.next-arr:after {
  right: 50px;
  top: 2px;
}
.project-form-wrapper {
  margin-top: -320px;
  padding: 0 0 120px 0;
  background: url('/images/front/new/design/form.webp') no-repeat top right;
  position: relative;
  height: auto;
  box-shadow: 0 -284px 150px -149px rgba(92, 77, 255, 0.35) inset;
}
.project-form-wrapper:before {
  content: "";
  display: block;
  width: 352px;
  height: 858px;
  position: absolute;
  top: -180px;
  left: 0;
  background: url('/images/front/new/design/sh-8.svg') no-repeat 0 0;
}
.project-form-wrapper h2,
.project-form-wrapper .form-subtitle {
  max-width: 900px;
  padding-bottom: 20px;
}
.project-form-wrapper .wrapper {
  position: relative;
}
.project-form-wrapper #project-form {
  max-width: inherit;
  padding-top: 425px;
}
.project-form-wrapper #project-form .items {
  padding-top: 60px;
  padding-bottom: 0;
}
.project-form-wrapper #project-form .item {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.project-form-wrapper #project-form .item input {
  background: #212121;
  border: 1px solid #212121;
  border-radius: 12px;
  font-family: "Montserrat", serif;
  color: #fff;
  padding: 17px 24px;
  box-sizing: border-box;
}
.project-form-wrapper #project-form .item .has-error input {
  border: 1px solid red;
}
.project-form-wrapper #project-form .item .form-group {
  width: 24%;
  max-width: 408px;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
}
.project-form-wrapper #project-form .item .form-group.field-cardform-agree {
  width: 100%;
}
.project-form-wrapper #project-form .item .form-group.field-cardform-agree .help-block {
  display: none;
}
.project-form-wrapper #project-form .item .form-group.field-cardform-agree label {
  opacity: 1;
}
.project-form-wrapper #project-form .item .form-group.field-cardform-agree.has-error span::before {
  background: darkred;
}
.project-form-wrapper #project-form .item .form-group label {
  left: 21px;
  top: 18px;
  font-size: 1.6rem;
  padding: 0;
  background: none;
  border: none;
  color: #fff;
  font-family: "Montserrat", serif;
  opacity: 0.4;
  position: absolute;
}
.project-form-wrapper #project-form .item .form-group.label-active label {
  left: 21px;
  opacity: 0;
}
.project-form-wrapper #project-form .item .form-group.label-active .shape {
  animation: 0.7s draw linear forwards;
  animation-delay: 100ms;
}
.project-form-wrapper #project-form .item .form-group.label-active.has-error input {
  box-shadow: 0 0 0 2px #ff0000 inset;
}
.project-form-wrapper #project-form .item .form-group svg {
  display: none;
}
.project-form-wrapper #project-form .btn-wrap {
  padding-top: 15px;
  align-items: center;
  justify-content: normal;
}
.project-form-wrapper #project-form .btn-wrap > div:first-child {
  padding-right: 38px;
}
.project-form-wrapper #project-form .btn-wrap a {
  color: #fff;
}
.project-form-wrapper #project-form .btn {
  width: 100%;
  text-transform: none;
  font-weight: 400;
  height: 55px;
}
.project-form-wrapper .field-cardform-type svg,
.project-form-wrapper .field-cardform-agree svg {
  display: none;
}
.project-form-wrapper .field-cardform-agree input {
  display: none;
  width: auto;
  padding: 0;
}
.project-form-wrapper .field-cardform-agree span {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 52px;
  line-height: 1.4;
  font-size: 1.6rem;
  max-width: 400px;
  color: rgba(255, 255, 255, 0.4);
}
.project-form-wrapper .field-cardform-agree span a {
  color: rgba(255, 255, 255, 0.4);
}
.project-form-wrapper .field-cardform-agree span:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #212121;
  border: 1px solid #8249ff;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 28px;
  line-height: 1;
  color: #014379;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.project-form-wrapper .field-cardform-agree input[type="checkbox"]:checked + span::before {
  background: url('/images/front/new/icons/done.svg') no-repeat 50% 50%;
}
.project-form-wrapper .site-type {
  padding-top: 60px;
  display: none;
}
.project-form-wrapper .site-type input {
  display: none;
}
.project-form-wrapper .site-type #cardform-type {
  display: flex;
  justify-content: space-between;
  max-width: 910px;
}
.project-form-wrapper .site-type label {
  display: inline-block;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  width: 32%;
  max-width: 283px;
  box-sizing: border-box;
  color: #fff;
  transition: all 0.3s ease 0s;
  text-align: center;
  cursor: pointer;
}
.project-form-wrapper .site-type label.active-button-type,
.project-form-wrapper .site-type label:hover {
  background: #fff;
  color: #00EAFE;
}
.project-form-wrapper .form-head-card {
  text-align: left;
  font-size: 4.8rem;
  line-height: 1.35;
  margin-bottom: 25px;
}
.project-form-wrapper.project-page-form {
  background: none;
  box-shadow: none;
}
.project-form-wrapper.project-page-form:before {
  display: none;
}
.project-form-wrapper.project-page-form .form-subtitle {
  max-width: 100%;
}
.project-form-wrapper.project-page-form .field-cardform-agree label {
  opacity: 1;
}
.project-form-wrapper .field-cardform-agree svg {
  display: none;
}
.project-form-wrapper .field-cardform-agree input,
.contact-form-wrapper .field-cardform-agree input {
  display: none;
  width: auto;
  padding: 0;
}
.project-form-wrapper .field-cardform-agree span,
.contact-form-wrapper .field-cardform-agree span {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 52px;
  line-height: 1.4;
  font-size: 1.6rem;
  max-width: inherit;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 10px;
}
.project-form-wrapper .field-cardform-agree span a,
.contact-form-wrapper .field-cardform-agree span a {
  color: rgba(255, 255, 255, 0.4);
}
.project-form-wrapper .field-cardform-agree span a:hover,
.contact-form-wrapper .field-cardform-agree span a:hover {
  color: #ffffff;
}
.project-form-wrapper .field-cardform-agree span:before,
.contact-form-wrapper .field-cardform-agree span:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #212121;
  border: 1px solid #8249ff;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 28px;
  line-height: 1;
  color: #014379;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.project-form-wrapper .field-cardform-agree input[type="checkbox"]:checked + span:before,
.contact-form-wrapper .field-cardform-agree input[type="checkbox"]:checked + span:before {
  background: url('/images/front/new/icons/done.svg') no-repeat 50% 50%;
}
h1 span,
h2 span {
  color: #fff;
  background: #5C4DFF;
  background: linear-gradient(87.41deg, #5C4DFF -7.81%, #9846FF 127.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.help-block {
  font-size: 1.2rem;
}
.breadcrumb {
  margin-top: 53px;
  font-size: 1.2rem;
  color: #fff;
  opacity: 0.4;
  display: flex;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb li:not(.active) {
  padding-right: 28px;
  position: relative;
}
.breadcrumb li:not(.active):after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url('/images/icons/b-arr.svg') no-repeat 50% 50%;
  width: 8px;
  height: 14px;
}
.main-img-params {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  margin-bottom: 30px;
}
.main-img-params .hero-image-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 0;
}
.main-img-params:after {
  content: "";
  width: 2350px;
  height: 1200px;
  position: absolute;
  display: block;
  top: -154px;
  left: -340px;
  box-shadow: 0 360px 192px -50px #000 inset;
  z-index: 1;
  transform: rotate(-11deg);
}
.main-img-params.service-main-img {
  position: absolute;
}
.service-main-img .main-blog-image {
  background: #000;
}
.service-main-img .work-progress-item {
  opacity: 0.3;
}
main .wrapper.service-title {
  z-index: 1;
  padding-top: 200px;
}
.service-block-content {
  min-height: 500px;
}
.portfolio-category-links {
  margin-bottom: 50px;
}
.portfolio-category-links ul li {
  display: inline-block;
}
.portfolio-category-links ul li a:hover,
.portfolio-category-links ul li.active a {
  border: 1px solid #9846FF;
  background: linear-gradient(87.41deg, #9846FF -7.81%, #5C4DFF 127.23%);
}
.portfolio-category-links a {
  display: inline-block;
  padding: 12px;
  border: 1px solid #5C4DFF;
  color: #fff;
  text-transform: none;
  font-size: 1.6rem;
  border-radius: 12px;
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
}
.case-front-item {
  width: 32%;
  max-width: 554px;
  box-sizing: border-box;
  padding: 24px;
  background: #212121;
  border-radius: 12px;
  margin-bottom: 30px;
}
.case-front-item.category-page-case {
  margin-bottom: 30px;
}
.case-front-item .image {
  height: 250px;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 12px;
}
.case-front-item img {
  border-radius: 12px;
  width: 100%;
}
.case-front-item h2 {
  font-weight: 400;
}
.case-front-item h3,
.case-front-item h2 {
  height: 60px;
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
}
.case-front-item .read-more a {
  padding: 16px 24px;
  border: 1px solid #9846ff;
  color: #fff;
  border-radius: 12px;
  max-width: 187px;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
.portfolio-view {
  position: relative;
  z-index: 1;
}
.btn.gradient-btn.similar-btn {
  width: 262px;
  margin: 50px auto 0;
  display: block;
}
.introtext-blog {
  margin: 0 0 12px;
  opacity: 0.4;
}
.c-portfolio .case-block-wrap {
  position: relative;
  padding-bottom: 120px;
}
.c-portfolio .case-block-wrap .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
}
.c-portfolio .case-block-wrap:after {
  content: "";
  justify-content: flex-start;
  flex-basis: 32%;
  max-width: 554px;
}
.main-blog-image img {
  width: 100%;
}
.blog-wrap {
  position: relative;
  z-index: 1;
  line-height: 1.3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 80px;
}
.blog-view {
  max-width: 1200px;
}
.blog-text {
  margin-top: 50px;
}
.blog-text a {
  background: #5C4DFF;
  background: linear-gradient(87.41deg, #5C4DFF -7.81%, #9846FF 127.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-text strong,
.blog-text b {
  font-weight: 700;
}
.blog-text h2 {
  padding-top: 30px;
}
.blog-text h3 {
  padding-top: 15px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 3rem;
}
.blog-text ul {
  list-style: disc;
  padding-left: 50px;
}
.blog-text ol {
  list-style: decimal;
  padding-left: 50px;
}
.blog-text table {
  width: 100%;
  margin: 20px 0;
}
.blog-text table th {
  text-align: left;
}
.blog-text table td {
  border-top: 1px solid #767676;
  padding: 10px 5px;
}
.blog-title {
  text-align: center;
}
.mess-link-wrap {
  padding: 40px 0;
}
.c-a-company-index .page-content section.mess-link-wrap h2 {
  font-size: 40px;
}
.mess-link-about {
  max-width: 500px;
  margin: 0 auto 20px;
}
.mess-link-about img {
  width: 70px;
}
.warn-info-wrap {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #F7F7F7;
  z-index: 1000;
  padding: 10px;
  font-size: 1.2rem;
  color: #014379;
}
.warn-info-wrap .wrap {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  line-height: 1.3;
  max-width: 1000px;
  flex-wrap: inherit;
}
.warn-text {
  margin-right: 25px;
}
.warn-info-wrap .btn {
  width: auto;
  outline: none;
  border: none;
  text-transform: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  text-align: center;
  background: #17233b;
  color: #fff;
  font-size: 12px;
  border-radius: 9px;
  margin: 4px auto 0;
  text-decoration: none;
  border-radius: 5px;
  width: 150px;
}
p em {
  font-style: italic;
}
.blog-text .advantages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 30px;
}
.blog-text .advantage-item {
  background: rgba(107, 47, 160, 0.08);
  border: 1px solid rgba(179, 136, 255, 0.12);
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.blog-text .advantage-item:hover {
  border-color: rgba(179, 136, 255, 0.3);
  background: rgba(107, 47, 160, 0.15);
}
.blog-text .advantage-item .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 6rem;
  font-weight: 700;
}
.blog-text .advantage-item h4 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-text .advantage-item p {
  font-size: 1.6rem;
  opacity: 0.8;
}
.c-a-company-blog .blog-bottom h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.front-page .case-front-item h3,
.front-page .case-front-item h2 {
  height: 75px;
}
.contact-req {
  font-size: 1.6rem;
  margin-top: 30px;
  column-count: 2;
  column-gap: 50px;
  max-width: 1100px;
}
.contact-req a {
  color: #fff;
}
.contact-req a:hover {
  color: #694bff;
}
.company-front-section h2 span {
  white-space: nowrap;
}
.contact-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.home-head-text {
  padding-top: 0;
  max-width: 100%;
}
.home-head-text .btn.gradient-btn {
  margin: 20px 0 20px 20px;
  font-size: 1.8rem;
}
.home-head-text h1 {
  font-size: 5.2rem;
  margin-bottom: 10px;
}
.home-head-text h2 {
  font-size: 4.2rem;
  margin-bottom: 0;
}
.home-subtitle {
  max-width: 735px;
}
.home-head-wrap {
  padding-top: 123px;
  position: relative;
  overflow: hidden;
  padding-bottom: 345px;
}
.hero-main-img {
  position: absolute;
  right: 0;
  top: 48px;
  width: 908px;
  max-width: 49%;
  height: 779px;
  object-fit: contain;
  object-position: top right;
  display: block;
  pointer-events: none;
}
.home-head-wrap:before {
  display: block;
  content: "";
  width: 990px;
  max-width: 49%;
  height: 1137px;
  position: absolute;
  right: 0;
  top: -110px;
  background: url(/images/front/new/design/sh-1.svg) no-repeat 50% 50%;
  background-size: 100%;
}
.home-head-wrap .top-mark-str {
  position: absolute;
  top: 65px;
  right: -60px;
  transform: rotate(20deg);
  height: 83px;
  width: 976px;
}
.service-block {
  margin-top: -300px;
  position: relative;
  z-index: 1;
  margin-bottom: 96px;
}
.service-block:before,
.service-block:after {
  display: block;
  content: "";
  width: 653px;
  height: 853px;
  position: absolute;
}
.service-block:before {
  top: 0;
  left: 0;
  background: url(/images/front/new/design/sh-2.svg) no-repeat 50% 50%;
}
.service-block:after {
  bottom: -520px;
  right: 0;
  background: url(/images/front/new/design/sh-3.svg) no-repeat 50% 50%;
}
.service-block h2 {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.service-block .wrapper {
  position: relative;
  z-index: 1;
}
.service-mark {
  position: relative;
  z-index: 2;
}
.phone-link,
.phone-1-link,
.contact-footer-link {
  position: relative;
}
.phone-link:before,
.phone-1-link:before,
.contact-footer-link:before {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 23px;
  height: 23px;
  background: url(/images/front/icons/ph-wh.svg) no-repeat 0 0/100%;
  display: block;
  position: absolute;
  left: -30px;
}
.phone-link.whatsapp-link:before,
.phone-1-link.whatsapp-link:before,
.contact-footer-link.whatsapp-link:before {
  background: url(/images/front/icons/whts-wh.svg) no-repeat 0 0/100%;
}
.phone-link.telegram-link:before,
.phone-1-link.telegram-link:before,
.contact-footer-link.telegram-link:before {
  background: url(/images/front/icons/t-wh.svg) no-repeat 0 0/100%;
}
.phone-link.mail-link:before,
.phone-1-link.mail-link:before,
.contact-footer-link.mail-link:before {
  background: url(/images/front/icons/mail-wh.svg) no-repeat 0 0/100%;
}
#call-me {
  top: 0;
  left: 0;
}
#call-me.opened {
  width: 100%;
  overflow: auto;
}
#call-me.opened .mess-links a {
  max-width: inherit;
  background: #00aeef;
}
#call-me.opened .mess-links a:hover {
  background: #007fc0;
}
#call-me.opened .btn {
  background: none;
  border: 1px solid #00aeef;
}
#call-me.opened .call-me-form-wrapper .form-group {
  margin-bottom: 4px;
}
.all-link-case {
  margin-top: -217px;
  margin-bottom: 161px;
}
.front-banner-block {
  margin-top: 70px;
  position: relative;
  color: #fff;
}
.front-banner-block h2 {
  padding-bottom: 10px;
}
.front-banner-block:before {
  content: "";
  background: url('/images/front/new/design/sh-5.svg') no-repeat 0 0;
  width: 443px;
  height: 853px;
  display: block;
  left: 0;
  position: absolute;
  top: -140px;
}
.front-banner-block .wrapper {
  position: relative;
}
.front-banner-block .subtitle {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 40px;
}
.front-banner-icons {
  max-width: 1020px;
  font-size: 2.2rem;
}
.front-banner-icons .banner-icon-item {
  width: 32%;
  margin-bottom: 30px;
}
.front-banner-icons .image-icon {
  width: 60px;
  height: 60px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-txt {
  background: #212121;
  padding: 24px;
  border-radius: 12px;
}
.banner-img {
  position: absolute;
  right: 0;
  width: 818px;
  max-width: 45%;
  height: 938px;
  top: -145px;
}
.btn-banner {
  padding-top: 10px;
}
.btn-banner .btn {
  width: 199px;
}
.front-section.case {
  margin: 120px 0;
}
.front-section.case h2 {
  padding-bottom: 10px;
}
.front-section.case .subtitle {
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 80px;
}
.service-menu h3 {
  margin-bottom: 8px;
}
.service-menu > div {
  padding-top: 38px;
  width: 32%;
  max-width: 553px;
  min-height: 501px;
  border-radius: 12px;
  margin-bottom: 40px;
  padding: 0 24px 24px 24px;
  box-sizing: border-box;
  color: #fff;
  background: #212121;
  position: relative;
  padding-top: 248px;
}
.service-menu > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: absolute;
  top: 0;
  left: 0;
}
.service-menu > div.form-service-block .btn {
  display: block;
  margin: 12px auto 0;
  width: 261px;
}
.service-menu > div.form-service-block:before,
.service-menu > div.form-service-block:after {
  display: none;
}
.service-menu > div ul {
  opacity: 0.4;
  line-height: 1.22;
}
.service-menu > div ul li:before {
  content: "— ";
}
.service-menu > div:last-child {
  padding: 0;
  justify-content: center;
}
.service-menu .subtitle-button-form {
  opacity: 0.4;
  padding-bottom: 8px;
}
.service-menu .title-button-form-service {
  font-size: 3.4rem;
}
.service-menu .block-list-site:before {
  background-image: url('/images/front/new/service/1.svg');
}
.service-menu .block-list-seo:before {
  background-image: url('/images/front/new/service/2.svg');
}
.service-menu .block-list-support:before {
  background-image: url('/images/front/new/service/3.svg');
}
.service-menu .block-list-style:before {
  background-image: url('/images/front/new/service/4.svg');
}
.service-menu .block-list-optimization:before {
  background-image: url('/images/front/new/service/5.svg');
}
.service-menu a {
  color: #fff;
}
.mark-str {
  background: #00EAFE;
  font-size: 4.2rem;
  padding: 16px 0;
  height: 83px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mark-str span {
  display: inline-block;
  margin-right: 75px;
  position: relative;
  opacity: 0;
}
.mark-str span:after {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  right: -50px;
  top: 3px;
  bottom: 0;
  margin: auto;
  position: absolute;
  border-radius: 50%;
  display: block;
}
.mark-str .js-marquee-wrapper span {
  opacity: 1;
}
.front-section.why {
  margin-top: 120px;
  position: relative;
}
.front-section.why:before {
  content: "";
  background: url('/images/front/new/design/sh-4.svg') no-repeat 0 0;
  width: 1007px;
  height: 1069px;
  display: block;
  right: 0;
  position: absolute;
  top: 0;
}
.front-section.why:after {
  content: "";
  background: url('/images/front/new/design/why.webp') no-repeat 50% 50%;
  background-size: 100%;
  width: 930px;
  max-width: 49%;
  height: 699px;
  display: block;
  right: 25px;
  position: absolute;
  top: 100px;
}
.front-section.why .wrapper {
  position: relative;
  z-index: 1;
}
.front-section.why .wrapper > .why-block {
  width: 50%;
  max-width: 845px;
}
.front-section.why h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
}
.company-why-text {
  padding-bottom: 80px;
}
.num-company-text-block {
  width: 32%;
  max-width: 235px;
  margin-bottom: 50px;
  position: relative;
  padding-left: 116px;
  box-sizing: border-box;
  height: 116px;
}
.num-company-text-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 116px;
  height: 116px;
  background: url('/images/front/new/icons/star.svg') no-repeat 50% 50%;
}
.num-company-text-block:nth-child(2n+2):before {
  background: url('/images/front/new/icons/star-w.svg') no-repeat 50% 50%;
}
.num-company-count {
  padding-bottom: 10px;
  display: block;
}
.company-num-text-desc {
  opacity: 0.4;
}
.front-section.client-front-section {
  margin-top: 120px;
}
.front-section.client-front-section h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.front-section.client-front-section .slick-track {
  display: flex;
  align-items: center;
}
.front-section.client-front-section img {
  margin: 0 auto;
  border-radius: 0;
}
.front-section.trust {
  position: relative;
  margin: 120px 0;
}
.front-section.trust:before {
  content: "";
  display: block;
  width: 999px;
  height: 858px;
  position: absolute;
  top: -440px;
  right: 0;
  background: url('/images/front/new/design/sh-7.svg') no-repeat 0 0;
}
.front-section.trust .wrapper {
  position: relative;
  z-index: 1;
}
.front-section.trust h2 {
  padding-bottom: 10px;
}
.front-section.trust .btn {
  margin-top: 40px;
  width: 210px;
}
.trust-block {
  background: #212121;
  height: 338px;
  padding: 24px;
  padding-right: 0;
  box-sizing: border-box;
  border-radius: 12px;
}
.trust-block > div:first-child {
  width: 55%;
}
.trust-block > div:last-child {
  width: 44%;
  max-width: 700px;
}
.trust-block img {
  border-radius: 12px;
  margin-top: -75px;
}
.blog-bottom h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.blog-bottom-block,
.title-button-form {
  position: relative;
  z-index: 1;
}
.title-button-form {
  margin-top: 80px;
  max-width: 800px;
}
.title-button-form-block a {
  color: #fff;
}
.front-section.result h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-bottom: 80px;
}
.front-section.result .why-block {
  margin-bottom: 80px;
}
.front-section.result .why-block > div {
  width: 25%;
  text-align: center;
}
.front-section.result .main-num {
  font-size: 5.2rem;
  margin-bottom: 10px;
}
.front-section.result .main-num-text {
  opacity: 0.4;
}
.consultation-btn .btn {
  width: 265px;
}
.company-front-section {
  padding: 105px 0 120px;
  margin-top: -50px;
  position: relative;
  overflow: hidden;
}
.company-front-section h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.company-front-section h2 a {
  color: #fff;
}
.company-text-block {
  line-height: 1.21;
}
.about-wrap > div:first-child {
  width: 49%;
  max-width: 845px;
}
.about-wrap .all-link.link-arrow {
  margin-top: 30px;
  padding: 18px 82px 19px 67px;
}
.about-wrap .all-link.link-arrow:after {
  right: 68px;
}
.about-wrap .director-block {
  position: absolute;
  right: -57px;
  top: -57px;
  max-width: 49%;
}
.about-wrap .director-block img {
  display: block;
  position: relative;
  z-index: 1;
}
.about-wrap .director-block:after {
  content: "";
  background: url('/images/front/new/design/sh-6.svg') no-repeat center center;
  width: 1007px;
  height: 1007px;
  position: absolute;
  top: 0;
  right: 0;
}
.about-wrap ul,
.about-wrap .director-name-block {
  background: #5C4DFF;
  background: linear-gradient(87.41deg, #5C4DFF -7.81%, #9846FF 127.23%);
  padding: 24px;
  border-radius: 12px;
  box-sizing: border-box;
}
.about-wrap .director-info {
  width: 845px;
  margin-top: -103px;
  position: relative;
  z-index: 2;
}
.about-wrap .director-info li {
  margin-bottom: 10px;
}
.about-wrap .director-info li:last-child {
  margin-bottom: 0;
}
.about-wrap .director-info li:before {
  content: "— ";
}
.director-name-block {
  position: absolute;
  top: -153px;
  right: 50px;
}
.director-post {
  margin-top: 10px;
}
.clients-wrap > div.folio-item {
  width: 25%;
  position: relative;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e3f6ff;
  border-right: 1px solid #e3f6ff;
}
.clients-wrap > div.folio-item:nth-child(4n+4) {
  border-right: none;
}
.clients-wrap > div.folio-item:nth-child(9),
.clients-wrap > div.folio-item:nth-child(10),
.clients-wrap > div.folio-item:nth-child(11),
.clients-wrap > div.folio-item:nth-child(12) {
  border-bottom: none;
}
.clients-wrap > div.folio-item img {
  width: auto;
}
.clients-wrap > div.folio-item:after {
  background: unset;
}
.clients-wrap > div.folio-item:hover:after {
  background: radial-gradient(129.54% 610.57% at 113.55% 28.04%, #00FFB2 0%, #00FFF0 100%);
  border-radius: 5px;
}
.clients-wrap > div.folio-item .description {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients-wrap > div.folio-item a {
  color: #014379;
}
.clients-wrap > div.folio-item a:before {
  content: "";
  margin: 0 auto 20px;
  display: block;
  background: url('/images/front/small-arr.svg') no-repeat 0 0/100%;
  width: 46px;
  height: 46px;
}
.project-form-wrapper #project-form .item.more-params {
  display: none;
}
.help-block {
  color: orange;
  margin-top: 10px;
  font-size: 1.6rem;
}
.front-section.client-front-section .slick-dots,
.front-section.client-front-section .slick-arrow {
  display: none !important;
}
.button-up {
  right: 35px;
  bottom: 35px;
}
.home-head-link{
  flex-wrap: nowrap;
  align-items: center;
}
.grecaptcha-badge {
  display: none !important;
}
body.no-scroll {
  overflow: hidden;
}
.contact-link-wrap-mobile,
.mobile-num-block {
  display: none;
}
.mobile-header {
  display: none;
  width: 100%;
  top: 0;
  height: 50px;
  background: #211f33;
  position: fixed;
  z-index: 4;
}
.mobile-header .logo {
  max-width: 100px;
  margin: 6px 0 0 70px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.54, 0.01, 0.57, 1.03);
}
.mobile-header .logo.shifted {
  max-width: 132px;
  margin: 10px 0 0 50px;
  transition: all ease-out 0.3s 0.5s;
}
.mobile-header .logo img {
  max-width: 100%;
}
.show-mobile-menu .top-head-block {
  display: block;
  position: fixed;
  z-index: 1001;
  background: #212121;
  top: 0;
  left: 0;
  min-width: 360px;
}
.show-mobile-menu .top-head-contacts .contact-block {
  margin-bottom: 10px;
}
.show-mobile-menu .top-links a {
  margin-left: 0;
  margin-right: 24px;
  margin-top: 10px;
}
.show-mobile-menu .head-search {
  display: block;
  position: fixed;
  top: 70px;
  right: 12px;
  z-index: 1002;
}
.show-mobile-menu .menu-contact {
  padding-top: 150px;
  max-height: 5000px;
}
.show-mobile-menu .sandwich-menu-wrap.active {
  z-index: 10004;
  margin-top: 100px;
}

.year-link{
  margin-top: 15px;  
}


@media (max-width: 1800px) {
  .hero-main-img {
      right: -100px;
      top: 75px;
    }
  .director-name-block {
      right: 100px;
    }
}

@media (max-width: 1700px) {
  .portfolio-view .work-progress-item .desc-wrap {
      left: -50px;
    }
  .c-a-company-index .page-content .slide-5 .desc .item-1 {
      font-size: 65px;
      padding-bottom: 25px;
    }
  .c-a-company-index .page-content .slide-5 .desc .item-2 {
      font-size: 145px;
    }
  .c-a-company-index .page-content .slide-5 .desc .item-2:after,
    .c-a-company-index .page-content .slide-5 .desc .item-2:before {
      width: 105px;
      height: 145px;
      top: 5px;
    }
  .c-a-company-index .page-content .slide-5 .img .girl {
      width: 425px;
    }
  .about-wrap ul {
      font-size: 2rem;
    }
  .case-front-item h3 {
      font-size: 2rem;
    }
}

@media (max-width: 1600px) {
  .portfolio-view .work-progress-item .desc-wrap {
      left: 5px;
    }
  .c-company.a-clients .clients-wrap .item {
      width: 33.333%;
    }
  .a-contact .site-contact .face-form-wrap .contact-face {
      padding: 50px 20px;
    }
  .a-contact .site-contact .face-form-wrap .contact-form-wrapper {
      padding: 60px 30px 30px;
    }
  .hero-main-img {
      top: 130px;
    }
  .banner-img {
      max-width: 35%;
      top: -10px;
    }
  .about-wrap .director-block {
      right: 0;
      top: 150px;
    }
  .about-wrap .director-info {
      margin-top: -45px;
    }
  .director-name-block {
      right: 245px;
    }
}

@media (max-width: 1500px) {
  .service-block h2,
    .front-section.case .subtitle,
    .front-section.result h2,
    .blog-bottom h2 {
      padding-bottom: 40px;
      margin-bottom: 40px;
    }
  .all-link-case {
      margin-top: -139px;
      margin-bottom: 85px;
    }
  .front-section.result .main-num {
      font-size: 4rem;
    }
  .home-head-wrap::before {
      top: -300px;
    }
  .home-head-link>div:first-child{
      max-width: 400px;
    }
}

@media (max-width: 1400px) {
  .c-service .second-slide-block h1 {
      font-size: 18px;
    }
  .a-contact .second-slide-block .geo-block {
      left: 20px;
      right: 20px;
    }
  .a-contact .second-slide-block .geo-block .btn a {
      font-size: 15px;
    }
  .a-contact .second-slide-block .title-block {
      padding: 0;
    }
  .a-contact .second-slide-block .addres {
      font-size: 15px;
    }
  .portfolio-view .hero-title {
      font-size: 50px;
      padding: 0 30px;
    }
  .home-head-wrap .top-mark-str {
      top: 0;
    }
  .hero-main-img {
      top: 280px;
      right: -69px;
    }
  .front-banner-icons .banner-icon-item {
      width: 49%;
    }
  .banner-img {
      top: 110px;
    }
  .case-front-item h3 {
      height: 100px;
    }
  .about-wrap .director-info {
      width: auto;
    }
  .about-wrap .director-block {
      top: 200px;
    }
  .about-wrap .director-block:after {
      top: -150px;
      right: -250px;
    }
  .director-name-block {
      right: 35px;
    }
  .trust-block {
      height: 410px;
    }
  .project-form-wrapper {
      background-position: 250% 0;
    }
  .first-top-column {
      width: 70%;
    }
  .project-form-wrapper #project-form {
      padding-left: 0;
      padding-right: 0;
    }
  .case-front-item .image {
      height: 200px;
    }
  .trust-block img {
      margin-top: 0;
    }
}

@media (max-width: 1300px) {
  .project-form-wrapper #project-form .item .form-group {
      margin-bottom: 20px;
    }
  .project-form-wrapper #project-form .item-left {
      padding-right: 5px;
    }
  .project-form-wrapper #project-form .item-right {
      padding-left: 5px;
    }
  .c-company.a-clients .clients-wrap {
      padding: 50px 15px;
    }
  .a-contact .site-contact .face-form-wrap {
      height: auto;
    }
  .a-contact .site-contact .face-form-wrap .contact-face {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      text-align: left;
      padding: 30px 20px;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info {
      margin-left: 25px;
      padding-top: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 65%;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info .info-name {
      width: 100px;
      margin-right: 40px;
      padding-bottom: 0;
      font-size: 20px;
      line-height: 26px;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info .info-post {
      width: 160px;
      margin-right: 40px;
      padding-bottom: 0;
      line-height: 25px;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info .info-post br {
      display: none;
    }
  .a-contact .site-contact .face-form-wrap .contact-form-wrapper {
      width: 100%;
      padding: 30px 20px 30px;
    }
  .c-a-company-index .page-content .slide-5 .desc .item-1 {
      font-size: 55px;
    }
  .c-a-company-index .page-content .slide-5 .desc .item-2 {
      font-size: 105px;
    }
  .c-a-company-index .page-content .slide-5 .desc .item-2:before,
    .c-a-company-index .page-content .slide-5 .desc .item-2:after {
      width: 85px;
      height: 115px;
    }
  .c-a-company-index .page-content .slide-5 .img .girl {
      width: 390px;
    }
  body {
      font-size: 2rem;
    }
  .menu-contact {
      width: calc(100% - 150px);
    }
  .home-head-wrap {
      padding-top: 80px;
    }
  .hero-main-img {
      top: 235px;
      right: -100px;
    }
  .home-head-wrap .top-mark-str {
      top: -65px;
    }
  .service-block {
      margin-top: -320px;
      margin-bottom: 56px;
    }
  .front-section.why {
      margin-top: 80px;
    }
  .front-section.why:after {
      top: 0;
    }
  .front-section.why .wrapper > .why-block {
      width: 100%;
      max-width: 100%;
    }
  .front-section.case {
      margin: 80px 0;
    }
  .front-section.client-front-section {
      margin-top: 80px;
    }
  .company-front-section {
      padding: 65px 0 80px;
    }
  .front-section.trust {
      margin: 80px 0;
    }
  .front-banner-block {
      margin-top: 10px;
    }
  .front-section.client-front-section h2 {
      margin-bottom: 0;
    }
  .company-why-text {
      max-width: 50%;
    }
  .num-company-text-block {
      width: 32%;
      max-width: 32%;
    }
  .all-link-case {
      margin-top: -170px;
      margin-bottom: 120px;
    }
  .case-front-item h3 {
      font-size: 1.8rem;
      height: 70px;
    }
  .case-front-item .image {
      height: 170px;
    }
  .title-button-form {
      margin-top: 40px;
    }
  .project-form-wrapper {
      margin-top: -380px;
      padding: 0 0 130px 0;
    }
  .about-wrap > div:first-child {
      width: 100%;
      max-width: 100%;
    }
  .company-text-block {
      width: 50%;
    }
}

@media (max-width: 1200px) {
  .c-a-company-index .page-content #onepage {
      min-height: auto;
    }
  .c-a-company-index .page-content .slide-3 {
      display: none;
    }
  .c-a-company-index .page-content .slide-4 {
      background: linear-gradient(to bottom, #f3f4f8 0%, #f3f4f8 30%, #01aeef 55%, #01aeef 100%);
      padding-top: 180px;
    }
  .c-a-company-index .page-content .slide-4 .title-wrap img {
      top: 15px;
      width: 430px;
    }
  .c-a-company-index .page-content .slide-4 #project-form .policy {
      padding-top: 0;
    }
  .c-a-company-index .page-content .slide-1 {
      background-image: none;
      padding-top: 30px;
    }
  .c-a-company-index .page-content .slide-2 .section-wrap {
      padding-top: 30px;
    }
  #call-me .close-2 {
      top: 5px;
      left: 45px;
    }
  .c-company.a-clients .clients-wrap .item {
      width: 50%;
      height: 200px;
    }
  .c-company.a-clients .clients-wrap .item .client-info {
      font-size: 14px;
    }
  .a-contact .site-contact .face-form-wrap .contact-face img {
      width: 125px;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info {
      width: 75%;
    }
  .c-a-company-index .page-content .slide-4 .title-wrap {
      max-width: 360px;
      width: auto;
    }
  .c-a-company-index .page-content .slide-4 #project-form {
      padding: 0 20px;
    }
  .c-a-company-index .page-content .slide-4 #project-form .item .form-group {
      margin-bottom: 20px;
    }
  .c-a-company-index .page-content .slide-4 #project-form .item-left {
      padding-right: 5px;
    }
  .c-a-company-index .page-content .slide-4 #project-form .item-right {
      padding-left: 5px;
    }
  .history-about .desc span {
      font-size: 60px;
    }
  .home-head-wrap .top-mark-str {
      top: -90px;
    }
  .front-section.result .why-block > div {
      width: 50%;
      margin-bottom: 20px;
    }
  .front-section.result .why-block {
      margin-bottom: 20px;
    }
  .about-wrap ul {
      font-size: 1.6rem;
    }
  .about-wrap .director-block {
      top: 190px;
    }
  .introtext-blog {
      height: 90px;
    }
  .desctop-head .logo {
      max-width: 80px;
    }
  .menu-contact {
      width: calc(100% - 110px);
      padding: 0 10px;
    }
  .front-section.why:before {
      top: 95px;
      background-size: 100%;
      width: 500px;
    }
}

@media (max-width: 1100px) {
  .portfolio-view .hero-title {
      font-size: 42px;
    }
  .portfolio-view .hero-subtitle {
      font-size: 30px;
    }
  .a-contact .site-contact .face-form-wrap .contact-face img {
      width: 115px;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info {
      margin-left: 15px;
      width: 76%;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info .info-name {
      width: 95px;
      margin-right: 15px;
      font-size: 18px;
      line-height: 24px;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info .info-post {
      margin-right: 15px;
      line-height: 24px;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info .info-phone,
    .a-contact .site-contact .face-form-wrap .contact-face .info .info-email {
      font-size: 16px;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info .info-phone a,
    .a-contact .site-contact .face-form-wrap .contact-face .info .info-email a {
      padding-bottom: 2px;
      padding-top: 4px;
    }
  .a-contact .site-contact .face-form-wrap .contact-form-wrapper {
      font-size: 14px;
    }
  .a-contact #contact-form .form-title {
      font-size: 24px;
    }
  .a-contact #contact-form .item-left {
      padding-right: 10px;
    }
  .a-contact #contact-form .item-right {
      padding-left: 10px;
    }
  .a-contact #contact-form .item input,
    .a-contact #contact-form .item textarea {
      padding-left: 10px;
    }
  .a-contact #contact-form .item .form-group label {
      left: 10px;
    }
  .a-contact #contact-form .item .btn:hover span svg {
      right: -35px;
    }
  .c-a-company-index .page-content .slide-1 .text {
      padding: 0 30px;
    }
  .c-a-company-index .page-content .slide-1 .history-numbers {
      padding: 0 30px;
    }
  .c-a-company-index .page-content .slide-5 .slide-5-wrap {
      min-height: 800px;
    }
  .c-a-company-index .page-content .slide-5 .desc .item-1 {
      font-size: 45px;
      padding-bottom: 15px;
    }
  .c-a-company-index .page-content .slide-5 .desc .item-2 {
      font-size: 90px;
    }
  .c-a-company-index .page-content .slide-5 .img .girl {
      width: 380px;
    }
  .desctop-head .logo {
      max-width: 150px;
    }
  .menu-contact {
      width: calc(100% - 180px);
    }
  .menu-contact ul a {
      font-size: 1.4rem;
    }
  .home-head-wrap::before {
      top: 0;
    }
  .home-head-wrap .top-mark-str {
      top: -105px;
    }
  .home-subtitle {
      max-width: 700px;
    }
  .case-front-item h3 {
      height: 100px;
      font-size: 1.6rem;
    }
  .first-top-column {
      width: 80%;
    }
}

@media (max-width: 1000px) {
  .c-a-company-index .page-content .slide-1 aside .wrapper:after {
      left: -13px;
    }
  .c-a-company-index .page-content .slide-1 aside .note {
      left: 30px;
      width: calc(100% - 100px);
    }
  .contact-req {
      column-count: 1;
    }
  .show-mobile-menu .desctop-head .top-head-contacts .contact-block {
      margin-bottom: 0;
    }
  .show-mobile-menu .desctop-head .top-links a {
      margin-top: 0;
    }
    .show-mobile-menu .desctop-head .head-search{
      top: 12px;
      right: 15px;  
    }
    .show-mobile-menu .desctop-head .menu-contact {
      padding-top: 90px;
    }
  .front-page .wrapper {
      padding: 0 12px;
    }
  .top-head-block,
    .head-search {
      display: none;
    }
  .menu-contact {
      background: #272727;
      position: fixed;
      top: 0;
      left: 0;
      display: block;
      z-index: 1000;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      max-height: 0;
      box-sizing: border-box;
      transition: all 0.3s ease 0s;
    }
  .menu-contact ul {
      display: block;
      margin-top: 30px;
    }
  .menu-contact ul li {
      margin-bottom: 10px;
    }
  .menu-contact ul a {
      font-size: 2rem;
    }
  .sandwich-menu-wrap,
    .sandwich-menu {
      display: block;
    }
  .desctop-head .logo {
      max-width: 200px;
    }
  .service-menu > div {
      width: 49%;
    }
  .project-form-wrapper {
      margin-top: 80px;
      background: url('/images/front/new/mobile/form.webp') no-repeat right bottom;
    }
  .project-form-wrapper #project-form {
      padding-top: 0;
    }
  .mark-str {
      font-size: 2.3rem;
      padding: 7px 0;
      height: 42px;
    }
  .mark-str span {
      margin-right: 30px;
    }
  .mark-str span:after {
      width: 14px;
      height: 14px;
      right: -23px;
      top: 2px;
    }
  .home-head-wrap {
      padding-bottom: 80px;
    }
  .home-head-wrap h1 {
      font-size: 3.2rem;
    }
  .home-head-wrap h2 {
      font-size: 1.8rem;
    }
  .home-head-wrap h2 br {
      display: none;
    }
  .home-head-wrap .top-mark-str {
      width: 500px;
      top: -20px;
    }
  .home-head-wrap .home-subtitle {
      font-size: 1.6rem;
    }
  .home-head-wrap .btn.gradient-btn {
      margin: 20px 0 0;
    }
  .home-head-wrap:before {
      display: none;
    }
  .hero-main-img {
      top: -15px;
      right: -75px;
      max-width: 70%;
    }
  .home-head-text {
      max-width: 340px;
    }
  .service-block {
      margin-top: 0;
    }
  h2 {
      font-size: 3.2rem;
    }
  .service-block h2 {
      border: none;
      padding: 0;
    }
  .service-menu h3 {
      font-size: 1.8rem;
    }
  .service-menu > div {
      min-height: inherit;
      margin-bottom: 20px;
      padding-top: 200px;
    }
  .service-menu > div:before {
      background-size: 100%;
    }
  .service-menu .subtitle-button-form {
      font-size: 1.6rem;
    }
  .service-menu .title-button-form-service {
      font-size: 1.8rem;
      margin: 0;
      font-weight: 400;
    }
  .service-menu .title-button-form-service br {
      display: none;
    }
  .subtitle {
      font-size: 1.6rem;
    }
  .front-section.why {
      margin-bottom: 80px;
    }
  .front-section.why:before {
      display: none;
    }
  .front-section.why:after {
      position: static;
      max-width: 65%;
      height: 490px;
      margin: 0 auto;
    }
  .company-why-text {
      max-width: 100%;
      padding-bottom: 40px;
    }
  .num-company-count {
      font-size: 1.8rem;
      text-transform: uppercase;
      padding-bottom: 8px;
    }
  .num-company-text-block {
      height: 72px;
      padding-left: 88px;
    }
  .num-company-text-block:nth-child(2n+2):before {
      background-size: 55%;
    }
  .num-company-text-block:before {
      width: 72px;
      height: 72px;
      background-size: 55%;
    }
  .banner-img {
      display: none;
    }
  .all-link-case {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      margin: 0 -12px 40px;
      padding: 0 12px 40px;
      text-align: left;
    }
  .front-section.case .subtitle {
      border: none;
      padding-bottom: 0;
    }
  .case-front-item {
      width: 100%;
      margin: 0 auto 20px;
    }
  .case-front-item h3 {
      height: auto;
      font-size: 1.8rem;
      margin-bottom: 12px;
    }
  .case-front-item .image {
      height: auto;
    }
  .front-section.result .main-num {
      font-size: 3.2rem;
      margin-bottom: 8px;
    }
  .front-section.client-front-section .slick-list {
      margin: 0 52px;
    }
  .front-section.client-front-section .slick-arrow {
      display: block !important;
      width: 40px;
      height: 55px;
      background: #5C4DFF;
      background: linear-gradient(87.41deg, #5C4DFF -7.81%, #9846FF 127.23%);
      border: none;
      outline: none;
      border-radius: 12px;
      opacity: 1;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 12px;
      cursor: pointer;
    }
  .front-section.client-front-section .slick-arrow.slick-disabled {
      opacity: 0.8;
    }
  .front-section.client-front-section .slick-arrow:after {
      content: "";
      width: 8px;
      height: 15px;
      background: url('/images/front/new/icons/more.svg') no-repeat 50% 50%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
    }
  .front-section.client-front-section .slick-arrow.slick-prev {
      transform: rotate(-180deg);
      left: 12px;
      right: auto;
    }
  .director-name-block {
      top: -110px;
    }
  .about-wrap .director-block:after {
      display: none;
    }
  .trust-block {
      height: auto;
      margin: 0 -12px;
    }
  .project-form-wrapper:before {
      top: -310px;
    }
  .title-button-form {
      margin-top: 20px;
      font-size: 1.8rem;
    }
  .project-form-wrapper .form-subtitle {
      font-size: 1.8rem;
      padding-bottom: 40px;
    }
  .project-form-wrapper #project-form .items {
      padding-top: 0;
    }
  .project-form-wrapper #project-form .item .form-group {
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px;
    }
  .c-a-company-index .page-content .slide-2 .items .item span {
      display: none;
    }
  .c-a-company-index .page-content section h2 {
      padding-bottom: 30px;
    }
  .home-head-link {
      display: block;
      margin-top: 15px;
      font-size: 1.4rem;
    }
}

@media (max-width: 992px) {
  #call-me {
      left: 0;
    }
  #call-me.opened {
      width: 100%;
    }
  .sandwich-menu {
      display: block;
    }
  .main-wrapper {
      flex-direction: column-reverse;
    }
  main {
      box-sizing: border-box;
    }
  .portfolio-view .hero-image {
      height: calc(100vh - 50px);
    }
  .c-company.a-clients .clients-wrap .item {
      width: 33.333%;
      height: 210px;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info {
      max-width: 570px;
      margin-left: 30px;
    }
  .c-a-company-index .page-content .slide-5 .slide-5-wrap {
      min-height: 800px;
    }
  .c-a-company-index .page-content .slide-5 .desc .item-1 {
      font-size: 50px;
      padding-bottom: 20px;
    }
  .c-a-company-index .page-content .slide-5 .desc .item-2 {
      font-size: 85px;
    }
  .c-a-company-index .page-content .slide-5 .img .girl {
      width: 380px;
    }
  .breadcrumb {
      margin-top: 10px;
      margin-bottom: 10px;
    }
  .c-a-company-index .page-content .slide-2 .items .item-1,
    .c-a-company-index .page-content .slide-2 .items .item-2,
    .c-a-company-index .page-content .slide-2 .items .item-4,
    .c-a-company-index .page-content .slide-2 .items .item-5 {
      width: inherit;
    }
  .c-a-company-index .page-content .slide-2 .items .item {
      position: relative;
      margin-bottom: 35px;
    }
}

@media screen and (max-width: 992px) {
  .a-contact .site-contact .mobile-contacts {
      display: block;
    }
}

@media (max-width: 900px) {
  .front-section.why:after {
      height: 390px;
    }
  .about-wrap .director-info {
      margin-top: -15px;
    }
  .footer-block .first-top-column {
      width: 100%;
      display: block;
    }
  .footer-block .menu-block {
      width: 65%;
      margin: 20px 0;
    }
  .footer-block .menu-block ul > li ul {
      font-size: 1.8rem;
    }
  .footer-block .contact-block {
      position: absolute;
      bottom: 15px;
      right: 0;
    }
  .top-footer-info {
      position: relative;
    }
  .c-a-company-index .page-content .slide-1 .history-numbers .item {
      width: 49%;
      margin-bottom: 45px;
    }
}

@media (max-width: 850px) {
  .c-a-company-index .page-content .slide-5 .img .girl {
      width: 330px;
    }
    .top-head{
          padding: 10px 30px;
      }
}

@media (max-width: 800px) {
  .service-menu > div {
      padding-top: 160px;
    }
  .front-section.why::after {
      height: 340px;
    }
  .front-banner-icons .banner-icon-item {
      font-size: 1.8rem;
      margin-bottom: 10px;
    }
  .front-banner-icons .image-icon {
      width: 50px;
      height: 50px;
    }
  .front-banner-icons .image-icon img {
      max-width: 27px;
    }
  .banner-txt {
      margin: 0 -12px;
      padding: 24px 12px;
      border-radius: 0;
    }
  .front-banner-block:before {
      display: none;
    }
  .about-wrap .director-block {
      position: static;
      max-width: 100%;
    }
  .company-text-block {
      width: 100%;
    }
  .trust-block {
      display: block;
      padding: 24px 0 0;
    }
  .trust-block > div:first-child {
      box-sizing: border-box;
      padding: 0 24px;
    }
  .trust-block > div:first-child,
    .trust-block > div:last-child {
      width: 100%;
      max-width: 100%;
    }
  .trust-block > div:last-child {
      margin-top: 24px;
    }
  .portfolio-view .task .description.col-2 {
      column-count: inherit;
    }
  .portfolio-view .task {
      flex-direction: column;
      font-size: 2.2rem;
      margin-top: 30px;
    }
  .portfolio-view .task .title-block {
      margin-bottom: 20px;
    }
  h1.title-block {
      font-size: 3rem;
      line-height: 1.2;
      padding-bottom: 30px;
      margin-bottom: 20px;
      margin-top: 25px;
    }
  h2 {
      font-size: 2.8rem;
    }
  .blog-text .advantages {
      grid-template-columns: repeat(1, 1fr);
    }
  .blog-text table td {
      padding: 5px 2px;
    }
}

@media (max-width: 768px) {
  .c-company.a-clients .clients-wrap .item {
      height: 165px;
    }
  .c-company.a-clients .clients-wrap .item .description {
      display: none;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info {
      margin-left: 20px;
    }
  .portfolio-view .reviews .text::after,
    .portfolio-view .mess-block .text::after {
      font-size: 60px;
    }
  .portfolio-view .reviews .text,
    .portfolio-view .mess-block .text {
      padding-left: 55px;
    }
    .top-head {
      padding-left: 0;
    }
    .show-mobile-menu .desctop-head .top-head-contacts .contact-block {
        margin-bottom: 8px;
    }
}

@media (max-width: 700px) {
  .home-head-wrap {
      padding-top: 20px;
    }
  .hero-main-img {
      top: 20px;
      width: 290px;
      max-width: 100%;
      aspect-ratio: 290 / 342;
    }
  .home-head-wrap .top-mark-str {
      top: -5px;
      transform: rotate(15deg);
    }
  .service-menu > div {
      padding-top: 155px;
    }
  .service-menu > div:before {
      max-width: 320px;
      right: 0;
      margin: auto;
    }
  .front-section.why:after {
      height: 290px;
    }
  .footer-block .menu-block {
      width: 500px;
      max-width: 100%;
      margin: 40px 0 0;
    }
  .footer-block .contact-block {
      bottom: auto;
      right: auto;
      top: 0;
      left: 227px;
    }
  .footer-block .contact-block ul {
      margin-left: 30px;
    }
  .service-block::before {
      width: 100%;
    }
  .service-menu > div {
      width: 100%;
      max-width: 100%;
    }
  .service-menu > div:last-child {
      height: 400px;
    }
  .num-company-text-block {
      width: 49%;
      max-width: 49%;
    }
  header .logo {
      margin: 0;
    }
}

@media (max-width: 650px) {
  main > .wrapper {
      overflow: auto;
    }
  .portfolio-view .installed-modules .items .item {
      width: 31%;
    }
  .portfolio-view .prev-next .prev,
    .portfolio-view .prev-next .next {
      width: 170px;
    }
  .portfolio-view .hero-image .more {
      bottom: 50px;
    }
  .c-company.a-clients .clients-wrap .item {
      width: 50%;
    }
  .a-contact .site-contact .face-form-wrap .contact-face img {
      width: 35%;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info {
      width: 60%;
      margin-left: 5%;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info .info-name {
      width: 100%;
      font-size: 22px;
      margin: 0;
      padding-bottom: 5px;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info .info-post {
      width: 100%;
      padding-bottom: 5px;
      margin: 0;
      padding-bottom: 15px;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info .info-phone,
    .a-contact .site-contact .face-form-wrap .contact-face .info .info-email {
      width: 100%;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info .info-phone a,
    .a-contact .site-contact .face-form-wrap .contact-face .info .info-email a {
      font-size: 18px;
      padding-top: 0;
      padding-bottom: 15px;
      padding-left: 30px;
      position: relative;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info .info-phone a:after,
    .a-contact .site-contact .face-form-wrap .contact-face .info .info-email a:after {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0;
      top: 0;
      background-size: cover;
      background-image: url(../images/phone-icon.png);
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info .info-email a:after {
      background-image: url(../images/email-icon.png);
    }
  .a-contact #contact-form .form-title {
      font-size: 20px;
      text-align: center;
      line-height: 28px;
    }
  .a-contact #contact-form .item-left {
      width: 40%;
    }
  .a-contact #contact-form .item-right {
      width: 60%;
    }
  .a-contact #contact-form .item input,
    .a-contact #contact-form .item textarea {
      padding: 15px !important;
    }
  .a-contact #contact-form .item .form-group label {
      top: 22px;
    }
  .a-contact .contact-form-wrapper .policy {
      max-width: 330px;
      margin: 0 auto;
      line-height: 20px;
    }
  .c-a-company-index .page-content .slide-1 .text {
      max-width: none;
      padding: 0 15px;
    }
  .c-a-company-index .page-content .slide-1 .history-numbers {
      padding: 0 15px;
      font-size: 44px;
    }
  .c-a-company-index .page-content .slide-1 .history-numbers span {
      padding-left: 0;
    }
  .c-a-company-index .page-content .slide-5 .slide-5-wrap {
      min-height: 700px;
    }
  .c-a-company-index .page-content .slide-5 .desc .item-1 {
      font-size: 40px;
      padding-bottom: 10px;
    }
  .c-a-company-index .page-content .slide-5 .desc .item-2 {
      font-size: 80px;
    }
  .c-a-company-index .page-content .slide-5 .desc .item-2:after,
    .c-a-company-index .page-content .slide-5 .desc .item-2:before {
      width: 60px;
      height: 82px;
    }
  .c-a-company-index .page-content .slide-5 .img .girl {
      width: 280px;
    }
  .c-a-company-index .page-content .slide-1 aside {
      height: 175px;
    }
}

@media (max-width: 600px) {
  .hero-main-img {
      top: 205px;
      right: -80px;
    }
  .front-section.why:after {
      background: url('/images/front/new/mobile/why.webp') no-repeat 50% 50%;
      width: 340px;
      height: 256px;
      max-width: 100%;
      margin-top: 20px;
    }
  .main-img-params {
      min-height: inherit;
    }
  .main-portfolio-image,
    .main-img-params:after {
      display: none;
    }
  .main-img-params .hero-image-new {
      position: relative;
      top: auto;
      left: auto;
    }
  .breadcrumb li:not(.active):after {
      margin: inherit;
    }
}

@media (max-width: 550px) {
  .portfolio-view {
      font-size: calc(4vw);
    }
  .portfolio-view .hero-title {
      font-size: calc(4vw + 1vh + 2vmin);
    }
  .portfolio-view .hero-subtitle {
      font-size: calc(4vw + 2vmin);
    }
  #call-me.opened {
      min-width: 320px;
    }
  #call-me .close {
      right: 10px;
      top: -25px;
    }
  #call-me .close-2 {
      display: none;
    }
  #call-me .call-me-form-wrapper {
      width: 310px;
      position: static;
      transform: none;
      margin: 40px auto;
    }
  #call-me .call-me-form-wrapper .form-title {
      font-size: 20px;
      line-height: 24px;
    }
  #call-me .call-me-form-wrapper .policy {
      font-size: 14px;
    }
  .portfolio-view .installed-modules .items .item {
      width: 40%;
    }
  .portfolio-view .prev-next {
      padding-left: 0;
      padding-bottom: 40px;
      padding-right: 0;
    }
  .portfolio-view .prev-next .prev,
    .portfolio-view .prev-next .next {
      width: 125px;
    }
  .portfolio-view .prev-next .prev span,
    .portfolio-view .prev-next .next span {
      display: none;
    }
  .portfolio-view .hero-image .backwards {
      top: 20px;
      left: 20px;
    }
  .portfolio-view .hero-image .backwards a {
      padding-left: 35px;
      font-size: 14px;
    }
  .portfolio-view .work-progress-item .desc-wrap {
      top: 50%;
      margin-top: -20px;
    }
  .project-form-wrapper {
      padding: 40px 0;
      height: inherit;
    }
  .project-form-wrapper #project-form {
      padding: 0 15px;
    }
  .project-form-wrapper #project-form .item {
      width: 100%;
    }
  .project-form-wrapper #project-form .item-left {
      padding-right: 0;
    }
  .project-form-wrapper #project-form .item-right {
      padding-left: 0;
    }
  .project-form-wrapper .result {
      padding-left: 20px;
      padding-right: 20px;
    }
  @keyframes desc {
      10% {
        transform: translate(-50%, -50%) rotate(0deg);
      }
      30% {
        transform: translate(-50%, -50%) rotate(0deg);
      }
      40% {
        left: 60px;
        transform: translate(0, -50%) rotate(0deg);
      }
      60% {
        left: 60px;
        transform: translate(0, -50%) rotate(0deg);
        width: 15px;
        height: 2px;
      }
      65% {
        left: 60px;
        transform: translate(0, -50%) rotate(0deg);
        width: 15px;
        height: 2px;
      }
      70% {
        left: 60px;
        transform: translate(0, -50%) rotate(0deg);
        height: 2px;
        width: 300px;
      }
      75% {
        left: 60px;
        transform: translate(0, -50%) rotate(0deg);
        height: 2px;
        padding: 0;
        width: 300px;
      }
      100% {
        height: 200px;
        left: 60px;
        width: 300px;
        padding: 30px 20px;
        transform: translate(0, -50%) rotate(0deg);
      }
    }
  @keyframes trambling-animation {
      0%,
      50%,
      100% {
        transform: translate(0, 0);
      }
      10%,
      30% {
        transform: translateY(-10px);
        top: 50%;
      }
      20%,
      40% {
        transform: translateY(10px);
        top: 48%;
      }
    }
  .a-contact #contact-form .form-title {
      font-size: 18px;
    }
  .a-contact #contact-form .items {
      max-width: 340px;
      margin: 0 auto;
    }
  .a-contact #contact-form .item-left {
      width: 100%;
      padding: 0;
    }
  .a-contact #contact-form .item-right {
      width: 100%;
      padding: 0;
    }
  .a-contact #contact-form .item .form-group {
      margin-bottom: 8px;
    }
  .a-contact .site-contact .face-form-wrap .contact-form-wrapper .resurt .title {
      font-size: 22px;
      line-height: 28px;
    }
  .c-a-company-index .page-content .slide-1 aside {
      margin-top: 35px;
    }
  .c-a-company-index .page-content .slide-1 .history-numbers {
      justify-content: center;
    }
  .c-a-company-index .page-content .slide-1 .history-numbers .item {
      width: 28%;
    }
  .c-a-company-index .page-content .slide-4 .title-wrap {
      max-width: 300px;
      padding-top: 110px;
    }
  .c-a-company-index .page-content .slide-4 .title-wrap img {
      top: -50px !important;
      width: 365px !important;
    }
  .c-a-company-index .page-content .slide-4 .title-wrap h2 {
      font-size: 34px;
      padding-bottom: 15px;
    }
  .c-a-company-index .page-content .slide-4 .title-wrap .desc {
      font-size: 16px;
      padding-bottom: 20px;
    }
  .c-a-company-index .page-content .slide-4 #project-form {
      margin: 0 auto;
      width: 80%;
    }
  .c-a-company-index .page-content .slide-4 #project-form .item {
      width: 100%;
      padding: 0;
    }
  .c-a-company-index .page-content .slide-4 #project-form .item .form-group {
      margin-bottom: 15px;
    }
  .c-a-company-index .page-content .slide-4 #project-form .item .form-group.label-active label {
      top: -11px;
      font-size: 12px;
      line-height: 12px;
    }
  .c-a-company-index .page-content .slide-5 .desc {
      top: 180px;
    }
  .c-a-company-index .page-content .slide-5 .desc:after {
      top: -100px;
    }
  .c-a-company-index .page-content .slide-5 .slide-5-wrap {
      min-height: 500px;
      height: 500px;
    }
  .c-a-company-index .page-content .slide-5 .desc .item-1 {
      font-size: 28px;
      padding-bottom: 5px;
    }
  .c-a-company-index .page-content .slide-5 .desc .item-2 {
      font-size: 54px;
    }
  .c-a-company-index .page-content .slide-5 .desc .item-2:after,
    .c-a-company-index .page-content .slide-5 .desc .item-2:before {
      width: 60px;
      height: 82px;
    }
  .c-a-company-index .page-content .slide-5 .img .girl {
      width: 220px;
    }
  .history-about .item {
      position: relative;
      margin-bottom: 0px;
      width: 100%;
      margin-bottom: 30px;
    }
  .project-form-wrapper .wrapper {
      height: inherit;
    }
  .warn-info-wrap .wrap {
      flex-direction: column;
    }
  .warn-info-wrap .warn-text {
      margin-right: 0;
      margin-bottom: 5px;
    }
  .warn-info-wrap .warn-btn {
      width: 100%;
    }
  .warn-info-wrap .btn {
      display: inline-block;
    }
  .company-front-section h2 span {
      white-space: initial;
    }
}

@media (max-width: 500px) {
  .home-head-text {
      max-width: 100%;
    }
  .hero-main-img {
      top: 205px;
      right: -80px;
      position: relative;
      width: 337px;
      top: auto;
      bottom: auto;
      right: auto;
      left: auto;
      height: 342px;
      margin: -28px auto 10px;
    }
  .home-head-wrap .btn {
      width: 100%;
    }
  .service-block:after {
      bottom: -185px;
    }
  .num-company-text-block {
      width: 100%;
      max-width: 100%;
      margin-bottom: 10px;
    }
  .company-num-text-desc br {
      display: none;
    }
  .front-banner-block .subtitle {
      max-width: 320px;
    }
  .front-banner-block .subtitle,
    .front-section.result h2 {
      padding-bottom: 30px;
      margin-bottom: 30px;
    }
  .front-banner-icons .banner-icon-item {
      width: 100%;
    }
  .front-banner-icons .banner-icon-item br {
      display: none;
    }
  .btn-banner {
      padding-top: 20px;
    }
  .btn-banner .btn {
      width: 100%;
    }
  .all-link.link-arrow {
      width: 100%;
    }
  .all-link.link-arrow:after {
      right: 0;
      left: 105px;
      margin: auto;
    }
  .case-block-wrap {
      margin: 0 -12px;
    }
  .case-front-item {
      padding: 12px;
    }
  .front-section.result .why-block > div {
      width: 100%;
      max-width: 100%;
      text-align: left;
      margin-bottom: 30px;
    }
  .front-section.result .why-block > div:nth-child(2n) {
      text-align: right;
    }
  .consultation-btn .btn {
      width: 100%;
    }
  .about-wrap .all-link.link-arrow::after {
      right: 0;
      left: 120px;
    }
  .trust-block > div:first-child {
      padding: 0 12px;
    }
  .trust-block > div:first-child br {
      display: none;
    }
  .front-section.trust .btn {
      width: 100%;
    }
  .project-form-wrapper {
      box-shadow: 0 -284px 150px -149px rgba(92, 77, 255, 0.2) inset;
    }
  .project-form-wrapper #project-form .item .form-group {
      margin-bottom: 10px;
    }
  .project-form-wrapper #project-form .item .form-group:last-child {
      margin-bottom: 20px;
    }
  .project-form-wrapper #project-form .btn {
      font-size: 1.8rem;
    }
  footer.front-section .atoll-head {
      margin: 0 auto;
    }
  footer.front-section .logo-info {
      width: 100%;
      text-align: center;
      font-size: 1.6rem;
    }
  footer.front-section .logo-info .logo {
      width: 290px;
      margin: 0 auto;
    }
  footer.front-section .contact-footer-link {
      margin-top: 6px;
    }
  .top-footer-info {
      font-size: 1.8rem;
    }
  .footer-block .contact-block {
      width: 100%;
      position: static;
      text-align: center;
    }
  .footer-block .contact-block ul {
      margin-left: 0;
    }
  .footer-block .menu-block > ul {
      flex-direction: column;
      text-align: center;
    }
  .footer-block .menu-block > ul li ul li {
      padding-bottom: 12px;
    }
  .footer-block .menu-block > ul > li:last-child {
      margin: 35px 0;
    }
  .contact-footer-link:before {
      position: static;
      margin-bottom: 5px;
    }
  .copy-block {
      margin: 15px -12px 0;
      text-align: center;
      flex-direction: column-reverse;
      padding: 25px 0;
    }
  .copy-block > div:last-child {
      margin-bottom: 15px;
    }
  #call-me .close {
      top: 35px;
    }
  main .portfolio-view .wrapper {
      flex-direction: column;
    }
  main .portfolio-view .title-link {
      margin-left: 0;
    }
}

@media (max-width: 480px) {
  .portfolio-view .prev-next .prev,
    .portfolio-view .prev-next .next {
      width: 100px;
    }
  .portfolio-view .prev-next .prev strong,
    .portfolio-view .prev-next .next strong {
      font-size: 14px;
    }
  .portfolio-view .prev-next .prev strong:after,
    .portfolio-view .prev-next .next strong:after {
      width: 18px;
      height: 10px;
      top: 9px;
      background-size: cover;
    }
  .portfolio-view .prev-next .prev {
      padding-left: 25px;
    }
  .portfolio-view .prev-next .next {
      padding-right: 25px;
    }
  .portfolio-view .installed-modules {
      padding-top: 0;
    }
  .portfolio-view .installed-modules h3 {
      font-size: 20px;
      padding-bottom: 30px;
    }
  .project-form-wrapper .resurt .title {
      font-size: 22px;
      line-height: 28px;
    }
  .project-form-wrapper .resurt .text {
      font-size: 15px;
      line-height: 18px;
    }
  .project-form-wrapper .resurt .restart {
      padding: 30px;
    }
  .project-form-wrapper .resurt .restart a {
      font-size: 14px;
    }
  .c-company.a-clients .clients-wrap .item {
      width: 48%;
    }
  .c-company.a-clients .clients-wrap .item:nth-of-type(odd) {
      margin-right: 4%;
    }
  .a-contact .site-contact .face-form-wrap .contact-face img {
      width: 40%;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info {
      width: 55%;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info .info-name {
      font-size: 20px;
    }
  .a-contact #contact-form .form-title {
      font-size: 18px;
      max-width: 245px;
      margin: 0 auto;
      line-height: 24px;
    }
  .a-contact .site-contact .face-form-wrap .contact-form-wrapper .resurt .title {
      font-size: 20px;
    }
  .a-contact .site-contact .face-form-wrap .contact-form-wrapper .resurt .text {
      font-size: 18px;
    }
  .c-a-company-index .page-content .slide-1 h2 {
      padding-bottom: 35px;
    }
  .c-a-company-index .page-content .slide-1 aside {
      margin-top: 35px;
      padding-left: 30px;
      font-size: 12px;
    }
  .c-a-company-index .page-content .slide-1 aside:after {
      width: 24px;
      height: 15px;
    }
  .c-a-company-index .page-content .slide-1 aside .note {
      line-height: 15px;
      left: 30px;
    }
  .c-a-company-index .page-content .slide-1 .text p {
      font-size: 16px;
      line-height: 26px;
    }
  .c-a-company-index .page-content .slide-1 .history-numbers {
      margin-top: 40px;
      font-size: 40px;
    }
  .c-a-company-index .page-content .slide-1 .history-numbers .item {
      width: 33%;
    }
  .c-a-company-index .page-content .slide-1 .history-numbers .item span {
      font-size: 14px;
      line-height: 16px;
    }
  .c-a-company-index .page-content .slide-4 #project-form {
      width: 90%;
    }
  .c-a-company-index .page-content .slide-4 #project-form .policy {
      font-size: 14px;
      line-height: 18px;
    }
  .c-a-company-index .page-content .slide-4 #project-form .item input {
      padding: 14px;
    }
  .c-a-company-index .page-content .slide-4 #project-form .item .form-group label {
      top: 18px;
    }
  .a-contact .site-contact .mobile-contacts-list {
      max-width: 320px;
      font-size: 16px;
    }
  .a-contact .site-contact .mobile-contacts-list li {
      min-height: 24px;
      white-space: normal;
      line-height: 24px;
      padding-left: 35px;
    }
  .a-contact .site-contact .mobile-contacts-list li:before {
      width: 24px;
      height: 24px;
    }
  .portfolio-view .hero-image-new h1.title-block {
      font-size: 30px;
      max-width: 100%;
    }
  .portfolio-view .task .description p ~ p {
      margin-top: 0;
    }
  .portfolio-view .task {
      padding: 20px 0 0;
    }
  .portfolio-view .reviews {
      margin: 20px 0;
      padding: 20px;
    }
}

@media (max-width: 400px) {
  .portfolio-view .work-progress-item .desc-wrap .desc span {
      font-size: 14px;
      line-height: 16px;
    }
  @keyframes desc {
      10% {
        transform: translate(-50%, -50%) rotate(0deg);
      }
      30% {
        transform: translate(-50%, -50%) rotate(0deg);
      }
      40% {
        left: 60px;
        transform: translate(0, -50%) rotate(0deg);
      }
      60% {
        left: 60px;
        transform: translate(0, -50%) rotate(0deg);
        width: 15px;
        height: 2px;
      }
      65% {
        left: 60px;
        transform: translate(0, -50%) rotate(0deg);
        width: 15px;
        height: 2px;
      }
      70% {
        left: 60px;
        transform: translate(0, -50%) rotate(0deg);
        height: 2px;
        width: 225px;
      }
      75% {
        left: 60px;
        transform: translate(0, -50%) rotate(0deg);
        height: 2px;
        padding: 0;
        width: 225px;
      }
      100% {
        height: 160px;
        left: 60px;
        width: 225px;
        padding: 15px 15px;
        transform: translate(0, -50%) rotate(0deg);
      }
    }
  .project-form-wrapper #project-form .items {
      padding-top: 20px;
    }
  .project-form-wrapper #project-form .form-title {
      font-size: 20px;
      line-height: 28px;
    }
  .project-form-wrapper #project-form .btn {
      font-size: 14px;
    }
  .c-company.a-clients .clients-wrap {
      padding: 30px 15px;
    }
  .c-company.a-clients .clients-wrap .item {
      height: 150px;
    }
  .c-company.a-clients .clients-wrap .item h3 {
      font-size: 14px;
    }
  .a-contact .site-contact .face-form-wrap .contact-face img {
      width: 150px;
      margin: 0 auto 20px;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info {
      text-align: center;
      width: 100%;
      margin: 0;
    }
  .a-contact .site-contact .face-form-wrap .contact-face .info .info-name {
      font-size: 22px;
    }
  .c-a-company-index .page-content .slide-1 .history-numbers {
      justify-content: space-between;
      margin-top: 40px;
      font-size: 46px;
    }
  .c-a-company-index .page-content .slide-1 .history-numbers .item {
      width: 40%;
      margin-bottom: 25px;
    }
  .c-a-company-index .page-content .slide-1 .history-numbers .item:nth-of-type(4) {
      display: block;
    }
  .c-a-company-index .page-content .slide-1 .history-numbers .item span {
      font-size: 16px;
      line-height: 18px;
    }
  .c-a-company-index .page-content .slide-4 {
      padding-top: 80px !important;
    }
  .c-a-company-index .page-content .slide-4 .title-wrap {
      border: none;
    }
  .c-a-company-index .page-content .slide-4 .title-wrap:after,
    .c-a-company-index .page-content .slide-4 .title-wrap:before {
      display: none;
    }
  .c-a-company-index .page-content .slide-4 .title-wrap img {
      top: -25px !important;
      width: 300px !important;
    }
  .c-a-company-index .page-content .slide-4 #project-form {
      padding: 0 7px;
      width: 100%;
      box-sizing: border-box;
    }
  .c-a-company-index .page-content .slide-4 #project-form .policy {
      font-size: 13px;
    }
  .c-a-company-index .page-content .slide-4 #project-form .item input {
      padding: 14px;
    }
  .c-a-company-index .page-content .slide-4 #project-form .item .form-group label {
      top: 18px;
    }
  .c-a-company-index .page-content .slide-5 .slide-5-wrap {
      min-height: 500px;
      height: 500px;
    }
  .c-a-company-index .page-content .slide-5 .desc .item-1 {
      font-size: 24px;
      padding-bottom: 0;
    }
  .c-a-company-index .page-content .slide-5 .desc .item-2 {
      font-size: 46px;
    }
  .c-a-company-index .page-content .slide-5 .desc .item-2:after,
    .c-a-company-index .page-content .slide-5 .desc .item-2:before {
      width: 45px;
      height: 64px;
    }
  .about-wrap {
      margin: 0 -12px;
    }
  .about-wrap > div:first-child {
      padding: 0 12px;
    }
  .about-wrap .director-block {
      background: url('/images/front/new/mobile/director.webp') no-repeat 0 0;
      background-size: 100%;
      padding-top: 432px;
      margin-top: 47px;
    }
  .about-wrap .director-block img {
      display: none;
    }
  .about-wrap .director-info {
      display: flex;
      flex-direction: column-reverse;
      padding: 0 12px;
    }
  .about-wrap .director-name-block {
      position: static;
      padding: 12px;
      text-align: center;
      margin-bottom: 20px;
    }
  .about-wrap .director-name {
      font-size: 1.8rem;
    }
  .about-wrap ul {
      padding: 12px;
      line-height: 1.25;
    }
  .front-section.trust::before {
      display: none;
    }
}

@media (max-width: 360px) {
  .front-section.result {
      background: url('/images/front/new/mobile/sh-1.svg') no-repeat 50% -20px;
    }
  .front-section.client-front-section {
      position: relative;
    }
  .front-section.client-front-section .wrapper,
    .front-section.client-front-section clients-wrap-wrapper {
      position: relative;
      z-index: 1;
    }
  .front-section.client-front-section:before {
      content: "";
      width: 100%;
      height: 507px;
      position: absolute;
      top: -70px;
      left: 0;
      background: url('/images/front/new/mobile/sh-2.svg') no-repeat 0 0;
    }
}