@font-face {
  font-family: 'rouble';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/rouble.ttf") format("truetype");
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  src: local("Exo-2 Medium "), local("Exo2-Medium"), url("/fonts/ttf/Exo2-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 300;
  src: local("Exo-2 Medium Italic"), local("Exo2-Medium-Italic"), url("/fonts/ttf/Exo2-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: local("Exo-2"), local("Exo2"), url("/fonts/Exo2.0-Regular.otf?") format("opentype"), url("/fonts/ttf/Exo2-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 400;
  src: local("Exo-2"), local("Exo2"), url("/fonts/Exo2.0-Italic.otf?") format("opentype"), url("/fonts/ttf/Exo2-Italic.ttf") format("truetype");
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  src: local("Exo-2 Bold"), local("Exo2-Bold"), url("/fonts/Exo2.0-Bold.otf?") format("opentype"), url("/fonts/ttf/Exo2-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 700;
  src: local("Exo-2 Bold Italic"), local("Exo2-Bold-Italic"), url("/fonts/ttf/Exo2-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 900;
  src: local("Exo-2 Black "), local("Exo2-Black"), url("/fonts/ttf/Exo2-Black.ttf") format("truetype");
}
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 900;
  src: local("Exo-2 Black Italic"), local("Exo2-Medium-Italic"), url("/fonts/ttf/Exo2-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-family: 'Panton';
  font-style: italic;
  font-weight: 900;
  src: local("Panton Black Italic"), local("Panton-Black-Italic"), url("/fonts/Panton-BlackItalic.otf?") format("opentype");
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
body {
  font-family: "Exo 2", sans-serif;
  background-color: #fff;
  color: #0d0d0d;
  line-height: 1.5;
}
h1 {
  font-size: 65px;
  color: #231f20;
  margin: 0;
  line-height: 1.03;
  font-weight: bold;
  font-style: italic;
}
h2 {
  font-size: 49px;
  line-height: 51px;
  color: #000000;
  font-weight: 900;
  font-style: italic;
  margin: 0;
  font-family: "Exo 2", sans-serif;
}
h3 {
  font-family: "Exo 2", sans-serif;
  font-size: 31px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.19;
  text-align: left;
  color: #0d0d0d;
  margin-top: 30px;
}
h4 {
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  color: #0d0d0d;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #c30404;
  border-color: #c30404;
}
img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  position: relative;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
li:before {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #ffe200;
  left: 0;
  top: 6px;
  content: '';
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 15px;
  margin-bottom: 0;
}
.fluid-gallery {
  max-width: 1920px;
  margin: auto;
}
.mfp-arrow:active {
  position: absolute;
  top: 50%;
}
.pt-30 {
  padding-top: 30px;
}
.pt-15 {
  padding-top: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-30 {
  padding-right: 30px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-30 {
  padding-bottom: 30px;
}
.mt-30 {
  padding-top: 30px;
}
.mt-15 {
  padding-top: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-30 {
  margin-left: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-15 {
  margin-right: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.left-square {
  position: relative;
  padding-left: 30px;
}
.left-square--personal {
  margin-top: 46px;
  margin-left: 5px;
}
.left-square:before {
  position: absolute;
  display: block;
  left: 0;
  top: 10px;
  content: '';
  width: 21px;
  height: 21px;
  border-radius: 5px;
  background-color: #FFE200;
}
.subtitle {
  padding-top: 28px;
}
.subtitle--bold {
  font-weight: bold;
}
.login-wrapper {
  text-align: center;
}
.login-link {
  text-align: center;
  color: #0D0D0D;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
.icon-thorns {
  position: relative;
  width: 36px;
  display: inline-block;
}
.icon-thorns:before {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0;
  display: block;
  width: 36px;
  height: 29px;
  background-image: url("/img/icons/thorns.svg");
  background-size: cover;
}
.bottom-line {
  position: relative;
  padding-bottom: 28px;
  line-height: 1;
}
.bottom-line:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  width: 230px;
  height: 4px;
  background-color: #ffe200;
  bottom: 0;
  border-radius: 50px;
}
.bottom-line--header {
  padding-bottom: 24px;
}
.bottom-line--header:before {
  width: 389.5px;
}
.bottom-line--big-number:before {
  left: 55px;
  bottom: 4px;
}
button {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  color: #0d0d0d;
  padding: 9px 50px;
  background-color: #FFE200;
  box-shadow: 0 3px 0 0 #a87e00;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
button:hover {
  background-color: #FFEE6C;
}
button:active {
  position: relative;
  top: 2px;
  box-shadow: 0 1px 0 0 #a87e00;
  outline: none;
}
button:focus {
  outline: 0;
  outline-offset: 0;
}
button:disabled {
  transition: .3s;
  box-shadow: none;
  background-color: #CCCCCC;
  color: #8c8c8c;
}
.btn-white {
  background-color: #fff;
  box-shadow: none;
}
.phone-number {
  position: relative;
  display: block;
  color: #fff;
  font-family: 'Arial', sans-serif;
  font-size: 24px;
  padding-left: 18px;
  padding-bottom: 15px;
  font-weight: bold;
}
.phone-number:before {
  position: absolute;
  content: '';
  left: -20px;
  top: 13px;
  display: block;
  width: 33px;
  height: 35px;
  background-image: url("/img/icons/mobile.svg");
  background-size: cover;
}
.phone-number:after {
  position: absolute;
  left: 15px;
  font-weight: normal;
  font-style: italic;
  content: 'Или позвоните основателю';
  bottom: 4px;
  font-size: 13px;
  display: block;
}
.phone-number--black {
  color: #000;
}
.phone-number--black:before {
  background-image: url("/img/icons/mobile-black.svg");
  top: 5px;
}
.subtitle {
  font-family: Arial;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #0d0d0d;
}
.big-number {
  font-size: 108px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  text-align: center;
}
.grey-text {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
  color: #7b7b7b;
}
.arrow-down {
  position: relative;
  padding-right: 15px;
  padding-left: 10px;
}
.arrow-down:before {
  position: absolute;
  transform: translate(-3px, 8px) rotate(45deg);
  content: '';
  top: 1px;
  width: 10px;
  height: 3px;
  background-color: #0D0D0D;
  transition: transform 250ms ease;
}
.arrow-down:after {
  position: absolute;
  transform: translate(3px, 8px) rotate(-45deg);
  content: '';
  width: 10px;
  height: 3px;
  top: 1px;
  background-color: #0D0D0D;
  transition: transform 250ms ease;
}
.anim {
  transition: 0.5s ease-out;
}
.anim.out {
  opacity: 0;
}
.anim.in {
  opacity: 1;
}
.anim-v-slide.in {
  transform: translateY(0);
}
.anim-v-slide.out {
  transform: translateY(80px);
}
.anim-v-slide.out_top {
  transform: translateY(-80px);
}
.td-1 {
  transition-delay: 0.1s;
}
.td-2 {
  transition-delay: 0.2s;
}
.td-3 {
  transition-delay: 0.3s;
}
.td-4 {
  transition-delay: 0.4s;
}
.td-5 {
  transition-delay: 0.5s;
}
.td-6 {
  transition-delay: 0.6s;
}
.td-7 {
  transition-delay: 0.7s;
}
.td-8 {
  transition-delay: 0.8s;
}
.td-9 {
  transition-delay: 0.9s;
}
.page-header {
  background: url("/img/header-bg.jpg");
  padding-top: 71px;
  margin-left: 3%;
  margin-right: 3%;
  border-radius: 5px;
  position: relative;
  background-size: cover;
  margin-top: 42px;
}
.page-header-title {
  font-size: 63px;
  font-family: "Panton", sans-serif;
  font-weight: 900;
  font-style: italic;
  padding-top: 5px;
}
.page-header__logo {
  width: 30%;
}
.header-bottom-line {
  margin-top: 30px;
  width: 100%;
}
.page-header__top-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.page-header__intro {
  font-family: "Exo 2", sans-serif;
  padding-top: 45px;
}
.page-header__title-wrapper {
  font-family: "Exo 2", sans-serif;
  width: 80%;
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-header__title-wrapper:before {
  position: absolute;
  display: block;
  content: '';
  background-color: rgba(255, 226, 0, 0.9);
  width: 2000px;
  height: 100%;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  transform: skewX(-20deg);
  border-radius: 3px;
}
.page-header-title__description {
  font-style: italic;
  font-size: 32px;
  line-height: 1.5;
}
.page-header__suggestion {
  font-size: 35px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.2;
  color: #fff;
  padding-top: 26px;
  width: 82%;
  font-family: "Exo 2", sans-serif;
}
.page-header__description {
  font-family: "Exo 2", sans-serif;
  font-size: 25px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.36;
  text-align: left;
  color: #ffffff;
  width: 92%;
  padding-top: 28px;
}
.page-header-bottom {
  padding-top: 40px;
  padding-bottom: 20px;
}
.page-header-bottom__item {
  font-family: "Exo 2", sans-serif;
  font-weight: bold;
  font-style: italic;
  position: relative;
  padding-top: 10px;
  padding-bottom: 16px;
  font-size: 19px;
  color: #fff;
  text-align: center;
  border-left: 1px solid #FFE200;
  line-height: 1.2;
}
.page-header-bottom__item:first-child {
  border-left: none;
  text-align: left;
}
.page-header__action {
  position: absolute;
  bottom: -15px;
  left: 25%;
  text-align: center;
  background-color: #c30404;
  border-radius: 30px;
  display: block;
  padding-bottom: 5px;
  width: 133px;
  margin-top: 10px;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  vertical-align: middle;
}
.fixed {
  position: fixed;
  transition: 1s;
  box-sizing: border-box;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 300;
  width: 100%;
  padding-top: 0;
}
.fixed + .page-header__intro {
  margin-top: 100px;
}
.fixed .navbar {
  margin: auto;
}
.fixed .fixed-container {
  margin: auto;
}
.fixed .navbar-toggler:before {
  background-color: #000;
  box-shadow: 0 6px 0 0 #000, 0 12px 0 0 #000;
}
.fixed .main-nav__link {
  color: #0D0D0D;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.main-nav__link {
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-family: Arial;
  padding: 0;
}
.main-nav__link:hover {
  color: #FFE200;
  border-bottom: 1px solid #FFE200;
  transition: .3s;
}
.main-nav__link--home {
  border-bottom: none;
}
.navbar {
  padding: 0;
  width: 100%;
}
.collapse {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.main-nav__item {
  padding-top: 0;
  padding-left: 31px;
  padding-right: 0;
}
.main-nav__item:before {
  display: none;
}
.active {
  padding: 6px 21px;
  width: 100%;
  color: #000;
  margin-top: -5px;
  border-bottom: none;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  border-radius: 2px;
  background: #FFE200;
}
.active:hover {
  border-bottom: none;
  color: #000;
}
.experience button {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.experience__number {
  font-family: "Exo 2", sans-serif;
  font-size: 220px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  line-height: 169px;
  padding-top: 0;
}
.experience__text {
  color: #fff;
  font-size: 27px;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  padding-top: 30px;
  padding-left: 20px;
  width: 90%;
  padding-bottom: 23px;
}
.experience__phone {
  padding-top: 10px;
  padding-left: 15px;
  font-weight: bold;
}
.experience__phone-wrapper {
  padding-left: 35px;
}
.total-earnings__numbets-wrapper {
  font-weight: bold;
  text-align: center;
}
.total-earnings__numbets {
  display: inline-block;
  position: relative;
  font-style: italic;
  font-weight: 900;
  font-size: 140px;
  font-family: "Exo 2", sans-serif;
  line-height: 220px;
}
.total-earnings__numbets:before {
  bottom: 20px;
  left: 0;
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 9px;
  background-color: #FFE200;
  border-radius: 5px;
}
.total-earnings__description {
  text-align: center;
  font-style: italic;
  font-size: 24px;
  line-height: 1.29;
  color: #0d0d0d;
  padding-top: 10px;
}
.total-earnings__wrapper {
  max-width: 917px;
  margin: auto;
}
.total-earnings__ruble {
  font-size: 89px;
}
.format {
  padding-top: 135px;
}
.format-number {
  font-size: 198px;
  font-weight: 900;
  font-style: italic;
  line-height: 188px;
  text-align: left;
  font-family: "Exo 2", sans-serif;
  color: #ffe200;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.7);
  margin-top: -30px;
}
.format-number-subtitle {
  font-family: 'Arial', sans-serif;
  font-size: 27px;
  font-style: italic;
  line-height: 1;
  color: #0d0d0d;
  text-align: center;
  padding-top: 15px;
}
.format__list {
  padding-top: 36px;
}
.format-item__titel {
  font-size: 25px;
  font-style: italic;
  line-height: 1.76;
  text-align: center;
  color: #0d0d0d;
}
.format-item__subtitle {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  padding-bottom: 15px;
  line-height: 1.5;
  text-align: center;
}
.format-item__cost {
  padding-top: 27px;
  font-family: Arial;
  font-size: 16px;
  text-align: center;
}
.format-item__btn {
  font-family: "Exo 2";
  display: block;
  margin: auto;
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  padding-left: 40px;
  padding-right: 40px;
}
.format__tour {
  color: #0D0D0D;
  display: block;
  margin: auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.format__tour span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.video {
  padding-top: 70px;
}
.video__title {
  max-width: 100%;
}
.video__subtitle {
  max-width: 70%;
  margin-bottom: 30px;
}
.video__player {
  margin-top: 15px;
}
.video__btn {
  margin-top: 30px;
  width: 100%;
}
.video__youtube {
	background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    background-image: url(/img/video-bg.jpg);
    border-radius: 10px;
    background-size: cover;
}
.video__youtube:hover {
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.3);
}
.video__youtube .play {
  background: url('/img/icons/youtube-play-btn.png') no-repeat;
  /*ВАЖНО: здесь укажите адрес до изображения*/
  background-position: 0 -50px;
  -webkit-background-size: 100% auto;
  position: absolute;
  height: 50px;
  width: 69px;
  transition: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
}
.video__youtube:hover .play {
  background-position: 0 0;
}
.chains-stores {
  padding-top: 188px;
  position: relative;
}
.chains-stores:before {
  position: absolute;
  width: 94%;
  display: block;
  content: '';
  top: 91px;
  left: 3%;
  background-color: #EFEFEF;
  height: 63%;
  border-radius: 5px;
}
.chains-stores__top {
  padding-bottom: 30px;
}
.chains-stores__opening {
  padding-top: 22px;
  font-family: 'Arial', sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.32;
  text-align: center;
  width: 80%;
  margin: auto;
}
.chains-stores__video {
  position: relative;
}
.chains-stores__video-title {
  position: absolute;
  display: block;
  bottom: 36px;
  left: 133px;
  width: 180px;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.17;
  text-align: left;
  color: #ffffff;
}
.chains-stores__video-title:before {
  display: block;
  position: absolute;
  content: '';
  top: -17px;
  right: 195px;
  width: 80px;
  background-image: url("/img/icons/youtube.svg");
  background-size: cover;
  height: 68px;
}
.chains-stores-slider__description {
  font-size: 14px;
  text-align: center;
}
.chains-stores-slider__year {
  padding-top: 15px;
  text-align: center;
}
.icons-row {
  padding-top: 78px;
}
.essence {
  padding-top: 68px;
  padding-bottom: 20px;
}
.essence__qote {
  margin-top: 30px;
  padding: 20px 68px 20px 20px;
  font-family: "Exo 2", sans-serif;
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.28;
  background-color: #EFEFEF;
  border-radius: 3px;
}
.essence__qote-subtitle {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #868686;
  padding-top: 10px;
  padding-left: 20px;
}
.essence__video {
  position: relative;
}
.essence__video-lint {
  position: absolute;
  display: block;
  bottom: 64px;
  left: 210px;
  width: 300px;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.17;
  text-align: left;
  color: #ffffff;
}
.essence__name-wrapper {
  position: relative;
}
.essence__name {
  position: relative;
  width: 160px;
  font-size: 28px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.11;
  color: #0d0d0d;
  margin-top: 15px;
}
.essence__name:before {
  position: absolute;
  width: 128px;
  height: 128px;
  border-radius: 100px;
  border: 5px solid #fff;
  background-image: url(/img/igor.jpg);
  content: '';
  left: -140px;
  top: -25px;
}
.essence__name-description {
  padding-top: 2px;
}
.essence__name-social-link {
  position: absolute;
  top: 0;
  left: 90px;
  display: block;
  content: '';
  width: 22px;
  height: 22px;
}
.essence__right-col-text {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  padding-top: 9px;
  width: 96%;
}
.essence__list {
  padding-top: 15px;
}
.essence__item {
  padding-left: 20px;
  position: relative;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
.essence__item:before {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #ffe200;
  left: 0;
  top: 6px;
  content: '';
  display: block;
}
.essence__btn {
  padding: 7px 63px;
  font-weight: 900;
  font-family: "Exo 2", sans-serif;
}
.sell {
  padding-top: 50px;
  z-index: 1;
}
.sell .container {
  padding-left: 35px;
  padding-right: 35px;
  background-color: #efefef;
  border-radius: 5px;
}
.sell__numder {
  padding-top: 15px;
  font-size: 200px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  margin-bottom: 18px;
}
.sell__numder span {
  font-size: 60px;
  margin-left: -20px;
  line-height: 1;
}
.sell__numder-subtitle {
  font-size: 16px;
  font-weight: 800;
  font-family: "Exo 2", sans-serif;
}
.sell__title {
  padding-top: 30px;
}
.sell-footer__title {
  padding-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
}
.sell-footer__site {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Exo 2", "Arial", sans-serif;
}
.sell-footer__site-link {
  font-size: 18px;
  font-weight: 500;
  color: #0d0d0d;
  border-bottom: 1px solid #0d0d0d;
}
.sell-footer__site-link:hover {
  text-decoration: none;
}
.sell-footer__list {
  padding-top: 70px;
}
.sell-footer-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}
.sell-footer-item__img {
  width: 40%;
  height: 55px;
}
.care {
  padding-top: 90px;
  padding-bottom: 20px;
}
.care h2 {
  width: 70%;
}
.care p {
  width: 78%;
}
.care .care-item__description {
  width: 100%;
}
.care-list {
  text-align: center;
  padding-top: 45px;
}
.care-item__title {
  padding-top: 26px;
  font-weight: bold;
}
.care-item__description {
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.proposal {
  padding-top: 29px;
  padding-bottom: 60px;
  text-align: center;
  border-top: 1px solid #95989A;
  border-bottom: 1px solid #95989A;
  margin-top: 18px;
}
.proposal h2 {
  font-size: 83px;
  line-height: 102px;
}
.proposal p {
  padding-top: 25px;
  width: 80%;
  margin: auto;
  display: block;
  font-family: "Exo 2", sans-serif;
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.36;
  text-align: center;
}
.get {
  padding-top: 66px;
  padding-bottom: 80px;
}
.get__image-warehouse {
  position: relative;
}
.get__image-warehouse:before {
  position: absolute;
  bottom: 19px;
  left: 31px;
  content: 'Склад 80м';
  display: block;
  color: #fff;
  font-style: italic;
  font-family: "Exo 2", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.get__word-success {
  padding-top: 20px;
}
.get-asside__yellow {
  margin-top: 117px;
  padding-top: 297px;
  position: relative;
  background-color: #FFE200;
  border-radius: 0 0 5px 5px;
}
.get-asside__yellow:after {
  position: absolute;
  top: -125px;
  content: '';
  background-image: url(/img/get-conrt.jpg);
  height: 392px;
  left: 11%;
  right: 11%;
  display: block;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.17);
}
.get-asside__yellow h3 {
  text-align: center;
  font-size: 21px;
  line-height: 1.5;
  padding-left: 57px;
  padding-right: 57px;
  margin-top: 0;
}
.get-bottom-triangle {
  margin-top: -5px;
}
.get-asside__yellow-description {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #0d0d0d;
  padding-left: 50px;
  padding-right: 50px;
}
.get-asside__yellow-description {
  position: relative;
}
.get-asside__yellow-description:before {
  position: absolute;
  bottom: -10px;
  content: '';
  left: 33%;
  display: block;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 20px solid rgba(13, 13, 13, 0.28);
}
.get-asside__yellow-description:after {
  position: absolute;
  bottom: -9px;
  content: '';
  left: 33%;
  display: block;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 20px solid #FFE200;
}
.get__button {
  margin-left: 37px;
  margin-right: 37px;
  padding-left: 45px;
  padding-right: 45px;
}
.installation {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.installation:before {
  background: url("/img/installation-block/installation-bg.jpg");
  position: absolute;
  width: 94%;
  top: 0px;
  bottom: 0;
  content: '';
  display: block;
  z-index: -2;
  left: 3%;
  right: 3%;
  border-radius: 10px;
}
.installation-top {
  padding-bottom: 110px;
}
.installation-top__left-col {
  padding-right: 50px;
  position: relative;
  padding-bottom: 55px;
}
.installation-top__left-col:before {
  position: absolute;
  display: block;
  content: '';
  width: 2000px;
  z-index: -1;
  right: 60px;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #FFE200;
}
.installation-top__left-col:after {
  position: absolute;
  display: block;
  content: '';
  right: 24px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 40px;
  background-image: url("/img/right-triangle.png");
  background-size: cover;
}
.installation-top__left-col h3 {
  max-width: 660px;
  padding-left: 30px;
  padding-top: 10px;
}
.installation-top__right-col h3 {
  color: #fff;
}
.installation-bottom {
  padding-bottom: 35px;
}
.installation-bottom h4 {
  color: #fff;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-style: italic;
  padding-bottom: 20px;
  min-height: 92px;
  position: relative;
}
.installation-bottom h4:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 9%;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}
.installation__list {
  color: #fff;
  padding-top: 14px;
  padding-left: 15px;
}
.installation__item {
  padding-bottom: 0;
}
.installation__item:before {
  background-color: #fff;
  width: 15px;
  height: 1px;
  top: 10px;
}
.technologies {
  margin-top: 50px;
  padding-bottom: 65px;
  padding-left: 20px;
  padding-right: 20px;
}
.technologies h3 {
  margin-top: 35px;
}
.technologies-aside__title {
  font-weight: 900;
  font-style: italic;
  line-height: 2.41;
  text-align: right;
  color: rgba(13, 13, 13, 0.9);
  font-family: 'Panton', sans-serif;
  font-size: 28px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.technologies-aside__subtitle {
  border-radius: 5px;
  background-color: #efefef;
  padding: 20px 50px 20px 19px;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.25;
  text-align: left;
}
.technologies__screen-description {
  padding-top: 70px;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
  display: none;
}
.technologies__screen-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
}
.technologies__screen-link-description {
  padding-left: 18px;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #0d0d0d;
}
.technologies__screen-link-description span {
  width: 50%;
  display: block;
  font-size: 13px;
  font-style: italic;
  line-height: 1.85;
  text-align: left;
}
.technologies__bottom {
  padding-top: 30px;
}
.technolodies__bottom-item {
  margin-bottom: 36px;
}
.technologies__bottom-title {
  margin-bottom: 0;
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
.technologies__bottom-description {
  padding-top: 5px;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.presentation {
  padding-bottom: 88px;
  padding-top: 95px;
  position: relative;
}
.presentation:before {
  position: absolute;
  left: 3%;
  right: 3%;
  top: 0;
  bottom: 0;
  background-color: #EFEFEF;
  content: '';
  border-radius: 5px;
}
.presentation__list {
  padding-top: 55px;
}
.presentation__img {
  opacity: .4;
}
.presentation__item {
  position: relative;
}
.presentation__item:before {
  position: absolute;
  content: '';
  width: 23px;
  height: 25px;
  left: 50%;
  top: 50%;
  background: url("/img/icons/lock.svg");
  transform: translate(-50%, -50%);
  background-size: cover;
}
.presentation__condition {
  padding-top: 3px;
  margin-left: 22px;
}
.personal {
  padding-top: 86px;
  margin-bottom: 65px;
}
.personal-aside h3 {
  margin-top: 35px;
  line-height: 1.3;
  font-size: 27px;
}
.personal-aside__wrapper {
  background-color: #fafafa;
  margin-top: -30px;
  padding-top: 1px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
}
.personal-aside__list {
  padding-top: 22px;
}
.personal-aside___item {
  padding-left: 35px;
  padding-bottom: 15px;
  font-weight: normal;
}
.personal-aside___item:before {
  width: 30px;
  height: 30px;
  line-height: 1.19;
  top: 2px;
  left: 0;
  letter-spacing: normal;
  text-align: left;
  background: url("/img/icons/question-button.svg");
  background-size: cover;
}
.personal__btn {
  margin: auto;
  margin-top: 25px;
  display: block;
}
.personal__phone {
  margin-top: 15px;
  display: inline-block;
  margin-left: 80px;
}
.data-base {
  padding-top: 67px;
  padding-bottom: 90px;
}
.data-base__lock {
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.7);
  display: block;
  margin: auto;
  margin-top: -25px;
}
.data-base__number {
  font-family: "Exo 2", sans-serif;
  font-size: 106px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  text-align: center;
  color: #0d0d0d;
}
.data-base__description {
  text-align: center;
  padding-top: 15px;
}
.data-base__btn {
  margin-left: 210px;
  margin-right: 45px;
  padding-left: 30px;
  padding-right: 25px;
}
.audience {
  padding-top: 72px;
  padding-bottom: 45px;
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
  background-color: #EFEFEF;
  position: relative;
  border-radius: 5px;
}
.audience:before {
  position: absolute;
  display: block;
  content: 'А вот, как мы с ней работаем!';
  font-style: italic;
  bottom: -46px;
  right: 290px;
  color: #0D0D0D;
  font-size: 16px;
}
.audience:after {
  position: absolute;
  display: block;
  content: '';
  bottom: -177px;
  right: 460px;
  background-image: url("/img/icons/bottom-row.svg");
  background-size: cover;
  width: 140px;
  height: 130px;
}
.audience img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.audience__title {
  margin: 0;
  font-size: 38px;
  font-weight: normal;
  line-height: 1;
}
.marketing {
  margin-top: 123px;
  margin-bottom: 100px;
}
.marketing p {
  padding-top: 0;
  width: 84%;
}
.marketing__img-wrapper {
  min-height: 213px;
  margin-top: 30px;
}
.marketing__img-wrapper img {
  margin-left: 30px;
}
.plan {
  padding-top: 10px;
}
.plan__top-wrapper {
  position: relative;
  text-align: center;
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
  background-color: #FFE200;
  border-radius: 5px;
  padding-top: 80px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.plan__top-wrapper:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 250px;
  bottom: -245px;
  left: 0;
  display: block;
  background-image: url("/img/icons/yellow-borrom-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px 0px;
}
.plan-btn {
  margin: auto;
  margin-top: 270px;
  display: block;
}
.plan__suptittle {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
}
.plan__title {
  font-size: 83px;
  font-weight: 900;
  font-style: italic;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
}
.plan__subtitle {
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.5;
  font-family: "Exo 2", sans-serif;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 100px;
}
.plan__bottom-img {
  z-index: -15;
  margin-top: -39px;
  margin-bottom: -450px;
  position: relative;
}
.plan__link {
  margin-top: 22px;
  display: inline-block;
  border-bottom: 1px solid #C7C7C7;
  color: #0D0D0D;
}
.promotion {
  margin-top: 40px;
}
.promotion h4 {
  margin-top: 37px;
  margin-bottom: 0;
  font-size: 20px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
}
.promotion p {
  padding-top: 1px;
  font-size: 16px;
}
.control {
  margin-top: 80px;
}
.control h3 {
  width: 80%;
}
.profit {
  padding-top: 104px;
}
.profit__list {
  padding-top: 22px;
  padding-left: 30px;
}
.profit__item {
  font-size: 16px;
  font-weight: normal;
  font-family: 'Arial', sans-serif;
  padding-left: 0;
  padding-bottom: 0;
}
.profit__item span {
  font-size: 10px;
}
.profit__item:before {
  display: none;
}
.appeal {
  padding-top: 35px;
  padding-bottom: 80px;
  background: url("/img/appeal/appeal-bg.jpg");
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 92px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  background-position-y: 40%;
}
.appeal-bottom-bg {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.appeal__title {
  text-align: center;
  font-size: 50px;
  line-height: 1;
  font-style: italic;
  color: #fff;
  padding-bottom: 60px;
  font-weight: 900;
  text-transform: uppercase;
}
.appeal__subtitle {
  margin-top: 125px;
  color: #fff;
  font-size: 31px;
  line-height: 1;
  font-style: italic;
}
.appeal-arrow-down:before {
  position: absolute;
  transform: translate(-29px, 8px) rotate(15deg);
  left: 47%;
  content: '';
  bottom: -35px;
  width: 60px;
  height: 1px;
  background-color: #fff;
  transition: transform 250ms ease;
}
.appeal-arrow-down:after {
  position: absolute;
  transform: translate(29px, 8px) rotate(-15deg);
  content: '';
  left: 47%;
  bottom: -35px;
  width: 60px;
  height: 1px;
  background-color: #fff;
  transition: transform 250ms ease;
}
.modal-header {
  padding-left: 50px;
}
.modal-header h3 {
  margin-top: 0;
}
.modal-body {
  padding-top: 0!important;
}
.modal-body p {
  padding-bottom: 20px;
}
.form {
  margin-top: 70px;
}
.form-group {
  border-radius: 5px;
}
.form-control {
  padding: 11px 30px;
}
.form-control input {
  color: #4A4A4A;
  font-size: 16px;
  font-family: 'Arial', sans-serif;
}
.form-group {
  margin-bottom: 20px;
}
.form__description {
  margin-top: 90px;
  text-align: center;
}
.form-btn {
  width: 100%;
}
.contacts__item {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
}
.contacts__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.contacts__photo {
  margin-right: 15px;
  width: 96px;
  height: 96px;
}
.contacts__title {
  font-size: 31px;
  font-family: "Exo 2", sans-serif;
  font-style: italic;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 25px;
}
.contacts__name {
  font-size: 23px;
  font-weight: bold;
}
.contacts__phone {
  font-size: 23px;
  color: #0d0d0d;
  margin-bottom: 20px;
}
.contacts__vk {
  position: relative;
  width: 25px;
  height: 25px;
  margin-left: 5px;
}
.contacts__vk:before {
  display: block;
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  background-image: url("/img/icons/vk-yellow.svg");
  background-size: cover;
}
.contacts__instagramm {
  position: relative;
  width: 25px;
  height: 25px;
  margin-left: 5px;
}
.contacts__instagramm:before {
  display: block;
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  background-image: url("/img/icons/insta.svg");
  background-size: cover;
}
.slogan {
  text-align: center;
  margin-top: 112px;
  font-size: 80px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Panton', sans-serif;
}
.form-btn {
  margin: auto;
  display: block;
  margin-top: 15px;
}
.page-footer {
  margin-top: 70px;
  margin-bottom: 30px;
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
  bottom: 0;
  top: 0;
  background-color: #EFEFEF;
  padding: 68px 0;
  border-radius: 5px;
  color: #4A4A4A;
  font-size: 16px;
}
.page-footer a {
  color: #4A4A4A;
  border-bottom: 1px solid #3c3c3c;
}
.page-footer__development {
  padding-left: 52px;
}
.popup-close {
  position: relative;
  box-shadow: none;
  padding: 0;
  width: 25px;
  height: 25px;
  background-color: #fff;
  cursor: pointer;
  float: right;
}
.popup-close:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 13px;
  width: 25px;
  height: 5px;
  border-radius: 10px;
  background-color: #221f1f;
  transform: rotate(45deg);
  box-shadow: none;
}
.popup-close:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 13px;
  width: 25px;
  height: 5px;
  border-radius: 10px;
  background-color: #221f1f;
  transform: rotate(-45deg);
}
.accordion .container {
  position: relative;
}
.accordion .container:before {
  border-radius: 0 0 10px 10px;
  position: absolute;
  background-color: #FFE200;
  content: '';
  right: -5%;
  left: -5%;
  z-index: -1;
  bottom: 0;
  top: 0;
  display: block;
}
.accordion-wrapper {
  padding-top: 60px;
}
.accordion_toggle {
  cursor: pointer;
  float: right;
  padding-right: 20px;
  padding-top: 15px;
}
.accordion_toggle span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) and (max-width: 1150px) {
  .big-number {
    text-align: center;
  }
  .bottom-line--big-number:before {
    width: 50%;
    left: 25%;
  }
  .chains-stores::before {
    height: 90%;
  }
  h2 {
    font-family: "Exo 2", sans-serif;
    font-size: 19px;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
  }
  h3 {
    font-family: "Exo 2", sans-serif;
    font-size: 19px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #0d0d0d;
  }
  li {
    font-size: 12px;
  }
  li:before {
    top: 5px;
    width: 10px;
    height: 10px;
  }
  p {
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    color: #0d0d0d;
    padding-top: 15px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pt-md-15 {
    padding-top: 15px;
  }
  .pl-md-15 {
    padding-left: 15px;
  }
  .pl-md-30 {
    padding-left: 30px;
  }
  .pr-md-15 {
    padding-right: 15px;
  }
  .pr-md-30 {
    padding-right: 30px;
  }
  .pb-md-15 {
    padding-bottom: 15px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .mt-md-30 {
    padding-top: 30px;
  }
  .mt-md-15 {
    padding-top: 15px;
  }
  .ml-md-15 {
    margin-left: 15px;
  }
  .ml-md-30 {
    margin-left: 30px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mb-md-15 {
    margin-bottom: 15px;
  }
  .mr-md-30 {
    margin-right: 30px;
  }
  .mr-md-15 {
    margin-right: 15px;
  }
  .bottom-line {
    position: relative;
    padding-bottom: 10px;
    line-height: 1;
  }
  .bottom-line:before {
    width: 130px;
    height: 2px;
    bottom: 0px;
  }
  .bottom-line--big-number:before {
    width: 187px;
    left: 30px;
  }
  .subtitle {
    padding-top: 15px;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    color: #0d0d0d;
    padding-bottom: 15px;
  }
  .big-number {
    font-size: 87px;
    text-align: center;
    padding-left: 10px;
  }
  .sm-text-black {
    color: #0d0d0d;
    font-size: 12px;
  }
  .left-square {
    padding-left: 25px;
  }
  .left-square:before {
    top: 3px;
    left: 0px;
    width: 14px;
    height: 14px;
  }
  .page-header {
    padding-top: 50px;
  }
  .page-header-title {
    font-size: 45px;
  }
  .page-header-title__description {
    font-size: 24px;
  }
  .page-header__suggestion {
    font-size: 19px;
  }
  .page-header__description {
    font-size: 19px;
  }
  .page-header__logo {
    width: 80%;
  }
  .navbar-toggler {
    border: none;
    padding: 0;
    box-shadow: none;
    width: 50px;
    position: relative;
  }
  .navbar-toggler:before {
    content: "";
    position: absolute;
    right: 14px;
    top: 12px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    box-shadow: 0 6px 0 0 #fff, 0 12px 0 0 #fff;
  }
  .main-nav__link {
    text-align: center;
  }
  .experience__number {
    display: none;
  }
  .experience__text {
    display: none;
  }
  .experience__phone-wrapper {
    display: none;
  }
  .experience {
    margin-top: 30px;
  }
  .total-earnings__numbets {
    font-size: 100px;
  }
  .format__list img {
    display: block;
    margin: auto;
  }
  .format-number {
    margin-top: 0;
    text-align: center;
  }
  .format-number-subtitle {
    text-align: center;
  }
  .format-item__subtitle {
    font-size: 15px;
  }
  .format-item__btn {
    font-size: 15px;
  }
  .chains-stores__top {
    padding-bottom: 30px;
  }
  .essence__qote {
    font-size: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .essence__name-wrapper {
    margin-left: 30%;
    margin-bottom: 30px;
  }
  .care p {
    width: 100%;
  }
  .get-asside__yellow::after {
    background-size: cover;
    height: 250px;
  }
  .get-asside__yellow {
    padding-top: 150px;
  }
  .get-asside__yellow h3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .get-asside__yellow .get-asside__yellow-description {
    padding-left: 15px;
    padding-right: 15px;
  }
  .get-asside__yellow .get-asside__yellow-description:before {
    left: 22%;
  }
  .get-asside__yellow .get-asside__yellow-description:after {
    left: 22%;
  }
  .get__button {
    margin-left: 0;
    margin-right: 0;
  }
  .installation {
    padding-top: 30px;
  }
  .installation:before {
    left: 5%;
    right: 5%;
    width: 90%;
  }
  .installation-top {
    padding-bottom: 0;
  }
  .installation-top__left-col {
    padding-right: 38px;
    padding-left: 38px;
  }
  .installation-top__left-col:before {
    display: none;
  }
  .installation-top__left-col:after {
    border: none;
    display: none;
  }
  .installation-top__left-col h3 {
    color: #fff;
    font-size: 19px;
    text-align: center;
  }
  .installation-top__left-col p {
    color: #fff;
    text-align: center;
  }
  .installation-top__right-col {
    padding-right: 35px;
    padding-left: 35px;
  }
  .installation-top__right-col h3 {
    text-align: center;
    font-size: 29px;
  }
  .installation-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .installation-bottom h4 {
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .installation__list {
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .installation__learn-more {
    margin-left: 35px;
  }
  .installation__btn {
    margin-left: 40px;
  }
  .presentation {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .presentation:before {
    left: 5%;
    right: 5%;
  }
  .presentation__list {
    padding-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .presentation-btn {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .presentation__condition {
    text-align: center;
    color: #7b7b7b;
    font-size: 15px;
  }
  .personal {
    padding-left: 15px;
    padding-right: 15px;
  }
  .personal-aside__wrapper {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
  }
  .personal-aside___item {
    padding-bottom: 20px;
  }
  .personal-aside___item:last-child {
    padding-bottom: 35px;
  }
  .personal__btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-top: 30px;
  }
  .personal__phone {
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .presentation__item img {
    display: block;
    margin: auto;
  }
  .personal__phone {
    display: none;
  }
  .data-base {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }
  .data-base__number {
    font-size: 70px;
  }
  .data-base__description {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .data-base__item:nth-child(2n) {
    padding-left: 5px;
  }
  .data-base__item:nth-child(2n-1) {
    padding-right: 5px;
  }
  .audience {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    border-radius: 5px;
  }
  .audience:before {
    display: none;
  }
  .audience:after {
    display: none;
  }
  .plan {
    padding-bottom: 0;
  }
  .plan__top-wrapper {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 15px;
    margin-bottom: 10px;
  }
  .plan__suptittle {
    font-size: 9px;
    margin-bottom: 10px;
  }
  .plan__title {
    font-size: 28px;
  }
  .plan__subtitle {
    margin-top: 5px;
    padding-top: 11px;
    font-size: 9px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 0;
  }
  .plan-btn {
    margin-top: 150px;
  }
  .promotion {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 80px;
  }
  .promotion h4 {
    margin-top: 15px;
    font-size: 14px;
  }
  .promotion p {
    font-size: 12px;
  }
  .promotion__item {
    margin-bottom: 20px;
  }
  .promotion__item img {
    margin: auto;
    display: block;
  }
  .control {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .profit {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
  }
  .profit__list {
    padding-left: 25px;
  }
  .profit__item {
    font-size: 12px;
  }
  .appeal {
    margin-top: 50px;
    padding-top: 30px;
  }
  .appeal__title {
    margin-top: 0;
    font-size: 25px;
    padding-bottom: 30px;
  }
  .appeal__subtitle {
    font-size: 14px;
    font-weight: 900;
    width: 60%;
    display: block;
    margin: auto;
    text-align: center;
  }
  .form {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 50px;
  }
  .form-control {
    padding: 10px 30px;
  }
  .form__description {
    margin-top: 0;
  }
  .page-footer {
    margin-top: 50px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (min-width: 768px) {
  .sell {
    padding-top: 120px;
    padding-bottom: 60px;
    position: relative;
  }
  .sell .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sell .container:before {
    position: absolute;
    display: block;
    top: 50px;
    bottom: 0;
    content: '';
    left: 3%;
    width: 94%;
    background-color: #efefef;
    border-radius: 5px;
    z-index: -1;
    box-shadow: 0 10px 50px -20px rgba(0, 0, 0, 0.56);
  }
  .sell-footer {
    margin-top: 20px;
    z-index: 5;
    position: relative;
    padding-bottom: 20px;
  }
  .sell-footer:before {
    width: 110%;
    left: -5%;
    top: 0;
    bottom: 0;
    position: absolute;
    content: '';
    display: block;
    background-color: #f5f5f5;
  }
  .sell__right-col {
    padding-left: 48px;
  }
  .sell__right-col .subtitle {
    padding-top: 22px;
  }
  .sell-footer__list {
    padding-left: 55px;
    padding-top: 25px;
  }
  .sell-footer-item {
    padding-top: 5px;
    width: 16.6%;
    padding-left: 0;
    padding-right: 0;
  }
  .sell__numder-subtitle {
    text-align: center;
  }
  .sell-footer-item__descriptoin {
    font-size: 15px;
    padding-top: 20px;
  }
  .sell-footer__title {
    padding-top: 45px;
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
  }
  .sell-footer__site {
    padding-top: 28px;
    font-family: "Exo 2", sans-serif;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  h2 {
    font-family: "Exo 2", sans-serif;
    font-size: 19px;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
  }
  h3 {
    font-family: "Exo 2", sans-serif;
    font-size: 19px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #0d0d0d;
  }
  li {
    font-size: 12px;
  }
  li:before {
    top: 5px;
    width: 10px;
    height: 10px;
  }
  p {
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    color: #0d0d0d;
    padding-top: 15px;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pb-sm-0 {
    padding: 0;
  }
  .pl-sm-0 {
    padding-left: 0;
  }
  .pr-sm-0 {
    padding-right: 0;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .pl-sm-10 {
    padding-left: 10px;
  }
  .pr-sm-10 {
    padding-right: 10px;
  }
  .pt-sm-25 {
    padding-top: 25px;
  }
  .pb-sm-25 {
    padding-bottom: 25px;
  }
  .pl-sm-25 {
    padding-left: 25px;
  }
  .pr-sm-25 {
    padding-right: 25px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pt-sm-15 {
    padding-top: 15px;
  }
  .pl-sm-15 {
    padding-left: 15px;
  }
  .pl-sm-30 {
    padding-left: 30px;
  }
  .pr-sm-15 {
    padding-right: 15px;
  }
  .pr-sm-30 {
    padding-right: 30px;
  }
  .pb-sm-15 {
    padding-bottom: 15px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .mt-sm-30 {
    padding-top: 30px;
  }
  .mt-sm-15 {
    padding-top: 15px;
  }
  .ml-sm-15 {
    margin-left: 15px;
  }
  .ml-sm-30 {
    margin-left: 30px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .mr-sm-30 {
    margin-right: 30px;
  }
  .mr-sm-15 {
    margin-right: 15px;
  }
  .bottom-line {
    position: relative;
    padding-bottom: 10px;
    line-height: 1;
  }
  .bottom-line:before {
    width: 130px;
    height: 2px;
    bottom: 0px;
  }
  .bottom-line--big-number:before {
    width: 187px;
    left: 30px;
    height: 4px;
    border-radius: 10px;
  }
  .bottom-line--header {
    padding-bottom: 12px;
  }
  .bottom-line--header:before {
    width: 80px;
  }
  .subtitle {
    padding-top: 15px;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    color: #0d0d0d;
    padding-bottom: 15px;
  }
  .big-number {
    font-size: 87px;
    text-align: center;
    padding-left: 10px;
    padding-top: 13px;
    padding-bottom: 25px;
  }
  .sm-text-black {
    color: #0d0d0d;
    font-size: 12px;
  }
  button {
    font-size: 17px;
    width: 100%;
  }
  .left-square {
    padding-left: 25px;
  }
  .left-square:before {
    top: 3px;
    left: 0px;
    width: 14px;
    height: 14px;
  }
  .left-square--personal {
    margin-top: 31px;
    margin-bottom: 0;
  }
  .page-header {
    padding-top: 20px;
    border-radius: 3px;
    width: 90%;
    margin: auto;
    margin-top: 20px;
  }
  .page-header__intro {
    padding-top: 20px;
  }
  .page-header__logo {
    padding-left: 5px;
    width: 47%;
  }
  .page-header-title {
    font-size: 23px;
  }
  .page-header__top-phone {
    display: none;
  }
  .page-header__title-wrapper {
    padding-top: 5px;
    padding-bottom: 7px;
  }
  .page-header-title {
    font-size: 24px;
    font-family: "Panton", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  .page-header-title__description {
    font-size: 11px;
  }
  .page-header__suggestion {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
    padding-top: 12px;
  }
  .page-header__description {
    font-size: 13px;
    padding-top: 19px;
    font-weight: 500;
    line-height: 1.1;
  }
  .page-header-bottom {
    padding-top: 23px;
  }
  .page-header-bottom__item {
    font-size: 12px;
    padding-bottom: 8px;
  }
  .page-header-bottom__item:nth-child(2n - 1) {
    border-left: none;
  }
  .page-header__action {
    bottom: -15px;
    left: 25%;
    width: 103px;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .navbar-toggler {
    border: none;
    padding: 0;
    box-shadow: none;
    width: 10%;
  }
  .navbar-toggler:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    height: 2px;
    background-color: #fff;
    box-shadow: 0 6px 0 0 #fff, 0 12px 0 0 #fff;
    border-radius: 10px;
  }
  .main-nav__link {
    text-align: center;
  }
  .experience {
    padding-top: 8px;
  }
  .experience__number {
    display: none;
  }
  .experience__text {
    display: none;
  }
  .experience__phone-wrapper {
    display: none;
  }
  .total-earnings__numbets {
    font-size: 44px;
    line-height: 1;
    padding-bottom: 8px;
  }
  .total-earnings__numbets:before {
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #FFE200;
  }
  .total-earnings__ruble {
    font-size: 18px;
  }
  .total-earnings__description {
    font-size: 12px;
    padding-top: 18px;
    line-height: 1.5;
  }
  .total-earnings__wrapper {
    padding-top: 27px;
    max-width: 80%;
  }
  .total-earnings__numbets {
    padding-bottom: 16px;
  }
  .format {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .format__list {
    padding-top: 38px;
  }
  .format__list img {
    display: block;
    margin: auto;
  }
  .format-item {
    padding-top: 15px;
  }
  .format-number {
    margin-top: 0;
    text-align: center;
    font-size: 152px;
    line-height: 115px;
  }
  .format-number-subtitle {
    padding-top: 34px;
    text-align: center;
    font-size: 21px;
  }
  .format-item__cost {
    padding-top: 13px;
    font-size: 11px;
  }
  .format-item__btn {
    padding-bottom: 10px;
  }
  .format__tour {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .format-item__titel {
    width: 50%;
    margin: auto;
    font-size: 19px;
    line-height: 1;
  }
  .format-item__subtitle {
    margin-top: 15px;
    font-size: 12px;
  }
  .chains-stores {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .chains-stores:before {
    top: 50px;
    height: 96%;
  }
  .chains-stores__opening {
    padding-right: 0;
  }
  .chains-stores__top {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .chains-stores__opening {
    font-size: 17px;
  }
  .chains-stores-slider img {
    display: block;
    margin: auto;
  }
  .chains-stores-slider__year {
    font-size: 24px;
    font-weight: 300;
  }
  .chains-stores-slider__description {
    padding-top: 10px;
    width: 70%;
    margin: auto;
    padding-bottom: 20px;
    font-size: 12px;
  }
  .chains-stores__video {
    padding-left: 20px;
    padding-right: 20px;
  }
  .essence {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 34px;
  }
  .essence__qote {
    margin-top: 0;
    font-size: 17px;
    padding: 13px;
  }
  .essence__qote-subtitle {
    padding-top: 10px;
    padding-left: 15px;
    font-size: 11px;
  }
  .essence__video img {
    border-radius: 5px;
  }
  .essence__video-lint {
    font-size: 12px;
    left: 38%;
    width: 45%;
    bottom: 7%;
  }
  .essence__name {
    font-size: 22px;
    margin-top: 8px;
    margin-bottom: 20px;
    margin-left: 45%;
  }
  .essence__name:before {
    width: 102px;
    height: 102px;
    left: -70%;
    top: -22px;
    background-position: -20px;
  }
  .essence__name-social-link {
    top: 0px;
    left: 74%;
  }
  .essence__right-col-text {
    font-size: 12px;
  }
  .essence__list {
    display: none;
  }
  .essence__phone-number {
    margin: auto;
    margin-top: 15px;
  }
  .essence__buttn {
    margin: auto;
    margin-top: 15px;
  }
  .essence__name-description {
    padding-top: 25px;
  }
  .essence__right-col-text {
    padding-top: 15px;
  }
  .essence__btn {
    margin-top: 35px;
  }
  .sell {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 60px;
    position: relative;
    background-color: #efefef;
    border-radius: 5px;
    margin-top: 25px;
    padding-top: 0;
  }
  .sell .container {
    padding-left: 15px;
    padding-right: 15px;
    background-color: inherit;
  }
  .sell .container:before {
    position: absolute;
    display: none;
    top: 50px;
    bottom: 0;
    content: '';
    left: 5%;
    width: 90%;
    background-color: #efefef;
    border-radius: 5px;
    z-index: -1;
    box-shadow: 0 10px 50px -20px rgba(0, 0, 0, 0.56);
  }
  .sell__title {
    padding-top: 35px;
  }
  .sell__numder {
    line-height: 0.9;
    font-size: 190px;
    margin-bottom: 14px;
  }
  .sell__numder-subtitle {
    line-height: 1.3;
  }
  .sell__right-col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sell-footer::before {
    display: none;
  }
  .sell-footer__list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sell-footer-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sell-footer {
    margin-top: 20px;
    z-index: 5;
    position: relative;
    padding-bottom: 20px;
  }
  .sell-footer:before {
    width: 110%;
    left: -5%;
    top: 0;
    bottom: 0;
    position: absolute;
    content: '';
    display: block;
    background-color: #f5f5f5;
  }
  .sell-footer__list {
    padding-top: 0;
    margin-top: 70px;
  }
  .sell-footer-item {
    padding-top: 5px;
    width: 16.6%;
    padding-left: 0;
    padding-right: 0;
  }
  .sell-footer__site {
    padding-top: 18px;
  }
  .sell-footer-item__descriptoin {
    padding-top: 12px;
  }
  .care {
    padding-top: 50px;
    padding-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .care h2 {
    width: 70%;
  }
  .care p {
    width: 100%;
  }
  .care-item__title {
    padding-top: 10px;
  }
  .care-item {
    padding-bottom: 30px;
  }
  .care-list {
    padding-top: 30px;
  }
  .proposal {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 45px;
  }
  .proposal h2 {
    font-size: 34px;
    line-height: 1;
  }
  .proposal p {
    padding-top: 45px;
    font-size: 20px;
    width: 90%;
  }
  .get {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .get-asside {
    margin-top: 30px;
  }
  .get-asside__yellow {
    padding-top: 245px;
  }
  .get-asside__yellow h3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }
  .get-asside__yellow .get-asside__yellow-description {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .get-asside__yellow .get-asside__yellow-description::before {
    left: 29%;
  }
  .get-asside__yellow .get-asside__yellow-description::after {
    left: 29%;
  }
  .get-asside__yellow:after {
    left: 6%;
    right: 6%;
    background-size: cover;
    height: 352px;
  }
  .get__button {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 230px;
    display: block;
    margin: auto;
  }
  .get__image-warehouse {
    padding-left: 0;
    padding-right: 0;
  }
  .get__image-warehouse:before {
    bottom: 8px;
    left: 19px;
  }
  .get-asside {
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
  }
  .installation {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .installation:before {
    left: 5%;
    right: 5%;
    width: 90%;
  }
  .installation-top {
    padding-bottom: 0;
  }
  .installation-top__left-col {
    padding-right: 38px;
    padding-left: 38px;
    padding-bottom: 0px;
  }
  .installation-top__left-col:before {
    display: none;
  }
  .installation-top__left-col:after {
    border: none;
    display: none;
  }
  .installation-top__left-col h3 {
    color: #fff;
    font-size: 19px;
    text-align: center;
    padding-left: 0;
    margin-top: 5px;
    padding-top: 0;
  }
  .installation-top__left-col p {
    margin-top: 18px;
    padding-left: 0;
    color: #fff;
    text-align: center;
  }
  .installation-top__right-col {
    padding-right: 35px;
    padding-left: 35px;
  }
  .installation-top__right-col h3 {
    margin-top: 20px;
    text-align: center;
    font-size: 29px;
    padding-bottom: 15px;
  }
  .installation-bottom {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
  }
  .installation-bottom h4 {
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .installation-bottom h4:before {
    display: none;
  }
  .installation__list {
    margin-left: 2px;
    margin-right: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 0;
    padding-bottom: 16px;
  }
  .installation__item {
    font-size: 15px;
    font-weight: 400;
  }
  .installation__btn {
    margin: 0;
  }
  .technologies {
    padding-left: 20px;
    padding-right: 20px;
  }
  .technologies-aside__subtitle {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 35px;
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .technologies__screen-link-description {
    padding-left: 0;
  }
  .technologies__bottom {
    padding-top: 15px;
  }
  .presentation {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .presentation:before {
    left: 5%;
    right: 5%;
  }
  .presentation .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .presentation__list {
    padding-top: 15px;
  }
  .presentation-btn {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .presentation__condition {
    text-align: center;
    color: #7b7b7b;
    font-size: 12px;
    margin-left: 0;
  }
  .personal {
    padding-left: 15px;
    padding-right: 15px;
  }
  .personal-aside__wrapper {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
  }
  .personal-aside___item {
    padding-bottom: 20px;
  }
  .personal-aside___item:last-child {
    padding-bottom: 35px;
  }
  .personal__btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-top: 30px;
  }
  .personal__phone {
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .presentation__item img {
    display: block;
    margin: auto;
  }
  .personal {
    padding-top: 50px;
  }
  .personal-aside__wrapper {
    margin-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .personal-aside__wrapper h3 {
    font-size: 19px;
    margin-top: 25px;
  }
  .personal-aside__list {
    padding-top: 10px;
  }
  .personal__phone {
    display: block;
    width: 195px;
    margin: auto;
    margin-top: 20px;
  }
  .data-base {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-top: 23px;
  }
  .data-base__number {
    font-size: 70px;
  }
  .data-base__description {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .data-base__item:nth-child(2n) {
    padding-left: 5px;
  }
  .data-base__item:nth-child(2n-1) {
    padding-right: 5px;
  }
  .data-base__description {
    padding-top: 18px;
    margin-bottom: 15px;
  }
  .audience {
    margin-top: 15px;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 90%;
    border-radius: 5px;
  }
  .audience:before {
    display: none;
  }
  .audience:after {
    display: none;
  }
  .audience__title {
    font-size: 22px;
  }
  .audience__subtitle {
    padding-top: 18px;
    margin-bottom: 30px;
  }
  .marketing {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .marketing h2 {
    margin-bottom: 15px;
  }
  .marketing h3 {
    margin-top: 15px;
  }
  .marketing img {
    display: block;
    margin: auto;
  }
  .marketing p {
    padding-top: 20px;
  }
  .marketing__img-wrapper {
    margin-top: 15px;
  }
  .marketing__img-wrapper {
    min-height: 150px;
  }
  .plan {
    padding-bottom: 0;
  }
  .plan__top-wrapper {
    margin-top: 15px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 14px;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  .plan__suptittle {
    font-size: 9px;
    margin-bottom: 5px;
  }
  .plan__title {
    font-size: 28px;
    font-weight: 900;
  }
  .plan__subtitle {
    margin-top: 5px;
    padding-top: 5px;
    font-size: 9px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 0;
  }
  .plan__bottom-img {
    margin-top: 4px;
  }
  .plan__link {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 25px;
  }
  .promotion {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 105px;
  }
  .promotion h4 {
    margin-top: 20px;
    font-size: 14px;
  }
  .promotion p {
    font-size: 12px;
  }
  .promotion__item {
    margin-bottom: 20px;
  }
  .promotion__item img {
    margin: auto;
    display: block;
  }
  .control {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .control img {
    display: block;
    margin: auto;
  }
  .profit {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
  }
  .profit__list {
    padding-left: 25px;
    padding-top: 9px;
  }
  .profit__item {
    font-size: 12px;
  }
  .appeal {
    margin-top: 50px;
    padding-top: 30px;
  }
  .appeal__title {
    margin-top: 0;
    font-size: 20px;
  }
  .appeal__subtitle {
    font-size: 12px;
    font-weight: 900;
    width: 60%;
    display: block;
    margin: auto;
    text-align: center;
  }
  .appeal-arrow-down:before {
    left: 40%;
  }
  .appeal-arrow-down:after {
    left: 40%;
  }
  .form {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 35px;
  }
  .form-control {
    padding: 10px 30px;
  }
  .form-btn {
    padding-left: 0;
    padding-right: 0;
  }
  .form__description {
    margin-left: 0;
    margin-top: 0;
    padding-top: 25px;
  }
  .form-group {
    margin-bottom: 22px;
  }
  .form__city {
    margin-bottom: 5px;
  }
  .contacts__phone {
    font-size: 18px;
    width: 100%;
  }
  .contacts__name {
    font-size: 18px;
    width: 100%;
  }
  .slogan {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 39px;
  }
  .page-footer {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .page-footer__copyright {
    font-size: 12px;
    text-align: center;
  }
  .page-footer__privacy {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
  }
  .page-footer__development {
    font-size: 12px;
    text-align: center;
    padding-left: 0;
    margin-top: 20px;
  }
  .accordion {
    z-index: -2;
  }
  .accordion .container {
    position: relative;
  }
  .accordion .container:before {
    right: 0;
    left: 0;
  }
}
@media (max-width: 1150px) {
  .technologies {
    padding-bottom: 35px;
  }
  .technologies-aside__title {
    font-size: 18px;
  }
  .technologies-aside__subtitle {
    font-weight: bold;
    padding-right: 15px;
    font-size: 18px;
  }
  .technologies__screen-description {
    padding-top: 30px;
  }
  .technologies__screen-link {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .technologies__screen-link-description {
    font-size: 12px;
  }
  .technologies__screen-link-description span {
    font-weight: normal;
  }
  .technologies__screen-description {
    font-size: 12px;
  }
  .technologies__bottom {
    padding-top: 10px;
  }
  .technologies__bottom-title {
    font-size: 15px;
  }
  .technologies__bottom-description {
    font-size: 12px;
    padding-top: 5px;
  }
  .technolodies__bottom-item {
    margin-bottom: 10px;
  }
  .slogan {
    margin-top: 50px;
    font-weight: normal;
    margin-bottom: 50px;
  }
}
