/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

progress {
  vertical-align: baseline;
}

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

template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

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

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

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

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

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

textarea {
  overflow: auto;
}

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

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

html {
  height: 100%;
  width: 100%;
  min-width: 320px;
  padding: 0px;
  margin: 0px;
  position: relative;
}

html.scroll-locked {
  overflow: hidden;
}

html.scroll-locked body {
  overflow: hidden;
}

body {
  color: #2c2f36;
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
  font-size: 14px;
  min-width: 320px;
  position: relative;
}

body.inside h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

body.inside .content {
  padding: 0 10%;
  margin-bottom: 50px;
}

body.inside .content p {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}

.header-inside {
  width: 100%;
  padding: 2% 10%;
}

.header-inside img {
  display: inline-block;
  width: 250px;
}

p,
ul,
ol,
table {
  margin: 0px;
  padding: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 500;
  line-height: 1.3;
}

ol,
ul {
  margin-left: 20px;
}

li {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

a {
  text-decoration: none;
  display: inline;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #373737;
  line-height: 1.28em;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  font-weight: 400;
}

h1 {
  font-size: 24px;
  margin-top: 0.75em;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4,
h5,
h6 {
  font-size: 16px;
}

input[type='tel']::-webkit-input-placeholder {
  color: transparent;
}

input[type='tel']::-ms-input-placeholder {
  color: transparent;
}

input[type='tel']::placeholder {
  color: transparent;
}

input[type='tel']:hover::-webkit-input-placeholder {
  color: #808080;
}

input[type='tel']:hover::-ms-input-placeholder {
  color: #808080;
}

input[type='tel']:hover::placeholder {
  color: #808080;
}

.hidden {
  display: none !important;
}

.img {
  display: block;
  max-width: 100%;
  width: auto !important;
}

.btn-up {
  color: #fff;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  right: 30px;
  z-index: 10;
  bottom: 30px;
  height: 50px;
  width: 50px;
  background-color: #003b7b;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 7px -3px #000;
  box-shadow: 0 3px 7px -3px #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out, background-color 0.2s, -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out, background-color 0.2s, -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out, transform 0.15s ease-out, background-color 0.2s;
  transition: opacity 0.15s ease-out, transform 0.15s ease-out, background-color 0.2s, -webkit-transform 0.15s ease-out;
  -webkit-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px);
  z-index: 0;
}

.btn-up.is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.btn-up:hover {
  background-color: #4983ee;
}

.btn-primary {
  cursor: pointer;
  display: inline-block;
  background-color: #003b7b;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 0 4px 3px #0071eb;
  box-shadow: 0 0 4px 3px #0071eb;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: auto;
}

.btn-primary:hover {
  color: #003b7b;
  background-color: #fff;
  border: 2px solid #003b7b;
}

.text-gradient {
  font-weight: bold;
  background: linear-gradient(45deg, #0b2349 33%, #0d61bc 66%, #8aa9d6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-canvas {
  position: absolute;
  width: 50%;
  height: 600px;
  opacity: 0.2;
  top: 0;
  left: 0;
  z-index: -1;
}

.advantage-canvas {
  position: absolute;
  width: 40%;
  height: 700px;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: -1;
}

.use-canvas {
  position: absolute;
  width: 100%;
  height: 700px;
  opacity: 0.2;
  top: 5%;
  left: 0;
  z-index: -1;
}

.main-img {
  position: absolute;
  bottom: 0;
  right: 150px;
  width: 570px;
  height: 100%;
}

.main-img img {
  position: absolute;
}

.main-img-1 {
  bottom: 29%;
  width: 80%;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: 0.5s ease-out 0.1s;
  transition: 0.5s ease-out 0.1s;
}

.main-img-1.is-show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.main-img-2 {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  bottom: 0;
  right: 0;
  width: 60%;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.main-img-2.is-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.col-main {
  padding-left: 240px;
  padding-right: 240px;
}

.col-dop {
  padding-left: 410px;
  padding-right: 410px;
  margin-top: 120px;
}

hr {
  background-color: #003b7b;
  color: #003b7b;
  border: 0;
  height: 2px;
  width: 100px;
  margin: 25px 0 20px;
  margin-bottom: 30px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.font-regular {
  font-weight: 400;
}

.head-bold {
  font-size: 40px;
  font-weight: bold;
}

.main {
  position: relative;
  padding-top: 120px;
  padding-bottom: 160px;
  background-image: url("/assets/images/camera.png");
  background-repeat: no-repeat;
  background-position: -10% 25%;
  background-size: 24%;
}

.main .img {
  margin: 0 auto;
}

.main-text {
  margin-top: 120px;
}

.main-text__head {
  font-size: 72px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #0b2349;
  opacity: 0;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  -webkit-transition: 0.5s cubic-bezier(0, 3, 1, 0.8) 0.5s;
  transition: 0.5s cubic-bezier(0, 3, 1, 0.8) 0.5s;
}

.main-text__head.is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.main-text__info {
  font-size: 24px;
  font-weight: 500;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.4s cubic-bezier(0, 1, 0.5, 1) 0.8s;
  transition: 0.4s cubic-bezier(0, 1, 0.5, 1) 0.8s;
}

.main-text__info.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.info {
  position: relative;
  color: #fff;
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #51a4f5;
  font-weight: 600;
}

.info__text {
  font-size: 30px;
  position: relative;
}

.info__mtext {
  position: relative;
  font-size: 46px;
  margin-bottom: 30px;
}

.about {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about lite-youtube {
  border-radius: 10px;
  width: 45%;
  -webkit-box-shadow: 0 2px 15px -5px;
  box-shadow: 0 2px 15px -5px;
}

.about-block {
  width: 50%;
}

.about-block__head {
  color: #003b7b;
  font-size: 40px;
  font-weight: bold;
}

.about-block p {
  font-size: 14px;
}

.about-block p:last-of-type {
  margin-bottom: 0;
}

.work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work__head {
  font-size: 40px;
  font-weight: bold;
  color: #003b7b;
  white-space: nowrap;
  width: 45%;
  text-align: right;
}

.work-block {
  width: 50%;
}

.work-block p {
  font-size: 14px;
}

.work-block p:first-of-type {
  margin-top: 0;
}

.work-block p:last-of-type {
  margin-bottom: 0;
}

.client-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.client-logo img {
  width: 10%;
}

.client-camera {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 50px;
}

.client-camera img {
  width: 100%;
}

.advantage {
  position: relative;
}

.advantage__head {
  color: #003b7b;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 70px;
  line-height: 1.5;
}

.advantage-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advantage-col:nth-child(1) {
  margin-right: 50px;
}

.advantage-col__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantage-col__item:not(:last-child) {
  margin-bottom: 40px;
}

.advantage-col__item img {
  margin-right: 25px;
  width: 80px;
}

.advantage-col__item span {
  color: #2c2f36;
  font-weight: 600;
  font-size: 25px;
}

input {
  width: 100%;
  border-radius: 25px;
  padding: 10px 15px;
  border: none;
  font-size: 15px;
}

label {
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}

.form {
  color: #fff;
}

.form-head {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 25px;
}

.form-text {
  font-size: 16px;
  font-weight: 400;
}

.form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  width: 100%;
  padding: 55px 45px;
  background-color: #003b7b;
  -webkit-box-shadow: 0 0 40px 15px #d0e0fd;
  box-shadow: 0 0 40px 15px #d0e0fd;
}

.form-block-col:nth-child(2) {
  width: 40%;
}

.form-block-col:nth-child(1) {
  text-align: right;
}

.form-block .btn-primary {
  background-color: #1363f5;
  width: 60%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.form-block .btn-primary:hover {
  background-color: #fff;
  color: #1363f5;
  border: 2px solid #1363f5;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}

.form-row:last-of-type {
  margin-bottom: 35px;
}

.use {
  position: relative;
}

.use-head {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #003b7b;
  margin-bottom: 55px;
}

.use-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.use-wrap__item {
  width: 30%;
  text-align: center;
}

.use-wrap__item:not(:last-of-type) {
  margin-bottom: 25px;
}

.use-wrap__item img {
  height: 170px;
}

.use-wrap__item p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company__head {
  font-size: 40px;
  font-weight: bold;
  color: #003b7b;
}

.company-img {
  width: 45%;
}

.company-img img {
  width: 100%;
}

.company-img__text {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.company-block {
  width: 50%;
}

.company-block p {
  font-size: 14px;
}

.company-block p:first-of-type {
  margin-top: 0;
}

.company-block p:last-of-type {
  margin-bottom: 0;
}

.number {
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.number p {
  font-size: 21px;
  font-weight: 500;
}

.number img {
  width: 45%;
}

.number-text {
  width: 50%;
}

.number-int {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.number-int__item {
  text-align: center;
}

.number-int__item:last-of-type {
  margin-left: 50px;
}

.number .num {
  font-size: 52px;
  font-weight: 600;
}

.number .num-text {
  font-size: 32px;
  font-weight: 500;
}

.footer {
  color: #fff;
  background-color: #2c2f36;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer p {
  line-height: 1.5;
}

.footer-info img {
  width: 135px;
  display: inline-block;
}

.footer-info p {
  margin-top: 7px;
}

.footer-polit {
  text-align: right;
}

.footer-polit a {
  font-weight: 500;
}

@media only screen and (min-width: 640px) {
  body {
    font-size: 16px;
  }

  h1 {
    margin-top: 0.3em;
    font-size: 36px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4,
  h5,
  h6 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 960px) {
  li {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  h1 {
    margin-top: 0.2em;
    font-size: 48px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4,
  h5,
  h6 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1600px) {
  body {
    font-size: 18px;
  }

  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4,
  h5,
  h6 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1919px) {
  body.inside h1 {
    font-size: 36px;
  }

  body.inside .content {
    padding: 0 8%;
  }

  .header-inside {
    padding: 2% 8%;
  }

  .main-img {
    width: 460px;
  }

  .col-main {
    padding-left: 150px;
    padding-right: 150px;
  }

  .col-dop {
    padding-left: 320px;
    padding-right: 320px;
    margin-top: 100px;
  }

  .head-bold {
    font-size: 36px;
  }

  .main {
    background-size: 20%;
    background-position: -7% 25%;
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .main-text__head {
    font-size: 62px;
    margin-bottom: 10px;
  }

  .main-text__info {
    font-size: 20px;
  }

  .info__text {
    font-size: 24px;
  }

  .info__mtext {
    font-size: 30px;
  }

  .work__head {
    font-size: 32px;
  }

  .advantage__head {
    font-size: 24px;
  }

  .advantage-col__item img {
    width: 60px;
  }

  .advantage-col__item span {
    font-size: 22px;
  }

  .form-block {
    padding: 45px;
  }

  .use-head {
    font-size: 32px;
  }

  .use-wrap__item img {
    height: 130px;
  }

  .use-wrap__item p {
    font-size: 20px;
  }

  .company__head {
    font-size: 32px;
  }

  .number p {
    font-size: 18px;
  }

  .number .num {
    font-size: 46px;
  }

  .number .num-text {
    font-size: 22px;
  }

  .footer {
    padding: 50px 8%;
  }
}

@media (max-width: 1480px) {
  .main-img {
    right: 130px;
  }
}

@media (max-width: 1400px) {
  .col-main {
    padding-left: 90px;
    padding-right: 90px;
  }

  .col-dop {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media only screen and (max-width: 1279px) {
  .main-img {
    right: 50px;
    width: 370px;
  }

  .info__text {
    font-weight: 400;
    margin-bottom: 7px;
    width: 65%;
  }

  .info__mtext {
    margin-bottom: 25px;
    width: 65%;
  }

  .number p br {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  body.inside h1 {
    font-size: 26px;
  }

  body.inside .content {
    padding: 0 5%;
  }

  .header-inside {
    padding: 5% 5% 0;
  }

  .header-inside img {
    width: 50%;
  }

  .btn-up {
    right: 20px;
    bottom: 60px;
  }

  .main-img-1 {
    bottom: 10%;
  }

  .main-img {
    width: 180px;
    right: 0;
    z-index: 0;
  }

  .col-main {
    padding-left: 5%;
    padding-right: 5%;
  }

  .col-dop {
    margin-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .head-bold {
    font-size: 26px;
  }

  .main {
    background-position: -18% 33%;
    padding-top: 10%;
    padding-bottom: 80px;
    background-size: 40%;
  }

  .main-text__head {
    font-size: 42px;
  }

  .main-text__info br {
    display: none;
  }

  .main-text__info {
    font-size: 16px;
  }

  .info {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .info__text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
    width: 70%;
  }

  .info__mtext {
    width: 70%;
    margin-bottom: 25px;
    font-size: 20px;
  }

  .info .btn-primary {
    z-index: 1;
    position: relative;
  }

  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about lite-youtube {
    width: 100%;
  }

  .about-block {
    width: 100%;
    margin-top: 35px;
  }

  .about-block__head {
    font-size: 28px;
  }

  .work {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .work__head {
    width: 100%;
    font-size: 28px;
    text-align: center;
  }

  .work-block {
    width: 100%;
    margin-top: 35px;
  }

  .client-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .client-logo img {
    margin-bottom: 25px;
  }

  .client-logo img {
    width: 35%;
  }

  .client-camera {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .client-camera picture:not(:last-of-type) {
    margin-bottom: 25px;
  }

  .advantage__head {
    line-height: 1.2;
    font-size: 18px;
    margin-bottom: 35px;
  }

  .advantage-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .advantage-col:nth-child(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .advantage-col__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .advantage-col__item img {
    width: 40px;
  }

  .advantage-col__item span {
    font-size: 16px;
  }

  .form-head {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .form-text br {
    display: none;
  }

  .form-text {
    font-size: 14px;
  }

  .form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
    padding: 25px;
    -webkit-box-shadow: 0 0 20px 5px #d0e0fd;
    box-shadow: 0 0 20px 5px #d0e0fd;
  }

  .form-block-col:nth-child(2) {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 25px;
  }

  .form-block-col:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .use-head {
    font-size: 28px;
    margin-bottom: 35px;
  }

  .use-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .use-wrap__item {
    width: 100%;
  }

  .use-wrap__item img {
    height: 100px;
  }

  .use-wrap__item p {
    font-size: 16px;
  }

  .company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company__head {
    width: 100%;
    font-size: 28px;
    text-align: left;
  }

  .company-img {
    width: 100%;
    text-align: center;
  }

  .company-img img {
    width: 85%;
  }

  .company-block {
    width: 100%;
    margin-top: 35px;
  }

  .number {
    margin-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .number p {
    font-size: 14px;
  }

  .number img {
    width: 85%;
  }

  .number-text {
    width: 100%;
    text-align: center;
  }

  .number .num {
    font-size: 30px;
  }

  .number .num-text {
    font-size: 12px;
  }

  .footer {
    padding: 50px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-polit {
    text-align: left;
    margin-top: 20px;
  }
}