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

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-400.woff2") format("woff2"), url("../fonts/inter-400.woff") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter-500.woff2") format("woff2"), url("../fonts/inter-500.woff") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter-600.woff2") format("woff2"), url("../fonts/inter-600.woff") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter-700.woff2") format("woff2"), url("../fonts/inter-700.woff") format("woff"); }


html,
body {
  margin: 0;
  padding: 0; }

html {
  font-size: 10px; }

main,
section,
h1,
h2,
h3,
h4,
ul,
ol,
li,
p {
  margin: 0;
  padding: 0; }

*:focus {
  outline: none; }

.page {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #001a34;
  font-weight: 400;
  font-family: 'Inter', Arial, sans-serif; }

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box; }

.text-no-wrap {
  white-space: nowrap; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .row_horizontal-sb {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .row_vertical-center {
    -ms-flex-align: center;
        align-items: center; }

.col-two {
  width: 48%; }
  .col-two_right {
    -ms-flex-item-align: end;
        align-self: end;
    text-align: right; }

.sup {
  font-size: 14px; }

.list {
  list-style: none;
  padding-bottom: 20px; }
  .list li {
    position: relative;
    padding-bottom: 8px;
    padding-left: 16px;
    color: #667C91; }
    .list li::before {
      content: '-';
      position: absolute;
      top: 0;
      left: 0; }
  .list__text {
    display: block;
    margin-bottom: 2px;
    color: #001a34; }

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 100; }
  .header__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .header__menu-icon, .header__menu-close {
    display: none; }
  .header__info {
    color: #667C91; }
  .header__info-title {
    font-size: 2.4rem;
    font-weight: 700; }
  .header__info-phone {
    font-size: 1.8rem;
    padding-top: 4px;
    font-weight: 700; }
  .header__list {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
  .header__list-item {
    margin-right: 30px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #3b78ba;
    text-transform: uppercase;
    cursor: pointer; }
    .header__list-item:last-child {
      margin-right: 0; }
    .header__list-item:hover {
      color: #3B78E2;
      transition: color 0.3s ease-in-out; }

.banner {
  position: relative;
  width: 100%;
  height: 44vw;
  max-height: 700px;
  min-height: 280px;
  background: url("../img/dog23.jpg") no-repeat;
  background-size: cover; }
  .banner__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    height: 90%; }
  .banner__text {
    display: block; }
  .banner__info {
    width: 50%; }
  .banner__title {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff; }
  .banner__subtitle {
    font-size: 3.2rem;
    font-weight: 500;
    color: #ecfbff;
    text-align: center; }

.services {
  max-width: 1080px;
  margin: 0 auto -35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px); }
  .services__item {
    position: relative;
    width: 48%;
    margin-bottom: 44px;
    padding: 5.2rem 4.8rem 4.8rem;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    .services__item::after {
      content: '';
      position: absolute;
      top: 8px;
      left: 8px;
      width: 3rem;
      height: 3rem;
      background: url("../img/feet.png") no-repeat;
      background-size: cover; }
    .services__item::before {
      content: '';
      position: absolute;
      top: 8px;
      right: 8px;
      width: 3rem;
      height: 3rem;
      background: url("../img/feet.png") no-repeat;
      background-size: cover;
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
    .services__item:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .services__item-title {
    font-size: 2rem;
    font-weight: 500;
    color: #3b78ba;
    text-align: center; }

.about {
  padding-top: 12rem;
  padding-bottom: 10rem; }
  .about__img {
    display: inline-block;
    height: 500px;
    text-align: center;
    object-fit: contain; }
  .about__title {
    margin-top: 20px;
    font-size: 2.2rem;
    color: #3b78ba; }
  .about__title-name {
    text-transform: uppercase; }
  .about__help-text {
    padding-top: 12px;
    margin-bottom: 60px;}
  .vk-comments__container {
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .vk-comments {
    width: calc(100% - 20px)!important;
  }

.price {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: rgba(236, 251, 255, 0.6); }
  .price__title {
    font-size: 2.4rem;
    margin-bottom: 16px; }
  .price__description {
    margin-top: 40px; }
  .price__paragraf {
    padding-bottom: 4px;
    font-size: 14px; }

.articles {
  padding-top: 10rem;
  padding-bottom: 10rem; }
  .articles__img {
    display: inline-block;
    width: 420px;
    height: 420px;
    background: url("../img/dog.png") no-repeat;
    background-size: cover;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

.article {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee; }
  .article:last-child {
    border-bottom: none; }
  .article__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    font-size: 2rem;
    font-weight: 500;
    color: #3b78ba;
    cursor: pointer; }
  .article__title-text {
    width: calc(100% - 40px); }
  .article__arrow {
    width: 16px;
    height: 16px;
    background: url(../img/arrow.svg);
    background-size: cover;
    cursor: pointer; }
  .article__text {
    display: none;
    padding-top: 40px; }
  .article p {
    width: 80%;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size: 14px; }

.contacts {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: rgba(236, 251, 255, 0.6); }
  .contacts__iframe {
    border: none; }
  .contacts__title {
    margin-bottom: 12px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #3b78ba; }
  .contacts__text {
    margin-bottom: 4px;
    font-size: 1.8rem;
    font-weight: 500; }

.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #667C91;
  color: #fff; }
  .footer__text {
    padding-bottom: 4px;
    font-weight: 500; }

@media screen and (max-width: 1024px) {
  html {
    font-size: 8px; }
  .page {
    font-size: 14px; }
  .header__menu-icon {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/menu.svg);
    background-size: contain;
    cursor: pointer; }
  .header__menu-close {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url(../img/close.svg);
    background-size: contain;
    cursor: pointer; }
  .header__nav {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff; }
  .header__list {
    max-width: 400px;
    margin: 0 auto;
    padding: 32px 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
  .header__list-item {
    margin-right: 0;
    margin-bottom: 16px;
    font-size: 2.4rem; }
  .articles__img {
    width: 38vw;
    height: 38vw;
    min-width: 250px;
    min-height: 250px; } }

@media screen and (max-width: 900px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; }
  .banner__info {
    width: 70%; }
  .banner__title {
    font-size: 3.6rem;
    margin-bottom: 16px; }
  .banner__subtitle {
    font-size: 2.2rem; }
  .col-mob {
    width: 100%; }
  .about__info {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px; }
  .about__img {
    height: 300px; }
  .about__container {
    width: 100%;
    margin-left: 16px; }
  .about__title {
    margin-top: 0; }
  .articles__img-container {
    text-align: center; }
  .contacts__info {
    margin-bottom: 24px; }
  .contacts__iframe {
    width: 100% !important;
    height: 300px !important; } }

@media screen and (max-width: 640px) {
  .container {
    padding-left: 14px;
    padding-right: 14px; }
  .header__info-title {
    font-size: 2rem; }
  .header__info-phone {
    font-size: 14px;
    padding-top: 4px; }
  .banner__info {
    width: 100%; }
  .services {
    max-width: 1080px;
    margin: 0 auto -25px;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px); }
    .services__item {
      width: 100%;
      margin-bottom: 22px;
      padding: 4.2rem 3.8rem 3.8rem; }
      .services__item:hover {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
    .services__item-title {
      font-size: 1.8rem; }
  .about,
  .price,
  .articles,
  .contacts {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  .about__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .about__img {
    height: 240px; }
  .about__container {
    width: 100%;
    margin-left: 0; }
  .about__title {
    margin-top: 32px; } }
