@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;
}

.col {
  float: left;
  padding: 0 10px;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3%;
}

.col-5 {
  width: 41.6%;
}

.col-7 {
  width: 58.3%;
}

.col-8 {
  width: 66.6%;
}

.col-1 {
  width: 8.33%;
  float: left;
  padding: 0 10px;
}

.col-2 {
  width: 16.66%;
  float: left;
  padding: 0 10px;
}

.col-3 {
  width: 25%;
  float: left;
  padding: 0 10px;
}

.col-4 {
  width: 33.33%;
  float: left;
  padding: 0 10px;
}

.col-5 {
  width: 41.66%;
  float: left;
  padding: 0 10px;
}

.col-6 {
  width: 50%;
  float: left;
  padding: 0 10px;
}

.col-7 {
  width: 58.33%;
  float: left;
  padding: 0 10px;
}

.col-8 {
  width: 66.66%;
  float: left;
  padding: 0 10px;
}

.col-9 {
  width: 75%;
  float: left;
  padding: 0 10px;
}

.col-10 {
  width: 83.33%;
  float: left;
  padding: 0 10px;
}

.col-11 {
  width: 91.66%;
  float: left;
  padding: 0 10px;
}

.col-12 {
  width: 100%;
  float: left;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .col-sm-1 {
    width: 8.33%;
    float: left;
    padding: 0 10px;
  }
  .col-sm-2 {
    width: 16.66%;
    float: left;
    padding: 0 10px;
  }
  .col-sm-3 {
    width: 25%;
    float: left;
    padding: 0 10px;
  }
  .col-sm-4 {
    width: 33.33%;
    float: left;
    padding: 0 10px;
  }
  .col-sm-5 {
    width: 41.66%;
    float: left;
    padding: 0 10px;
  }
  .col-sm-6 {
    width: 50%;
    float: left;
    padding: 0 10px;
  }
  .col-sm-7 {
    width: 58.33%;
    float: left;
    padding: 0 10px;
  }
  .col-sm-8 {
    width: 66.66%;
    float: left;
    padding: 0 10px;
  }
  .col-sm-9 {
    width: 75%;
    float: left;
    padding: 0 10px;
  }
  .col-sm-10 {
    width: 83.33%;
    float: left;
    padding: 0 10px;
  }
  .col-sm-11 {
    width: 91.66%;
    float: left;
    padding: 0 10px;
  }
  .col-sm-12 {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  .col-md-1 {
    width: 8.33%;
    float: left;
    padding: 0 10px;
  }
  .col-md-2 {
    width: 16.66%;
    float: left;
    padding: 0 10px;
  }
  .col-md-3 {
    width: 25%;
    float: left;
    padding: 0 10px;
  }
  .col-md-4 {
    width: 33.33%;
    float: left;
    padding: 0 10px;
  }
  .col-md-5 {
    width: 41.66%;
    float: left;
    padding: 0 10px;
  }
  .col-md-6 {
    width: 50%;
    float: left;
    padding: 0 10px;
  }
  .col-md-7 {
    width: 58.33%;
    float: left;
    padding: 0 10px;
  }
  .col-md-8 {
    width: 66.66%;
    float: left;
    padding: 0 10px;
  }
  .col-md-9 {
    width: 75%;
    float: left;
    padding: 0 10px;
  }
  .col-md-10 {
    width: 83.33%;
    float: left;
    padding: 0 10px;
  }
  .col-md-11 {
    width: 91.66%;
    float: left;
    padding: 0 10px;
  }
  .col-md-12 {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.33%;
    float: left;
    padding: 0 10px;
  }
  .col-lg-2 {
    width: 16.66%;
    float: left;
    padding: 0 10px;
  }
  .col-lg-3 {
    width: 25%;
    float: left;
    padding: 0 10px;
  }
  .col-lg-4 {
    width: 33.33%;
    float: left;
    padding: 0 10px;
  }
  .col-lg-5 {
    width: 41.66%;
    float: left;
    padding: 0 10px;
  }
  .col-lg-6 {
    width: 50%;
    float: left;
    padding: 0 10px;
  }
  .col-lg-7 {
    width: 58.33%;
    float: left;
    padding: 0 10px;
  }
  .col-lg-8 {
    width: 66.66%;
    float: left;
    padding: 0 10px;
  }
  .col-lg-9 {
    width: 75%;
    float: left;
    padding: 0 10px;
  }
  .col-lg-10 {
    width: 83.33%;
    float: left;
    padding: 0 10px;
  }
  .col-lg-11 {
    width: 91.66%;
    float: left;
    padding: 0 10px;
  }
  .col-lg-12 {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.33%;
    float: left;
    padding: 0 10px;
  }
  .col-xl-2 {
    width: 16.66%;
    float: left;
    padding: 0 10px;
  }
  .col-xl-3 {
    width: 25%;
    float: left;
    padding: 0 10px;
  }
  .col-xl-4 {
    width: 33.33%;
    float: left;
    padding: 0 10px;
  }
  .col-xl-5 {
    width: 41.66%;
    float: left;
    padding: 0 10px;
  }
  .col-xl-6 {
    width: 50%;
    float: left;
    padding: 0 10px;
  }
  .col-xl-7 {
    width: 58.33%;
    float: left;
    padding: 0 10px;
  }
  .col-xl-8 {
    width: 66.66%;
    float: left;
    padding: 0 10px;
  }
  .col-xl-9 {
    width: 75%;
    float: left;
    padding: 0 10px;
  }
  .col-xl-10 {
    width: 83.33%;
    float: left;
    padding: 0 10px;
  }
  .col-xl-11 {
    width: 91.66%;
    float: left;
    padding: 0 10px;
  }
  .col-xl-12 {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
}

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

/* стилизация элементов формы */
.form__element {
  display: block;
  width: 100%;
  border: none;
  background: #ffffff;
  padding: 12px 0;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 5px;
  font-size: 16px;
  line-height: 19px;
  color: #BABABA;
  border: 1px solid #878787;
  border-radius: 5px;
}

.form__element--wrapper {
  padding: 0;
  border: none;
}

.form__element--select {
  cursor: pointer;
  z-index: 1;
  white-space: nowrap;
  text-indent: 0.01px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.form__arrow {
  display: block;
  width: 45px;
  height: 100%;
  background: transparent;
  position: absolute;
  right: 0;
}

.form__arrow::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #5C5C5C;
}

select::-ms-expand {
  display: none;
}

body {
  min-width: 320px;
  width: 100%;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}

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

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

.table-wrapper {
  display: table;
  width: 100%;
}

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

.btn {
  background: url("../img/btn__back.svg") no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#FA3C13), to(rgba(248, 34, 21, 0))), #EB1F12;
  background: url("../img/btn__back.svg") no-repeat right center, linear-gradient(180deg, #FA3C13 0%, rgba(248, 34, 21, 0) 100%), #EB1F12;
  background-size: auto 100%;
  -webkit-box-shadow: 0 15px 35px rgba(237, 32, 19, 0.45);
          box-shadow: 0 15px 35px rgba(237, 32, 19, 0.45);
  border-radius: 5px;
  display: block;
  border: none;
  padding: 32px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  font-weight: bold;
  font-size: 26px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
}

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

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

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

.link {
  color: #F08300;
}

.link:hover {
  text-decoration: underline;
}

.header {
  background: #ffffff;
  color: #000000;
}

.header__row {
  min-height: 120px;
}

@media (max-width: 991px) {
  .header__row {
    min-height: 75px;
  }
}

.header__row .cell-wrapper {
  width: 50%;
}

@media (max-width: 991px) {
  .header__row .cell-wrapper {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .header__row .cell-wrapper--desktop {
    display: none;
  }
}

.header__logo {
  display: inline-block;
}

.header__logo img {
  width: 85px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .header__logo img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 479px) {
  .header__logo img {
    width: 40px;
    height: 40px;
  }
}

.header__logo p {
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  max-width: 320px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .header__logo p {
    font-size: 20px;
    line-height: normal;
  }
}

@media (max-width: 767px) {
  .header__logo p {
    font-size: 20px;
    line-height: 23px;
    max-width: 230px;
  }
}

.header__search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 25px;
}

.header__search input {
  width: 280px;
  border: none;
  background: #FFFFFF;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 10px 10px 10px 50px;
}

.header__search button {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  left: 7px;
  top: 8px;
  border: none;
  background: none;
}

.header__search button::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #0F9CE5;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}

.header__search button::after {
  content: "";
  width: 8px;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: -1px;
  background: #0F9CE5;
}

.header__login {
  vertical-align: middle;
  float: right;
  position: relative;
}

.header__login::before {
  content: "";
  background: url("../img/header__user-icon.png") center no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}

.header__nav {
  background: #38A6D8;
  color: #ffffff;
}

.header__nav .table-wrapper {
  height: 40px;
}

@media (max-width: 991px) {
  .header__mav-list {
    display: none;
  }
}

.header__mav-list li:hover a {
  text-decoration: underline;
}

.header__mobile {
  display: none;
}

@media (max-width: 991px) {
  .header__mobile {
    display: table;
    width: 100%;
    height: 40px;
    vertical-align: middle;
  }
}

.mobile__wrap {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
}

.mobile__menu-btn {
  display: inline-block;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-right: 15px;
}

.mobile__menu-btn span {
  display: inline-block;
  width: 26px;
  height: 3px;
  background: #FFFFFF;
  vertical-align: middle;
  position: relative;
}

.mobile__menu-btn span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #FFFFFF;
  top: -7px;
  left: 0;
}

.mobile__menu-btn span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #FFFFFF;
  top: 7px;
  left: 0;
}

.mobile__search {
  vertical-align: middle;
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.mobile__search::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}

.mobile__search::after {
  content: "";
  width: 8px;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: -1px;
  background: #ffffff;
}

.mobile__login {
  vertical-align: middle;
  float: right;
  position: relative;
}

.mobile__login::before {
  content: "";
  background: url("../img/header__user-icon.png") center no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.main {
  background: #E5E5E5;
}

.main__breadcrumbs {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  padding: 26px 0;
}

@media (max-width: 991px) {
  .main__breadcrumbs {
    padding: 15px 0;
    font-size: 12px;
    line-height: 14px;
  }
}

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

.main__breadcrumbs li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../img/breadcrumbs__arrow.png") no-repeat center;
  margin: 0 6px;
}

.main__info {
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(20%, white), to(rgba(255, 255, 255, 0))), url("../img/promo__back.jpg"), #ffffff;
  background: linear-gradient(90deg, white 0%, white 20%, rgba(255, 255, 255, 0) 100%), url("../img/promo__back.jpg"), #ffffff;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  color: #000000;
  padding: 40px;
}

@media (max-width: 991px) {
  .main__info {
    padding: 20px;
  }
}

.main__info-stat {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .main__info-stat {
    margin-bottom: 5px;
  }
}

.main__info-stat li {
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  position: relative;
  vertical-align: top;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .main__info-stat li {
    font-size: 10px;
    line-height: 19px;
    margin-right: 10px;
  }
}

.main__info-stat li::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.main__info-stat li:nth-of-type(1)::before {
  width: 20px;
  height: 20px;
  background: url("../img/stat__clock.png") no-repeat center;
}

.main__info-stat li:nth-of-type(2)::before {
  width: 20px;
  height: 18px;
  background: url("../img/stat__eye.png") no-repeat center;
}

.main__info-stat li:nth-of-type(3)::before {
  width: 20px;
  height: 18px;
  background: url("../img/stat__talk.png") no-repeat center;
}

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

@media (max-width: 991px) {
  .main__title {
    font-size: 32px;
    line-height: normal;
  }
}

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

.main__social {
  margin-top: 15px;
  margin-bottom: 50px;
}

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

.main__social li {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  cursor: pointer;
}

.main__social li a {
  display: inline-block;
  height: 40px;
  width: 40px;
}

@media (max-width: 767px) {
  .main__social li a {
    height: 25px;
    width: 25px;
  }
}

@media (max-width: 767px) {
  .main__social li {
    height: 25px;
    width: 25px;
  }
}

.main__social li:nth-of-type(1) a {
  background: url("../img/social__fb.png") no-repeat center;
  background-size: contain;
}

.main__social li:nth-of-type(2) a {
  background: url("../img/social__tw.png") no-repeat center;
  background-size: contain;
}

.main__social li:nth-of-type(3) a {
  background: url("../img/social__gp.png") no-repeat center;
  background-size: cover;
}

.main__social li:nth-of-type(4) a {
  background: url("../img/social__li.png") no-repeat center;
  background-size: cover;
}

.main__social span {
  display: none;
}

.article {
  margin-bottom: 25px;
}

.article .wrapper {
  padding: 0 100px;
  padding-bottom: 70px;
  background: #ffffff;
}

@media (max-width: 991px) {
  .article .wrapper {
    padding: 0 10px;
    margin: 0 10px;
    width: auto;
  }
}

.article__doc-info {
  margin-bottom: 45px;
}

.article__doc-wrapper {
  margin: 0 -100px;
  margin-bottom: 60px;
  background: #ffffff;
  font-size: 0;
}

@media (max-width: 991px) {
  .article__doc-wrapper {
    margin: 0 -10px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .article__doc-wrapper {
    padding: 10px;
    margin-bottom: 20px;
  }
}

.article__doc-wrapper img {
  width: 35%;
  display: inline-block;
}

@media (max-width: 767px) {
  .article__doc-wrapper img {
    display: block;
    margin: 0 auto;
    width: auto;
  }
}

.article__doc-wrapper p {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  padding-top: 50px;
  padding-left: 25px;
  font-weight: normal;
  font-size: 18px;
  line-height: 31px;
  color: #000000;
}

@media (max-width: 991px) {
  .article__doc-wrapper p {
    padding-top: 20px;
    font-size: 16px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  .article__doc-wrapper p {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

.article__doc-wrapper p span {
  font-weight: bold;
  font-size: 26px;
  line-height: 44px;
  display: block;
  margin-bottom: 15px;
}

.article__doc-wrapper p b {
  display: block;
}

.doc-info__txt {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 31px;
}

@media (max-width: 767px) {
  .doc-info__txt {
    font-size: 16px;
    line-height: 26px;
  }
}

.doc-info__txt--quotes {
  font-weight: 500;
  font-size: 22px;
  line-height: 37px;
  color: #000000;
  position: relative;
  padding-top: 40px;
  padding-left: 25px;
  border-left: 2px solid #38A6D8;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .doc-info__txt--quotes {
    padding-left: 5px;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}

.doc-info__txt--quotes::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/quotes.png") center no-repeat;
  background-size: contain;
  left: 25px;
  top: 0;
}

.article__autor {
  margin-bottom: 50px;
}

.article__autor img {
  border-radius: 50%;
  float: left;
  margin-right: 25px;
}

.article__autor p {
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  padding-top: 25px;
}

@media (max-width: 767px) {
  .article__autor p {
    font-size: 16px;
    line-height: 27px;
  }
}

.article__autor p b {
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  display: block;
}

@media (max-width: 767px) {
  .article__autor p b {
    font-size: 22px;
    line-height: 37px;
  }
}

.article__question {
  font-weight: 500;
  font-size: 22px;
  line-height: 31px;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 2px solid #38A6D8;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .article__question {
    font-size: 19px;
    line-height: 30px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}

.article__answer {
  font-weight: normal;
  font-size: 18px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 25px;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .article__answer {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}

.article__img {
  margin: 65px auto;
}

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

.article__btn {
  max-width: 580px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .article__btn {
    max-width: 400px;
  }
}

.comments .wrapper {
  background: #ffffff;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .comments .wrapper {
    margin: 0 10px;
    width: auto;
  }
}

.comments__title {
  background: #282828;
  font-weight: 500;
  font-size: 20px;
  line-height: 60px;
  color: #FFFFFF;
  margin-bottom: 40px;
  padding-left: 100px;
}

@media (max-width: 991px) {
  .comments__title {
    margin: 0 -20px;
    margin-bottom: 40px;
  }
}

.comments__list {
  max-width: 780px;
  margin: 0 auto;
}

.comment {
  padding-left: 90px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .comment {
    padding: 10px;
    margin-bottom: 15px;
  }
}

.comment__info {
  margin-bottom: 5px;
  margin-left: -70px;
}

@media (max-width: 991px) {
  .comment__info {
    margin-left: 0;
  }
}

.comment__info img {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 20px;
}

.comment__info p {
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  color: #000000;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 767px) {
  .comment__info p {
    line-height: normal;
    font-size: 12px;
    line-height: 20px;
    /* or 20px */
  }
}

.comment__info p span {
  font-weight: 300;
  margin-left: 35px;
}

@media (max-width: 767px) {
  .comment__info p span {
    display: block;
    margin-left: 0;
  }
}

.comment__txt {
  font-weight: normal;
  font-size: 18px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .comment__txt {
    font-size: 16px;
    line-height: 26px;
  }
}

.comment__likes {
  fill: #38A6D8;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  cursor: pointer;
}

.comment__likes:hover {
  fill: #EB1F12;
}
/*# sourceMappingURL=style.css.map */