/*! 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.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap&subset=cyrillic");
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 {
  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 */
  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 {
  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"] {
  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; }

* {
  box-sizing: border-box; }

body {
  margin: 0px;
  font-size: 18px;
  text-decoration: none; }

ul, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  text-decoration: none; }

.wrapper {
  width: 600px;
  margin: 0 auto; }
  @media screen and (max-device-width: 1100px) {
    .wrapper {
      width: 375px; } }

.container {
  width: 560px;
  margin: 0 auto; }
  @media screen and (max-device-width: 1100px) {
    .container {
      width: 335px; } }

.btn {
  padding: 11px 18px;
  border: 2px solid #ffffff;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #ffffff; }

.header {
  background-color: #7f7f7f;
  background: url("../img/header-bg.jpg");
  padding-top: 10px;
  padding-bottom: 52px;
  background-repeat: no-repeat;
  background-size: cover; }
  .header__btn {
    display: inline-block;
    font-size: 12px;
    float: right;
    margin-top: 7px; }
    @media screen and (max-device-width: 1100px) {
      .header__btn {
        font-size: 10px !important; } }
  .header__title {
    margin-top: 25px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    line-height: 28px; }
    .header__title-2 {
      display: inline-block; }
    .header__title-3 {
      display: inline-block; }

.logo {
  display: inline-block; }
  .logo-img {
    width: 150px;
    height: 50px; }

.hello {
  margin-top: 20px; }
  .hello__container {
    width: 100%; }
    .hello__container-gallery {
      margin-top: 20px; }
  .hello__welcome {
    margin-left: 20px; }
    .hello__welcome-photo {
      display: inline-block;
      margin-right: 20px;
      vertical-align: top; }
    .hello__welcome-img {
      width: 125px;
      height: 166px; }
    .hello__welcome-desc {
      display: inline-block;
      width: 74%; }
      @media screen and (max-device-width: 1100px) {
        .hello__welcome-desc {
          width: 57% !important; } }
    .hello__welcome-title-text {
      display: inline-block;
      margin-right: 7px;
      font-family: 'Roboto', sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 21px; }
      @media screen and (max-device-width: 1100px) {
        .hello__welcome-title-text {
          font-size: 14px !important;
          line-height: 16px !important; } }
    .hello__welcome-title-separator {
      display: inline-block;
      width: 262px;
      border-top: 2px solid #000000;
      vertical-align: middle; }
      @media screen and (max-device-width: 1100px) {
        .hello__welcome-title-separator {
          width: 72px !important; } }
    .hello__welcome-text {
      margin-top: 16px;
      padding-right: 20px; }
      .hello__welcome-text p {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        text-align: justify;
        color: #7B7B7B; }
        @media screen and (max-device-width: 1100px) {
          .hello__welcome-text p {
            font-size: 9px !important;
            line-height: 10px !important; } }
      .hello__welcome-text strong {
        font-weight: 700;
        color: #000000; }
  .hello__gallery-pic {
    width: 100%; }

@media screen and (max-device-width: 1100px) {
  .services__container {
    padding-bottom: 32px !important; } }
.services__title {
  text-align: center;
  margin-bottom: 48px; }
  @media screen and (max-device-width: 1100px) {
    .services__title {
      margin-bottom: 26px !important; } }
  .services__title__separator {
    display: inline-block;
    width: 98px;
    border-top: 2px solid #000000;
    vertical-align: middle; }
    @media screen and (max-device-width: 1100px) {
      .services__title__separator {
        width: 86px !important; } }
  .services__title-text {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000; }
    @media screen and (max-device-width: 1100px) {
      .services__title-text {
        font-size: 14px !important;
        line-height: 16px !important;
        margin-left: 25px !important;
        margin-right: 25px !important; } }
.services__icons {
  text-align: center; }
  .services__icons__item {
    display: inline-block;
    margin-bottom: 46px; }
    @media screen and (max-device-width: 1100px) {
      .services__icons__item {
        margin-bottom: 28px !important;
        vertical-align: top !important; } }
    .services__icons__item-01, .services__icons__item-03, .services__icons__item-05 {
      margin-right: 10px; }
      @media screen and (max-device-width: 1100px) {
        .services__icons__item-01, .services__icons__item-03, .services__icons__item-05 {
          margin-right: 13px !important; } }
  .services__icons__img {
    width: 60px;
    height: 58px;
    margin-right: 5px; }
    @media screen and (max-device-width: 1100px) {
      .services__icons__img {
        width: 43px !important;
        height: 42px !important;
        margin-right: 0 !important; } }
  .services__icons__text {
    width: 203px;
    display: inline-block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #000000;
    vertical-align: top;
    text-align: left;
    margin-top: 5px; }
    .services__icons__text-5 {
      margin-top: 12px; }
    @media screen and (max-device-width: 1100px) {
      .services__icons__text {
        display: block !important;
        width: 157px !important;
        font-size: 9px !important;
        line-height: 11px !important;
        margin-top: 2px !important;
        vertical-align: unset !important;
        text-align: center !important; } }

.services__icons__item-05, .services__icons__item-06 {
  margin-bottom: 39; }
  @media screen and (max-device-width: 1100px) {
    .services__icons__item-05, .services__icons__item-06 {
      margin-bottom: 0 !important; } }

.advantages {
  background: url("../img/services/services-bg.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 47px;
  padding-bottom: 23px; }
  @media screen and (max-device-width: 1100px) {
    .advantages {
      padding-bottom: 0 !important; } }
  @media screen and (max-device-width: 1100px) {
    .advantages-section {
      display: none !important; } }
  .advantages__container {
    width: 100%; }
  .advantages__content {
    margin-top: 12px;
    padding-left: 67px; }
    @media screen and (max-device-width: 1100px) {
      .advantages__content {
        padding-left: 20px !important; } }
  .advantages__item-1, .advantages__item-2 {
    margin-bottom: 7px; }
    @media screen and (max-device-width: 1100px) {
      .advantages__item-1, .advantages__item-2 {
        margin-bottom: 0 !important; } }
  .advantages__title {
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 21px; }
    @media screen and (max-device-width: 1100px) {
      .advantages__title {
        font-size: 14px !important;
        line-height: 16px !important; } }
  .advantages__icon {
    display: inline;
    margin-right: 14px;
    width: 100%;
    height: 100%;
    vertical-align: top; }
    @media screen and (max-device-width: 1100px) {
      .advantages__icon {
        margin-right: 3px !important; } }
  .advantages__pic {
    width: 14px;
    height: 12px; }
    @media screen and (max-device-width: 1100px) {
      .advantages__pic {
        width: 10px !important;
        height: 9px !important; } }
  .advantages__desc {
    display: inline-block;
    max-width: 450px; }
    @media screen and (max-device-width: 1100px) {
      .advantages__desc {
        max-width: 320px !important; } }
  .advantages__subtitle {
    display: inline-block;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-transform: uppercase; }
    @media screen and (max-device-width: 1100px) {
      .advantages__subtitle {
        font-size: 10px !important;
        line-height: 12px !important; } }
  .advantages__text {
    display: inline;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #7B7B7B; }
    @media screen and (max-device-width: 1100px) {
      .advantages__text {
        font-size: 9px !important;
        line-height: 11px !important; } }

.order {
  padding-top: 22px; }
  @media screen and (max-device-width: 1100px) {
    .order {
      padding-top: 20px !important; } }
  .order__text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
    color: #7B7B7B; }
    @media screen and (max-device-width: 1100px) {
      .order__text {
        font-size: 9px !important;
        line-height: 11px !important; } }
    .order__text strong {
      color: #000000; }
  .order__buttons {
    margin-top: 30px; }
  .order__btn {
    width: 270px;
    height: 50px;
    display: inline-block; }
    @media screen and (max-device-width: 1100px) {
      .order__btn {
        width: 157px !important; } }
    .order__btn-email, .order__btn-text, .order__btn-phone {
      font-family: Roboto;
      font-style: normal;
      color: #000000;
      text-align: center; }
    .order__btn-email {
      background-color: #C4C4C4;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      text-transform: uppercase;
      padding-top: 16px; }
      @media screen and (max-device-width: 1100px) {
        .order__btn-email {
          font-size: 11px !important;
          line-height: 13px !important;
          padding-top: 18px !important; } }
    .order__btn-call {
      background-color: #F2F2F2;
      float: right;
      padding-top: 4px; }
    .order__btn-text {
      font-weight: normal;
      font-size: 12px;
      line-height: 14px; }
      @media screen and (max-device-width: 1100px) {
        .order__btn-text {
          font-size: 11px !important;
          line-height: 13px !important; } }
    .order__btn-phone {
      font-weight: 700;
      font-size: 24px;
      line-height: 14px;
      margin-top: 10px; }
      @media screen and (max-device-width: 1100px) {
        .order__btn-phone {
          font-size: 12px !important;
          line-height: 14px !important;
          margin-top: 0 !important; } }

.consult {
  margin-top: 20px;
  padding-bottom: 26px; }
  .consult__item-3, .consult__item-4, .consult__item-6 {
    margin-bottom: 5px; }
  @media screen and (max-device-width: 1100px) {
    .consult {
      margin-top: 23px !important;
      padding-bottom: 18px !important; } }
  .consult__title, .consult__text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000; }
    @media screen and (max-device-width: 1100px) {
      .consult__title, .consult__text {
        font-size: 14px !important;
        line-height: 16px !important; } }
  .consult__title {
    margin-bottom: 15px; }
  .consult__list {
    padding-left: 25px;
    margin-bottom: 15px; }
  .consult__icon {
    display: inline-block;
    color: #A4A4A4;
    vertical-align: top; }
    .consult__icon-item-big {
      line-height: 10px; }
  .consult__desc {
    display: inline-block;
    max-width: 440px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #A4A4A4; }
    @media screen and (max-device-width: 1100px) {
      .consult__desc {
        font-size: 10px !important;
        line-height: 12px !important;
        max-width: 295px !important; } }

.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1F1F1F; }
  .footer__logo, .footer__times, .footer__designed, .footer__btn {
    vertical-align: middle; }
  .footer__logo {
    margin-right: 10px; }
    @media screen and (max-device-width: 1100px) {
      .footer__logo {
        margin-right: 15px !important; } }
    @media screen and (max-device-width: 1100px) {
      .footer__logo-img {
        width: 102px !important;
        height: 34px !important; } }
  .footer__times {
    display: inline-block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
    color: #999999;
    margin-right: 15px; }
    @media screen and (max-device-width: 1100px) {
      .footer__times {
        font-size: 10px !important;
        line-height: 13px !important;
        margin-right: 14px !important; } }
  .footer__designed {
    display: inline-block;
    margin-right: 10px; }
    @media screen and (max-device-width: 1100px) {
      .footer__designed {
        display: none !important; } }
  .footer__btn {
    display: inline-block;
    font-size: 12px; }
    @media screen and (max-device-width: 1100px) {
      .footer__btn {
        font-size: 10px !important;
        line-height: 12px !important;
        width: 78px !important;
        text-align: center !important;
        padding: 10px !important; } }
