@charset "UTF-8";

.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) 50% no-repeat
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: "←"
}

[dir=rtl] .slick-prev:before {
  content: "→"
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

.slick-next:before {
  content: "→"
}

[dir=rtl] .slick-next:before {
  content: "←"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
  position: relative;
  display: block
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: pointer;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ""
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */

/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */

/* Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

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

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

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

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

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Addresses styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'Museo Cyrl';
  src: url("../fonts/MuseoCyrl-500.eot");
  src: url("../fonts/MuseoCyrl-500.woff2") format("woff2"), url("../fonts/MuseoCyrl-500.woff") format("woff"), url("../fonts/MuseoCyrl-500.ttf") format("truetype"), url("../fonts/MuseoCyrl-500.svg#MuseoCyrl-500") format("svg"), url("../fonts/MuseoCyrl-500.eot?#iefix") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Cyrl';
  src: url("../fonts/MuseoCyrl-700.eot");
  src: url("../fonts/MuseoCyrl-700.woff2") format("woff2"), url("../fonts/MuseoCyrl-700.woff") format("woff"), url("../fonts/MuseoCyrl-700.ttf") format("truetype"), url("../fonts/MuseoCyrl-700.svg#MuseoCyrl-700") format("svg"), url("../fonts/MuseoCyrl-700.eot?#iefix") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Cyrl';
  src: url("../fonts/MuseoCyrl-900.eot");
  src: url("../fonts/MuseoCyrl-900.woff2") format("woff2"), url("../fonts/MuseoCyrl-900.woff") format("woff"), url("../fonts/MuseoCyrl-900.ttf") format("truetype"), url("../fonts/MuseoCyrl-900.svg#MuseoCyrl-900") format("svg"), url("../fonts/MuseoCyrl-900.eot?#iefix") format("embedded-opentype");
  font-weight: 900;
  font-style: normal;
}

html {
  font-size: 16px;
}

body {
  background-color: #ffffff;
  font-family: "Museo Cyrl", "Arial", sans-serif;
}

.body_fixed {
  overflow: hidden;
}

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

.wrapper {
  padding-top: 6rem;
  padding-left: 6rem;
  padding-right: 6rem;
}

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

.headerTop_wrap {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
  z-index: 103;
}

.headerTop {
  position: relative;
  height: 6rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerTop__nav {
  width: 50%;
}

.nav ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.nav__item a{
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
.headerTop__phone {
  line-height: 1;
  text-align: left;
}
.phone__text {
  font-size: 14px;
  color: #707070;
  margin: 0;
}
.headerTop__btn {
  width: 15%;
}

.headerTop__btn.btn:hover {
  background-color: #aa1919;
}

.phone__link {
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
}

.fixed__block {
  position: fixed;
  top: 35%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 1;
}

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

.phoneIcon__link {
  display: block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.phoneIcon__link:hover {
  cursor: pointer;
}

.phoneIcon {
  margin: 10px;
  width: 50px;
  margin-left: 20px;
}

.lessons {
  margin: 0;
  font-size: 16.1px;
}

.fixed__block__text {
  position: relative;
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
}

.fixed__block__text:hover .lessons {
  cursor: pointer;
  color: #be1a1a;
}

.freeVideo__block {
  width: 245px;
  padding: 30px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #3f3e4b;
  position: absolute;
  left: -20px;
  top: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  -o-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}

.freeVideo__block:before {
  content: "";
  border: 10px solid transparent;
  border-right: 15px solid #3f3e4b;
  position: absolute;
  top: -webkit-calc(50% - 15px);
  top: calc(50% - 15px);
  left: -25px;
}

.freeVideo__arrow {
  display: block;
  position: relative;
  bottom: 0;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
  height: 0;
  width: 40px;
  border-top: 2px solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.freeVideo__arrow:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 100%;
}

.freeVideo__arrow:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 98%;
  margin-left: -6px;
  border: 2px solid #fff;
  border-bottom-width: 0;
  border-left-width: 0;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.freeVideo__block_head {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.freeVideo__block_text {
  color: #fff;
  margin-bottom: 20px;
}

.fixed__block__text:hover .freeVideo__block {
  opacity: 1;
  visibility: visible;
}

.freeVideo__block:hover .freeVideo__block_head,
.freeVideo__block:hover .freeVideo__block_text {
  color: #be1a1a;
}

.freeVideo__block:hover .freeVideo__arrow {
  width: 60px;
  border-top: 2px solid #be1a1a;
}

.freeVideo__block:hover .freeVideo__arrow:after {
  border: 2px solid #be1a1a;
  border-bottom-width: 0;
  border-left-width: 0;
}

.fixed__block_left {
  left: -6rem;
}

.fixed__block_right {
  right: -6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 40px 0;
}

.social__text {
  margin: 0 10px 0 10px;
  font-weight: 700;
  visibility: hidden;
}

.social__text:hover {
  color: #be1a1a;
}

.social__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.social__link:hover {
  cursor: pointer;
}

.social__icon {
  width: 50px;
   
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 1;
}

.telegram__link,
.messenger__link {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.telegram__link img,
.messenger__link img {
  width: 40px;
}

.telegram__link,
.messenger__link {
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: top .4s, left .4s;
  -o-transition: top .4s, left .4s;
  transition: top .4s, left .4s;
}

.telegram__link_active {
  top: -50px;
  left: 30px;
}

.messenger__link_active {
  top: -50px;
  left: -30px;
}

.up {
  position: fixed;
  right: -20px;
  bottom: 120px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 1;
  width: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
}

.up__link {
  font-size: 14px;
  text-transform: uppercase;
  padding-right: 10px;
  font-weight: 700;
}

.up__arrow {
  display: block;
  position: relative;
  top: 3px;
  right: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
  height: 2px;
  margin: 5px 0;
  width: 40px;
  background: #000000;
}

.up__arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: -8px;
  border: 2px solid;
  border-bottom-width: 0;
  border-left-width: 0;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.up:hover {
  color: #be1a1a;
}

.up:hover .up__arrow {
  background-color: #be1a1a;
  width: 80px;
  cursor: pointer;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  background-color: #be1a1a;
  height: 48px;
  width: 220px;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
.header__btn {
  width: 100%;
}

.header__btn:hover {
  background-color: #aa1919;
  cursor: pointer;
}
.headerTop__logo {
  width: 175px;
}
.logo__img {
  width: 100%;
}
.humburger__logo {
  display: none;
}

.headerBanner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80vh;
  width: 100%;
  background-image: url(../img/mainpage_photo.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
@supports (background-image: -webkit-image-set(url('../img/mainpage_photo.webp') 1x)) {
    .headerBanner {background-image: -webkit-image-set(url('../img/mainpage_photo.webp') 1x) }
}

.headerBanner__content {
  padding-top: 80px;
}

.headerBanner__name {
  color: #ffffff;
  font-size: 2.6rem;
  text-align: center;
  padding: 0 180px;
  line-height: 1;
  font-weight: 900;
}

.headerBanner__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 520px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
}

.btn__price {
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  font-size: 1rem;
  margin: 10px;
  text-align: center;
  -webkit-transition: color .2s, border-color .3s;
  -o-transition: color .2s, border-color .3s;
  transition: color .2s, border-color .3s;
}

.btn__price:hover {
  color: #c7c7c7;
  border: 1px solid #c7c7c7;
}

.btn__service {
  margin: 10px;
  text-align: center;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.btn__service:hover {
  background-color: #aa1919;
}

.screen {
  padding: 40px 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.screen__content {
  padding-left: 60px;
}

.analitic__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.analitic__list,
.analitic__list_mob,
.tasks__list_mob {
  min-width: 250px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 40px;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}

.tasks__list_mob {
  list-style-type: decimal;
}

.analitic__text {
  padding-left: 30px;
  padding-right: 80px;
}

.text__item {
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000000;
  line-height: 1.6;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100%;
}

.text__item p {
  margin: 0;
}

.analitic_big {
  display: block;
  font-size: 3rem;
  font-weight: 900;
  padding-bottom: 20px;
  color: #be1a1a;
  line-height: 1;
}

.analitic__list_mob,
.tasks__list_mob {
  display: none;
}

.analitic__item_mob {
  color: #000000;
  position: relative;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  border-bottom: 1px solid #EBEDEC;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.analitic__item_mob:after {
  content: '\2022';
  position: absolute;
  left: 0;
  top: 0;
}

.tasks__item_mob {
  color: #000000;
  position: relative;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  border-bottom: 1px solid #EBEDEC;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chevron {
  width: 20px;
  height: 20px;
  stroke: #000000;
}

.chevron_active {
  stroke: #be1a1a;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.analitic__item {
  color: #000000;
  position: relative;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.analitic__item:after {
  display: none;
  content: '\2022';
  position: absolute;
  right: -880px;
  top: 0;
}

.analitic__item:before {
  content: '\2022';
  position: absolute;
  left: -30px;
  top: 0;
}

.analitic__item_color,
.tasks__item_color {
  color: #be1a1a;
}

.analitic__link {
  display: block;
  width: 100%;
}

.analitic__link_mob,
.tasks__link_mob {
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding-left: 30px;
  margin: 0;
}

.analitic__link_mob:hover,
.tasks__link_mob:hover {
  cursor: pointer;
}

.tasks__link_mob {
  padding-left: 10px;
}

.analitic__link:hover.analitic__item:before {
  color: #be1a1a;
}

.sub__text {
  font-size: 1rem;
  text-align: left;
  padding-left: 30px;
  line-height: 1.6;
  color: #000000;
}

.screen__head {
  position: relative;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 25px;
}

.screen__head::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 10px;
  background-color: #000000;
  position: absolute;
  top: 12px;
  left: -60px;
}

.about {
  background-image: url(../img/service.png);
  background-repeat: no-repeat;
  background-position: 85% 22%;
  -webkit-background-size: 55% 55%;
  background-size: 45%;
}

.screen__descr {
  width: 550px;
}

.about__descr_mob {
  text-align: center;
  display: none;
}

.about__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about__list {
  list-style: none;
  padding-left: 0;
  width: 60%;
}

.about__list li {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 40px;
}

.about__list li img {
  padding-right: 30px;
  width: 28px;
}

.about__price {
  width: 150px;
  padding-top: 30px;
  padding-left: 40px;
}

.about__price_link {
  color: #000;
  font-size: 1rem;
  line-height: 1;
  position: relative;
}

.price_arrow {
  display: block;
  position: relative;
  right: 0;
  bottom: -15px;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
  height: 20px;
  width: 40px;
  border-top: 3px solid #000000;
}

.price_arrow:before {
  content: "";
  position: absolute;
  top: -7px;
  right: 0;
  border: 3px solid;
  border-bottom-width: 0;
  border-left-width: 0;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.about__price_link:hover {
  color: #be1a1a;
}

.about__price_link:hover .price_arrow {
  width: 60px;
  border-top: 3px solid #be1a1a;
}

.about__price_link:hover .price_arrow:before {
  border: 3px solid #be1a1a;
  ;
  border-bottom-width: 0;
  border-left-width: 0;
}

.about__result {
  width: 400px;
  padding: 20px 80px 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../img/result_bg.jpg);
}

.about__result h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
}

.about__result p {
  font-size: 1rem;
  line-height: 1;
}

.portfolio {
  background-image: url("../img/portfolio_bg.png");
  background-repeat: no-repeat;
  background-position: 40% 15%;
  background-size: 50%;
  position: relative;
}

.portfolio .screen__head {
  margin-bottom: 80px;
}

.portfolio__head_mob {
  display: none;
}

.portfolio__slider_wrap {
  width: 100%;
  background-color: transparent;
}

.portfolio__slider_item {
  width: 100%;
}

.slider__item_text {
  width: 33%;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 3rem;
}

.slider_name {
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  margin: 0;
  margin-top: 10px;
}

.item__text_top {
  padding-left: 100px;
  padding-bottom: 5px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.item__text_top:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 30%;
  right: 0;
  bottom: 0;
  background-color: #c7c7c7;
}

.item__text_bottom {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.text_top_head {
  font-weight: 900;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.text_top {
  font-size: 1rem;
  margin-left: 15px;
  margin-top: 0;
  line-height: 1;
}

.slider__item_img {
  width: 33%;
  position: relative;
}

.slider__item_img:before {
  content: "";
  display: block;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  background-color: #ffffff;
  width: 20%;
  height: 30px;
  position: absolute;
  bottom: 5%;
  right: 100%;
}

.slider__item_img:after {
  content: "";
  display: block;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  background-color: #ffffff;
  width: 50%;
  height: 30px;
  position: absolute;
  bottom: 5%;
  left: 100%;
}

.slider__topLeft,
.slider__topRight {
  display: block;
  height: 30px;
  background-color: transparent;
  position: absolute;
}

.slider__topLeft {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  width: 20%;
  top: 5%;
  right: 100%;
}

.slider__topRight {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  top: 5%;
  width: 50%;
  left: 100%;
}

.portfolio__img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.slider__item_list {
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.item__list {
  width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 10px 0;
}

.slider__list {
  padding: 10px 20px;
  list-style: none;
  margin: 0;
  border: 1px solid #000000;
}

.slider__list li {
  line-height: 2.4;
  position: relative;
}

.slider__list li:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #be1a1a;
  position: absolute;
  top: 50%;
  left: -35px;
}

.slider__list .slider__list_head:before {
  display: none;
}

.slider__list_head {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 900;
  position: relative;
}

.slider__list_head:after {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  background-color: #be1a1a;
  position: absolute;
  bottom: 7px;
}

.btn__slider {
  margin: 20px auto 0;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.btn__slider:hover {
  background-color: #aa1919;
}

.slick-dots {
  padding-left: 0;
  list-style: none;
  width: 100%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
  height: 40px;
  position: relative;
}

.slick-dots li {
  margin: 5px;
}

.slick-dots li button {
  display: block;
  width: 20px;
  height: 5px;
  background-color: #000000;
  position: relative;
  bottom: 0;
  font-size: 0;
  -webkit-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
}

.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 5px;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  border: none;
}

.slick-dots li.slick-active button {
  height: 20px;
  background-color: #000000;
}

.portfolio__slider_nav,
.team__slider_nav {
  position: relative;
  z-index: 1;
  left: 10%;
  width: 220px;
  height: 30px;
  top: 95%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.portfolio__slider_nav:hover,
.team__slider_nav:hover {
  cursor: pointer;
}

.team__slider_nav {
  position: absolute;
  top: 85%;
  z-index: 102;
  height: 40px;
}

.arrow_left,
.arrow_prev {
  display: block;
  position: absolute;
  right: 140px;
  box-sizing: border-box;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
  height: 30px;
  width: 60px;
}

.arrow_left:before,
.arrow_prev:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  border: 3px solid;
  border-top-width: 0;
  border-right-width: 0;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow_left:after,
.arrow_prev:after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #000;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}

.arrow_left:hover,
.arrow_prev:hover {
  width: 80px;
  cursor: pointer;
}

.arrow_left:hover.arrow_left:after {
  background-color: #be1a1a;
  width: 80px;
}

.arrow_prev:hover.arrow_prev:after {
  background-color: #be1a1a;
  width: 80px;
}

.arrow_left:hover.arrow_left:before,
.arrow_prev:hover.arrow_left:before {
  border: 3px solid #be1a1a;
  border-top-width: 0;
  border-right-width: 0;
}

.arrow_prev:hover.arrow_prev:before {
  border: 3px solid #be1a1a;
  border-top-width: 0;
  border-right-width: 0;
}

.arrow_right,
.arrow_next {
  display: block;
  position: absolute;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
  height: 30px;
  left: 100px;
  width: 60px;
}

.arrow_right:after,
.arrow_next:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  margin-left: -6px;
  border: 3px solid #000000;
  border-bottom-width: 0;
  border-left-width: 0;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow_right:before,
.arrow_next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 60px;
  height: 3px;
  background-color: #000;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}

.arrow_right:hover,
.arrow_next:hover {
  width: 80px;
}

.arrow_next:hover.arrow_next:after {
  border: 3px solid #be1a1a;
  border-bottom-width: 0;
  border-left-width: 0;
}

.arrow_right:hover.arrow_right:after,
.arrow_next:hover.arrow_right:after {
  border: 3px solid #be1a1a;
  border-bottom-width: 0;
  border-left-width: 0;
}

.arrow_right:hover.arrow_right:before,
.arrow_next:hover.arrow_next:before {
  width: 80px;
  background-color: #be1a1a;
}
.review__container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}
.review__block {
  width: 45%;
}

.review__video img {
  width: 100%;
}
.review__video {
  position: relative;
  width: 100%;
  
}
.review__video_btn {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  transition: transform .2s;
}
.review__video_btn:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.btn__play {
  position: absolute;
  top: calc(50% - 28px);
  left: calc(50% - 15px);
  border: 30px solid transparent;	
  border-left: 40px solid #be1a1a;
 }
.video_wrap {
  width: 60%;
  background-color: transparent;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50.1%, -50.1%);
  -ms-transform: translate(-50.1%, -50.1%);
  transform: translate(-50.1%, -50.1%);
  z-index: 105;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  padding-top: 40%;
  height: 0;
}
/* .relation__ration {
  padding-top: 70%;
  height: 0;
} */
.relation__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
}
.video_btn {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 104;
  display: none;
}
.video_btn:hover {
  cursor: pointer;
}
.video_btn_actve {
  display: block;
}
.video_btn span {
  width: 100%;
  height: 2px;
  background-color: #cfcfcf;
  position: absolute;
  left: 0;
}
.line_first {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.line_second {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); 
}
.video_wrap_active {
  opacity: 1;
  visibility: visible;
}
.review__name {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.review__descr {
  font-size: 18px;
  text-align: center;
  margin-top: 5px;
}
.quotes {
  display: block;
  margin: 0 auto;
  width: 50px;
}
.review__text {
  font-size: 18px;
  text-align: center;
}
.clients__list {
  width: 80%;
  margin: 0 auto;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clients__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33.3%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clients__list li a {
  display: block;
}

.clients__list li a img {
  width: 100%;
}

.clients__logo {
  position: relative;
  transition: transform .2s;
}

.clients__logo:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.clients__logo a {
  color: #000000;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 15px;
  font-size: 1rem;
}

.top_left {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 25%;
  left: 25%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.top_right {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 25%;
  right: 25%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.bottom_left {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 25%;
  left: 25%;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.bottom_right {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 25%;
  right: 25%;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.clients__logo a span {
  color: #be1a1a;
}

.tasks {
  background-image: url("../img/business.png");
  background-repeat: no-repeat;
  background-position: 65% 17%;
  background-size: 50%;
}

.tasks__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tasks__block {
  width: 33.33%;
  text-align: center;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tasks__img {
  width: 100%;
}

.tasks__block_text {
  position: absolute;
  bottom: 5px;
  font-weight: bold;
}

.tasks__block_hover {
  opacity: 0;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 35px;
  height: 70%;
  width: 60%;
  background-color: #fff;
  border: 1px solid #be1a1a;
  -webkit-box-shadow: 0 0 20px rgba(190, 26, 26, 0.9);
  box-shadow: 0 0 20px rgba(190, 26, 26, 0.9);
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.tasks__block:hover .tasks__block_hover {
  opacity: 1;
}

.section__tasks_footer {
  background-image: url("../img/client.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.tasks__text_footer {
  padding-top: 40px;
  padding-right: 140px;
}

.tasks__text_mob {
  color: #707070;
  padding-left: 10px;
  padding-right: 60px;
  font-size: 1rem;
  margin: 10px 0;
  line-height: 1.2;
  font-weight: normal;
}

.team {
  position: relative;
}

.screen__text_team {
  margin-top: 5px;
  margin-bottom: 5px;
}

.screen__head_team {
  margin-top: 0;
  margin-bottom: 5px;
}

.team_sm {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  z-index: 101;
}

.team_sm span {
  font-size: 0;
}

.team__link {
  margin-right: 40px;
  width: 70px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow .4s;
  transition: -webkit-box-shadow .4s;
  -o-transition: box-shadow .4s;
  transition: box-shadow .4s;
  transition: box-shadow .4s, -webkit-box-shadow .4s;
}

.team__link:hover {
  cursor: pointer;
}

.team__link img {
  display: block;
  width: 100%;
}

.activeSlide {
  -webkit-box-shadow: 0 0 0 3px #be1a1a;
  box-shadow: 0 0 0 3px #be1a1a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.team__slider_wrap {
  padding-bottom: 40px;
  margin-top: -60px;
}

.team__slider_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.team_item_text {
  width: 40%;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 80px;
  padding-top: 60px;
}

.team_name {
  font-size: 1.4rem;
  font-weight: 900;
  color: #000000;
  margin: 10px 0;
}

.team_descr_head {
  font-weight: 700;
  font-size: 1rem;
  color: #000000;
  margin: 10px 0;
}

.team_descr {
  padding-left: 25%;
  color: #000000;
}

.team_descr span {
  display: block;
}

.team_experience {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #ffffff;
  margin: 10px 0;
  position: relative;
  z-index: 1;
}

.team_experience li {
  font-size: 1rem;
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  text-align: center;
  font-weight: bold;
}

.team_experience li span {
  font-size: 1.8rem;
  font-weight: 900;
  color: #be1a1a;
}

.team_item_img {
  margin-top: 60px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 60%;
  position: relative;
}

.team_item_img:before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background: transparent;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  position: absolute;
  right: 30%;
  top: -40px;
}

.team_item_img:after {
  content: "";
  display: block;
  width: 87%;
  height: 30%;
  background: transparent;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  position: absolute;
  right: 30%;
  bottom: -10px;
}

.team_item_img img {
  width: 90%;
  position: relative;
  z-index: 1;
  padding: 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #ffffff;
}
.team_btn {
  margin-top: 20px;
  width: 300px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: none;
}
.faq__tab {
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.faq__tab_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.faq__tab_item:hover {
  cursor: pointer;
}
.tab__item_block {
  width: 70px;
  height: 70px;
  flex: none;
  position: relative;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}
.faq__arrow {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 12px);
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  width: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tab__item_block_active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border: 1px solid #be1a1a;
}
.faq__arrow_active {
  border-left: 1px solid #be1a1a;
  border-top: 1px solid #be1a1a;
}
.faq__tab_text {
  padding-left: 20px;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.faq__tab_text_active {
  text-decoration: none;
}
.faq__tab_descr {
  padding-left: 90px;
  padding-right: 300px;
}


.screen__form {
  background-color: #000;
  width: 100%;
}

.screen__head_form {
  color: #fff;
  text-align: center;
}

.screen__head_form_mob {
  display: none;
}

.form__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.communication {
  width: 25%;
  padding-left: 60px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.communication:after {
  content: "";
  display: block;
  width: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 20px;
  bottom: 50px;
  right: -100px;
}

.communication__head {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.communication__list {
  color: #fff;
  font-size: 1rem;
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.communication__list li {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.communication__list li img {
  display: block;
  width: 24px;
  padding-right: 20px;
}

.communication__social {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.communication__social a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.communication__social a img {
  width: 30px;
  padding-right: 10px;
}

.callback_btn {
  margin-top: 20px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  -webkit-transition: border .3s, color .3s;
  -o-transition: border .3s, color .3s;
  transition: border .3s, color .3s;
}

.callback_btn:hover {
  border: 1px solid #c7c7c7;
  color: #c7c7c7;
  cursor: pointer;
}

.main__form {
  padding: 40px 80px 60px 40px;
  width: 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.input__wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.name,
.phone {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
  height: 40px;
  line-height: 40px;
  font-family: 'Museo Cyrl', sans-serif;
  background-color: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 1rem;
  border-bottom: 1px solid #ffffff;
}

.textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  font-weight: bold;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin-top: 50px;
  outline: none;
  resize: none;
  overflow: hidden;
}

/* Chrome, Firefox, Opera, Safari 10.1+ */

input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
}

input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
}

input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
}

input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
}

input::placeholder {
  color: #ffffff;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
}

/* Internet Explorer 10-11 */

input:-ms-input-placeholder {
  color: #ffffff;
  font-family: 'Museo Cyrl', sans-serif;
}

/* Microsoft Edge */

input::-ms-input-placeholder {
  color: #ffffff;
  font-family: 'Museo Cyrl', sans-serif;
}

/* Chrome, Firefox, Opera, Safari 10.1+ */

textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
  font-family: "Museo Cyrl", "Arial", sans-serif;
}

textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  font-family: "Museo Cyrl", "Arial", sans-serif;
}

textarea:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  font-family: "Museo Cyrl", "Arial", sans-serif;
}

textarea::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  font-family: "Museo Cyrl", "Arial", sans-serif;
}

textarea::placeholder {
  color: #ffffff;
  opacity: 1;
  font-family: "Museo Cyrl", "Arial", sans-serif;
}

/* Internet Explorer 10-11 */

textarea:-ms-input-placeholder {
  color: #ffffff;
  font-family: "Museo Cyrl", "Arial", sans-serif;
}

/* Microsoft Edge */

textarea::-ms-input-placeholder {
  color: #ffffff;
  font-family: "Museo Cyrl", "Arial", sans-serif;
}

.messenger__form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}

.messenger__text {
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
}

.check {
  display: none;
}

.messenger__check {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.messenger__check label {
  color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.messenger__check label:hover {
  cursor: pointer;
}

.messenger__check label span {
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.messenger__check label span:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  left: 3px;
  bottom: 3px;
  background-color: #ffffff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.messenger__check label .check:checked+span:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.form_send {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
}

.file_upload {
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.file_upload img {
  width: 30px;
  margin-right: 10px;
}

.file_upload span {
  color: #ffffff;
  text-decoration: underline;
}

.file_upload span:hover {
  cursor: pointer;
}

.file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.form__btn {
  border: none;
  font-weight: 700;
  border: 1px solid #ffffff;
  background-color: transparent;
  outline: none;
  -webkit-transition: border .3s, color .3s;
  -o-transition: border .3s, color .3s;
  transition: border .3s, color .3s;
}

.form__btn:hover {
  border: 1px solid #c7c7c7;
  color: #c7c7c7;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
}

.footer__descr,
.footer__list,
.footer__form {
  width: 25%;
}
.logo__img_footer {
  width: 220px;
}
.footer__descr p {
  margin: 10px 0;
  font-size: 1rem;
  font-weight: bold;
}

.footer__list {
  list-style-type: none;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
}

.footer__list_head {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1rem;
  position: relative;
}

.footer__list_head:after {
  content: "";
  display: block;
  height: 2px;
  width: 110%;
  background-color: #be1a1a;
  bottom: 0;
  left: 0;
}

.footer__form_head {
  font-weight: bold;
  font-size: 1rem;
  display: inline-block;
  position: relative;
}

.footer__form_head:after {
  display: block;
  content: "";
  width: 60%;
  height: 2px;
  background-color: #be1a1a;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.footer_email {
  padding: 5px;
  border: none;
  border-bottom: 1px solid #000000;
  outline: none;
  width: 90%;
  background-color: transparent;
  font-family: "Museo Cyrl", "Arial", sans-serif;
  padding-left: 0;
  color: #707070;
}

.footer_email::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  color: #707070;
  font-family: "Museo Cyrl", "Arial", sans-serif;
}

.footer_email::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  color: #707070;
  font-family: "Museo Cyrl", "Arial", sans-serif;
}

.footer_email:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  color: #707070;
  font-family: "Museo Cyrl", "Arial", sans-serif;
}

.footer_email::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  color: #707070;
  font-family: "Museo Cyrl", "Arial", sans-serif;
}

.footer_email::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  color: #707070;
  font-family: "Museo Cyrl", "Arial", sans-serif;
}

.footer_email:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: uppercase;
  color: #707070;
  font-family: "Museo Cyrl", "Arial", sans-serif;
}

.footer_email::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: "Museo Cyrl", "Arial", sans-serif;
  color: #707070;
}

.footer_btn {
  position: absolute;
  top: -3px;
  right: 20px;
  padding: 5px;
  border: none;
  background: none;
  outline: none;
  background-color: transparent;
}

.footer_btn:hover {
  cursor: pointer;
}

.footer__wrap img {
  width: 20px;
  height: 20px;
  outline: none;
}

.footer__social {
  padding-top: 20px;
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__social a {
  display: block;
}

.footer__social img {
  width: 30px;
}

#screenFooter {
  padding-top: 20px;
}

/* modal=========================================== */

.overlay {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 103;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.overlay_active {
  opacity: 1;
  visibility: visible;
}

.callback__form_wrap {
  width: 30.1%;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 40px;
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50.1%, -50.1%);
  -ms-transform: translate(-50.1%, -50.1%);
  transform: translate(-50.1%, -50.1%);
  z-index: 105;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}

.callback__form_wrap span {
  position: absolute;
  display: block;
  text-transform: uppercase;
  top: 20px;
  right: 30px;
  color: #cfcfcf;
}

.callback__form_wrap span:hover {
  cursor: pointer;
}

.callback__form_active {
  opacity: 1;
  visibility: visible;
}

.modall__head {
  font-size: 2rem;
  text-align: center;
  font-weight: 900;
  padding-bottom: 20px;
  margin: 0;
}

.callbackForm {
  width: 100%;
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
}

.callbackForm input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #cfcfcf;
  height: 40px;
  padding: 0;
  margin-bottom: 20px;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.callbackForm input::-webkit-input-placeholder {
  font-size: 0.9rem;
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
}

.callbackForm input::-moz-placeholder {
  font-size: 0.9rem;
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
}

.callbackForm input:-ms-input-placeholder {
  font-size: 0.9rem;
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
}

.callbackForm input::-ms-input-placeholder {
  font-size: 0.9rem;
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
}

.callbackForm input::placeholder {
  font-size: 0.9rem;
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
}

.callbackForm input:-ms-input-placeholder {
  color: #707070;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.9rem;
}

.callbackForm input::-ms-input-placeholder {
  color: #707070;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.9rem;
}

.callbackForm input[type="submit"] {
  background-color: #be1a1a;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 0;
  font-size: 1rem;
  border: none;
  margin-top: 20px;
}

.callbackForm input[type="submit"]:hover,
.question__form input[type="submit"]:hover,
.form_price input[type="submit"]:hover {
  background-color: #aa1919;
}

.success,
.success_footer {
  display: none;
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 40%;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 106;
}

.success img {
  display: block;
  width: 100px;
  margin: 0 auto;
  padding: 10px;
}

.success span,
.success_footer span {
  position: absolute;
  display: block;
  text-transform: uppercase;
  top: 20px;
  right: 30px;
  color: #cfcfcf;
}

.success span:hover,
.success_footer span:hover {
  cursor: pointer;
}

.success img {
  width: 50px;
}

.modall__text {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  color: #3f3e4b;
}

.price__form_wrap {
  width: 30%;
  background-color: #ffffff;
  padding: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50.1%, -50.1%);
  -ms-transform: translate(-50.1%, -50.1%);
  transform: translate(-50.1%, -50.1%);
  z-index: 105;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}

.price__form_wrap .modall__head {
  border-bottom: 1px solid #cfcfcf;
}

.price__form_wrap>span {
  position: absolute;
  display: block;
  text-transform: uppercase;
  top: 20px;
  right: 30px;
  color: #cfcfcf;
}

.price__form_wrap span:hover {
  cursor: pointer;
}

.price__form_active {
  opacity: 1;
  visibility: visible;
}

.form_price {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form_price input {
  width: 100%;
  height: 30px;
  border: none;
  border-bottom: 1px solid #707070;
  outline: none;
  margin: 10px 0;
  color: #707070;
  line-height: 25px;
}

.form_price input::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.form_price input::-moz-placeholder {
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.form_price input:-ms-input-placeholder {
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.form_price input::-ms-input-placeholder {
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.form_price input::placeholder {
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.form_price input:-ms-input-placeholder {
  color: #707070;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.form_price input::-ms-input-placeholder {
  color: #707070;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.form_price label {
  color: #707070;
  font-size: 12px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.form_price label:hover {
  cursor: pointer;
}

.personData {
  display: none;
}

.form_price label span {
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.form_price label span:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  left: 3px;
  bottom: 3px;
  background-color: #707070;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.form_price label .personData:checked+span:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* .form_price input[type="checkbox"] {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
} */

.form_price input[type="submit"] {
  width: 40%;
  display: block;
  height: 40px;
  margin: 0 auto;
  font-size: 1rem;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #be1a1a;
  text-align: center;
  font-weight: 700;
  border: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.form_price textarea {
  outline: none;
  border: none;
  border-bottom: 1px solid #707070;
  resize: none;
  height: 30px;
  margin-top: 10px;
  color: #707070;
  line-height: 25px;
  padding: 0;
  box-sizing: border-box;
}

.form_price textarea::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.form_price textarea::-moz-placeholder {
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.form_price textarea:-ms-input-placeholder {
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.form_price textarea::-ms-input-placeholder {
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.form_price textarea::placeholder {
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.form_price textarea:-ms-input-placeholder {
  color: #707070;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.form_price textarea::-ms-input-placeholder {
  color: #707070;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.question__form_wrap {
  width: 30%;
  background-color: #ffffff;
  padding: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50.1%, -50.1%);
  -ms-transform: translate(-50.1%, -50.1%);
  transform: translate(-50.1%, -50.1%);
  z-index: 105;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}

.question__form_wrap .modall__head {
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  width: 80%;
  margin: 0 auto;
}

.question__form_wrap span {
  position: absolute;
  display: block;
  text-transform: uppercase;
  top: 20px;
  right: 30px;
  color: #cfcfcf;
}

.question__form_wrap span:hover {
  cursor: pointer;
}

.question__form_active {
  opacity: 1;
  visibility: visible;
}

.question__form {
  padding-top: 20px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
}

.question__form input {
  width: 100%;
  height: 30px;
  border: none;
  border-bottom: 1px solid #707070;
  outline: none;
  margin: 10px 0;
  color: #707070;
  line-height: 25px;
}

.question__form input::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.question__form input::-moz-placeholder {
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.question__form input:-ms-input-placeholder {
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.question__form input::-ms-input-placeholder {
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.question__form input::placeholder {
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.question__form input:-ms-input-placeholder {
  color: #707070;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.question__form input::-ms-input-placeholder {
  color: #707070;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.question__form label {
  font-size: 12px;
  color: #707070;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.question__form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 20px;
}

.question__form input[type="submit"] {
  width: 40%;
  display: block;
  height: 40px;
  margin: 40px auto 0;
  font-size: 1rem;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #be1a1a;
  text-align: center;
  font-weight: 700;
  border: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.question__form textarea {
  outline: none;
  border: none;
  border-bottom: 1px solid #707070;
  resize: none;
  height: 30px;
  margin-top: 10px;
  color: #707070;
  padding: 0;
  line-height: 25px;
  box-sizing: border-box;
}

.question__form textarea::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.question__form textarea::-moz-placeholder {
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.question__form textarea:-ms-input-placeholder {
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.question__form textarea::-ms-input-placeholder {
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.question__form textarea::placeholder {
  color: #707070;
  opacity: 1;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.question__form textarea:-ms-input-placeholder {
  color: #707070;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.question__form textarea::-ms-input-placeholder {
  color: #707070;
  font-family: 'Museo Cyrl', sans-serif;
  font-size: 0.8rem;
}

.languagepicker {
    background-color: transparent;
    display: inline-block !important;
    padding: 0;
    height: 35px;
    overflow: hidden;
    transition: all .3s ease;
    margin: 20px 50px 10px 0;
    vertical-align: top;
    float: left;
}

.languagepicker:hover {
    /* don't forget the 1px border */
    height: 61px;
}

.languagepicker a{
    color: #000;
    text-decoration: none;
}

.languagepicker li {
    display: block;
    font-size: 25px;
    padding: 0px 20px;
    line-height: 35px;
    border-top: 1px solid #EEE;
}

.languagepicker li:hover{
    background-color: rgba(255,255,255,.3);;
}

.languagepicker a:first-child li {
    border: none;
    background: #FFF !important;
}

.languagepicker li img {
    margin-right: 5px;
    height:27px;
}

.large:hover {
    margin-top:40px;
    height: 85px;
}

#not_robot_price, #not_robot_question, #not_robot_callback {
    padding:0 0 20px 0;
    color: #aeaeae

}

#not_robot_price_input, #not_robot_callback_input, #not_robot_question_input {
    margin:0;
}

@media only screen and (max-width: 1400px) {
  .headerTop__logo {
    width: 130px;
  }
  .nav ul {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 14px;
  }

  .container {
    max-width: 1140px;
  }

  .fixed__block_left {
    left: -6rem;
  }

  .fixed__block_right {
    right: -6rem;
  }

  .up {
    right: -30px;
  }

  .analitic__item:after {
    right: -740px;
  }
  .btn, .headerTop__btn {
    width: 180px;
  }
  .nav__item a {
    font-size: 14px;
  }
  .headerTop__logo {
    width: 100px;
  }
  .analitic__text {
    padding-right: 40px;
  }
  .slider_name {
    position: relative;
    background-color: #ffffff;
    z-index: 1;
  }

  .item__text_top {
    padding-left: 20%;
  }

  .item__list {
    width: 80%;
  }

  .team_sm {
    width: 50%;
  }

  .team_experience li {
    padding-left: 10px;
  }

  .team_item_text {
    padding-right: 10px;
  }

  .communication {
    width: 30%;
  }
}
@media only screen and (max-width: 1024px) {
  .body_fixed {
    overflow: hidden;
  }
  .headerTop__logo {
    padding-left: 80px;
    position: relative;
    z-index: 3;
  }
  .humburger__logo {
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: block;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 30px;
  }
  
  .humburger__logo span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    border-radius: 50%;
    background-color: #4d4d4d;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
  }
  
  .humburger__logo span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }
  
  .humburger__logo span:nth-child(2) {
    top: 7px;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }
  
  .humburger__logo span:nth-child(3) {
    top: 14px;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }
  
  .humburger__logo.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 1px;
    left: 8px;
  }
  
  .humburger__logo.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  
  .humburger__logo.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 23px;
    left: 8px;
  }  
  .headerTop__nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    top: 0;
    left: -100%;
    transition: left .5s;
  }
  .headerTop__nav_active {
    left: -10%;
    width: 120%;
  }
  .header__btn {
    position: relative;
    z-index: 3;
  }
  .nav, .nav ul {
    height: 100%;
    text-align: left;
  }
  .nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 10%;
    padding-left: 10%;
  }
    .languagepicker li {
        padding: 0px 0px;
    }
    .nav__item a {
    font-size: 16px;
    line-height: 30px;
  }
  .nav__item_lg a {
    font-size: 40px;
    line-height: 60px;
  }
  .tab__item_block {
    width: 50px;
    height: 50px;
  }
  .faq__arrow {
    width: 15px;
    height: 15px;
    left: calc(50% - 8px);
  }
  .faq__tab_item {
    margin-bottom: 10px;
  }
  .faq__tab_descr {
    padding: 0;
  }
}
/*Large devices*/

@media only screen and (max-width: 991px) {
  .container {
    max-width: 960px;
  }

  .headerBanner__name {
    padding: 0 100px;
  }

  .analitic__wrapper {
    padding-top: 0;
  }

  .analitic__item:after {
    right: -550px;
  }

  .analitic__text {
    padding-left: 0;
    padding-right: 20px;
  }

  .analitic__item:after {
    display: none;
  }

  .about__list li {
    line-height: 40px;
  }

  .text_top_head {
    margin-top: 0;
  }

  .btn__slider {
    width: 100%;
  }

  .slider__topLeft,
  .slider__bottomLeft,
  .slider__topRight,
  .slider__bottomRight {
    display: none;
  }

  .portfolio__head,
  .portfolio__slider_item,
  .portfolio__slider_nav {
    display: none;
  }

  .portfolio__slider_wrap {
    display: none;
  }

  .portfolio__head_mob {
    display: block;
    font-size: 1.6rem;
    text-align: center;
  }

  .portfolio__slider_wrap_mob {
    width: 100%;
    margin: 0 40px 20px 0;
  }

  .portfolio__slider_item_mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 40px;
    width: 500px;
  }

  .portfolio__slider_item_mob img {
    width: 100%;
  }

  .site__descr_mob {
    font-size: 1rem;
    color: #707070;
    margin: 0;
    padding-top: 10px;
  }

  .site__name_mob {
    font-size: 1rem;
    color: #000000;
    text-decoration: underline;
    font-weight: 900;
  }

  .site__text_mob {
    display: block;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    text-decoration: underline;
    margin-bottom: 20px;
  }

  .site__link_mob {
    text-transform: uppercase;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
  }

  .site__link_mob:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 102%;
  }

  .site__link_mob:hover {
    color: #be1a1a;
  }

  .site__link_mob:hover.site__link_mob:after {
    background-color: #be1a1a;
  }

  .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tasks__block_hover {
    width: 90%;
  }

  .team_sm {
    width: 60%;
  }

  .team_descr {
    padding-left: 10%;
  }

  .communication__list li img {
    width: 20px;
  }

  .communication__social a img {
    width: 20px;
  }

  .form_send {
    width: 100%;
  }

  .question__form_wrap .modall__head {
    width: 100%;
  }

  .question__form input[type="submit"] {
    width: 60%;
  }

  .success {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .logo__img_footer {
    width: 150px;
  }
}

/*Medium devices, Tablets*/

@media only screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }

  .wrapper {
    padding-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .headerTop_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    min-width: 100%;
  }

  .headerTop {
    height: auto;
    width: 100%;
    left: 0;
    right: 0;
  }
  .headerTop__logo {
    padding-left: 60px;
  }

  .fixed__block__text,
  .social__text,
  .up {
    display: none;
  }

  .up {
    visibility: hidden;
  }

  .fixed__block_left {
    left: 0;
    top: 85%;
    z-index: 103;
  }

  .fixed__block_right {
    z-index: 103;
    right: 10px;
    top: 85%;
    padding: 0 20px 0 0;
  }

  .social__icon {
    width: 50px;
  }

  .phoneIcon {
    width: 50px;
    margin: 10px;
    margin-left: 25px;
  }

  .telegram__link img,
  .messenger__link img {
    width: 40px;
  }

  .telegram__link_active {
    top: -20px;
    left: 50px;
  }

  .messenger__link_active {
    top: -50px;
    left: 0px;
  }
  .humburger__logo {
    top: 13px;
    left: 15px;
  }
  .headerTop__nav_active {
    left: 0;
    width: 100%;
  }
  .nav ul {
    padding-top: 20%;
  }

  .headerBanner__content {
    padding: 0;
    width: 100%;
  }

  .headerBanner {
    height: 40vh;
  }

  .headerBanner__name {
    padding: 0 30px;
    font-size: 2rem;
  }

  .headerBanner__btn {
    width: 500px;
    padding-top: 0;
  }

  .headerTop__btn {
    width: 150px;
  }

  .headerTop__btn .btn {
    width: 100%;
  }

  .btn {
    height: 3rem;
    font-size: 0.7rem;
  }

  .btn__price,
  .btn__service {
    width: 220px;
  }

  .screen {
    padding: 0;
  }

  .screen__content {
    padding-left: 0;
    width: 80%;
    margin: 0 auto;
  }

  .screen__head {
    font-size: 1.8rem;
    text-align: center;
    text-transform: none;
  }

  .screen__head:before {
    display: none;
  }

  .analitic__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
  }

  .analitic_big {
    display: none;
  }

  .analitic__list {
    display: none;
  }

  .analitic__text {
    display: none;
  }

  .analitic__list_mob {
    display: block;
  }

  .analitic__link_mob {
    margin: 0;
  }

  .analitic__link_mob:hover {
    cursor: pointer;
  }

  .about {
    background-image: url(../img/service_mob.png);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 50% 50%;
    background-size: 50%;
  }

  .about__descr_mob {
    display: block;
    text-align: center;
    margin: 0;
  }

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

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

  .about__price {
    display: none;
  }

  .about__list {
    width: 100%;
  }

  .about__list li {
    font-size: 1.1rem;
  }

  .about__list li img {
    width: 20px;
  }

  .about__result {
    padding: 10px 60px 10px 10px;
  }

  .about__result h3 {
    margin: 0;
  }

  .portfolio {
    background-position: 50% 20px;
    background-size: 50%;
  }

  .portfolio__slider_item_mob {
    width: 400px;
  }
  .review__container {
    margin-top: 0;
  }
  .review__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review__block {
    margin-top: 20px;
    width: 100%;
  }
  .video_wrap {
    width: 90%;
    padding-top: 60%;
  }
  .video_btn {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .video_btn span {
    background-color: #4d4d4d;
  }
  .review__descr {
    font-size: 100%;
    margin-top: 0;
  }
  .review__text {
    color: #707070;
    font-size: 1em;
  }
  .clients__logo a {
    font-size: 0.6rem;
  }

  .tasks {
    background-position: center 5%;
    -webkit-background-size: 60% 60%;
    background-size: 60%;
  }

  .screen__text {
    text-align: center;
  }

  .tasks__wrapper {
    display: none;
  }

  .tasks__list_mob {
    display: block;
    width: 85%;
    margin: 0 auto;
  }

  .section__tasks_footer {
    background-position: center top;
    -webkit-background-size: 50% 50%;
    background-size: 50%;
  }

  .tasks__text_footer {
    padding: 10px;
    text-align: center;
  }

  .team {
    margin-bottom: 50px;
  }

  .team_sm {
    display: none;
  }

  .team__slider_wrap {
    padding-bottom: 60px;
  }

  .team__slider_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .team_item_img:after,
  .team_item_img:before {
    display: none;
  }

  .team__slider_nav {
    width: 30%;
    top: 95%;
    left: 40%;
  }

  .team_item_img,
  .team_item_text {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
  }

  .team_item_img img {
    width: 100%;
    padding: 10px;
  }

  .team_item_text {
    text-align: center;
    padding-top: 0;
  }

  .team_name {
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    width: 50%;
    display: block;
    margin: 0 auto;
  }

  .team_descr {
    padding-left: 0;
  }

  .team_descr_head {
    font-weight: 900;
  }

  .team_experience {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 45%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
  }

  .team_experience li {
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .team_experience li span {
    padding-right: 10px;
  }
  .faq {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .screen__form {
    margin-top: 20px;
    width: 90%;
    margin: 0 auto;
  }

  .screen__head_form {
    display: none;
  }

  .screen__head_form_mob {
    display: block;
    font-size: 1.6rem;
    color: #ffffff;
    text-align: center;
  }

  .form__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .main__form {
    width: 100%;
    padding: 20px;
  }

  .communication__list li {
    width: 40%;
    justify-content: start;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
  }

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

  .name,
  .phone {
    width: 100%;
    margin-bottom: 10px;
  }

  .textarea {
    margin-top: 10px;
  }

  .messenger__form {
    display: none;
  }

  .file_upload {
    display: none;
  }

  .file {
    display: none;
  }

  .form__btn {
    margin: 40px auto 0;
    width: auto;
    height: auto;
    padding: 10px 30px;
  }

  .communication {
    width: 100%;
    padding: 20px;
  }

  .communication:after {
    display: none;
  }

  .communication__head {
    text-align: center;
  }

  .communication__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .communication__social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .communication__social a {
    padding: 10px;
  }

  .callback_btn {
    width: 220px;
    margin: 10px auto;
  }

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

  .footer__descr a img {
    width: 150px;
    height: auto;
  }

  .footer__descr p {
    display: none;
  }

  .footer__list {
    display: none;
  }

  .footer__form {
    display: none;
  }

  .callback__form_wrap {
    width: 60%;
  }

  .modall__head {
    font-size: 1.6rem;
  }

  .question__form_wrap {
    width: 60%;
  }

  .price__form_wrap {
    width: 60%;
  }

  .success {
    width: 70%;
  }
}

/*Small devices, phones*/

@media only screen and (max-width: 575px) {
  html {
    font-size: 16px;
  }

  .headerBanner__name {
    font-size: 1.3rem;
  }

  .headerBanner__btn {
    width: 90%;
  }

  .screen__content {
    width: 90%;
  }

  .headerTop__phone {
    display: none;
  }

  .logo__img {
    height: 28px;
  }

  .about__result {
    width: 100%;
  }

  .portfolio__slider_item_mob {
    width: 290px;
    margin-right: 10px;
  }

  .clients__list li {
    padding: 10px;
  }

  .top_left,
  .top_right,
  .bottom_left,
  .bottom_right {
    width: 10px;
    height: 10px;
  }

  .top_left {
    top: 15%;
    left: 15%;
  }

  .top_right {
    top: 15%;
    right: 15%;
  }

  .bottom_left {
    bottom: 15%;
    left: 15%;
  }

  .bottom_right {
    bottom: 15%;
    right: 15%;
  }

  .team_experience {
    width: 55%;
  }

  .team_experience li span {
    font-size: 1.4rem;
  }

  .team__slider_nav {
    width: 50%;
    left: 30%;
  }

  .team_name {
    width: 100%;
  }

  .communication__list li {
    width: 60%;
  }

  .callback__form_wrap {
    width: 80%;
  }

  .callback_btn {
    width: 160px;
    margin: 10px auto;
  }

  .price__form_wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .success {
    width: 90%;
  }
}

@media only screen and (max-width: 420px) {
  .communication__list li {
    width: 70%;
  }

  .team_experience {
    width: 70%;
  }
}

/*Extra - small devices*/

@media only screen and (max-width: 375px) {
  html {
    font-size: 14px;
  }

  .site__link_mob:after {
    height: 1px;
  }

  .portfolio__slider_item_mob {
    width: 240px;
  }

  .team__slider_nav {
    width: 60%;
  }
}

/*Extra - small devices*/