@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

/* Указываем box sizing */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
textarea,
select,
button {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

/* Упрощаем работу с изображениями и прочей ерундой*/
embed,
iframe,
img,
object,
video {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.visually-hidden {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}

/* стилизация элементов формы */
body {
  min-width: 320px;
  width: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #000000;
  background: #ffffff;
}

.wrapper {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .wrapper {
    padding: 0 10px;
  }
}

.header__inner {
  display: table;
  width: 100%;
  padding: 15px 0;
}

.header__cell {
  display: table-cell;
  vertical-align: middle;
}

/* @media (max-width: 767px) {
  .header__cell {
    width: 50%;
  }
} */

@media (max-width: 767px) {
  .header__cell--right {
    text-align: right;
  }
}

.header__logo {
  display: inline-block;
}

.header__logo-img {
  max-width: 90px;
  width: 100%;
}

.header__logo-img2 {
  display: inline-block;
  width: 100%;
  max-width: 205px;
  vertical-align: initial;
  margin-bottom: 25px;
}

@media (max-width: 375px) {
  .header__logo-img {
    max-width: 73px;
  }
  .header__logo-img2 {
    max-width: 100px;
  }
}

.header__menu-btn {
  display: none !important;
  width: 40px;
  height: 3px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 50px;
}

@media (max-width: 768px) {
  .header__menu-btn {
    width: 35px;
    margin-right: 25px;
    display: inline-block !important;
  }
}

.header__menu-btn span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 3px;
  background: #000000;
}

.header__menu-btn span::before,
.header__menu-btn span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #000000;
}

.header__menu-btn span::before {
  top: 10px;
  left: 0;
}

.header__menu-btn span::after {
  bottom: 10px;
  left: 0;
}

.header__input-wrapper {
  width: 380px;
  float: right;
  position: relative;
}

@media (max-width: 820px) {
  .header__input-wrapper {
    width: 380px;
  }
}

@media (max-width: 767px) {
  .header__input-wrapper {
    width: auto;
    width: 30px;
    height: 50px;
  }
}

.header__input {
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  padding: 12.5px 10px 12.5px 50px;
  color: #717171;
  border: none;
  background: url("../images/header__search-icon.png") no-repeat left 10px center/25px auto, #F4F4F4;
}

@media (max-width: 767px) {
  .header__input {
    width: 100%;
    height: 100%;
    background: url("../images/header__input-icon.png") no-repeat center;
    padding: 0;
    border: none;
    font-size: 0;
  }
}

.main .wrapper {
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .main .wrapper {
    padding-bottom: 0px;
  }
}

.main__breadcrumbs {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .main__breadcrumbs {
    margin-bottom: 10px;
  }
}

.main__breadcrumbs li {
  display: inline-block;
  position: relative;
}

.main__breadcrumbs li:not(:first-of-type) {
  margin-left: 15px;
}

.main__breadcrumbs li:not(:last-of-type)::after {
  content: ">";
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #54b8ea;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .main__breadcrumbs li:not(:first-of-type) {
    margin-left: 0;
  }

  .main__breadcrumbs li:not(:last-of-type) {
    display: none;
  }
}

.main__breadcrumbs a {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #54b8ea;
  position: relative;
  display: inline-block;
}

.main__breadcrumbs a::after {
  position: absolute;
  left: 0;
  width: 100%;
  background: #54b8ea;
  height: 1px;
  content: "";
  bottom: -8px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main__breadcrumbs a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main__columns {
  font-size: 0;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .main__columns {
    margin-bottom: 20px;
  }
}

.main__column {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.main__column img {
  margin: 0 auto;
}

.main__column--left {
  float: left;
}

.main__column--right {
  float: right;
}

@media (max-width: 991px) {
  .main__column {
    width: 100%;
    display: block;
  }
}

.main__title {
  font-weight: bold;
  font-size: 34px;
  line-height: 50px;
  color: #000000;
}

@media (max-width: 767px) {
  .main__title {
    font-size: 24px;
    line-height: 34px;
  }
}

.main__title span {
  color: red;
}

.main__stat-item {
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  display: inline-block;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .main__stat-item {
    font-size: 14px;
    line-height: 16px;
  }
}

.main__stat-item::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.main__stat-item:nth-child(1)::before {
  content: url("../images/main__eye.png");
}

.main__stat-item:nth-child(2)::before {
  content: url("../images/main__update.png");
}

.main__img {
  margin: 0 auto;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .main__img {
    margin-bottom: 15px;
  }
}

.btn {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  background: #ff0a0a;
  border-radius: 50px;
  display: block;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  padding: 11px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 580px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .btn {
    font-size: 20px;
    line-height: 20px;
    padding: 15px 0;
  }
}

.btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.link {
  color: #ff0a0a;
  position: relative;
  font-weight: bolder;
}

.link::after {
  position: absolute;
  left: 0;
  content: "";
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #ff0a0a;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.link:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main__promo-text {
  border-left: 4px solid #54b8ea;
  padding: 10px 30px;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .main__promo-text {
    padding: 10px;
  }
}

.main__promo-text p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .main__promo-text p {
    font-size: 22px;
    line-height: 30px;
    margin-top: 15px;
  }
}

.main__promo-avatar {
  float: left;
  width: 60px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .main__promo-avatar {
    width: 40px;
    height: 40px;
  }
}

.main__promo-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .main__promo-title {
    font-size: 22px;
    line-height: 26px;
  }
}

.main__promo-title span {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .main__promo-title span {
    font-size: 22px;
    line-height: 24px;
    display: block;
  }
}

.main__title-question {
  background: #f4f4f4;
  padding: 15px 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #3666a4;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .main__title-question {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 10px;
    padding-top: 20px;
  }
}

.main__title-question::before {
  position: absolute;
  content: "";
  left: 30px;
  top: -10px;
  width: 32px;
  height: 26px;
  background: url("../images/main__quotes.png") no-repeat center/contain;
}

.main__blank-text {
  font-weight: normal;
  font-size: 20px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .main__blank-text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

.main__question {
  background: #f4f4f4;
  padding: 15px 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #3666a4;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .main__question {
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
    margin-bottom: 15px;
  }
}

.main__doc {
  border-left: 4px solid #54b8ea;
  padding: 0 30px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .main__doc {
    padding: 0 10px;
  }
}

.main__doc-avatar {
  float: left;
  width: 60px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .main__doc-avatar {
    width: 40px;
    height: 40px;
  }
}

.main__doc-info {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .main__doc-info {
    height: 40px;
    font-size: 20px;
    line-height: 23px;
  }
}

.main__doc-info span {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.main__author-info {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
  color: #000000;
}

.main__prod {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .main__prod {
    max-width: 300px;
  }
}
@media (max-width: 425px) {
  .main__breadcrumbs {
    display: none;
  }
  .header__input {
    display: none;
  }
  .header__menu-btn {
    margin-right: 0;
  }
}

.comments {
  padding-top: 25px;
}

.comments .wrapper {
  max-width: 780px;
}

.comments__title {
  background: #136fa2;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #ffffff;
  padding-left: 20px;
}

.comments__item {
  margin-bottom: 25px;
  border-bottom: 1px solid #54B8EA;
  padding-left: 100px;
  position: relative;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .comments__item {
    padding-left: 0;
  }
}

.comments__ava-img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .comments__ava-img {
    width: 50px;
    height: 50px;
    position: static;
    float: left;
  }
}

.comments__name {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .comments__name {
    line-height: 50px;
  }
}

.comments__text {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  clear: both;
}

.comments__date {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
}

@media (max-width: 767px) {
  .comments__date {
    display: block;
  }
}

.submit-form:after {
  display: inline-block;
  -webkit-animation: dotty steps(1,end) 1.5s infinite;
          animation: dotty steps(1,end) 1.5s infinite;
  content: '';
  position:absolute;
  margin-left:10px;
}

@-webkit-keyframes dotty {
  0%   { content: ''; }
  25%  { content: '>'; }
  50%  { content: '>>'; }
  75%  { content: '>>>'; }
  100% { content: ''; }
}

@keyframes dotty {
  0%   { content: ''; }
  25%  { content: '>'; }
  50%  { content: '>>'; }
  75%  { content: '>>>'; }
  100% { content: ''; }
}