/*! 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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -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 */
}

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

/* roboto-regular - latin_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/roboto-v27-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/roboto-v27-latin_cyrillic-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../fonts/roboto-v27-latin_cyrillic-italic.woff2") format("woff2"), url("../fonts/roboto-v27-latin_cyrillic-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/roboto-v27-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/roboto-v27-latin_cyrillic-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

.body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  position: relative;
  min-width: 320px;
}
.body.lock {
  overflow: hidden;
}

.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.hero {
  background: url("../img/jpg/hero-bg.jpg") no-repeat center;
  background-size: cover;
}
.hero__container {
  padding-top: 130px;
  padding-bottom: 130px;
}
.hero__title {
  font-size: 56px;
  line-height: 1;
  max-width: 640px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
  margin-bottom: 100px;
}
.hero__text {
  font-size: 24px;
  line-height: 1;
  max-width: 355px;
  margin-bottom: 90px;
  color: #fefefe;
}
.hero__increse-text {
  background: url("../img/png/hero-numbers.png") no-repeat left;
  padding-top: 145px;
  font-size: 29px;
  text-transform: uppercase;
  color: #92b3ff;
  margin-bottom: 0;
}

.our-work__container {
  padding-top: 40px;
  padding-bottom: 50px;
  margin: 0 auto;
}
.our-work__title {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  color: 18px;
  text-transform: uppercase;
  color: #257cf7;
  text-align: center;
}
.our-work__btns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -22.5px;
  margin-bottom: 50px;
}
.our-work__btns-item {
  padding-left: 22.5px;
  padding-right: 22.5px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc((100%/4) - 22.5px);
  flex: 1 0 calc((100%/4) - 22.5px);
}
.our-work__tab-btn {
  padding: 15px;
  width: 100%;
  border-radius: 30px;
  text-transform: uppercase;
  color: #257cf7;
  background: #fff;
  border: 3px solid #257cf7;
  font-weight: 700;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
  font-size: 16px;
}
.our-work__tab-btn._active {
  background: #257cf7;
  color: #fff;
}
.our-work__swiper {
  display: none;
}
.our-work__swiper._active {
  display: block;
}
.our-work__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.our-work__swiper-slide_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.our-work__swiper-slide_right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.our-work__swiper-wrapper {
  margin-bottom: 70px;
}
.our-work__controllers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.our-work__button-prev {
  position: static;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 35px;
  color: #838383;
  border: 1px solid #838383;
  border-radius: 30px;
  margin-right: 60px;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
.our-work__button-prev::after {
  display: none;
}
.our-work__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.our-work__button-next {
  position: static;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 35px;
  color: #838383;
  border: 1px solid #838383;
  border-radius: 30px;
  margin-left: 35px;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
.our-work__button-next::after {
  display: none;
}
.our-work__pagination-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 50%;
  border: 1px solid #838383;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.our-work__pagination-bullet:not(last-child) {
  margin-right: 25px;
}
.our-work__bullet-active {
  background: #257cf7;
  border-color: #257cf7;
  color: #fff;
}

.adaptation {
  background: url("../img/jpg/adaptive-bg.jpg") no-repeat center;
  background-size: cover;
}
.adaptation__title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 175px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 80px;
}
.adaptation__container {
  padding-top: 65px;
  padding-bottom: 80px;
}
.adaptation__content-wrapper {
  padding: 20px;
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.adaptation__discription {
  max-width: 410px;
  margin-top: 0;
  font-size: 18px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.adaptation__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.adaptation__text {
  color: #ffffff;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.adaptation__input {
  padding: 10px;
  border: none;
  margin-bottom: 35px;
}
.adaptation__input::-webkit-input-placeholder {
  font-style: italic;
  color: #8e8e8e;
}
.adaptation__input::-moz-placeholder {
  font-style: italic;
  color: #8e8e8e;
}
.adaptation__input:-ms-input-placeholder {
  font-style: italic;
  color: #8e8e8e;
}
.adaptation__input::-ms-input-placeholder {
  font-style: italic;
  color: #8e8e8e;
}
.adaptation__input::placeholder {
  font-style: italic;
  color: #8e8e8e;
}
.adaptation__send-btn {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  padding: 12px 40px;
  text-transform: uppercase;
  border: none;
  background: #2c5eb5;
  color: #ffffff;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.adaptation__send-btn:hover {
  background: #0042b3;
}

.benefits__container {
  padding-top: 50px;
}
.benefits__title {
  margin-top: 0;
  text-align: center;
  font-size: 18px;
  color: #257cf7;
  font-weight: 400;
  text-transform: uppercase;
}
.benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.benefits__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100%/3);
  flex: 1 0 calc(100%/3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 25px;
}
.benefits__img {
  position: absolute;
  top: -20px;
}
.benefits__img-three {
  top: -40px;
}
.benefits__img-four {
  top: 0px;
}
.benefits__img-five {
  top: -30px;
}
.benefits__img-six {
  top: 0px;
}
.benefits__img-eight {
  top: 0px;
}
.benefits__content-wrapper {
  position: relative;
  width: 225px;
  min-height: 140px;
  padding: 75px 10px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.benefits__content-wrapper_thin-border {
  border: 3px solid #257cf7;
}
.benefits__content-wrapper_thick-border {
  border: 5px solid #257cf7;
}
.benefits__content {
  position: relative;
  z-index: 10;
  text-align: center;
  margin: 0;
  font-size: 18px;
  color: #474747;
}
.benefits__content_small {
  max-width: 120px;
}
.benefits__content_big {
  max-width: 255px;
}
.tariff {
  overflow-y: hidden;
  overflow-x: auto;
}
.tariff__container {
  max-width: 1410px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  padding-top: 70px;
}
.tariff__title {
  font-size: 18px;
  font-weight: 700;
  color: #257cf7;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
.tariff__text {
  font-size: 14px;
  color: #474747;
  text-align: center;
  max-width: 400px;
  margin: 0;
  margin-bottom: 30px;
}
.tariff__discription-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1380px;
}
.tariff__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tariff__table-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-width: 1380px;
}
.tariff__name-list {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(18% - 25px);
  flex: 1 0 calc(18% - 25px);
  margin-right: 25px;
}
.tariff__category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.tariff__category-wrapper_border {
  border-bottom: 3px solid #257cf7;
}
.tariff__category-wrapper_indent {
  margin-top: 20px;
}
.tariff__category-title-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc((100%/5) - 25px);
  flex: 1 0 calc((100%/5) - 25px);
}
.tariff__category-title-item:not(:last-child) {
  margin-right: 25px;
}
.tariff__name-wrapper {
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 7px 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 18%;
  flex: 1 0 18%;
  margin-right: 25px;
  position: relative;
}
.tariff__name-wrapper_grey {
  background: #e6e6e6;
}
.tariff__name-wrapper_position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 10px;
  font-size: 14px;
  color: #636363;
  margin-bottom: -3px;
}
.tariff__name {
  font-size: 14px;
  color: #636363;
}
.tariff__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 72%;
  flex: 1 0 72%;
}
.tariff__category-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc((100% / 5) - 25px);
  flex: 1 0 calc((100% / 5) - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tariff__category-item:not(:last-child) {
  margin-right: 25px;
}
.tariff__category-item_grey {
  background: #e6e6e6;
}
.tariff__icon-wrapper {
  position: absolute;
  right: 0;
  top: 25%;
}
.tariff__icon-popup {
  position: absolute;
  display: inline-block;
  background: #474747;
  border-radius: 10px;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 160px;
  font-size: 14px;
  padding: 5px;
  top: 0px;
  right: -160px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.tariff__icon-popup::before {
  content: "";
  border-style: solid;
  border-width: 5.5px 7px 5.5px 0;
  border-color: transparent #474747 transparent transparent;
  left: -10px;
  position: relative;
  display: inline-block;
}
.tariff__icon-popup:hover {
  opacity: 1;
  visibility: visible;
}
.tariff__name-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #257cf7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  right: -15px;
  cursor: pointer;
}
.tariff__name-icon:hover + .tariff__icon-popup {
  opacity: 1;
  visibility: visible;
}
.tariff__category-title-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 72%;
  flex: 1 0 72%;
}
.tariff__category-title {
  margin-top: 0;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #257cf7;
  color: #fff;
  padding: 10px 10px 7px 10px;
  margin-bottom: -3px;
}
.tariff__categoty-item {
  padding: 10px;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tariff__categoty-item_grey {
  background: #e6e6e6;
}
.tariff__categoty-price {
  color: #636363;
  font-size: 18px;
  font-weight: 700;
}
.tariff__categoty-cms {
  color: #636363;
  font-size: 14px;
}
.tariff__categoty-license {
  font-size: 14px;
  color: #636363;
}
.tariff__time {
  font-size: 14px;
  color: #636363;
}
.tariff__category-btn {
  padding: 20px;
  width: 100%;
  border: none;
  background: #257cf7;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  margin-bottom: 10px;
}
.tariff__category-btn:hover {
  background: #0151c1;
}
.tariff__category-link {
  display: block;
  font-size: 14px;
  color: #959595;
  font-style: italic;
  text-align: center;
}
.tariff__close-icon {
  background: url("../img/png/close.png") no-repeat center;
  width: 30px;
  height: 30px;
}
.tariff__ok-icon {
  background: url("../img/png/chek.png") no-repeat center;
  width: 30px;
  height: 30px;
}
.tariff__pdf-icon {
  background: url("../img/png/pdf.png") no-repeat center;
  width: 30px;
  height: 30px;
  background-size: cover;
}
.tariff__word-icon {
  background: url("../img/png/word.png") no-repeat center;
  width: 30px;
  height: 30px;
  background-size: cover;
}

.questions__container {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: url("../img/png/questions-bg.png") no-repeat;
  background-position: 30px 60px;
}
.questions__content-wrapper {
  padding: 100px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.questions__title {
  margin-top: 0;
  margin-bottom: 45px;
  font-weight: 700;
  font-size: 18px;
  color: #257cf7;
  text-transform: uppercase;
  text-align: center;
}
.questions__list {
  margin-bottom: 40px;
}
.questions__item {
  margin-bottom: 20px;
}
.questions__spoller-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.questions__spoller-title._active .questions__icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.questions__number {
  color: #257cf7;
  font-size: 18px;
  margin-right: 25px;
  display: inline-block;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.questions__text {
  max-width: 435px;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  color: #474747;
  padding-right: 40px;
}
.questions__icon {
  display: inline-block;
  margin-left: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 36px;
  color: #257cf7;
  font-weight: 700;
  line-height: 0.7;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.questions__btn {
  padding: 10px 35px;
  background: #257cf7;
  border: none;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.questions__btn:hover {
  background: #0154c9;
}
.questions__spoller-content {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 20px;
  background: #c7dbf7;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 499px;
}

.working__container {
  padding-bottom: 200px;
}
.working__title {
  text-transform: uppercase;
  color: #257cf7;
  font-size: 18px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}
.working__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.working__item {
  position: relative;
  min-width: calc((100%/3) - 10px);
}
.working__item:hover {
  z-index: 50;
}
.working__item-one {
  top: 40px;
}
.working__item-two {
  left: -17%;
}
.working__item-three {
  left: -33%;
  top: 85px;
}
.working__item-four {
  left: -50%;
  top: 30px;
}
.working__item-five {
  left: -70%;
  top: 120px;
}
.working__stage {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  padding: 15px 40px 30px 40px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: #257cf7;
  position: relative;
}
.working__stage-one {
  z-index: 1;
}
.working__stage-two {
  z-index: 2;
}
.working__stage-three {
  z-index: 3;
}
.working__stage-four {
  z-index: 4;
}
.working__stage-five {
  z-index: 5;
}
.working__content-wrapper {
  padding: 30px 120px 90px 30px;
  border-radius: 30px;
  border: 5px solid #257cf7;
  background: #fff;
  position: relative;
  z-index: 1;
  top: 3px;
}
.working__content-wrapper-one {
  z-index: 2;
}
.working__content-wrapper-two {
  z-index: 3;
}
.working__content-wrapper-three {
  z-index: 4;
}
.working__content-wrapper-four {
  z-index: 5;
}
.working__content-wrapper-five {
  z-index: 6;
}
.working__text {
  font-size: 18px;
  margin: 0;
}
.working__twxt-title {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.team__container {
  padding-bottom: 50px;
}
.team__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #257cf7;
}
.team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.team__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.team__item:not(:last-child) {
  margin-right: 66px;
}
.team__img {
  width: 198px;
  height: 198px;
  margin-bottom: 18px;
}
.team__name {
  display: inline-block;
  text-transform: uppercase;
  color: #474747;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.team__position {
  display: inline-block;
  color: #474747;
  font-size: 18px;
}

.clients__swiper-container {
  padding-left: 20px;
  padding-right: 20px;
}
.clients__container {
  padding-bottom: 50px;
}
.clients__title {
  color: #257cf7;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}
.clients__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.clients__img {
  display: inline-block;
}
.clients__swiper-button-prev {
  left: -5px;
  color: #753bb0;
  outline: none;
}
.clients__swiper-button-prev:after {
  font-size: 25px;
}
.clients__swiper-button-next {
  right: -5px;
  color: #753bb0;
  outline: none;
}
.clients__swiper-button-next:after {
  font-size: 25px;
}

.contacts {
  position: relative;
}
.contacts__title {
  font-size: 18px;
  color: #257cf7;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
  text-align: center;
}
.contacts__content-wrapper {
  border: 3px solid #257cf7;
  padding: 30px 60px;
  display: inline-block;
  position: absolute;
  background: #fff;
  z-index: 10;
  right: 10%;
  top: 20%;
}
.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.contacts__wrapper {
  padding-top: 10px;
}
.contacts__link {
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #474747;
  text-decoration: none;
}
.contacts__discription {
  color: #474747;
  margin-bottom: 12px;
}
.contacts__btn {
  padding: 10px;
  text-transform: uppercase;
  min-width: 265px;
  background: #257cf7;
  color: #fff;
  border: none;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.contacts__btn:hover {
  background: #0052c4;
}
.contacts__messenger-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts__messenger {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
}
.contacts__whatsapp {
  background: url("../img/png/whatsapp.png") no-repeat center;
}
.contacts__viber {
  background: url("../img/png/viber.png") no-repeat center;
}
.contacts__map {
  width: 100%;
  min-height: 500px;
}
.contacts__messenger-phone {
  font-size: 18px;
  font-weight: 700;
  color: #474747;
  text-decoration: none;
}
.contacts__icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 3px solid #257cf7;
  border-radius: 50%;
  margin-right: 20px;
}
.contacts__icon_phone {
  background: url("../img/png/telephone.png") no-repeat center;
}
.contacts__icon_mail {
  background: url("../img/png/mail.png") no-repeat center;
}

.modal {
  padding: 70px 80px 60px 60px;
  background: rgba(37, 124, 247, 0.7);
  position: relative;
}
.modal:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #257cf7 url("../img/png/modal-bg.png") no-repeat top;
  background-size: cover;
  z-index: -1;
}
.modal__wrapper {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}
.modal__wrapper._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__bg-blue {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 600px;
}
.modal__input {
  padding: 15px;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
}
.modal__input::-webkit-input-placeholder {
  color: 464646;
  font-size: 20px;
  font-style: italic;
}
.modal__input::-moz-placeholder {
  color: 464646;
  font-size: 20px;
  font-style: italic;
}
.modal__input:-ms-input-placeholder {
  color: 464646;
  font-size: 20px;
  font-style: italic;
}
.modal__input::-ms-input-placeholder {
  color: 464646;
  font-size: 20px;
  font-style: italic;
}
.modal__input::placeholder {
  color: 464646;
  font-size: 20px;
  font-style: italic;
}
.modal__textarea {
  padding: 15px;
  margin-bottom: 25px;
  resize: none;
  background: rgba(255, 255, 255, 0.8);
  min-height: 180px;
}
.modal__textarea::-webkit-input-placeholder {
  color: 464646;
  font-size: 20px;
  font-style: italic;
}
.modal__textarea::-moz-placeholder {
  color: 464646;
  font-size: 20px;
  font-style: italic;
}
.modal__textarea:-ms-input-placeholder {
  color: 464646;
  font-size: 20px;
  font-style: italic;
}
.modal__textarea::-ms-input-placeholder {
  color: 464646;
  font-size: 20px;
  font-style: italic;
}
.modal__textarea::placeholder {
  color: 464646;
  font-size: 20px;
  font-style: italic;
}
.modal__btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 15px 75px;
  background: #257cf7;
  color: #fff;
  text-transform: uppercase;
  border: 3px solid #fff;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.modal__btn:hover {
  background: #0048ae;
}

@media (hover) {
  .our-work__button-next:hover {
    color: #fff;
    background: #838383;
  }
  .our-work__button-prev:hover {
    color: #fff;
    background: #838383;
  }
  .our-work__tab-btn:hover {
    background: #257cf7;
    color: #fff;
  }
}
@media (max-width: 1200px) {
  .our-work__btns-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .our-work__btns-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100%/2);
    flex: 1 0 calc(100%/2);
    margin-bottom: 20px;
  }
  .our-work__swiper-slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .questions__container {
    background-size: cover;
    background: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 50px;
  }
  .questions__content-wrapper {
    padding: 20px;
  }

  .tariff__table-wrapper:after {
    display: none;
  }

  .working__content-wrapper {
    padding: 30px;
  }
  .working__stage {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .adaptation {
    background: #257cf7 url("../img/jpg/adaptive-bg.jpg") no-repeat center;
    background-size: contain;
  }
  .adaptation__title {
    max-width: none;
    margin-bottom: 50px;
  }
  .adaptation__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contacts__content-wrapper {
    position: static;
    width: 100%;
    border: none;
  }
  .contacts__item {
    margin-bottom: 30px;
  }
  .contacts__map {
    min-height: 300px;
  }

  .modal {
    padding: 20px;
  }
  .modal__form {
    min-width: 250px;
  }

  .our-work__pagination {
    display: none;
  }
  .our-work__button-prev {
    margin: 0;
    outline: none;
  }
  .our-work__button-next {
    outline: none;
  }

  .team__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100%/2);
    flex: 1 0 calc(100%/2);
  }
  .team__item:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .adaptation {
    background: #257cf7;
  }
  .adaptation__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero__title {
    font-size: 44px;
    line-height: 1;
    max-width: 576px;
    margin-bottom: 50px;
  }
  .hero__container {
    padding-top: 50px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero__text {
    max-width: 576px;
    margin-bottom: 50px;
  }
  .hero__increse-text {
    font-size: 24px;
    max-width: 576px;
    background-size: contain;
    margin-top: 0;
  }

  .our-work__tab-btn {
    font-size: 14px;
  }
  .our-work__btns-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .our-work__btns-item {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .our-work__swiper-wrapper {
    margin-bottom: 30px;
  }
  .our-work__img {
    width: 100%;
    background-size: contain;
  }
}
@media (max-width: 576px) {
  .contacts__wrapper {
    padding: 0;
  }
  .contacts__content-wrapper {
    padding: 0;
    padding-bottom: 50px;
  }
  .contacts__icon {
    display: none;
  }

  .hero__title {
    font-size: 26px;
  }
  .hero__text {
    margin-top: 0;
    font-size: 18px;
  }
  .hero__increase-wrapper {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .hero__increse-text {
    font-size: 18px;
    max-width: 282px;
    background-position: top;
    padding-top: 76px;
  }

  .questions__content-wrapper {
    padding: 0;
  }
  .questions__number {
    margin-right: 10px;
  }
  .questions__text {
    padding-right: 10px;
  }

  .working__item {
    position: relative;
  }
  .working__content-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px;
  }
  .working__stage {
    font-size: 16px;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: -35px;
  }
}