@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
   line-height: 1.15;
   -webkit-text-size-adjust: 100%
}

* {
   --size-form: 1440;
   --red-form: #EAF3F5;
   box-sizing: border-box;
}

body {
   margin: 0
}

main {
   display: block
}

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

.intl-tel-input {
   display: flex;
   flex-direction: column;
}

hr {
   box-sizing: content-box;
   height: 0;
   overflow: visible
}

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

a {
   background-color: transparent
}

abbr[title] {
   border-bottom: 0;
   text-decoration: underline;
   -webkit-text-decoration: underline dotted;
   text-decoration: underline dotted
}

b,
strong {
   font-weight: bolder
}

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

small {
   font-size: 80%
}

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

sub {
   bottom: -0.25em
}

sup {
   top: -0.5em
}

img {
   border-style: none
}

button,
input,
optgroup,
select,
textarea {
   font-family: inherit;
   font-size: 100%;
   line-height: 1.15;
   margin: 0
}

button,
input {
   overflow: visible
}

button,
select {
   text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
   -webkit-appearance: button
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
   outline: 1px dotted ButtonText
}

fieldset {
   padding: .35em .75em .625em
}

legend {
   box-sizing: border-box;
   color: inherit;
   display: table;
   max-width: 100%;
   padding: 0;
   white-space: normal
}

progress {
   vertical-align: baseline
}

textarea {
   overflow: auto
}

[type="checkbox"],
[type="radio"] {
   box-sizing: border-box;
   padding: 0
}

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

[type="search"] {
   -webkit-appearance: textfield;
   outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
   -webkit-appearance: none
}

::-webkit-file-upload-button {
   -webkit-appearance: button;
   font: inherit
}

details {
   display: block
}

summary {
   display: list-item
}

template {
   display: none
}

[hidden] {
   display: none
}

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

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

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

body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
   margin: 0
}

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: 0;
   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: #000;
   background: #fff
}

.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 {
   width: 410px
}

@media(max-width:991px) {
   .header__logo-img {
      max-width: 250px
   }
}

@media(max-width:479px) {
   .header__logo-img {
      width: 200px
   }
}

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

@media(max-width:767px) {
   .header__menu-btn {
      width: 35px;
   }
}

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

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

.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;
      display: none;
   }
}

.header__input {
   width: 100%;
   font-weight: normal;
   font-size: 18px;
   line-height: 21px;
   padding: 12.5px 10px 12.5px 50px;
   color: #717171;
   border: 0;
   background: #f4f4f4
}

@media(max-width:767px) {
   .header__input {
      width: 100%;
      height: 100%;
      background: transparent;
      padding: 0;
      border: 0;
      font-size: 0
   }
}

.main .wrapper {
   padding-bottom: 25px
}

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

.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;
   transform: scale(0);
   transition: all .3s
}

.main__breadcrumbs a:hover::after {
   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--left img {
   max-height: 320px;
}

.main__column--right {
   float: right
}

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

   .main__column--left {
      margin-top: 10px;
   }
}

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

@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__img {
   margin: 0 auto;
   margin-bottom: 25px
}

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

.btn {
   box-shadow: 0 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: #fff;
   padding: 11px 0;
   transition: all .3s;
   max-width: 580px;
   margin: 0 auto
}

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

@media(max-width: 580px) {
   .btn {
      font-size: 14px;
      line-height: 18px;
      padding: 10px 10px;
   }
}

.btn:hover {
   transform: scale(1.05)
}

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

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

.link:hover::after {
   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: #000;
   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: #000;
   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: transparent
}

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

/* .main__blank-text a {
   color: #00f;
} */

@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: #000;
   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: #000
}

.main__prod {
   width: 80%;
   max-width: 350px;
   margin: 25px auto;
}

@media(max-width:767px) {
   .main__prod {
      max-width: 350px
   }
}

.comments {
   padding-top: 25px
}

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

.comments__title {
   background: #136fa2;
   font-weight: 500;
   font-size: 20px;
   line-height: 40px;
   margin-bottom: 35px;
   color: #fff;
   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
   }
}

footer {
   text-align: center;
   padding: 10px 0 15px;
   font-size: 18px;
}