/* LIBS */
/**
 * 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

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

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

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

/**Enable panning and pinch zoom gestures, but disable additional non-standard gestures such as double-tap to zoom. Disabling double-tap to zoom removes the need for browsers to delay the generation of click events when the user taps the screen. */
a, area, button, input, label, select, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

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

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

/* Reset
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p, blockquote, em, img, i, dl, dt, ol, ul, li, video, canvas {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: normal;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span {
  outline: none;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
}

ul, ol {
  list-style-type: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

/** to remove the rounded in IOS*/
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* PARTIALS */
@font-face {
  font-family: 'MuseoSansCyrlSuperBold';
  src: url("/local/templates/calltoucher/fonts/MuseoSansCyrl_700.eot");
  src: url("/local/templates/calltoucher/fonts/MuseoSansCyrl_700.eot?#iefix") format("embedded-opentype"), url("/local/templates/calltoucher/fonts/MuseoSansCyrl_700.woff") format("woff"), url("/local/templates/calltoucher/fonts/MuseoSansCyrl_700.ttf") format("truetype"), url("/local/templates/calltoucher/fonts/MuseoSansCyrl_700.svg#MuseoSansCyrl_700") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrlBold';
  src: url("/local/templates/calltoucher/fonts/MuseoSansCyrl_500.eot");
  src: url("/local/templates/calltoucher/fonts/MuseoSansCyrl_500.eot?#iefix") format("embedded-opentype"), url("/local/templates/calltoucher/fonts/MuseoSansCyrl_500.woff") format("woff"), url("/local/templates/calltoucher/fonts/MuseoSansCyrl_500.ttf") format("truetype"), url("/local/templates/calltoucher/fonts/MuseoSansCyrl_500.svg#MuseoSansCyrl_500") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("/local/templates/calltoucher/fonts/MuseoSansCyrl_300.eot");
  src: url("/local/templates/calltoucher/fonts/MuseoSansCyrl_300.eot?#iefix") format("embedded-opentype"), url("/local/templates/calltoucher/fonts/MuseoSansCyrl_300.woff") format("woff"), url("/local/templates/calltoucher/fonts/MuseoSansCyrl_300.ttf") format("truetype"), url("/local/templates/calltoucher/fonts/MuseoSansCyrl_300.svg#MuseoSansCyrl_300") format("svg");
  font-weight: 300;
  font-style: normal;
}

.icon-vintage-logo {
  width: 0.73em;
  height: 1em;
  fill: currentColor;
  stroke: initial;
}

/* COMPONENTS */
html {
  position: relative;
}

body {
  font-family: "MuseoSansCyrl";
  font-size: 18px;
  position: relative;
  padding-top: 143px;
  width: 100%;
}

body:after {
  left: 0;
  right: 0;
  top: 0;
  display: block;
  content: '';
  height: 143px;
  position: absolute;
  background: #1f282c;
}

body.hide, html.hide {
  overflow: hidden;
  margin-right: 17px;
}

.container {
  max-width: 100%;
  width: 1200px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

/* PAGES */
.home-show {
  background-color: #c7ebf3;
  height: 480px;
  cursor: pointer;
  position: relative;
}

.home-show .container {
  position: relative;
}

.home-show__img {
  background: url("../img/hm-movie.png") left center no-repeat;
  background-size: 761px 480px;
  height: 480px;
}

.home-show__actions {
  position: absolute;
  top: 154px;
  right: 7.5%;
}

.home-show__play {
  margin-bottom: 16px;
}

.home-show__title {
  font-size: 30px;
  font-family: "MuseoSansCyrlBold";
  line-height: 1.33;
  max-width: 307px;
  color: #1f282c;
}

.home-show__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 480px;
  width: 100%;
}

.home-show__movie {
  height: 100%;
  width: 100%;
  display: none;
}

.calltracking__connect, .calltracking__calculate {
  display: inline-block;
  width: 268px;
  height: 48px;
  text-decoration: none;
  text-align: center;
  padding: 15px 24px;
  font-size: 18px;
  font-family: "MuseoSansCyrlBold";
  transition: .3s;
}

.calltracking__connect {
  background-color: #f2c400;
  color: #1f282c;
  margin-right: 16px;
  cursor: pointer;
}

.calltracking__connect:hover {
  background-color: #ffd800;
}

.calltracking__connect.static-ct-button {
  display: block;
}

.calltracking__calculate {
  background-color: #1f282c;
  color: #fff;
}

.calltracking__calculate:hover {
  background-color: #030404;
}

.what-is-calltracking__about {
  padding: 44px 0 0 0;
  background-color: #fff;
}

.what-is-calltracking__about__questions {
  position: relative;
}

.what-is-calltracking__white-text {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-family: "MuseoSansCyrlBold";
  position: absolute;
}

.what-is-calltracking__white-text.anchor {
  text-decoration: none;
}

.what-is-calltracking__white-text.top-question {
  top: 0;
  right: 212px;
  background: url("../img/top-question.svg") center center no-repeat;
  width: 168px;
  height: 51px;
}

.what-is-calltracking__white-text.middle-question {
  padding-left: 16px;
  top: 60px;
  right: 128px;
  background: url("../img/middle-question.svg") center center no-repeat;
  width: 184px;
  height: 37px;
}

.what-is-calltracking__white-text.bottom-question {
  line-height: 60px;
  top: 110px;
  right: 169px;
  background: url("../img/bottom-question.svg") center center no-repeat;
  width: 195px;
  height: 49px;
}

.what-is-calltracking__big-title {
  font-size: 40px;
  line-height: 1.5;
  color: #1f282c;
  font-family: "MuseoSansCyrlBold";
}

.what-is-calltracking__big-title.mg-bot {
  margin-bottom: 26px;
}

.what-is-calltracking__middle-title {
  font-size: 30px;
  color: #1f282c;
  font-family: "MuseoSansCyrlBold";
  margin-bottom: 18px;
}

.what-is-calltracking__middle-title.ct-ad {
  margin-top: 32px;
}

.what-is-calltracking__middle-title.ct-top {
  margin-top: 26px;
}

.what-is-calltracking__middle-title.sid {
  margin-top: 64px;
}

.what-is-calltracking__middle-title.big-mg {
  margin-top: 50px;
}
.what-is-calltracking__middle-title.gg {
  margin-bottom: 50px;
}

.what-is-calltracking__small-title {
  font-size: 24px;
  color: #1f282c;
  font-family: "MuseoSansCyrlBold";
  margin-bottom: 8px;
}

.what-is-calltracking__small-title.ct-top {
  margin-top: 26px;
}

.what-is-calltracking__blue-text {
  color: #1eb0cd;
  font-size: 24px;
  line-height: 1.5;
  font-family: "MuseoSansCyrlBold";
  margin-top: 26px;
  margin-bottom: 26px;
}
.what-is-calltracking__blue-text.gs {
  margin-top: 40px;
  margin-bottom: 15px;
}

.what-is-calltracking__blue-text.small-blue {
  max-width: 368px;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0;
}

.what-is-calltracking__text {
  font-size: 18px;
  line-height: 1.5;
  color: #1f282c;
  font-family: "MuseoSansCyrl";
}
.what-is-calltracking__text.fx {
  display: block;
  padding-bottom: 18px;
}

.what-is-calltracking__text.hiw-text {
  margin-right: 48px;
  margin-left: 48px;
  max-width: 368px;
}

.what-is-calltracking__text.big-lh {
  line-height: 30px;
  padding-left: 22px;
  position: relative;
}

.what-is-calltracking__text.big-lh:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1eb0cd;
  position: absolute;
  left: 0;
  top: 11px;
}

.what-is-calltracking__text.bold-text {
  font-family: "MuseoSansCyrlSuperBold";
  padding-right: 4px;
}

.what-is-calltracking__text.how-it-works__text {
  margin-bottom: 26px;
}

.what-is-calltracking__text.what-it-can__text {
  max-width: 728px;
}

.what-is-calltracking__text.how-to-connect__text {
  padding-left: 89px;
  height: 64px;
  margin-bottom: 37px;
}

.what-is-calltracking__text.how-to-connect__text:last-child {
  margin-bottom: 0;
}

.what-is-calltracking__text.how-to-connect__text.how-to-connect__text-first {
  background: url("/test2/static/img/ct_track.svg") left top no-repeat;
}

.what-is-calltracking__text.how-to-connect__text.how-to-connect__text-second {
  background: url("/test2/static/img/callback/callback_2clicks.svg") left top no-repeat;
}

.what-is-calltracking__text.how-to-connect__text.how-to-connect__text-third {
  background: url("/test2/static/img/callback/callback_price.svg") left top no-repeat;
  line-height: 48px;
}

.what-is-calltracking__text.how-to-connect__text.how-to-connect__text-fourth {
  background: url("/test2/static/img/analytics_reports1.svg") left top no-repeat;
}

.what-is-calltracking__how-it-works {
  padding: 106px 0 64px 0;
  background-color: #fff;
  position: relative;
}

.what-is-calltracking__how-it-works:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  background-color: rgba(143, 148, 150, 0.25);
}

.what-is-calltracking__how-it-works__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.what-is-calltracking__how-it-works__section {
  margin-right: 100px;
}

.what-is-calltracking__how-it-works__section:last-child {
  margin-right: 0;
}

.what-is-calltracking__orange-button {
  max-width: 200px;
  margin-right: 0;
}

.what-is-calltracking__blue-button {
  max-width: 225px;
  color: #fff;
  background-color: #1eb0cd;
}

.what-is-calltracking__blue-button.small-button {
  max-width: 175px;
  margin-top: 26px;
}

.what-is-calltracking__blue-button:hover {
  background-color: #188da4;
}

.what-is-calltracking__movie-wrapper {
  margin-top: 26px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.what-is-calltracking__movie {
  width: 640px;
  max-width: 100%;
  height: 360px;
  border: 1px solid rgba(143, 148, 150, 0.5);
  margin-right: 48px;
  position: relative;
  cursor: pointer;
}

.what-is-calltracking__play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 72px;
  background: url("../img/movie-play.svg") center center no-repeat;
}

.what-is-calltracking__video {
  width: 100%;
  height: 100%;
  display: none;
}

.what-is-calltracking__algorithm {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.what-is-calltracking__percentage {
  width: 96px;
  height: 96px;
  padding-top: 28px;
  padding-left: 22px;
  background: url("../img/what-is-percentage.svg") center center no-repeat;
  font-size: 31px;
  color: #fff;
  font-family: "MuseoSansCyrlSuperBold";
  position: relative;
}

.what-is-calltracking__percentage span {
  position: absolute;
  top: 33px;
  font-size: 25px;
  color: #fff;
  font-family: "MuseoSansCyrlSuperBold";
}

.what-is-calltracking__percentage.dc-percentage {
  margin-bottom: 24px;
}

.what-is-calltracking__freeze-time {
  padding: 64px 0;
}

.what-is-calltracking__what-it-can {
  padding: 64px 0;
  background-color: rgba(202, 188, 168, 0.25);
}

.what-is-calltracking__what-it-can__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.what-is-calltracking__what-it-can__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.what-is-calltracking__what-it-can__item {
  padding-left: 88px;
  margin-bottom: 16px;
  margin-right: 16px;
  margin-top: 40px;
  max-width: 46%;
}

.what-is-calltracking__what-it-can__item.what-it-can__first-item {
  background: url("/test2/static/img/allconv-ct.svg") left top no-repeat;
  background-size: 65px;
}

.what-is-calltracking__what-it-can__item.what-it-can__second-item {
  background: url("/test2/static/img/ct-vortexx.svg") left top no-repeat;
  background-size: 65px;
}

.what-is-calltracking__what-it-can__item.what-it-can__third-item {
  background: url("/test2/static/img/ct_recording.svg") left top no-repeat;
  background-size: 65px;
}

.what-is-calltracking__what-it-can__item.what-it-can__fourth-item {
  background: url("/test2/static/img/ct_reports.svg") left top no-repeat;
  background-size: 65px;
}
.what-is-calltracking__what-it-can__item.what-it-can__fiveth-item {
  background: url("/test2/static/img/ct-srezz.svg") left top no-repeat;
  background-size: 65px;
}

.what-is-calltracking__what-it-can__item.what-it-can__sixth-item {
  background: url("/test2/static/img/lorm-ct.svg") left top no-repeat;
  background-size: 65px;
}

.what-is-calltracking__pr {
  padding: 64px 0;
}

.what-is-calltracking__utm {
  padding: 64px 0;
  background: #c7ebf3;
}

.what-is-calltracking__how-to-connect {
  padding: 64px 0;
  background-color: #fff;
}

.what-is-calltracking__how-to-connect__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.what-is-calltracking__how-to-connect__item {
  max-width: 55%;
}

.what-is-calltracking__how-to-connect__item.how-to-connect__steps {
  width: 382px;
  max-width: 100%;
  padding-top: 77px;
}

.what-is-calltracking__what-is-next {
  padding: 64px 0;
  background-color: rgba(202, 188, 168, 0.25);
  position: relative;
}

.what-is-calltracking__what-is-next:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(143, 148, 150, 0.25);
}

.what-is-calltracking__what-is-next__items {
  padding-right: 260px;
  margin-top: 26px;
  margin-bottom: 26px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.what-is-calltracking__what-is-next__item {
  padding-top: 82px;
}

.what-is-calltracking__what-is-next__item.win-coins {
  background: url("/test2/static/img/opt-optiprice.svg") top left no-repeat;
  background-size: 70px;
}

.what-is-calltracking__what-is-next__item.win-calendar {
  background: url("/test2/static/img/ct-vortexx.svg") top left no-repeat;
  background-size: 70px;
}

.what-is-calltracking__what-is-next__item.win-toggle {
  background: url("/test2/static/img/callback/callback_adaptive.svg") top left no-repeat;
  background-size: 70px;

}

.what-is-calltracking__list {
  margin-top: 26px;
  margin-bottom: 48px;
}

.win-ecosystem {
  position: relative;
}

.win-ecosystem:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  background-color: rgba(143, 148, 150, 0.25);
}

.static-calltracking__about {
  padding-top: 44px;
}

.static-calltracking__about.what-is-scheme {
  padding-top: 0;
}

.static-calltracking__about__heading {
  padding-left: 144px;
  margin-bottom: 48px;
  position: relative;
}

.static-calltracking__about__heading:before {
  content: '';
  display: block;
  width: 120px;
  height: 103px;
  position: absolute;
  left: 0;
  top: 10px;
  background: url("../img/sc-board.svg") left top no-repeat;
}

.static-calltracking__about__heading.dc-heading:before {
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0;
  top: 10px;
  background: url("../img/dc-network.svg") left top no-repeat;
}

.static-calltracking__about .ct-static-mobile {
  display: none;
}

.static-calltracking__about__img {
  position: relative;
  left: -36px;
  bottom: -10px;
  margin-bottom: 38px;
}

.static-calltracking__about__img.what-is-img {
  margin-bottom: 0;
}

.static-calltracking__about__title {
  font-size: 40px;
  line-height: 1.5;
  color: #1f282c;
  font-family: "MuseoSansCyrlBold";
  margin-bottom: 6px;
}

.static-calltracking__about__subtitle {
  color: #1eb0cd;
  font-size: 24px;
  line-height: 30px;
  font-family: "MuseoSansCyrlBold";
}

.static-calltracking__about__text {
  margin-bottom: 18px;
}

.static-calltracking__about__text.mb-text {
  margin-bottom: 64px;
}

.static-calltracking__about__text.mb-small {
  margin-bottom: 26px;
}

.static-calltracking__about__text, .static-calltracking__about__link {
  font-size: 18px;
  line-height: 1.5;
  color: #1f282c;
  font-family: "MuseoSansCyrl";
  display: inline-block;
}

.static-calltracking__about__link {
  color: #1eb0cd;
  padding-right: 4px;
}

.static-calltracking__reason {
  padding: 64px 0;
  position: relative;
}

.static-calltracking__reason:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(143, 148, 150, 0.25);
}

.static-calltracking__reason__title {
  font-size: 30px;
  color: #1f282c;
  font-family: "MuseoSansCyrlBold";
}

.static-calltracking__reason__list {
  margin-bottom: 26px;
  margin-top: 26px;
}

.static-calltracking__reason__list.dc-list {
  background: url("../img/dc-user.svg") left top no-repeat;
  padding-left: 162px;
  margin-bottom: 70px;
}

.static-calltracking__reason__list__item {
  font-size: 18px;
  line-height: 30px;
  color: #1f282c;
  font-family: "MuseoSansCyrlBold";
  padding-left: 22px;
  position: relative;
  margin-bottom: 8px;
}

.static-calltracking__reason__list__item:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1eb0cd;
  position: absolute;
  left: 0;
  top: 11px;
}

.static-calltracking__reason__list__item:last-child {
  margin-bottom: 0;
}

.static-calltracking__reason__list__item.dc-list-item {
  font-family: "MuseoSansCyrlSuperBold";
}

.static-calltracking__reason__list__item.dc-list-item span {
  font-family: "MuseoSansCyrlBold";
}

.dynamic-calltracking__freeze-time {
  padding: 64px 0 46px 0;
}

.dynamic-calltracking__scheme {
  position: relative;
}

.dynamic-calltracking__items {
  margin-top: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dynamic-calltracking__item {
  text-transform: uppercase;
  font-size: 18px;
  color: #444b4c;
  font-family: "MuseoSansCyrlBold";
  position: relative;
}

.dynamic-calltracking__item:after, .dynamic-calltracking__item:before {
  content: '';
  display: block;
  height: 8px;
  position: absolute;
}

.dynamic-calltracking__item span {
  color: #1eb0cd;
}

.dynamic-calltracking__item.user-in {
  padding-right: 148px;
}

.dynamic-calltracking__item.user-in:after {
  width: 100px;
  right: 24px;
  top: 20px;
  background-color: #f2c400;
}

.dynamic-calltracking__item.user-out {
  padding-left: 348px;
  padding-right: 324px;
}

.dynamic-calltracking__item.user-out:before {
  width: 300px;
  background-color: #f2c400;
  left: 24px;
  top: 20px;
}

.dynamic-calltracking__item.user-out:after {
  width: 300px;
  background-color: #1eb0cd;
  right: 0;
  top: 20px;
}

.dynamic-calltracking__items-text {
  margin-top: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 100px;
}

.dynamic-calltracking__items-text__item {
  font-family: "MuseoSansCyrlBold";
  font-size: 18px;
  line-height: 24px;
}

.dynamic-calltracking__items-text__item:first-child {
  margin-right: 20px;
}

.dynamic-calltracking__items-text__item span {
  font-family: "MuseoSansCyrlSuperBold";
}

.calltracking-types__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 70px 0;
}

.calltracking-types__item:last-child {
  /*margin-top: 24px;*/
}

.calltracking-types__item__img {
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
}

.calltracking-types__item__text {
  font-size: 18px;
  line-height: 24px;
  color: #1f282c;
  font-family: "MuseoSansCyrl";
}

.calltracking-types__blue-button {
  width: 241px;
  background-color: #1eb0cd;
  color: #fff;
  margin-bottom: 48px;
}

.calltracking-types__blue-button:hover {
  background-color: #188da4;
}

.dynamic-calltracking__buttons {
  margin-top: 48px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .home-show__img {
    opacity: .3;
  }
  .what-is-calltracking__white-text {
    display: none;
  }
  .static-calltracking__about__img {
    left: -24px;
  }
  .dynamic-calltracking__scheme {
    margin: 24px 0;
  }
  .dynamic-calltracking__items {
    margin-top: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dynamic-calltracking__item {
    font-size: 14px;
  }
  .dynamic-calltracking__item.user-in {
    padding-bottom: 32px;
    padding-right: 0;
  }
  .dynamic-calltracking__item.user-in:after {
    width: 8px;
    height: 16px;
    top: 40px;
    left: 12px;
  }
  .dynamic-calltracking__item.user-out {
    padding: 176px 0 108px;
  }
  .dynamic-calltracking__item.user-out:before {
    width: 8px;
    height: 160px;
    left: 12px;
    top: 8px;
  }
  .dynamic-calltracking__item.user-out:after {
    width: 8px;
    height: 100px;
    left: 12px;
    bottom: 0;
    top: unset;
  }
  .dynamic-calltracking__item__img {
    width: 32px;
    height: 32px;
  }
  .dynamic-calltracking__items-text {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 48px;
  }
  .dynamic-calltracking__items-text__item {
    font-size: 14px;
    line-height: 20px;
  }
  .dynamic-calltracking__items-text__item:first-child {
    margin-right: 0;
    margin-bottom: 52px;
  }
  .dynamic-calltracking__items-text__item:nth-child(2) {
    margin-bottom: 24px;
  }
  .dynamic-calltracking__items-text__item:nth-child(3) {
    margin-bottom: 24px;
  }
  .dynamic-calltracking__items-text__item:nth-child(4) {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 970px) {
  body {
    padding-top: 45px;
  }
  body:after {
    display: none;
  }
  body.hide, html.hide {
    position: fixed;
  }
}

@media only screen and (max-width: 960px) {

  .calltracking__connect {
    margin-right: 0;
  }
  .calltracking__calculate {
    margin-top: 16px;
    display: block;
  }
  .what-is-calltracking__about {
    padding: 24px 0;
  }
  .what-is-calltracking__big-title.mg-bot {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 18px;
  }
  .what-is-calltracking__big-title {
    font-size: 30px;
  }
  .what-is-calltracking__middle-title {
    font-size: 28px;
    line-height: 1.5;
  }
  .what-is-calltracking__middle-title.sid {
    margin-top: 48px;
  }
  .what-is-calltracking__middle-title.big-mg {
    margin-top: 24px;
  }
  .what-is-calltracking__middle-title.list-title {
    position: absolute;
    top: 104px;
  }
  .what-is-calltracking__small-title {
    font-size: 24px;
  }
  .what-is-calltracking__blue-text {
    font-size: 24px;
    line-height: 1.5;
  }
  .what-is-calltracking__blue-text.small-blue {
    font-size: 18px;
    line-height: 1.5;
  }
  .what-is-calltracking__text {
    font-size: 18px;
    line-height: 1.5;
  }
  .what-is-calltracking__text.hiw-text {
    margin: 24px 0;
  }
  .what-is-calltracking__text.how-to-connect__text {
    font-size: 16px;
    margin-bottom: 24px;
    padding-left: 64px;
  }
  .what-is-calltracking__text.how-to-connect__text.how-to-connect__text-first {
    background-size: 48px 48px;
  }
  .what-is-calltracking__text.how-to-connect__text.how-to-connect__text-second {
    background-size: 48px 48px;
  }
  .what-is-calltracking__text.how-to-connect__text.how-to-connect__text-third {
    background-size: 48px 48px;
  }
  .what-is-calltracking__text.how-to-connect__text.how-to-connect__text-fourth {
    background-size: 48px 48px;
  }
  .what-is-calltracking__text.how-to-firstitem {
    padding-bottom: 380px;
  }
  .what-is-calltracking__how-it-works {
    padding: 24px 0;
  }
  .what-is-calltracking__how-it-works:after {
    top: 0;
  }
  .what-is-calltracking__how-it-works__wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .what-is-calltracking__how-it-works__section {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .what-is-calltracking__how-it-works__section:last-child {
    margin-bottom: 0;
  }
  .what-is-calltracking__blue-button.small-button {
    margin-top: 24px;
  }
  .what-is-calltracking__movie-wrapper {
    margin-bottom: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .what-is-calltracking__movie {
    height: 240px;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .what-is-calltracking__play {
    width: 40px;
    height: 48px;
    background-size: 100%;
  }
  .what-is-calltracking__algorithm {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  .what-is-calltracking__percentage.dc-percentage {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-size: 64px 64px;
    font-size: 21px;
    padding-top: 18px;
    padding-left: 15px;
  }
  .what-is-calltracking__percentage.dc-percentage span {
    font-size: 17px;
    top: 22px;
  }
  .what-is-calltracking__freeze-time {
    padding: 24px 0;
  }
  .what-is-calltracking__what-it-can {
    padding: 24px 0;
  }
  .what-is-calltracking__what-it-can__items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .what-is-calltracking__what-it-can__item {
    max-width: 100%;
    position: relative;
    padding-left: 64px;
  }
  .what-is-calltracking__what-it-can__item.what-it-can__first-item, .what-is-calltracking__what-it-can__item.what-it-can__second-item, .what-is-calltracking__what-it-can__item.what-it-can__third-item, .what-is-calltracking__what-it-can__item.what-it-can__fourth-item {
    background-size: 48px 48px;
  }
  .what-is-calltracking__pr {
    padding: 24px 0;
  }
  .what-is-calltracking__utm {
    padding: 24px 0;
  }
  .what-is-calltracking__how-to-connect {
    padding: 24px 0;
  }
  .what-is-calltracking__how-to-connect__wrapper {
    position: relative;
  }
  .what-is-calltracking__how-to-connect__item {
    max-width: 100%;
  }
  .what-is-calltracking__how-to-connect__item.how-to-connect__steps {
    position: absolute;
    padding-top: 24px;
    top: 110px;
  }
  .what-is-calltracking__what-is-next {
    padding: 24px 0;
  }
  .what-is-calltracking__what-is-next:after {
    bottom: -16px;
  }
  .what-is-calltracking__what-is-next__items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
  }
  .what-is-calltracking__what-is-next__item {
    padding-left: 64px;
    padding-top: 0;
    margin-bottom: 24px;
    min-height: 48px;
  }
  .what-is-calltracking__what-is-next__item:last-child {
    margin-bottom: 0;
  }
  .what-is-calltracking__what-is-next__item.win-coins {
    background-size: 48px 48px;
  }
  .what-is-calltracking__what-is-next__item.win-calendar {
    background-size: 48px 48px;
  }
  .what-is-calltracking__what-is-next__item.win-toggle {
    background-size: 48px 48px;
  }
  .what-is-calltracking__list {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .static-calltracking__about.what-is-scheme {
    padding-top: 0;
  }
  .static-calltracking__about {
    padding-top: 24px;
  }
  .static-calltracking__about__heading {
    margin-bottom: 0;
  }
  .static-calltracking__about__heading {
    padding-left: 0;
    padding-top: 80px;
  }
  .static-calltracking__about__heading:before {
    width: 74px;
    height: 64px;
    background-size: 74px 64px;
  }
  .static-calltracking__about__heading.dc-heading:before {
    background-size: 64px 64px;
  }
  .static-calltracking__about__img {
    display: none;
  }
  .static-calltracking__about__img.ct-static-mobile {
    display: block;
    left: 0;
    top: 0;
    margin: 12px 0;
    max-width: 50%;
  }
  .static-calltracking__about__img.what-is-img {
    margin: 0 0;
  }
  .static-calltracking__about__title {
    font-size: 30px;
    line-height: 1.5;
  }
  .static-calltracking__about__subtitle {
    font-size: 24px;
    line-height: 1.5;
  }
  .static-calltracking__about__subtitle.mb-mob {
    margin-bottom: 18px;
  }
  .static-calltracking__about__text.mb-text {
    margin-bottom: 24px;
  }
  .static-calltracking__about__text, .static-calltracking__about__link {
    font-size: 18px;
    line-height: 1.5;
  }
  .static-calltracking__reason {
    padding: 24px 0;
  }
  .static-calltracking__reason__title {
    font-size: 28px;
    line-height: 1.5;
  }
  .static-calltracking__reason__list.dc-list {
    padding-top: 184px;
    background-size: 64px;
    padding-left: 0;
    margin: 0 0 24px 0;
  }
  .static-calltracking__reason__list__item {
    font-size: 18px;
    line-height: 1.5;
  }
  .static-calltracking__reason__list__item:before {
    top: 9px;
  }
  .dynamic-calltracking__freeze-time {
    padding: 24px 0 6px 0;
  }
  .calltracking-types__items {
    margin: 24px 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .calltracking-types__item:last-child {
    margin-top: 0;
  }
  .calltracking-types__item {
    margin-bottom: 24px;
  }
  .calltracking-types__item:last-child {
    margin-bottom: 0;
  }
  .calltracking-types__item__img {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }
  .calltracking-types__item__text {
    font-size: 18px;
    line-height: 1.5;
  }
  .calltracking-types__blue-button.dc-last-btn {
    margin-top: 24px;
  }
  .dynamic-calltracking__buttons {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
  }
}

@media only screen and (max-width: 768px) {

  .home-show {
    height: 320px;
  }
  .home-show__img {
    background-size: cover;
    background-position: center center;
    height: 320px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .home-show__actions {
    left: 68px;
    top: 100px;
    bottom: 0;
  }
  .home-show__play {
    width: 64px;
    height: 64px;
    margin-bottom: 8px;
  }
  .home-show__title {
    font-size: 18px;
  }
  .home-show__wrapper {
    height: 320px;
  }
}

@media only screen and (max-width: 741px) {
  .what-is-calltracking__how-to-connect__item.how-to-connect__steps {
    top: 138px;
  }
}

@media only screen and (max-width: 587px) {
  .static-calltracking__reason__list.dc-list {
    padding-top: 228px;
  }
}

@media only screen and (max-width: 539px) {
  .what-is-calltracking__how-to-connect__item.how-to-connect__steps {
    top: 164px;
  }
}

@media only screen and (max-width: 500px) {

  .static-calltracking__about__img.ct-static-mobile {
    max-width: 100%;
  }
}

@media only screen and (max-width: 435px) {
  .what-is-calltracking__how-to-connect__item.how-to-connect__steps {
    top: 205px;
  }
}

@media only screen and (max-width: 431px) {
  .static-calltracking__reason__list.dc-list {
    padding-top: 260px;
  }
}

@media only screen and (max-width: 416px) {
  .what-is-calltracking__how-to-connect__item.how-to-connect__steps {
    padding-top: 64px;
  }
}

@media only screen and (max-width: 385px) {
  .static-calltracking__reason__list.dc-list {
    padding-top: 300px;
  }
}

@media only screen and (max-width: 330px) {
  .what-is-calltracking__how-to-connect__item.how-to-connect__steps {
    padding-top: 84px;
  }
}