/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-extrabold-webfont.woff2") format("woff2"), url("../fonts/gilroy-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-bold-webfont.woff2") format("woff2"), url("../fonts/gilroy-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-medium-webfont.woff2") format("woff2"), url("../fonts/gilroy-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-regular-webfont.woff2") format("woff2"), url("../fonts/gilroy-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/suisseintl-light-webfont.woff2") format("woff2"), url("../fonts/suisseintl-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

:root {
  --white: #ffffff;
  --blue: #6D50BF;
  --font1: "Gilroy";
  --font2: "Suisse Intl";
}

* {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  min-height: 100vh;
  font-family: var(--font2);
  font-style: normal;
  font-weight: 400;
  background-color: var(--white);
  overflow-x: hidden;
}

body.freeze {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
}

button,
input,
textarea {
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  font: inherit;
  cursor: pointer;
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=checked].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

button:hover,
button:active,
button:focus,
input:hover,
input:active,
input:focus {
  outline: none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
}

.video-services h2 {
  font-family: var(--font1);
  font-size: 42px;
  font-weight: 700;
  line-height: 96.5%;
  letter-spacing: -0.84px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

.header .header-logo {
  flex-shrink: 0;
  width: 128px;
  height: 60px;
}

.header .mobile-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 100px;
  height: 60px;
}

.header .header-nav {
  height: 100%;
}

.header .nav-list {
  display: flex;
  align-items: center;
  height: 100%;
}

.header .nav-list .nav-list__item {
  position: relative;
  margin-left: 60px;
  height: 100%;
}

.header .nav-list .nav-list__item:first-of-type {
  margin-left: 0;
}

.header .nav-list .nav-list__item:hover > .inner-list {
  top: 60px;
  opacity: 1;
  visibility: visible;
}

.header .nav-list .nav-list__item.nav-list__item--inner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 10px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/arrow.svg");
  transform: translateY(-50%);
  transition: 0.3s;
}

.header .nav-list .nav-list__link {
  display: flex;
  align-items: center;
  height: 100%;
  color: #D9D9D9;
  font-family: var(--font1);
  font-size: 19px;
  font-weight: 500;
  line-height: 146%;
  text-decoration: none;
  transition: 0.3s;
}

.header .nav-list .nav-list__link:hover {
  opacity: 0.7;
}

.header .nav-list .inner-list {
  position: absolute;
  top: 80px;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #00FFFB;
  border-radius: 10px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.header .nav-list .inner-list .inner-list__item {
  margin-top: 16px;
}

.header .nav-list .inner-list .inner-list__item:first-of-type {
  margin-top: 0;
}

.header .nav-list .inner-list .inner-list__link {
  color: #000;
  font-family: var(--font1);
  font-size: 19px;
  font-weight: 500;
  line-height: 146%;
  text-decoration: none;
  white-space: nowrap;
}

.header .nav-list .inner-list .inner-list__link:hover {
  opacity: 0.7;
}

.header .header-tel-link {
  margin-left: auto;
  color: #D9D9D9;
  font-family: var(--font1);
  font-size: 19px;
  line-height: 146%;
  text-decoration: none;
  transition: 0.3s;
}

.header .header-tel-link:hover {
  opacity: 0.7;
}

.header .header-form-link {
  width: 221px;
  height: 57.814px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  color: #00FFFB;
  font-family: var(--font1);
  font-size: 18px;
  font-weight: 500;
  line-height: 146%;
  text-decoration: none;
  border-radius: 372.996px;
  border: 1px solid #00FFFB;
}

.header .header-form-link:hover {
  color: #000000;
  background-color: #00FFFB;
}

.header .burger {
  z-index: 200;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.header .burger.active {
  position: fixed;
  top: 20px;
  right: 20px;
}

.header .burger.active .line:nth-of-type(1) {
  transform: rotate(45deg);
}

.header .burger.active .line:nth-of-type(2) {
  margin-top: -3px;
  transform: rotate(135deg);
}

.header .burger.active .line:nth-of-type(3) {
  display: none;
}

.header .burger .line {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
}

.header .burger .line:nth-of-type(2) {
  margin-top: 7px;
}

.header .burger .line:nth-of-type(3) {
  margin-top: 7px;
}

.top-main {
  position: relative;
  z-index: 10;
  padding: 280px 0 180px;
  background: var(--blue);
}
.top-main__video-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.top-main__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: all;
}
.top-main__video-block:after {  
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../img/scanline.gif');
}
.top-main .container {
  position: relative;
  pointer-events: none;
}

.top-main .top-main__title {
  color: var(--white);
  font-family: var(--font1);
  font-size: 72px;
  font-weight: 700;
  line-height: 96.5%;
  letter-spacing: -1.44px;
}

.top-main .top-main__txt {
  margin-top: 30px;
  color: var(--white);
  font-family: var(--font2);
  font-size: 21.724px;
  font-weight: 300;
  line-height: 163.5%;
}

.top-main .top-main__link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 281px;
  height: 86px;
  color: #000;
  font-family: var(--font1);
  font-size: 21px;
  font-weight: 500;
  line-height: 146%;
  text-decoration: none;
  border-radius: 400px;
  background: #00FFFB;
  pointer-events: all;
}

.top-main .top-main__link:hover {
  color: #00FFFB;
  background-color: transparent;
  border: 1px solid #00FFFB;
}

.services {
  padding: 90px 0 140px;
}

.services .services__title {
  color: #000;
  text-align: center;
  font-family: var(--font1);
  font-size: 62px;
  font-weight: 700;
  line-height: 96.5%;
  letter-spacing: -1.24px;
}

.services .services-list {
  margin-top: 140px;
}

.contacts {
  background: #1B1A1F;
}

.contacts .container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contacts .contacts-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.contacts .contacts-form .txt-wrapper .contacts-form__title {
  color: #FFF;
  font-family: var(--font1);
  font-size: 62px;
  font-weight: 700;
  line-height: 96.5%;
  letter-spacing: -1.24px;
}

.contacts .contacts-form .txt-wrapper .contacts-form__txt {
  margin-top: 40px;
  max-width: 450px;
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 191.5%;
}

.contacts .contacts-form .inputs-wrapper .contacts-form__input {
  width: 100%;
  height: 86px;
  padding: 0 26px;
  margin-top: 16px;
  color: #000;
  font-family: var(--font1);
  font-size: 21px;
  line-height: 146%;
  letter-spacing: -0.42px;
  border-radius: 5px;
  background: #FFF;
}

.contacts .contacts-form .inputs-wrapper .contacts-form__input:first-of-type {
  margin-top: 0;
}

.contacts .contacts-form .inputs-wrapper .contacts-form__input::placeholder {
  opacity: 0.5;
}

.contacts .contacts-form .inputs-wrapper .contacts-form__textarea {
  width: 100%;
  height: 136px;
  padding: 26px;
  margin-top: 16px;
  color: #000;
  font-family: var(--font1);
  font-size: 21px;
  line-height: 146%;
  letter-spacing: -0.42px;
  border-radius: 5px;
  background: #FFF;
}

.contacts .contacts-form .inputs-wrapper .contacts-form__textarea::placeholder {
  opacity: 0.5;
}

.contacts .contacts-form .inputs-wrapper .contacts-form__txt-sm {
  margin-top: 40px;
  color: #FFF;
  font-family: var(--font1);
  font-size: 13px;
  line-height: 146%;
  letter-spacing: -0.26px;
}

.contacts .contacts-form .inputs-wrapper .contacts-form__btn {
  margin-top: 26px;
  width: 270px;
  height: 86px;
  flex-shrink: 0;
  color: #FFF;
  font-family: var(--font1);
  font-size: 21px;
  line-height: 146%;
  letter-spacing: -0.42px;
  border-radius: 400px;
  background: #6D50BF;
}

.contacts .contacts-form .inputs-wrapper .contacts-form__btn:hover {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #FFF;
}

.contacts .contacts-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 40px;
  margin-top: 100px;
}

.contacts .contacts-list .contacts-list__item:nth-child(2) {
  justify-self: center;
}

.contacts .contacts-list .contacts-list__item:last-of-type {
  justify-self: end;
}

.contacts .contacts-list .contacts-list__txt {
  color: #FFF;
  font-family: var(--font1);
  font-size: 17.9px;
  line-height: 96.5%;
  letter-spacing: -0.358px;
}

.contacts .contacts-list .links-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.contacts .contacts-list .links-wrapper .contacts-list__link:last-of-type::after {
  content: none;
}

.contacts .contacts-list .links-wrapper .contacts-list__link::after {
  content: "/";
  padding: 0 10px;
}

.contacts .contacts-list .contacts-list__link {
  margin-top: 5px;
  display: block;
  color: #00FFFB;
  font-family: var(--font1);
  font-size: 38px;
  font-weight: 700;
  line-height: 146%;
  letter-spacing: -0.76px;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s;
}

.contacts .contacts-list .contacts-list__link:hover {
  opacity: 0.7;
}

.contacts .map {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 170px;
  padding-bottom: 260px;
  overflow: hidden;
}

.contacts .map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 45vw;
  height: 100%;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

.contacts .map .container {
  padding-top: 0;
  padding-bottom: 0;
  pointer-events: none;
}

.contacts .map .map__txt {
  display: inline-block;
  color: #1B1A1F;
  font-family: var(--font1);
  font-size: 38px;
  font-weight: 800;
  line-height: 146%;
  letter-spacing: -0.76px;
}

.contacts .map #map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -20;
  width: 100%;
  height: 100%;
}

.top-inner {
  position: relative;
  z-index: 10;
  padding: 190px 0 60px;
  min-height: 600px;
  background: var(--blue);
  overflow: hidden;
}

.top-inner .top-inner__title {
  max-width: 730px;
  color: var(--white);
  font-family: var(--font1);
  font-size: 52px;
  font-weight: 700;
  line-height: 96.5%;
  letter-spacing: -1.04px;
}

.top-inner .top-inner__txt {
  margin-top: 20px;
  max-width: 670px;
  color: var(--white);
  font-family: var(--font2);
  font-size: 21.724px;
  font-weight: 300;
  line-height: 163.5%;
}

.top-inner .btns-wrapper {
  display: flex;
  margin-top: 40px;
}

.top-inner .btns-wrapper .offer-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  height: 58px;
  flex-shrink: 0;
  color: #000;
  font-family: var(--font1);
  font-size: 18px;
  font-weight: 500;
  line-height: 146%;
  text-decoration: none;
  border-radius: 400px;
  background: #00FFFB;
  border: 1px solid #00FFFB;
}

.top-inner .btns-wrapper .offer-link:hover {
  color: #00FFFB;
  border: 1px solid #00FFFB;
  background-color: transparent;
}

.top-inner .btns-wrapper .prices-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  height: 58px;
  padding: 0 88px;
  color: #00FFFB;
  font-family: var(--font1);
  font-size: 18px;
  font-weight: 500;
  line-height: 146%;
  text-decoration: none;
  border-radius: 372.996px;
  border: 1px solid #00FFFB;
}

.top-inner .btns-wrapper .prices-link:hover {
  color: #000000;
  background-color: #00FFFB;
}

.top-inner .top-inner-img {
  position: absolute;
  bottom: 0;
  right: calc((100% - 1360px) / 2);
  z-index: -10;
  width: 700px;
  height: 500px;
  overflow: hidden;
}

.top-inner .top-inner-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.projects {
  margin: 80px 0 140px;
}

.projects .projects__title {
  color: #000;
  text-align: center;
}

.projects .projects-list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 80px 30px;
}

.projects .projects-list .projects-list__item {
  display: flex;
  flex-direction: column;
}

.projects .projects-list .img-wrapper {
  width: 100%;
  max-height: 380px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 10px;
  box-shadow: 0px 24.466468811px 48.9329376221px 0px rgba(109, 109, 109, 0.25);
  overflow: hidden;
}

.projects .projects-list .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projects .projects-list .projects-list__title {
  margin-top: 30px;
  color: #111;
  font-family: var(--font1);
  font-size: 23.488px;
  font-style: normal;
  font-weight: 800;
  line-height: 96.5%;
  letter-spacing: -0.47px;
}

.projects .projects-list .projects-list__geo {
  margin-top: 10px;
  color: #000;
  font-family: var(--font1);
  font-size: 15.659px;
  font-weight: 500;
  line-height: 96.5%;
  letter-spacing: -0.313px;
  opacity: 0.3;
}

.projects .projects-list .projects-list__txt {
  margin-top: 20px;
  color: #000;
  font-family: var(--font2);
  font-weight: 300;
  line-height: 155%;
}

.projects .projects-list .projects-list__link {
  margin-top: 20px;
  display: flex;
  align-items: center;
  color: #000;
  font-family: var(--font1);
  font-size: 15.659px;
  font-weight: 800;
  line-height: 145.5%;
  letter-spacing: -0.313px;
  text-decoration: none;
}

.projects .projects-list .projects-list__link::after {
  content: "";
  margin-left: 8px;
  width: 26px;
  height: 26px;
  background-image: url("../img/link.svg");
  background-repeat: no-repeat;
}

.competencies {
  margin-top: 120px;
  margin-bottom: 120px;
}

.competencies .competencies__title {
  color: #000;
  text-align: center;
}

.competencies .competencies-list {
  margin-top: 76px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 76px 40px;
}

.competencies .competencies-list .competencies-list__item {
  display: grid;
  grid-template-columns: 131px 1fr;
  grid-template-rows: 1fr 30px;
}

.competencies .competencies-list .competencies-list__item.competencies-list__item--html .img-wrapper {
  width: 131px;
  height: 131px;
}

.competencies .competencies-list .competencies-list__item.competencies-list__item--css .img-wrapper {
  width: 94px;
  height: 133px;
}

.competencies .competencies-list .competencies-list__item.competencies-list__item--js .img-wrapper {
  width: 109px;
  height: 133px;
}

.competencies .competencies-list .competencies-list__item.competencies-list__item--vue .img-wrapper {
  width: 114px;
  height: 100px;
}

.competencies .competencies-list .competencies-list__item.competencies-list__item--1s .img-wrapper {
  width: 99px;
  height: 99px;
}

.competencies .competencies-list .competencies-list__item.competencies-list__item--wp .img-wrapper {
  width: 94px;
  height: 133px;
}

.competencies .competencies-list .competencies-list__item.competencies-list__item--fig .img-wrapper {
  width: 109px;
  height: 133px;
}

.competencies .competencies-list .competencies-list__item.competencies-list__item--cc .img-wrapper {
  width: 114px;
  height: 100px;
}

.competencies .competencies-list .img-wrapper {
  flex-shrink: 0;
  justify-self: center;
  align-self: center;
  overflow: hidden;
}

.competencies .competencies-list .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.competencies .competencies-list .competencies-list__txt {
  align-self: center;
  color: #111;
  font-family: var(--font1);
  font-size: 24px;
  font-weight: 500;
  line-height: 107%;
  letter-spacing: -0.48px;
  white-space: nowrap;
}

.content-prices {
  margin: 100px 0 120px;
}

.content-prices .content-prices__title {
  color: #000;
  font-family: var(--font1);
  font-size: 49px;
  font-weight: 700;
  line-height: 102.5%;
  letter-spacing: -0.98px;
}

.content-prices .content-prices-list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 20px;
}

.content-prices .content-prices-list .content-prices-list__item {
  height: auto;
  padding: 40px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #D1D1D1;
  background: #FFF;
}

.content-prices .content-prices-list .content-prices-list__title {
  color: #000;
  font-family: var(--font1);
  font-size: 28px;
  font-weight: 800;
  line-height: 96.5%;
  letter-spacing: -0.56px;
}

.content-prices .content-prices-list .content-prices-list__txt {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #000;
  font-family: var(--font2);
  font-size: 15px;
  font-weight: 300;
  line-height: 155%;
}

.content-prices .content-prices-list .content-prices-list__price {
  margin-top: auto;
  color: #000;
  font-family: var(--font1);
  font-size: 47.763px;
  line-height: 96.5%;
  letter-spacing: -0.955px;
}

.content-prices .content-prices-list .content-prices-list__price span {
  font-weight: 800;
}

.content-prices .content-prices-list .content-prices-list__btn {
  height: 63px;
  width: 100%;
  margin-top: 30px;
  flex-shrink: 0;
  color: #000;
  font-family: var(--font1);
  font-size: 16.277px;
  line-height: 146%;
  letter-spacing: -0.326px;
  border-radius: 310.04px;
  border: 0.775px solid #6D50BF;
  transition: 0.3s;
}

.content-prices .content-prices-list .content-prices-list__btn:hover {
  color: #FFF;
  background: #6D50BF;
}

.examples {
  margin: 100px 0 140px;
}

.examples .examples__title {
  color: #000;
  text-align: center;
}

.examples .examples-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 40px;
}

.examples .examples-list .examples-list__item {
  width: 100%;
  height: 490px;
  overflow: hidden;
}

.examples .examples-list .examples-list__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.examples .examples__btn {
  width: 323.132px;
  height: 70.113px;
  margin: 40px auto 0;
  background: #D9D9D9;
}

.prices {
  position: relative;
  margin: 100px 0 140px;
}

.prices #prices {
  position: absolute;
  top: -100px;
  left: 0;
  width: 1px;
  height: 1px;
}

/*.prices .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}*/

.prices .txt-wrapper {
  grid-column: 1/4;
  padding: 30px;
  border-radius: 15px;
  background: rgba(217, 217, 217, 0.2);
}

.prices .prices__title {
  color: #000;
}

.prices .prices-list {
  margin-top: 40px;
}

.prices .prices-list .prices-list__item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid rgba(109, 80, 191, 0.3);
}

.prices .prices-list .prices-list__item:first-of-type {
  margin-top: 0;
}

.prices .prices-list .prices-list__item:last-of-type {
  padding-bottom: 0;
  border: none;
}

.prices .prices-list .prices-list__service {
  color: #202020;
  font-size: 21.724px;
  font-weight: 300;
  line-height: 150%;
}

.prices .prices-list .prices-list__price {
  margin-left: 20px;
  color: #202020;
  font-size: 21.724px;
  font-weight: 300;
  line-height: 150%;
  white-space: nowrap;
}

.prices .banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 510px;
  align-self: start;
  color: #000;
  text-align: center;
  font-family: var(--font1);
  font-size: 19.255px;
  font-weight: 700;
  line-height: 96.5%;
  letter-spacing: -0.385px;
  border-radius: 15px;
  background: rgba(217, 217, 217, 0.2);
}

.services-about {
  margin: 100px 0 140px;
}

.services-about .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.services-about .img-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.services-about .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-about .services-about__title {
  color: #000;
}

.services-about .services-about__txt {
  margin-top: 30px;
  color: #202020;
  font-size: 21.724px;
  font-weight: 300;
  line-height: 163.5%;
}
.services-about__txt p {
  font-size: inherit;
  line-height: inherit;
}
.services-about__txt p:not(:last-child) {
  margin-bottom: 1.3em;
}

.video-services {
  margin: 100px 0 140px;
}

.video-services .video-services-list .video-services-list__item {
  display: flex;
  margin-top: 80px;
}

.video-services .video-services-list .video-services-list__item:first-of-type {
  margin-top: 0;
}

.video-services .video-services-list .video-services-list__item:nth-of-type(even) {
  display: flex;
  flex-direction: row-reverse;
}

.video-services .video-services-list .video-services-list__item:nth-of-type(even) .txt-wrapper {
  margin: 0;
  margin-left: 100px;
}

.video-services .video-services-list .txt-wrapper {
  width: 50%;
  margin-right: 100px;
  height: auto;
}

.video-services p {
  margin-top: 25px;
  color: #202020;
  font-size: 21.724px;
  font-weight: 300;
  line-height: 163.5%;
}

.video-services .video-services-list .video-services-list__link {
  width: 262px;
  height: 70px;
  margin-top: 40px;
  color: #000;
  font-family: var(--font1);
  font-size: 18px;
  font-weight: 500;
  line-height: 146%;
  border-radius: 400px;
  background: #00FFFB;
  border: 1px solid #00FFFB;
  transition: 0.3s;
}

.video-services .video-services-list .video-services-list__link:hover {
  border: 1px solid #6D50BF;
  background-color: transparent;
}

.video-services .video-services-list .img-wrapper {
  width: calc(50% - 100px);
  height: 340px;
  overflow: hidden;
}

.video-services .video-services-list .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-content {
  margin: 100px 0 140px;
}

.video-content .video-content__title {
  color: #000;
  text-align: center;
}

.video-content .video-content-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 60px;
}

.video-content .video-content-list .video-content-list__item {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.video-content .video-content-list .video-content-list__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-content .video-content-list .video-content-list__item a {
  display: block;
  width: 100%;
  height: 100%;
}

.video-content .video-content-list .video-content-list__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background-image: url("../img/play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.services-list_front .row:not(:last-child) {
  margin-bottom: 20px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.col {
  padding: 0 10px;
}
.col-1 {
  width: 8.333%;
}
.col-2 {
  width: 16.666%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.333%;
}
.col-5 {
  width: 41.666%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333%;
}
.col-8 {
  width: 66.666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.333%;
}
.col-11 {
  width: 91.666%;
}
.col-12 {
  width: 100%;
}
.services-list_front-item {
  border-radius: 15px;
  background: #F3F3F3;
  position: relative;
  overflow: hidden;
  padding: 2.5vw 2vw 3vw;
  color: #000;
  font-family: Gilroy;
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: -0.42px;
  height: 100%;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  background-blend-mode: multiply;
}
.services-list_front-title {
  margin-bottom: 1.2em;
}
.services-list_front-links {
  font-size: 0.85vw;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.services-list_front-links li:not(:last-child) {
    margin-bottom: 1.1em;
}
.services-list_front-item_1 {
  background: #F3F3F3 url('../img/front_links/1.png') no-repeat center bottom / 100% auto;
}
.services-list_front-item_2 {
  background: #F3F3F3 url('../img/front_links/2.png') no-repeat right center / auto 100%;
}
.services-list_front-item_3 {
  background: #F3F3F3 url('../img/front_links/3.png') no-repeat right center / auto 70%;
}
.services-list_front-item_4 {
  background: #F3F3F3 url('../img/front_links/4.png') no-repeat right top / auto 100%;
}
.services-list_front-item_5 {
  background: #F3F3F3 url('../img/front_links/5.png') no-repeat right center / auto 100%;
}
@media (max-width: 1360px) {
  .container {
    padding: 0 20px;
  }

  .header .nav-list .nav-list__item {
    margin-left: 40px;
  }

  .header .header-tel-link {
    display: none;
  }

  .projects .projects-list .img-wrapper {
    max-height: 26.4vw;
  }
}
@media (max-width: 1200px) {
  .services-list_front .col {
    width: 100%;
  }
  .services-list_front .col:not(:last-child) {
    margin-bottom: 20px;
  }
  .services-list_front-title {
    font-size: 21px;
  }
  .services-list_front-links {
    font-size: 16px;
  }
  .services-list_front-item {
    padding: 40px 30px 60px;
    white-space: normal;
    background: #F3F3F3;
  }
}
@media (max-width: 992px) {
  .header .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 50px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #6D50BF;
    opacity: 0;
    visibility: hidden;
  }

  .header .mobile-menu.active {
    opacity: 1;
    visibility: visible;
  }

  .content-prices .content-prices-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .video-services h2 {
    font-size: 28px;
  }

  .header .container {
    padding-top: 20px;
  }

  .header .header-nav {
    height: auto;
  }

  .header .nav-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header .nav-list .nav-list__item {
    margin-left: 0;
    margin-top: 20px;
    font-size: 36px;
    font-weight: 700;
  }

  .header .nav-list .nav-list__item.nav-list__item--inner::before {
    content: none;
  }

  .header .nav-list .nav-list__link {
    font-size: 36px;
    font-weight: 700;
  }

  .header .nav-list .inner-list {
    display: none;
  }

  .header .header-tel-link {
    display: block;
    margin-left: 0;
    margin-top: 70px;
    font-size: 32px;
  }

  .header .header-form-link {
    height: 60px;
    margin-left: 0;
    margin-top: 70px;
  }

  .header .burger {
    display: flex;
  }

  .top-main {
    padding: 200px 0 100px;
  }

  .top-main .top-main__title {
    font-size: 36px;
  }

  .top-main .top-main__title br {
    display: none;
  }

  .top-main .top-main__txt {
    margin-top: 20px;
    font-size: 16px;
  }

  .top-main .top-main__link {
    width: 100%;
    height: 60px;
    font-size: 18px;
  }

  .services {
    padding: 50px 0;
  }

  .services .services__title {
    font-size: 36px;
  }

  .services .services-list {
    margin-top: 40px;
  }

  .contacts .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contacts .contacts-form {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .contacts .contacts-form .txt-wrapper .contacts-form__title {
    font-size: 36px;
  }

  .contacts .contacts-form .txt-wrapper .contacts-form__txt {
    margin-top: 20px;
    font-size: 16px;
  }

  .contacts .contacts-form .inputs-wrapper .contacts-form__input {
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
  }

  .contacts .contacts-form .inputs-wrapper .contacts-form__textarea {
    padding: 20px;
    font-size: 16px;
  }

  .contacts .contacts-form .inputs-wrapper .contacts-form__txt-sm {
    margin-top: 20px;
    font-size: 12px;
  }

  .contacts .contacts-form .inputs-wrapper .contacts-form__btn {
    width: 100%;
    height: 60px;
    margin-top: 40px;
    font-size: 18px;
  }

  .contacts .contacts-list {
    grid-template-columns: 1fr;
  }

  .contacts .contacts-list .contacts-list__item:nth-child(2) {
    justify-self: start;
  }

  .contacts .contacts-list .contacts-list__item:last-of-type {
    justify-self: start;
  }

  .contacts .contacts-list .contacts-list__link {
    font-size: 28px;
  }

  .contacts .map {
    padding-top: 50px;
    padding-bottom: 400px;
  }

  .contacts .map::before {
    content: none;
  }

  .contacts .map .map__txt {
    font-size: 28px;
  }

  .top-inner {
    padding: 200px 0 100px;
  }

  .top-inner .top-inner__title {
    font-size: 36px;
  }

  .top-inner .top-inner__txt {
    font-size: 16px;
  }

  .top-inner .top-inner-img {
    display: none;
  }

  .projects {
    margin: 50px 0 70px;
  }

  .projects .projects-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 20px;
    margin-top: 40px;
  }

  .projects .projects-list .img-wrapper {
    max-height: 57.4vw;
  }

  .projects .projects-list .projects-list__title {
    font-size: 22px;
  }

  .projects .projects-list .projects-list__geo {
    font-size: 14px;
  }

  .competencies {
    margin: 70px 0;
  }

  .competencies .competencies-list {
    margin-top: 40px;
    grid-gap: 40px 20px;
  }

  .competencies .competencies-list .competencies-list__item {
    grid-template-columns: 1fr;
  }

  .competencies .competencies-list .competencies-list__txt {
    font-size: 16px;
    text-align: center;
  }

  .content-prices {
    margin: 50px 0 70px;
  }

  .content-prices .content-prices__title {
    font-size: 28px;
  }

  .content-prices .content-prices-list {
    margin-top: 40px;
    grid-gap: 20px;
  }

  .content-prices .content-prices-list .content-prices-list__item {
    padding: 30px 20px;
  }

  .content-prices .content-prices-list .content-prices-list__price {
    font-size: 36px;
  }

  .content-prices .content-prices-list .content-prices-list__btn {
    height: 60px;
  }

  .examples {
    margin: 50px 0 70px;
  }

  .examples .examples-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .examples .examples-list .examples-list__item {
    height: 320px;
    display: none;
  }

  .examples .examples-list .examples-list__item:nth-of-type(1),
  .examples .examples-list .examples-list__item:nth-of-type(2),
  .examples .examples-list .examples-list__item:nth-of-type(3),
  .examples .examples-list .examples-list__item:nth-of-type(4),
  .examples .examples-list .examples-list__item:nth-of-type(5),
  .examples .examples-list .examples-list__item:nth-of-type(6) {
    display: block;
  }

  .prices {
    margin: 50px 0 70px;
  }

  .prices .container {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .prices .txt-wrapper {
    grid-column: auto;
    padding: 30px 20px;
  }

  .prices .prices-list .prices-list__item {
    padding-bottom: 10px;
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .prices .prices-list .prices-list__service {
    font-size: 14px;
  }

  .prices .prices-list .prices-list__price {
    font-size: 16px;
  }

  .prices .banner {
    margin-top: 40px;
    height: 450px;
  }

  .services-about {
    margin: 50px 0 70px;
  }

  .services-about .container {
    grid-template-columns: 1fr;
  }

  .services-about .img-wrapper {
    order: 1;
  }

  .services-about .services-about__txt {
    font-size: 16px;
  }

  .video-services {
    margin: 50px 0 70px;
  }

  .video-services .video-services-list .video-services-list__item {
    margin-top: 50px;
  }

  .video-services p {
    font-size: 16px;
  }

  .video-services .video-services-list .video-services-list__link {
    height: 60px;
    margin-top: 20px;
  }

  .video-content {
    margin: 50px 0 70px;
  }

  .video-content .video-content-list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .video-content .video-content-list .video-content-list__play-btn {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 600px) {
  .header .header-form-link {
    width: 100%;
  }

  .top-inner .btns-wrapper {
    flex-direction: column;
  }

  .top-inner .btns-wrapper .offer-link {
    width: 100%;
    height: 60px;
  }

  .top-inner .btns-wrapper .prices-link {
    width: 100%;
    height: 60px;
    margin-left: 0;
    margin-top: 20px;
  }

  .projects .projects-list {
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }

  .projects .projects-list .img-wrapper {
    max-height: 113.4vw;
  }

  .competencies .competencies-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .content-prices .content-prices-list {
    grid-template-columns: 1fr;
  }

  .examples .examples-list {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .examples .examples-list .examples-list__item {
    height: 300px;
  }

  .examples .examples__btn {
    width: 100%;
    height: 60px;
    font-size: 18px;
  }

  .video-services .video-services-list .video-services-list__item:nth-of-type(even) .txt-wrapper {
    margin-left: 0;
  }

  .video-services .video-services-list .txt-wrapper {
    width: 100%;
    margin: 0;
  }

  .video-services .video-services-list .video-services-list__link {
    width: 100%;
  }

  .video-services .video-services-list .img-wrapper {
    display: none;
  }

  .video-content .video-content-list .video-content-list__item {
    aspect-ratio: 16/9;
    height: 100%;
    min-height: 240px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
