/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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; }

h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", "Open Sans", Verdana;
    margin: 0;
    padding: 0;
    color: #3d3d3d;
    line-height: 1.4;
}
h2 {
    font-size: 26px;
    font-weight: 700;
}
h3 {
    font-size: 22px;
    font-weight: 700;
}
h4 {
    font-size: 18px;
    font-weight: 600;
}
h5 {
    font-size: 16px;
    font-weight: 700;
}
h6 {
    font-size: 16px;
    font-weight: 600;
}

p {
    padding: 0 0 1.5rem;
    margin: 0;
}
ul {
    display: block;
    margin: 0;
    padding: 0;
}
ul li {
    display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
 overflow: hidden;
    height: 1px;
    background: #e9e9e9;
    border: 0;
    margin: 32px 0;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  color: #3d3d3d;
  webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: underline;
}
a:hover {
  color: #ff7058;
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/*@font-face {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/GothamPro-Regular.woff") format("woff"), url("../fonts/GothamPro-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.woff2") format("woff2"); }

@font-face {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro-Black.woff2") format("woff2"); }

@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"); }

@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "HelveticaNeueCyr";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/HelveticaNeueCyr-Italic.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Italic.woff2") format("woff2"); }*/

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  position: relative;
  min-width: 320px;
  background: #f7f8fd url(../img/bg2.png) center top no-repeat;
  background-size: cover;
  color: #3d3d3d;
  font-family: "Open Sans", Verdana;
  font-size: 16px;
  font-weight: 400;
}

.page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden; }

.page-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          box-shadow: 2px 2px 10px rgb(231 232 236);
          }

a,
button,
.icon {
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }

input,
textarea,
button { }

a,
label,
button {
  -webkit-tap-highlight-color: transparent; }

img {
  display: block;
  max-width: 100%; }

.container {
  width: 1140px;
  margin: 0 auto; }

.hidden {
  display: none !important; }

.content--cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .content--cols .content__main {
    width: calc(100% - 295px); }
    .content--cols .content__main--narrow {
      width: calc(100% - 390px); }

.content__sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 265px;
  margin-bottom: 70px; }
  .content__sidebar--wide {
    width: 360px; }
  .content__sidebar > *:last-child {
    margin-bottom: 0; }

.content__main {
  width: 100%;
  margin-bottom: 50px; }
  .content__main > *:last-child {
    margin-bottom: 0; }

.section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px; }
  .section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .section .btn {
    -ms-flex-item-align: center;
        align-self: center; }
  .section__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .section__link {
    color: #a1e55c;
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #a1e55c; }
    .section__link:hover {
      border-color: transparent; }
  .section--dark-blue {
    padding: 60px 0;
    background-color: #e4f4fc; }
    .section--dark-blue:last-child {
      margin-bottom: 0; }

.sidebar-menu {
  width: 100%;
  -webkit-box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
          box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
  border-radius: 20px;
  border: 1px solid #d9efff;
  background-color: #fff;
  overflow: hidden; }
  .sidebar-menu__title {
    padding: 25px 20px 20px;
    background-color: #66bfff;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #d9efff; }
  .sidebar-menu__list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .sidebar-menu__item {
    border-bottom: 1px solid #d9efff; }
    .sidebar-menu__item:last-child {
      border-bottom: none; }
  .sidebar-menu__link {
    display: block;
    padding: 15px 20px;
    color: #3d3d3d;
    font-size: 16px;
    text-decoration: none;
    border-left: 5px solid transparent; }
    .sidebar-menu__link:hover {
      background-color: #66bfff;
      color: #fff; }
    .sidebar-menu__link.active {
      color: #66bfff;
      border-color: #66bfff; }
      .sidebar-menu__link.active:hover {
        cursor: default;
        background-color: #fff;
        color: #66bfff; }
.submenu {
  width: 100%; }
  .submenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    border: 1px solid #fff;
    border-bottom: none; }
  .submenu__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden;
    border-right: 1px solid #fff; }
    .submenu__item:last-child {
      border-right: none; }
    .submenu__item.active .submenu__link {
      background-color: #d9efff;
      cursor: default; }
    .submenu__item:hover .submenu__link {
      background-color: #d9efff; }
  .submenu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    background-color: #e8f5ff;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    text-align: center; }
/* START NEW STYLE */
.js-tab {
  display: none; }
  .js-tab.active {
    display: block; }

.media__content {
  margin-bottom: 30px;
  padding: 20px;
  -webkit-box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
          box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
  border-radius: 0 0 20px 20px;
  border: 1px solid #d9efff;
  background-color: #fff; }
  .media__content > *:last-child {
    margin-bottom: 0; }

.media > *:last-child {
  margin-bottom: 0; }

.item-article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 60px 20px 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  border: 1px solid #d9efff;
  background-color: #fff;
  overflow: hidden; }
  .item-article:last-child {
    margin-bottom: 0; }
  .item-article:before {
    content: '';
    position: absolute;
    top: -65px;
    right: -65px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: rgba(193, 234, 255, 0.5); }
  .item-article:after {
    content: '';
    position: absolute;
    top: -55px;
    right: -55px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #c1eaff; }
  .item-article__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 150px;
    height: 110px;
    margin-right: 35px;
    -webkit-box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
            box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
    border: 1px solid #d9efff;
    background-color: #fff; }
    .item-article__img img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .item-article__title {
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 700; }
  .item-article__text {
    margin-bottom: 20px;
    color: #000;
    font-size: 14px; }
  .item-article__price {
    margin-bottom: 20px;
    color: #000;
    font-size: 14px; }
  .item-article__link {
    font-size: 14px;
    font-weight: 700;
    color: #a1e55c;
    text-decoration: none;
    border-bottom: 1px solid #a1e55c; }
    .item-article__link:hover {
      border-color: transparent; }

h5,
.h5 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 700; }

.about-vaccine .full-vaccine-list img {
  max-width: 100%;
  margin: 0; }

.about-vaccine .item-article img {
  max-width: 100%;
  margin: 0; }

.full-vaccine-list {
  margin: 30px  0; }

.vaccine-list-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px -5px 10px; }
  .vaccine-list-sm__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(33.33% - 10px);
    height: 40px;
    margin: 0 5px 10px;
    padding: 5px 10px;
    -webkit-box-shadow: inset 0 2px 5px rgba(193, 234, 255, 0.75);
            box-shadow: inset 0 2px 5px rgba(193, 234, 255, 0.75);
    border-radius: 15px;
    border: 1px solid #d9efff;
    background-color: #fff;
    text-decoration: none; }
    .vaccine-list-sm__item:hover {
      border-color: #66bfff; }
    .vaccine-list-sm__item.active {
      border-color: #66bfff; }
  .vaccine-list-sm__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 10px; }
    .vaccine-list-sm__img img {
      max-width: 100%;
      max-height: 100%; }
  .vaccine-list-sm__title {
    color: #3d3d3d;
    font-size: 12px; }
/* END NEW STYLE */

.btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 30px;
  border-radius: 30px;
  background-color: #ef5350;
  color: #fff;
  font: 700 1rem "Open Sans";
  text-decoration: none;
  border: none;
  cursor: pointer; }
  .btn:hover {
    background-color: #E0453D; }

.btn-perezvon-taganka {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #795548;
  color: #fff;
  font: 600 1rem "Open Sans";
  text-decoration: none;
  border: none;
  cursor: pointer;
  width:100%;
   }
  .btn-perezvon-taganka:hover {
    background-color: #5f453b; }

  .btn-perezvon-taganka:hover, .btn-perezvon-taganka:active, .btn-perezvon-taganka:focus {
    outline: none;
   }
   .btn-perezvon-hovanka:hover, .btn-perezvon-hovanka:active, .btn-perezvon-hovanka:focus {
    outline: none;
   }

    .btn-perezvon-hovanka {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #f58220;
  color: #fff;
  font: 600 1rem "Open Sans";
  text-decoration: none;
  border: none;
  cursor: pointer;
  width:100%;
   }
  .btn-perezvon-hovanka:hover {
    background-color: #e07519; }

.link-zapis {
  background-color: #ef5350 !important;
  color: #fff !important;
  font: 600 1rem "Open Sans" !important;
  text-decoration: none !important;
  width: 100% !important;
  font-size: 20px;
}
.link-zapis:hover {
    background-color: #E0453D !important;
}

.online-zapis {
  background-color: #ef5350 !important;
  color: #fff !important;
  font: 700 1rem "Open Sans" !important;
  text-decoration: none !important;
  width: 100%;
  font-size: 20px;
}
.online-zapis:hover {
    background-color: #E0453D !important;
}

.link-zapis-taganka {
  background-color: #795548 !important;
  color: #fff !important;
  font: 700 1rem "Open Sans" !important;
  text-decoration: none !important;
  width: 100%;
  font-size: 20px;
}
.link-zapis-taganka:hover {
    background-color: #5f453b !important;
}

.link-zapis-hovanka {
  background-color: #f58220 !important;
  color: #fff !important;
  font: 700 1rem "Open Sans" !important;
  text-decoration: none !important;
  width: 100%;
  font-size: 20px;
}
.link-zapis-hovanka:hover {
    background-color: #e07519 !important;
}

.link-question {
  background-color: #fcbf29 !important;
  color: #fff !important;
  font: 700 1rem "Open Sans" !important;
  text-decoration: none !important;
  width: 100%;
  font-size: 20px;
}
.link-question:hover {
    background-color: #efaf14 !important;
}

.btn-arrow  {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  font: 700 .875rem "Open Sans";
  text-decoration: none;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  background-color: #fff !important;
    border: 1px solid #e8eaf3;
    outline: none;
   }
.btn-yellow {
  background-color: #fcbf29;
}
.btn-yellow:hover {
  background-color: #efaf14;
}

.h2, .h2-specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  color: #3d3d3d;
  font-size: 37px;
  line-height: 37px;
  font-weight: 700;
  font-family: "Oswald", "Open Sans", Verdana;
   }
  h2 .dots,
  .h2 .dots {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 60px 0 30px;
    border-radius: 50%;
    background-color: #ffc859; }
    h2 .dots:after, h2 .dots:before,
    .h2 .dots:after,
    .h2 .dots:before {
      content: '';
      position: absolute;
      top: 0;
      width: 12px;
      height: 12px;
      border-radius: 50%; }
    h2 .dots:before,
    .h2 .dots:before {
      left: -30px;
      background-color: #a1e55c; }
    h2 .dots:after,
    .h2 .dots:after {
      right: -30px;
      background-color: #ff80aa; }
  h2--slash,
  .h2--slash {
    position: relative; }
    h2--slash:after,
    .h2--slash:after {
      content: '/';
      margin: 0 10px;
      color: #3d3d3d;
      font-size: 25px;
      font-weight: 700; }

.h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #3d3d3d;
  font-size: 22px;
    font-weight: 700;
  font-family: "Oswald", "Open Sans", Verdana;
  }

.h4 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 900; }

.page-link {
  color: #009688;
  text-decoration: none;
  border-bottom: 1px solid #66bfff; }
  .page-link:hover {
    border-color: transparent;
    color: #008577; }

.contacts-link {
  color: #3d3d3d;
  text-decoration: none; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
  padding: 0;
  list-style-type: none; }
  .social__item {
    margin-right: 20px; }
    .social__item:last-child {
      margin-right: 0; }
  .social__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff; }
    .social__link .icon {
      display: block;
      fill: #828dda; }
      .social__link .icon-vk {
        width: 12px;
        height: 7px; }
      .social__link .icon-inst {
        width: 20px;
        height: 20px; }
      .social__link .icon-twitter {
        width: 12px;
        height: 10px; }
      .social__link .icon-fb {
        width: 20px;
        height: 23px; }
    .social__link:hover .icon {
      fill: #828dda; }

.slider,
.main-slider {
  position: relative;
  width: 100%; }
  .slider .owl-prev,
  .slider .owl-next,
  .main-slider .owl-prev,
  .main-slider .owl-next {
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 0; }

.slider-nav {
  position: absolute;
  top: calc(50% - 10px);
  z-index: 2;
  width: 1140px;
  height: 0; }
  .slider-nav__prev, .slider-nav__next {
    position: absolute;
    right: -60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .slider-nav__prev .icon, .slider-nav__next .icon {
      display: block;
      width: 29px;
      height: 21px;
      fill: #66bfff; }
    .slider-nav__prev:hover .icon, .slider-nav__next:hover .icon {
      fill: #3d7b8b; }
  .slider-nav__prev {
    right: auto;
    left: -60px;
    -webkit-transform: scale(-1);
            transform: scale(-1); }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none; }
  .breadcrumbs__item {
    margin-right: 7px; }
    .breadcrumbs__item:after {
      content: '\203A';
      color: #3d3d3d;
      font-size: 14px;
      margin-left: 7px; }
    .breadcrumbs__item:last-child:after {
      display: none; }
  .breadcrumbs__link {
    color: #3d3d3d;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #222; }
    .breadcrumbs__link:hover {
      border-color: transparent; }
  .breadcrumbs__text {
    color: #9e9e9e;
    font-size: 14px; }

/* Блок пагинации */

.pagination-block{
    width:80%;
    margin: auto;
    font: 700 .875rem "Open Sans";
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    text-transform: uppercase;
}
.articles{
    margin:-60px auto 60px;
}
@media (max-width: 1365px) {
.pagination-block{
    width:100%;
    margin:0px 0px 20px 0px;
}
.articles{
    margin:-60px 0px 60px 0px;
}
}
@media (max-width: 991px) {
.pagination-block{
    width:80%;
    margin:10px auto 20px;
}
.articles{
    margin:0px auto 0px;
}
}
@media (max-width: 767px) {
.pagination-block{
    width:100%;
    margin:5px auto 20px;
}
.articles{
    margin:0px auto 20px;
}
}
.pagination-block div{
    border: none;
    color: white;
    text-align: center;
    display: inline-block;
    background-color: #8f99d2;
    margin-right: 10px;
    text-decoration: none;
    flex-basis: auto;
    border-radius: 10px;
    flex-grow: 1;
}

.pagination-block div:last-child{
  margin-right: 0px;
}
.pagination-block div#current{
    padding: 15px;
    background-color: #5c6bc0;
    flex-grow: 1;

}
.pagination-block div#button{
    background-color: #a9977a;
    flex-basis: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
    border-radius: 10px;
    font: 700 .875rem "Open Sans";
    text-transform: uppercase;
}
.pagination-block div#button a{
    padding: 20px;
    background-color: #a9977a;
    border-radius: 10px;
}
.pagination-block div#button a:hover{
  background-color: #827055;
}
.pagination-block div a{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px;
}
.pagination-block div a:hover{
    background-color: #5564b9;
    border-radius: 10px;
}

/* Блок пагинации */

.pagination {
    font-size: 0;
    text-align: center;
}
.pagination__box {
    display: table;
    margin: 0 auto;
    margin-bottom: -.625rem;
}
.pagination__more {
    display: block;
    margin: 0 auto;
    max-width: 315px;
    margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
    .pagination__more {
    margin-bottom: 1.25rem;
}
}.pagination__arrow {
    display: inline-block;
    vertical-align: top;
    width: 4.375rem;
    height: 2.8125rem;
    background: #ddcfa5;
    fill: #70684e;
    position: relative;
}
.pagination__arrow--prev {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
}
.pagination__arrow--next {
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}
.pagination__arrow:hover {
    background: #d3c59a;
}
.pagination__arrow--disabled {
    background: #e4e1d9;
    cursor: not-allowed;
    fill: #cfcdc7;
}
.pagination__arrow--disabled:hover {
    background: #e4e1d9;
}
@media (max-width: 767px) {
    .pagination__arrow {
    display: none;
}
}.pagination__ico {
    display: block;
    fill: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.pagination__list {
    display: inline-block;
    vertical-align: top;
    padding: 0 .3125rem;
}
.pagination__item {
    display: inline-block;
    vertical-align: top;
    padding: 0 .3125rem .625rem .3125rem;
    font-size: 16px;
    font-size: 1rem;
}
@media (max-width: 767px) {
    .pagination__item: nth-child(1n) {
    display: none;
}
.pagination__item:nth-child(1) {
    display: inline-block;
}
.pagination__item:nth-child(2) {
    display: inline-block;
}
.pagination__item:nth-child(3) {
    display: inline-block;
}
.pagination__item:nth-child(4) {
    display: inline-block;
}
.pagination__item:nth-child(5) {
    display: inline-block;
}
}@media (max-width: 400px) {
    .pagination__item: nth-child(5) {
    display: none;
}
}.pagination__link {
    display: block;
    width: 2.8125rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    text-align: center;
    color: #70684e;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    background: #fff;
}
.pagination__link:hover, .pagination__link--active {
    background: #ddcfa5;
    color: #70684e;
}
.pagination--border .pagination__box {
    border-bottom: 1px solid #e0dac8;
    padding: 0 0 .9375rem 0;
}
.pagination--medium .pagination__arrow {
    width: 6.875rem;
}
@media (max-width: 1365px) {
    .pagination--medium .pagination__arrow {
    width: 6.875rem;
}
}

.post {
  margin-bottom: 30px;
  padding: 40px;
  -webkit-box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
          box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
  border-radius: 10px;
  border: 1px solid #d9efff;
  background-color: #fff;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 400; }
  .post p:first-child {
    margin-top: 0; }
  .post p:last-child {
    margin-bottom: 0; }
.post a{
  color: #009688;
  font-weight: 600;
}
.post a:hover{
text-decoration: none;
}
.video {
  position: relative;
  display: block;
  width: 100%;
  height: 635px;
  margin-bottom: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
          box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
  border: 1px solid #d9efff;
  overflow: hidden; }
  .video:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #66bfff url(../img/play.svg) center center no-repeat; }
  .video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.3);
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; }
  .video img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .video:hover:after {
    opacity: 1; }

.table-wrap {
  margin-bottom: 20px;
  overflow: auto; }

.table {
  width: calc(100% - 2px);
  min-width: 320px;
  border-collapse: collapse;
  margin-bottom: 20px;
   }
  .table th {
    padding: 20px;
    background-color: #d9efff;
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 900;
    text-align: left; }
    .table th:last-child {
      /*text-align: center;*/
      /*padding-right: 40px; */
      border-radius: 0 10px 0 0; }
    .table th:first-child {
      /*padding-left: 40px; */
      border-radius: 10px 0 0 0; }
    .table th.width-50 {
      width: 50%; }
  .table td {
    padding: 20px;
    color: #3d3d3d;
    font-size: 14px;
    border-bottom: 1px solid #d9efff;
    background-color: #fff; }
    .table td:last-child {
     /* text-align: center; */
      /*padding-right: 40px;*/
      border-right: 1px solid #d9efff; }
    .table td:first-child {
      /*padding-left: 40px; */
      border-left: 1px solid #d9efff;
      /*background: #fbfbff;*/
    width: 50%; }
    .table td img {
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px 0 0; }
  .table--float-right {
    float: right;
    min-width: 0;
    width: 265px;
    margin: -30px -30px 30px 30px; }
    .table--float-right th {
      padding: 20px; }
      .table--float-right th:first-child {
        border-radius: 0;
        padding: 20px; }
      .table--float-right th:last-child {
        padding: 20px; }
    .table--float-right td {
      padding: 20px;
      background-color: #f5fcff; }
      .table--float-right td:first-child {
        padding: 20px; }
      .table--float-right td:last-child {
        padding: 20px; }

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none; }
  .tags__item {
    margin-right: 5px; }



.header {
  margin: 0;
  /*background: #dbf8fa url(../img/header-bg.png) repeat; */
  line-height: 1.3;
  background: white;
  }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
   min-height: 60px;
    margin-bottom: 10px;
    background-color: #fff;
    max-width: 1140px;
    margin: 0 auto;
    border-top: 2px solid #ffe6c0;
     }
    .header__nav > *:last-child {
      margin-right: 0; }
  .nav_container {
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0px;
    max-width: 1140px;
    margin: 0 auto;
    }
    .header__info > *:last-child {
      margin-right: 0; }
  .header__social {
    margin-right: 0px; }
  .header__questuin {
    margin-right: 40px; }
  .header__contacts-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    width: 70%;
     }
  .header__close {
    display: none; }

    /* Стили для блока с соц. иконками */
.header-soc {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-left: auto;
    margin-right: 0px;
}

.header-soc__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}

.header-soc__item:hover {
    opacity: 0.8;
}

.icon-email, .icon-whatsapp {
    width: 30px;
    height: 30px;
    fill: #8547b2;
}

/* Адаптивные стили */
@media (max-width: 991px) {
    .header-soc {
        margin-right: 10px;
        gap: 10px;
    }

    .header-soc__item {
        width: 40px;
        height: 66px;
    }

    .icon-email, .icon-whatsapp {
        width: 40px;
        height: 40px;
    }
}



.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin:0;
  padding: 0;
  list-style-type: none; }
  .menu__item {
    margin-right: 25px;
    margin-bottom: 10px;
     }
  .menu__item:first-child {
        margin-right: 25px; }
    .menu__item:last-child {
      margin-right: 0; }
  .menu__link {
    display: inline-block;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    /*border-bottom: 1px solid transparent;*/ }
    .menu__link:hover {
      border-color: #fff;
      color: #fb875e; }
    .menu__link.active {
      border-color: #fff; }

        .menu__link_action {
    display: inline-block;
    color: #ff9675;
    text-shadow: 0px 1px 13px #4654a3;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    }
    .menu__link_action:hover {
      border-color: #fff;
      color: #FFEA29; }
    .menu__link_action.active {
      border-color: #fff; }
      .menu__link_action:before {
content: '';
    display: inline-block;
    position: relative;
    width: 19px;
    height: 16px;
    background: url(../img/icons/onlinezapis.svg) center no-repeat;
    background-size: auto;
    top: 2px;
    left: 0px;
    z-index: 1;
    }

.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-right: 90px; }
  .logo__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 213px;
      height: 77px; }
 .logo__img img{
    max-width: 100%;
max-height: 100%;
}
  .logo__text {
    margin-left: 40px;
    color: #3d3d3d;
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap; }
    .logo__text span {
      position: relative; }
      .logo__text span:after {
        content: '';
        position: absolute;
        top: -5px;
        left: -5px;
        z-index: -1;
        width: 100%;
        height: 100%;
        padding: 5px;
        background-color: #3db9cb;
        -webkit-transform: skewX(-20deg);
                transform: skewX(-20deg); }

.contacts {
    margin-right: 30px;
    /* max-width: 100%; */
    width: 100%;
    display: inline-flex;
    gap: 25px;

    }
  .contacts:last-child {
    margin-right: 0; }

     .contacts__item2 {
    display: none;
     }
  .contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    justify-content: flex-start;
     }
       .ftrct {
    margin-bottom: 10px;
     }
     .wdt30 {
    width: 30px !important;
     }
     .topphones {
    justify-content: space-evenly !important;
     }
    .contacts__item .iconT {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: block;
      margin-right: 10px;
      fill: #894e35; }
      .contacts__item .iconT2 {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: block;
      margin-right: 10px;
      fill: #894e35;
      /*margin-top: 2px;*/ }
      .contacts__item .iconH {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: block;
      margin-right: 10px;
      fill: #8547b2;
       }
       .contacts__item .iconH2 {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: block;
      margin-right: 10px;
      fill: #8547b2;
      /*margin-top: 2px;*/
       }
    .contacts__item .icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: block;
      margin-right: 10px;
      fill: #3d7b8b; }
      .contacts__item .icon-phone {
        width: 20px;
        height: 30px; }
        .contacts__item .icon-phone-2 {
        width: 30px;
        height: 26px; }
      .icon-subway {
    width: 30px;
    height: 30px;
}
      .contacts__item .icon-location {
        width: 25px;
        height: 30px; }
    .contacts__item:last-child {
      margin-bottom: 0; }
    .hc {
      display: flex;
    }

  .contacts__info, .contacts__phone, .contacts__info2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #36373c;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
     }
   .contacts__info a {
     color: #36373c !important;
     font-weight: 700;
   }

     .designed_by {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #36373c;
    font-size: 13px;
    font-weight: 600;
    align-items: center;
     }


   .contacts__openinghours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #36373c;
    font-size: 14px;
    font-weight: 700; }
  .contacts__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #36373c;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    /* white-space: nowrap; */
    justify-content: center;
    align-items: flex-start;
    }
  .contacts .subway {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 margin-top: 5px;
}
    .contacts .subway .icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: block;
      margin-right: 5px;
      width: 21px;
      height: 16px;
      fill: #3d7b8b; }
    .contacts .subway--orange .icon {
      fill: #ed9121; }
    .contacts .subway--brown .icon {
      fill: #8d5b2d; }

.hamb {
  display: none; }

.footer__top {
  padding: 20px 0;
    background-color: #ffffff;
    /* background: #dbf8fa url(../img/header-bg.png) repeat; */
    /* box-shadow: 0px 0px 8px 0px rgb(34 60 80 / 7%); */
    /* background: radial-gradient(circle, #ffffff 0%, #dfe1f3b8 80%); */
    /*border-top: 2px solid #e9e9e9;  */
  }

.footer__bottom {
  padding: 30px 0;
  /*background-color: #ebedf9;*/
  background: radial-gradient(circle, #ffffff 0%, #dfe1f3 100%);
  }

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0px; }
  .footer__info > *:last-child {
    margin-right: 0; }

.footer__contacts .icon {
  fill: #a1e55c; }

.footer__social {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: center; }

.footer__counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  margin-top: 25px; }
.footer__counts noindex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__counts noindex a{
 margin-right: 0px;
}
.footer__count {
  width: 80px;
  margin-right: 20px; }
  .footer__count:last-child {
    margin-right: 0; }
  .footer__count img {
    max-width: 100%; }

.footer__text {
  max-width: 100%;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 400;
  text-align: center; }

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
       }

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.footer__contacts-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px; }

/* Основные стили для меню */
.evrn_footer-nav {
  margin: 20px 0;
}

.evrn_menu-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.evrn_menu-block {
  display: flex;
  flex-direction: column;
}

.evrn_menu-title {
  margin-bottom: 10px;
    color: #36373c;
    font-size: 16px;
    font-weight: 700;
    font-family: "Open Sans", Verdana;
}

.evrn_menu-items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  row-gap: 12px;
}

.evrn_menu-link {
  text-decoration: none;
  transition: all 0.25s ease;
  position: relative;
  padding-bottom: 2px;
  white-space: nowrap;
  color: #36373c;
  font-size: 14px;
  font-weight: 600;
}

.evrn_menu-link:hover {
  color: #fb875e;
}

.evrn_menu-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fb875e;
  transition: width 0.25s ease;
}

.evrn_menu-link:hover::after {
  width: 100%;
}

/* Адаптация под 991px */
@media (max-width: 991px) {
  .evrn_menu-items {
    gap: 18px;
  }

  .evrn_menu-link {
    font-size: 14px;
  }
}

/* Адаптация под 767px */
@media (max-width: 767px) {
  .evrn_menu-items {
    gap: 10px;
  }

  .evrn_menu-title {
    font-size: 17px;
  }

  .evrn_menu-link {
    font-size: 13px;
  }
}

/* Адаптация под 479px */
@media (max-width: 479px) {
  .evrn_menu-items {
    /*flex-direction: column;*/
    gap: 10px;
  }

  .evrn_menu-link {
    white-space: normal;
    /*padding-left: 10px;
    border-left: 2px solid #3182ce;*/
  }

  .evrn_menu-link::after {
    display: none;
  }

  .evrn_footer-nav {
    padding: 0px 0;
  }
}



.menu-footer {
  /*width: 45%;*/
  margin: 0;
  /*padding: 0 0px 0 0;*/
  list-style-type: none;
  max-width: 45%;

   }
  .menu-footer__title {
   margin-bottom: 10px;
    color: #36373c;
    font-size: 16px;
    font-weight: 700;
    }
  .menu-footer__item {
    margin-bottom: 10px; }
    .menu-footer__item:last-child {
      margin-bottom: 0; }
  .menu-footer__link {
    color: #36373c;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
     }
    .menu-footer__link:hover {
      color: #fb875e; }

.main-slider {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
          box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75); }
  .main-slider .owl-item {
    height: 380px; }
  .main-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    background-color: #fff;
    border: 1px solid #eee;
    overflow: hidden; }
  .main-slider__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 100%;
    height: 100%;
    overflow: hidden; }
    .main-slider__img img {
      width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .main-slider__info {
    padding: 20px; }
  .main-slider__title {
    margin-bottom: 15px;
    color: #66bfff;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase; }
  .main-slider__text {
    color: #3d3d3d;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Oswald", "Open Sans", Verdana;
    }
  .main-slider .slider-nav {
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 110px;
    height: 50px;
    -webkit-box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
            box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
    border: 1px solid #d9efff;
    background-color: #f5fcff;
    border-radius: 10px 0; }
    .main-slider .slider-nav__prev, .main-slider .slider-nav__next {
      width: 50%;
      height: 100%;
      bottom: 0; }
    .main-slider .slider-nav__prev {
      left: 0; }
    .main-slider .slider-nav__next {
      right: 0;
      border-left: 1px solid #d9efff; }
.main-slider__small {
  padding-top: 10px;
  font-size: 16px;
}
.main-slider__small a {
  font-weight: 600;
}
.main-slider a {
color: #009688;
font-weight: 600;
}
.main-slider a:hover{
text-decoration: none;
}


.vaccine-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px -30px;
  width: calc(100% + 30px); }
  .vaccine-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(25% - 30px);
    height: 180px;
    margin: 0 15px 30px;
    padding: 20px 30px;
    -webkit-box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
            box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
    border-radius: 10px;
    border: 1px solid #d9efff;
    background-color: #fff;
    text-decoration: none; }
    .vaccine-list__item:hover {
      border-color: #66bfff; }
    .vaccine-list__item--wide {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 110px; }
      .vaccine-list__item--wide .vaccine-list__img {
        margin-bottom: 0;
        margin-right: 20px; }
      .vaccine-list__item--wide .vaccine-list__title {
        margin-top: 0;
        text-align: left; }
  .vaccine-list__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 20px; }
    .vaccine-list__img img {
      max-width: 100%;
      max-height: 100%; }
  .vaccine-list__title {
    max-width: 100%;
    min-height: 34px;
    margin-top: auto;
    color: #3d3d3d;
    font-size: 15px;
    font-weight: 700;
    line-height: 17px;
    text-align: center; }

.about-vaccine {
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
          box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
  border-radius: 10px;
  border: 1px solid #d9efff;
  background-color: #fff;
  color: #3d3d3d;
  font-size: 14px; }
  .about-vaccine:after {
    content: '';
    display: table;
    clear: both; }
  .about-vaccine img {
    float: left;
    max-width: 30%;
    margin: 0 30px 20px 0; }
  .about-vaccine p {
    margin-top: 0; }
    .about-vaccine p:last-child {
      margin-bottom: 0; }
  .about-vaccine .table-wrap {
    margin-top: 30px; }
  .about-vaccine > *:last-child {
    margin-bottom: 0; }

.vaccine-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .vaccine-info__group {
    width: calc(33.33% - 7px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
    margin-bottom: 20px; }
    .vaccine-info__group:last-child {
      margin-right: 0; }
  .vaccine-info__price {
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 700; }
    .vaccine-info__price span {
      color: #66bfff; }
  .vaccine-info__old-price {
    position: relative;
    display: inline-block;
    font-weight: 400; }
    .vaccine-info__old-price:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #3d3d3d; }
  .vaccine-info__text {
    color: #3d3d3d;
    font-size: 14px; }
  .vaccine-info__title {
    margin-bottom: 5px;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 700; }
  .vaccine-info__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .vaccine-info__item {
    margin-bottom: 5px; }

.medications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px; }
  .medications__item {
    display: block;
    width: calc(25% - 30px);
    margin: 0 15px 30px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    text-decoration: none; }
  .medications.owl-carousel {
    margin: 0; }
    .medications.owl-carousel .medications__item {
      width: 100%;
      margin: 0 0 30px; }
  .medications__img {
    width: 100%;
    height: 210px;
    overflow: hidden; }
    .medications__img img {
      width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .medications__name {
    padding: 20px 30px;
    color: #3d3d3d;
    font-size: 15px;
    font-weight: 700; 
background-color: #c1eaff;}

.doctors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*margin: 0 -5px;*/
  width: calc(100% + 10px); }

.m-taganka {
  color: #894e35;
  font-weight: 700;
  font-size: 14px;
}
.m-spec {
  color: #3d3d3d;
  font-weight: 700;
}
.m-taganka2 {
  color: #894e35 !important;
  font-weight: 700 !important;
}
.m-taganka3 {
  color: #894e35 !important;
  font-weight: 700 !important;
  border-bottom: 2px dashed #894e35;
}
.m-main {
  color: #222 !important;
  font-weight: 700 !important;
}
.m-main2 {
  color: #222 !important;
  font-weight: 700 !important;
  border-bottom: 1px dashed #222;
}
.m-hovanka {
  color: #f58220;
  font-weight: 700;
  font-size: 14px;
}
.m-everon {
  color: #36373c !important;
  font-weight: 700 !important;
}
.m-hovanka3 {
  color: #f58220 !important;
  font-weight: 700 !important;
  border-bottom: 2px dashed #f58220;
}

.doctor {
position: relative;
border-radius: 10px;
width: calc(33.33% - 10px);
/*margin: 0 10px 20px; */
margin: 0;
padding: 15px;
background-color: #fff;
overflow: hidden;
text-decoration: none;
text-align: center;
transition: all 0.35s;
border: 1px solid #dfe2efb8;
box-shadow: 2px 2px 10px rgb(231 232 236);
}
.doctorm {
margin: 0px 10px 10px 0px !important;
}

  .doctor:hover, .doctor:focus, .doctor:active  {
  box-shadow: 0 5px 29px rgb(43 45 58 / 18%);
  outline: none;
  }
  .doctorm:hover, .doctorm:focus, .doctorm:active  {
  outline: none;
  }
  .doctor__img {
    width: 100%;
    height: 282px;
    margin: 0px auto 15px;
    overflow: hidden;
}
.doctor__img:hover, .doctor__img:focus, .doctor__img:active {
  outline: none;
  }
.doctor__img img {
      width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 12px;

}
.doctor__img img:hover, .doctor__img img:focus, .doctor__img img:active {
opacity: 0.9;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none;
}

  .photo__img {
    width: 100%;
   /* height: 500px;
    margin: 0px auto 15px;*/
    overflow: hidden;
    border-radius: 12px;
}
.photo__img:hover, .photo__img:focus, .photo__img:active {
  outline: none;
  }
.photo__img img {
      width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
      object-fit: cover;

}
.photo__img img:hover, .photo__img img:focus, .photo__img img:active {
opacity: 0.9;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none;
}

.btn-taganka {
    color: #fff;
    width: 100%;
    font-weight: 700;
    /*padding: 15px 10px;*/
    background-color: #40BF80 !important;
}
.btn-taganka:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #37A970 !important;
}
.btn-taganka-green {
    background-color: #4caf50 !important;
    /*border: 1px solid #c6d0e6; */
    color: #fff;
    width: 100%;
    font-weight: 700;
    /*padding: 15px 10px;*/
    font-size: 20px;
}
.btn-taganka-green:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #449C47 !important;
  color: #fff !important;
}
.btn-taganka-red {
    background-color: #f14946 !important;
    /*border: 1px solid #c6d0e6; */
    color: #fff;
    width: 100%;
    font-weight: 700;
    /*padding: 15px 10px;*/
    font-size: 20px;
}
.btn-taganka-red:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #DA1410 !important;
  color: #fff !important;
}
.btn-main-specpage {
    background-color: #fb875e !important;
    /*border: 1px solid #c6d0e6; */
    color: #fff;
    width: 100%;
    font-weight: 700;
    /*padding: 15px 10px;*/
    font-size: 20px;
}
.btn-main-specpage:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #FA7342 !important;
  color: #fff !important;
}
.btn-hovanka {
    color: #80cbc4;
    width: 100%;
    font-weight: 600;
    /*padding: 15px 10px;*/
    background-color: #fbffff !important;
    border: 1px solid #b2dfdb;
}
.btn-hovanka:hover {
-webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #e9fffd !important;
  color: #7ac3bd;

}
.doctor__order {
    margin: 20px 0px;
}
.doctor__order2 {
    margin: 5px 0px;
}
.doctor__name {
    margin: 10px;
}
.doctor__name a {
  font-size: 20px;
  text-decoration: none;
  color: #32333a;
  font-weight: 700;
   line-height: 1.2;
}
.doctor__name a:hover {
  color: #6d5796;
}

.doctor-spec {
    color: #32333a;
    font-size: 13px;
    text-align: center;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: 700;
    }
.doctor-work {
    color: #32333a;
    font-size: 13px;
    text-align: center;
    margin-bottom: 4px;
    }
.doctor-science {
margin: 20px 0px 4px;
    display: flex;
    color: #281f24;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
    border-top: 1px solid #281f24;
    border-bottom: 1px solid #281f24;
    }
.doctor-science div {
    display: flex;
    margin-left: auto;
    margin-right: auto
    }
.doctor-science img {
    width: 24px;
    vertical-align: middle;
    margin-right: 4px;
}
.doctor-science2 {
margin: 20px 0px 10px;
    display: flex;
color: #3949ab;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0px;
    border-top: 1px dashed #3949ab;
    border-bottom: 1px dashed #3949ab;
    }
.doctor-science2 div {
    display: flex;
    margin-left: auto;
    margin-right: auto
    }
.doctor-science2 img {
    width: 24px;
    vertical-align: middle;
    margin-right: 4px;
}
.doctor-place {
    margin: 20px 0px 4px;
    display: flex;
    }
.doctor-place div {
    display: flex;
    margin-left: auto;
    margin-right: auto
    }
.doctor-place img {
    width: 16px;
    vertical-align: middle;
    margin-right: 4px;
}
.doctor-services {
    margin: 10px 0px 10px;
    display: block;
    }
.doctor-place2 {
    margin: 20px 0px 10px;
    display: block;
    }
.doctor-place2 div, .doctor-services div {
    display: flex;
    margin-left: auto;
    margin-right: auto
    }
.doctor-place2 img, .doctor-services img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 6px;
}
.doctor-rating {
    margin: 20px 0px 4px;
    display: flex;
    }
.doctor-rating div {
    display: flex;
    margin-left: auto;
    margin-right: auto
    }
.doctor-rating img {
    width: 20px;
    vertical-align: middle;
    margin-right: 3px;
}
.doctor-rating a {
color: #875b9f;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    margin-left: 6px;
    font-weight: 700;
}
.doctor-rating a:hover {
color: #8A5CA3;
text-decoration: none;
}
.doctor-rating2, .doctor-rating3 {
    margin: 20px 0px 10px;
    display: block;
    }
.doctor-rating2 div, .doctor-rating3 div {
    display: flex;
    margin-left: auto;
    margin-right: auto
    }
.doctor-rating2 img, .doctor-rating3 img {
    width: 20px;
    vertical-align: middle;
    margin-right: 3px;
}
.doctor-rating2 a {
color: #efaf14;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
    margin-left: 8px;
    font-weight: 600;
}
.doctor-rating2 a:hover {
color: #e4a200;
text-decoration: none;
}
.doctor-rating3 a {
color: #875b9f;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px dashed #875b9f;
    margin-left: 8px;
    font-weight: 600;
}
.doctor-rating3 a:hover {
color: #8A5CA3;
text-decoration: none;
}


  .doctor__date {
    margin-top: 20px;
    color: #32333a;
    font-size: 15px;
    text-align: center; }
  .doctor__interview-title {
    color: #32333a;
    font-size: 15px;
    font-weight: 700;
    text-align: center; }
  .doctor--dark-circle:before {
    background-color: rgba(102, 191, 255, 0.5); }
  .doctor--dark-circle:after {
    background-color: #66bfff; }

.about-doctor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 55px 40px 40px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  }
  .about-doctor__img_main {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 300px;
    height: 300px;
    margin-right: 30px;
    overflow: hidden; }
  .about-doctor__img_main img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
      object-fit: cover; }
  .about-doctor__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 450px;
    height: 450px;
    margin-right: 30px;
    overflow: hidden;
    border-radius: 12px;
    }
    .about-doctor__img img {
      width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
         /*border-radius:50%; */
         }
  .about-doctor__item {
    margin-bottom: 15px; }
    .about-doctor__item:last-child {
      margin-bottom: 0;
      width: 100%;
      }
  .about-doctor__title {
    color: #3d3d3d;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    }
  .about-doctor__text {
    color: #3d3d3d;
    margin-top: 5px;
    font-size: 18px;
  }

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px -30px;
  width: calc(100% + 30px); }
  .news__item {
    position: relative;
    width: calc(25% - 30px);
    margin: 0 15px 30px;
    padding: 40px 30px 30px;
    -webkit-box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
            box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
    border-radius: 10px;
    border: 1px solid #d9efff;
    background-color: #fff;
    text-decoration: none;
    overflow: hidden; }
    .news__item:before {
      content: '';
      position: absolute;
      top: -65px;
      right: -65px;
      width: 130px;
      height: 130px;
      border-radius: 50%;
      background-color: rgba(193, 234, 255, 0.5); }
    .news__item:after {
      content: '';
      position: absolute;
      top: -55px;
      right: -55px;
      width: 110px;
      height: 110px;
      border-radius: 50%;
      background-color: #c1eaff; }
    .news__item:hover {
      border-color: #66bfff; }
  .news__title {
    color: #3d3d3d;
    font-size: 15px;
    font-weight: 700; }
  .news__date {
    margin-bottom: 20px;
    color: #3d3d3d;
    font-size: 15px; }
  .news__text {
    max-height: 160px;
    color: #666;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden; }

.licenses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px -30px;
  width: calc(100% + 30px); }
  .licenses__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(25% - 30px);
    height: 370px;
    margin: 0 15px 30px;
    -webkit-box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
            box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
    border-radius: 10px;
    border: 1px solid #d9efff;
    background-color: #fff;
    overflow: hidden; }
    .licenses__item img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      border: 10px solid #fff; }
    .licenses__item:hover {
      border-color: #66bfff; }
  .licenses.owl-carousel {
    margin: 0; }
    .licenses.owl-carousel .licenses__item {
      width: auto;
      margin: 0; }
    .licenses.owl-carousel .owl-stage-outer {
      margin: 0 -1px; }
  .licenses .owl-item {
    margin: 0 0 30px; }

.calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 190px 0 60px 0;
  padding: 0;
  list-style-type: none; }
  .calendar__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 7.69%;
    min-height: 70px; }
    .calendar__item:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      z-index: 1;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #a1e55c;
      -webkit-transition: all 0.35s, border 0s;
      transition: all 0.35s, border 0s; }
    .calendar__item:after {
      content: '';
      position: absolute;
      bottom: 10px;
      left: 50%;
      width: 100%;
      height: 1px;
      background-color: #c1eaff;
      pointer-events: none; }
    .calendar__item:last-child:after {
      display: none; }
    .calendar__item:nth-last-child(-n+4) .info-calendar {
      left: auto;
      right: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .calendar__item:nth-last-child(-n+4) .info-calendar__text {
        text-align: right; }
      .calendar__item:nth-last-child(-n+4) .info-calendar__img {
        margin-right: 0;
        margin-left: 25px; }
      .calendar__item:nth-last-child(-n+4) .info-calendar:after {
        left: auto;
        right: 45px; }
    .calendar__item:hover .info-calendar {
      opacity: 1;
      pointer-events: auto; }
    .calendar__item:hover:before {
      bottom: -16px;
      width: 40px;
      height: 40px;
      border: 8px solid #66bfff;
      background-color: #fff; }
    .calendar__item:hover .calendar__age {
      position: absolute;
      top: calc(100% + 40px);
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      font-size: 16px; }
    .calendar__item.visible .info-calendar {
      opacity: 1;
      pointer-events: auto; }
    .calendar__item.visible:before {
      bottom: -16px;
      width: 40px;
      height: 40px;
      border: 8px solid #66bfff;
      background-color: #fff; }
    .calendar__item.visible .calendar__age {
      position: absolute;
      top: calc(100% + 40px);
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      font-size: 16px; }
  .calendar__age {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 32px;
    color: #3d3d3d;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-align: center; }

.info-calendar {
  position: absolute;
  bottom: calc(100% + 50px);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  opacity: 0;
  pointer-events: none; }
  .info-calendar:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 45px;
    width: 1px;
    height: 100px;
    background-color: #c1eaff; }
  .info-calendar__img {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 90px;
    height: 90px;
    margin-right: 25px;
    border-radius: 50%;
    border: 4px solid #66bfff;
    overflow: hidden; }
    .info-calendar__img img {
      width: 100%;
      height: 100%; }
  .info-calendar__text {
    max-height: 128px;
    color: #3d3d3d;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden; }

.contacts-full__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #d9efff;
  border-radius: 10px 10px 0 0;
  background-color: #fff; }

.contacts-full__group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  padding: 30px; }
  .contacts-full__group:first-child {
    border-right: 1px solid #d9efff; }

.contacts-full__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.contacts-full__col:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35%;
  margin-right: 20px; }

.contacts-full__item {
  margin-bottom: 15px; }
  .contacts-full__item:last-child {
    margin-bottom: 0; }

.contacts-full__title {
  margin-bottom: 10px;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 700; }

.contacts-full__text {
  color: #3d3d3d;
  font-size: 14px; }

.contacts-full__map {
  width: 100%;
  height: 500px;
  margin-top: -1px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #d9efff;
  overflow: hidden; }

.faq {
  margin-bottom: 30px; }
  .faq__info {
    padding: 30px 40px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
            box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
    border-radius: 10px;
    border: 1px solid #d9efff;
    background-color: #fff; }
  .faq__text {
    margin-bottom: 10px;
    color: #3d3d3d;
    font-size: 14px; }
    .faq__text p:first-child {
      margin-top: 0; }
    .faq__text p:last-child {
      margin-bottom: 0; }
  .faq__statuses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -10px; }
  .faq__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #3d3d3d;
    font-size: 14px; }
    .faq__status img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 16px;
      height: 16px;
      margin-right: 10px; }
  .faq__item {
    padding: 30px 40px;
    -webkit-box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
            box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
    border-radius: 10px;
    border: 1px solid #d9efff;
    background-color: #fff; }
  .faq__drop {
    display: none; }

.question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .question__title {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none; }
  .question__status {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px; }
    .question__status img {
      width: 16px;
      height: 16px; }
  .question__text {
    margin-top: 15px;
    color: #666;
    font-size: 14px; }
    .question__text p:first-child {
      margin-top: 0; }
    .question__text p:last-child {
      margin-bottom: 0; }

.answer {
  position: relative;
  padding-top: 20px;
  margin-top: 20px; }
  .answer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d9efff; }
  .answer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 1px;
    background-color: #a3e560; }
  .answer__title {
    color: #666;
    font-size: 14px;
    font-weight: 700; }
  .answer__text {
    color: #666;
    font-size: 14px; }
    .answer__text p:first-child {
      margin-top: 0; }
    .answer__text p:last-child {
      margin-bottom: 0; }

.form {
  width: 100%;
  padding: 30px;
  -webkit-box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
          box-shadow: 0 5px 20px rgba(217, 239, 255, 0.75);
  border-radius: 10px;
  border: 1px solid #d9efff;
  background-color: #fff; }
  .form__input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #d9efff;
    background-color: #fff;
    color: #3d3d3d;
    font-size: 16px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none; }
    .form__input::-webkit-input-placeholder {
      color: #666; }
    .form__input::-moz-placeholder {
      color: #666; }
    .form__input::-ms-input-placeholder {
      color: #666; }
    .form__input::placeholder {
      color: #666; }
    .form__input:focus {
      border-color: #66bfff; }
  .form__textarea {
    width: 100%;
    height: 130px;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #d9efff;
    background-color: #fff;
    color: #3d3d3d;
    font-size: 16px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    resize: none; }
    .form__textarea::-webkit-input-placeholder {
      color: #666; }
    .form__textarea::-moz-placeholder {
      color: #666; }
    .form__textarea::-ms-input-placeholder {
      color: #666; }
    .form__textarea::placeholder {
      color: #666; }
    .form__textarea:focus {
      border-color: #66bfff; }
  .form__checkbox-input {
    display: none; }
    .form__checkbox-input:checked + .form__checkbox-label:before {
      background-color: #a1e55c;
      border-color: #a1e55c; }
    .form__checkbox-input:checked + .form__checkbox-label:after {
      opacity: 1; }
  .form__checkbox-label {
    position: relative;
    display: block;
    padding-left: 50px;
    margin-bottom: 20px;
    cursor: pointer; }
    .form__checkbox-label:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #d9efff;
      -webkit-transition: all 0.35s;
      transition: all 0.35s; }
    .form__checkbox-label:after {
      content: '';
      position: absolute;
      top: 12px;
      left: 10px;
      width: 10px;
      height: 8px;
      background: url(../img/check.svg) center center no-repeat;
      opacity: 0; }
    .form__checkbox-label:hover:before {
      border-color: #66bfff; }
  .form__captcha {
    max-width: 100%;
    margin-bottom: 20px; }
    .form__captcha img {
      max-width: 100%; }
  .form__btn {
    margin-bottom: 20px;
    width: 100%; }
  .form > *:last-child {
    margin-bottom: 0; }

.decor {
  position: relative; }
  .decor__1 {
    position: absolute;
    top: -740px;
    right: -1145px;
    z-index: -1;
    width: 1467px;
    height: 1520px;
    background: url(../img/decor-2.svg) center center no-repeat; }
  .decor__2 {
    position: absolute;
    bottom: 0;
    left: -1260px;
    width: 1440px;
    height: 1602px;
    background: url(../img/decor-3.svg) center center no-repeat; }
  .decor__3 {
    position: absolute;
    top: -400px;
    right: -1260px;
    width: 1440px;
    height: 1602px;
    background: url(../img/decor-4.svg) center center no-repeat; }

.decor-triangle {
  position: relative; }
  .decor-triangle__1 {
    position: absolute;
    top: 300px;
    left: 180px;
    width: 133px;
    height: 52px;
    background: url(../img/decor-5.svg) center center no-repeat; }
  .decor-triangle__2 {
    position: absolute;
    top: 350px;
    left: 205px;
    width: 74px;
    height: 52px;
    background: url(../img/decor-6.svg) center center no-repeat; }
  .decor-triangle__3 {
    content: '';
    position: absolute;
    top: 115px;
    right: 270px;
    width: 52px;
    height: 73px;
    background: url(../img/decor-7.svg) center center no-repeat; }
  .decor-triangle__4 {
    content: '';
    position: absolute;
    top: 85px;
    right: 130px;
    width: 204px;
    height: 143px;
    background: url(../img/decor-8.svg) center center no-repeat; }

/* vendor */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #3d3d3d;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.order-link-fix{
    position: fixed;
    right: 0;
    top: 50%;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    margin-top: -140px;
    border-radius: 10px 10px 0 0;
z-index: 10;
}

/* responsive */
@media (max-width: 1800px) {
  body:before {
    display: none; }
  .decor,
  .decor-triangle {
    display: none; } }

@media (max-width: 1300px) {
  .slider-nav__prev {
    left: 0; }
  .slider-nav__next {
    right: 0; }
  .slider__items {
    padding: 0 50px; }
  .licenses__item {
    height: 360px; }
  .licenses.owl-carousel .licenses__item {
    height: 325px; }
  .medications.owl-carousel .medications__img {
    height: 190px; } }


.header__question:hover {
      color: #fff;
}

    .thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.h1title {
  margin-bottom: 15px;
}
.h1title h1 {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    color: #3d3d3d;
    font-size: 37px;
    font-weight: 700;
    font-family: "Oswald", "Open Sans", Verdana;
    padding: 0;
}
.article {
    background: #fff;
    border-radius: 10px;
    z-index: 3;
}
.article-full-content {
    padding: 1.875rem 30px;
    margin-bottom: 40px;
    box-shadow: 2px 2px 10px rgb(231 232 236);
}
.static-content h2 {
    padding: 0.5rem 0 1rem 0;
}
.static-content h3 {
    padding: 0.5rem 0 1rem 0;
}
.static-content ul li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 14px;
    font-size: 17px;
    font-size: 1.0625rem;
}
.static-content ul li:last-child {
    padding-bottom: 20px;
}
.static-content ul li:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 6px;
    background-image: url(../img/icons/circle.svg);
    width: 14px;
    height: 14px;
}

.static-content a {
  color: #3d3d3d;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-weight: 700;
    text-decoration: underline;
}
.static-content a:hover {
    color: #ff7058;
}
.static-content a:active {
    color: #FF4929;
}
.simple-little-table {
  color:#222;
  border-collapse:separate;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  margin: 0;
  width: 100%;
  min-width: 500px;
}
.simple-little-table th {
  font-weight:700;
  font-size: 16px;
  padding:21px 25px 22px 25px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#c59fe173), to(#d8a6c361));
  text-shadow: 0px 1px 0px #eef7f6;
}
.simple-little-table th:first-child{
  text-align: left;
  padding-left:20px;
}
.simple-little-table tr:first-child th:first-child{
  -moz-border-radius-topleft:12px;
  -webkit-border-top-left-radius:12px;
  border-top-left-radius:12px;
  text-shadow: 0px 1px 0px #eef7f6;
}
.simple-little-table tr:first-child th:nth-child(even){
 border-left: 2px dashed #d0bbd5;
 border-right: 2px dashed #d0bbd5;
}
.simple-little-table tr:first-child th:last-child{
  -moz-border-radius-topright:12px;
  -webkit-border-top-right-radius:12px;
  border-top-right-radius:12px;
}
.simple-little-table tr{
  text-align: center;
  padding-left:20px;
}
.simple-little-table tr td:first-child{
  text-align: left;
  padding-left:20px;
  border-left: 0;
  background: #f1f1f1
}
.simple-little-table tr td {
  padding:18px;
  background: #f1f1f1;
}
.simple-little-table tr td:nth-child(even) {
  border-left: 2px dashed #cccccc7d;
  border-right: 2px dashed #cccccc7d;
}
.simple-little-table tr:nth-child(even) td{
  background: #f7f7f7;
  border-top: 2px dashed #cccccc7d;
  border-bottom: 2px dashed #cccccc7d;
}

.simple-little-table tr:last-child td{
  border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
  -moz-border-radius-bottomleft:12px;
  -webkit-border-bottom-left-radius:12px;
  border-bottom-left-radius:12px;
}
.simple-little-table tr:last-child td:last-child{
  -moz-border-radius-bottomright:12px;
  -webkit-border-bottom-right-radius:12px;
  border-bottom-right-radius:12px;
}

.simple-little-table a {
  color: #3F4EA2;
  font-weight: 600;
  text-decoration:underline;
}
.simple-little-table a:active,
.simple-little-table a:hover {
  color: #212954;
}

.simple-vaccine-table {
  color:#222;
  border-collapse:separate;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  border-radius:12px;
  margin: 0;
  width: 100%;
}
.simple-vaccine-table th {
  font-weight: 700;
    padding: 15px;
    background: #ededed;
    background: linear-gradient(199deg, #ffe3c8 -0.24%, #fff7af 100%);
    text-shadow: 0px 1px 0px #eef7f6;
    border-bottom: 1px solid #efe6a2;
}
.simple-vaccine-table th:first-child{
  text-align: left;
  padding-left:20px;
  width: 80%;
}
.simple-vaccine-table tr:first-child th:first-child{
  -moz-border-radius-topleft:12px;
  -webkit-border-top-left-radius:12px;
  border-top-left-radius:12px;
  text-shadow: 0px 1px 0px #eef7f6;
}
.simple-vaccine-table tr:first-child th:last-child{
  -moz-border-radius-topright:12px;
  -webkit-border-top-right-radius:12px;
  border-top-right-radius:12px;
}
.simple-vaccine-table tr{
  text-align: center;
  padding-left:20px;
}
.simple-vaccine-table tr td:first-child{
  text-align: left;
  padding-left:20px;
  border-left: 0;
  background: #f1f1f1
}
.simple-vaccine-table tr td {
  padding:18px;
  background: #f1f1f1;
}
.simple-vaccine-table tr:nth-child(even) td{
  background: #f7f7f7;
}
.simple-vaccine-table tr:nth-child(odd) td{
  background: #fafafa;
}
.simple-vaccine-table tr:last-child td{
  border-bottom:0;
}
.simple-vaccine-table tr:last-child td:first-child{
  -moz-border-radius-bottomleft:12px;
  -webkit-border-bottom-left-radius:12px;
  border-bottom-left-radius:12px;
}
.simple-vaccine-table tr:last-child td:last-child{
  -moz-border-radius-bottomright:12px;
  -webkit-border-bottom-right-radius:12px;
  border-bottom-right-radius:12px;
}
.simple-vaccine-table a {
  color: #3d3d3d;
  font-weight: 600;
  text-decoration:underline;
}
.simple-vaccine-table a:active,
.simple-vaccine-table a:hover {
  color: #212954;
}

.manufacturer {
  color: #757575;
  font-size: 14px;
  display: block;
}
.price-old {
    color: #ef6868;
    text-decoration: line-through;
    font-weight: 700;
    display: block;
}
.tags-place {
    margin: 0px;
    padding: 0px 20px;
}
.tag__btn--tag {
    min-width: auto;
}
.tag__btn {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 .625rem .625rem 0;
}
.tag-blue {
    background: #8547b2;
}
.tag-blue:hover {
    background: #703C96;
}
.tag-red {
    background: #ef6868;
}
.tag-red:hover {
    background: #e05353;
}
.tag-btn {
    height: 1.875rem;
    font-size: 13px;
    font-size: .8125rem;
    display: inline-block;
    width: auto;
    text-transform: none;
    padding: 0 .8125rem 0 .8125rem;
    color: #fff !important;
    line-height: 1.75rem;
    border-width: 0;
    border-radius: 10px;
    text-decoration: none !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    font-weight: 600 !important;
}


.nobgcolor {
  background: none !important;
  margin: 0 !important;
}

.table-of-contents {
    background: #f5f4f4;
    margin-bottom: 30px;
}
.table-of-contents__header {
    padding: 15px 30px;
    font-weight: 700;
    font-size: 1.1em;
}
.table-of-contents__hide {
    cursor: pointer;
}
.table-of-contents__hide:after {
    content: "\203A";
    display: inline-block;
    margin-left: 12px;
    transform: rotate(90deg);
}
.table-of-contents__hide:hover {
    opacity: 0.9;
}
.table-of-contents.open .table-of-contents__list {
    display: block;
}
.table-of-contents.open .table-of-contents__hide:after {
    content: "\203A";
    display: inline-block;
    margin-left: 12px;
    transform: rotate(270deg);
}
.table-of-contents__list {
    margin-top: 0;
}
.table-of-contents__list .level-1:before {
    width: 1.5em;
}
.table-of-contents__list .level-2 {
    font-size: 0.92em;
}
.table-of-contents__list .level-2:before {
    width: 2.5em;
}
.table-of-contents__list .level-3 {
    font-size: 0.88em;
}
.table-of-contents__list .level-3:before {
    width: 3em;
}
.table-of-contents ol {
    margin: 0 30px 0;
    padding: 0 0 15px 0;
    list-style: none;
}
.table-of-contents ol li {
    padding-left: 0;
    margin-bottom: 0;
}
.table-of-contents ol li a {
    text-decoration: none;
    border-bottom: 1px dashed #3F4EA2;
  color:#3F4EA2;
}
.table-of-contents ol li a:hover {
  color: #262626;
    text-decoration: none;
}
.table-of-contents ol li:before {
    display: inline-block;
    content: counter(point) ". ";
    opacity: 0.5;
    margin-right: 5px;
    margin-left: 0;
}
.table-of-contents ol .level-1 {
    counter-increment: point;
    counter-reset: sublist;
    line-height: 36px;
}
.table-of-contents ol .level-2 {
    counter-reset: sublist3;
    line-height: 30px;
    margin-left: 30px;
}
.table-of-contents ol .level-2:before {
    content: counter(point) "." counter(sublist) ". ";
    counter-increment: sublist;
}
.table-of-contents ol .level-3 {
    margin-top: 0.3em;
    margin-bottom: 0.7em;
    margin-left: 70px;
}
.table-of-contents ol .level-3:before {
    content: counter(point) "." counter(sublist) "." counter(sublist3) ". ";
    counter-increment: sublist3;
    width: 40px;
}
.table-of-contents__hide:after {
    speak: none;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.article-full-desc {
    margin: 1.25rem 0 1rem 0;
    text-align: end;
}
.article-full-desc__item {
    color: #8b8b8b;
    fill: #8b8b8b;
    display: inline-block;
    margin-left: 60px;
}
.article-full-desc__item2 {
    color: #8b8b8b;
    fill: #8b8b8b;
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
}
.article-full-desc__ico {
    display: inline-block;
    vertical-align: middle;
    fill: inherit;
    margin-right: 2px;
}
.date-ico {
    width: 15px;
    height: 13px;
}
.eye-ico {
    width: 20px;
    height: 12px;
}
.article-full-desc__text, .article-full-desc__text2 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
/*.article-full-desc__text:before {
     position: absolute;
    content: '';
    left: -30px;
    top: 2px;
    background-image: url(../img/icons/date2.svg);
    width: 20px;
    height: 20px;
}*/
.article-full-desc__text2:before {
     position: absolute;
    content: '';
    left: -28px;
    top: 2px;
    background-image: url(../img/icons/view.svg);
    width: 20px;
    height: 20px;
}
.content-line {
    height: 1px;
    width: 100%;
    display: block;
    margin: 1.525rem 0 1.25rem 0;
}
.content-line2 {
    display: block;
    height: 2px;
    margin: 20px auto;
    width: 100%;
    background: linear-gradient(90deg, transparent, #f5f5f5, #eeeeee, #f5f5f5, transparent);
    position: relative;
}
.content-line22 {
    display: block;
    height: 2px;
    margin: 20px auto;
    width: 100%;
    background: linear-gradient(90deg, transparent, #edf0ff, #e6eaff, #edf0ff, transparent);
    position: relative;
}
.content-line3 {
    height: 1px;
    width: 100%;
    display: block;
    margin: 10px 0px 10px 0px;
}
.content-line4 {
height: 2px;
    width: 100%;
    display: block;
    margin: 10px 0px 10px 0px;
    background: linear-gradient(90deg, transparent, #ffe4c9, #fdbaa085, #ffe4c9, transparent);
}
.content-line6 {
    display: block;
    height: 2px;
    margin: 20px auto;
    width: 100%;
    background: linear-gradient(90deg, transparent, #fbc3b0, #ffc0aa, #fbc3b0, transparent);
    position: relative;
}
.card-top-nav__ico {
    display: block;
    fill: inherit;
}
.card-top-nav__link {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    vertical-align: top;
    fill: #30659b;
    margin-right: 1.875rem;
}
.slider-arrow-ico {
    width: 12px;
    height: 21px;
}
.content-box__main {
    width: calc(100% - 300px);
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}
.slick-class-arrow, .slick-class-arrow-licenses, .slick-class-arrow-hovanka, .slick-class-arrow-taganka, .slick-class-arrow-actions, .slick-class-arrow-feedback2, .slick-class-arrow-news {
  display: inline-block;
  margin-bottom: 15px;
}
.card-top__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.btn-arrow-right {
background: url(../img/icons/arrow-point-to-right.svg) no-repeat top left;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 30px;
    outline: none;
}
.btn-arrow-left {
background: url(../img/icons/arrow-point-to-right.svg) no-repeat top left;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 30px;
    -webkit-transform: scale(-1);
    transform: scale(-1);
    outline: none;
}
.btn-arrow:hover, .btn-arrow:focus {
    border: 1px solid #dadde8;
    /* color: #75C7BF; */
    outline: none;
}
.btn-arrow:active {
   background-color: #fafafd !important;
    border: 1px solid #cccfde;
    color: #aeb2c7;
    outline: none;
}
.footer__copyright {
    font-size: 14px;
    font-size: .875rem;
    display: block;
    margin-top: 0px;
}
.footer-privacy__link {
    display: inline-block;
    font: 400 .875rem "Open Sans";
    text-decoration: underline;
    color: #36373c;
    margin-right: 10px;
}
.footer-info__text {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    padding-bottom: 5px;
}
.footer-info__text span {
    font-weight: 700;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
}
.stars {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0px;
}
.stars img {
    width: 20px;
    vertical-align: middle;
    margin-right: 3px;
}
.static-content blockquote.feedback {
    margin: 20px 0px;
    background: #fff7ef;
    padding: 40px;
    color: #000;
    position: relative;
    border-radius: 12px;
}
.static-content blockquote.feedback:before {
    content: "\201C";
    top: 25px;
}
.static-content blockquote.feedback:after {
    content: "\201D";
    bottom: 25px;
}
.static-content blockquote.feedback:before, .static-content blockquote.feedback:after {
    font-size: 45px;
    color: #fb875e;
    position: absolute;
    height: 2px;
    left: 40px;
    right: 40px;
    line-height: 0.5;
    background: linear-gradient(to right, #fb875e42 45%, transparent 45%, transparent), linear-gradient(to right, transparent, transparent 55%, #fb875e42 55%);
    font-family: auto;
    text-align: center;
}
.static-content blockquote.feedback p:last-child {
    padding-bottom: 0;
}
.climg {
    width: 50%;
    height: auto;
    margin: 0px 0px 10px 0px;
    border: 5px solid;
    border-image: linear-gradient(135deg, #c9a490 38%, #f9cf77 65%);
    border-image-slice: 1;
}

.popup-send-form {
    border: 1px solid #f9dd85;
    padding: .6875rem 1.25rem 1.25rem 1.25rem;
    border-radius: 10px;
}
@media (max-width: 767px) {
.popup-send-form {
    padding: .375rem .625rem .9375rem .625rem;
}
}
.popup-send-form__item {
    padding: 0 0 .6875rem 0;
}
.popup-send-form__title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    padding: 0 0 .5625rem 0;
}
.popup-send-form__title_red {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    padding: 0 0 .5625rem 0;
    color: #e2574c;
}
.popup-send-form__box {
    padding: 0 0 1.25rem 0;
}
.popup-send-form__box:last-child {
    padding-bottom: 0;
}
.popup-send-form__box2 {
    padding: 0 0 .5rem 0;
}

.promocode {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    color: #6a747d;
    line-height: 1.125rem;
    display: inline-block;
    padding: 0;
    margin-bottom: -0.25rem;
    border-bottom: 1px dashed #6a747d;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.popup-send-form__desc {
    font-size: 13px;
    font-size: .8125rem;
    color: #6d6f73;
    line-height: 1.125rem;
    display: block;
    padding: .1875rem 0 0 0;
    margin-bottom: -0.25rem;
}
.popup-send-form__cond {
    font-size: 13px;
    font-size: .8125rem;
    color: #262626;
    line-height: 1.125rem;
    display: block;
    padding: .5rem 0 0 0;
}
.pdbottom {
  padding-bottom: .625rem;
}

.popup-send-form__cond_und {
    text-decoration: underline;
}
.popup-send-form__select {
    padding: 0;
}
.popup-send-form__select--last {
    padding: .625rem 0 0 0;
}
.popup-send-form__select--second {
    margin: .625rem 0 0 0;
}
.popup-send-form__line {
    height: 1px;
    background: #e6e6e6;
    margin: 9px 0 11px;
    display: block;
}
.popup-send-form__send {
    margin: .5625rem 0 0 0;
}
.popup-send-form__more {
    display: none;
}
.popup-send-form-radio {
    margin: 0 -10px;
}
.popup-send-form-radio__item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}
.popup-send-form-radio__label {
    display: block;
}
.popup-send-form-radio__input:checked+.popup-send-form-radio__text {
    background: #3d8ec8;
    /*border-top-color: #3193b9;*/
}
.popup-send-form-radio__text {
    font-size: 12px;
    font-size: .75rem;
    background: #c8d1da;
    border: 3px solid transparent;
}
.popup-send-form-radio__text:hover {
    background: #b3bfc3;
}
.popup-send-form-date {
    margin-top: 1.25rem;
    display: none;
}
.popup-send-form-date__box {
    padding: .625rem;
    background: #f7fcfe;
    border: 1px solid #d7e1e5;
    border-radius: 10px;
    position: relative;
}
.popup-send-form-date__box:before, .popup-send-form-date__box:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 1px solid transparent;
}
.popup-send-form-date__box:after {
    border-bottom-color: #f7fcfe;
    border-width: 10px;
    top: -20px;
    right: 22%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.popup-send-form-date__box:before {
    border-bottom-color: #d7e1e5;
    border-width: 11px;
    right: 22%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    right: calc(22%);
    top: -22px;
}
.popup-send-form-date__row {
    margin: 0 -4px;
    padding-bottom: 2px;
}
.popup-send-form-date__cell {
    display: inline-block;
    vertical-align: top;
    width: 27%;
    padding: 0 4px;
}
.popup-send-form-date__cell--lg {
    width: 46%}
.popup-send-form-date__cell:last-child {
    position: relative;
}
.popup-send-form-date__cell:last-child:before {
    right: 100%;
    margin-right: -2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: ':';
    color: #8d8d8d;
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
}
.popup-send-form-date .selectric .label {
    margin: 0 20px 0 10px;
}
.popup-send-form-date .selectric-items li {
    padding: 9px 10px;
}
.popup-send-form-date .selectric .button {
    width: 30px;
}
.popup-send-form-date__desc {
    display: block;
    font-size: 13px;
    font-size: .8125rem;
    color: #6d6f73;
}
.popup-send-form-date__desc-text {
    display: inline-block;
    vertical-align: middle;
}
.popup-send-form-promo__icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    margin-bottom: 8px;
}
.popup-send-form-promo__ico {
    display: block;
    fill: #c8d1da;
}
.popup-send-form-date__icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}
.popup-send-form-date__ico {
    display: block;
    fill: #c8d1da;
}
.popup-send-form-next {
    counter-reset: Item;
}
.popup-send-form-next__item {
    font-size: 14px;
    font-size: .875rem;
    padding-left: 3.75rem;
    position: relative;
    margin: 0 0 .8125rem 0;
    min-height: 2.5rem;
}
.popup-send-form-next__item:last-child {
    margin: 0;
}
.popup-send-form-next__item:before {
    content: counter(Item);
    counter-increment: Item;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #f9dd85;
    position: absolute;
    display: block;
    top: calc(50% - 1.25rem);
    left: 0;
    text-align: center;
    line-height: 2.5rem;
    color: #8a6d14;
}
.popup-send-form-sms {
    padding: .625rem .625rem .9375rem .625rem;
    background: #f7fcfe;
    border: 1px solid #d7e1e5;
    border-radius: 10px;
}
.popup-send-form-sms__text {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    position: relative;
    padding-left: 55px;
}
.popup-send-form-sms__text:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    background-image: url(../images/sprite.png);
    background-position: -211px -67px;
    width: 38px;
    height: 36px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (-webkit-min-device-pixel-ratio: 1.25),  (min-resolution: 120dpi) {
    .popup-send-form-sms__text:before {
    background-image: url(../images/sprite@2x.png);
    background-size: 272px 194px;
}
}.popup-send-player {
    border: 1px solid #ebebeb;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    border-radius: 10px;
    margin-bottom: 1.25rem;
}
.popup-send-player .player {
    padding: 0;
}
.popup-send-cont {
    background: #fafbff;
    border: 1px solid #d9dce8;
    padding: .9375rem .75rem 1rem 1.25rem;
    border-radius: 10px;
    position: relative;
    margin-bottom: .6875rem;
}
.popup-send-cont:before, .popup-send-cont:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 1px solid transparent;
}
.popup-send-cont:after {
    border-bottom-color: #fafbff;
    border-width: 10px;
    top: -20px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.popup-send-cont:before {
    border-bottom-color: #d9dce8;
    border-width: 11px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    right: calc(50%);
    top: -22px;
}
.popup-send-cont__block:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    background: -webkit-gradient(linear,  left top,  left bottom,  from(rgba(247, 252, 254, 0)),  to(#f7fcfe));
    background: linear-gradient(to bottom,  rgba(247, 252, 254, 0) 0%,  #fafbff 100%);
    bottom: 2px;
    left: 0;
    border: 0;
    z-index: 2;
}
.popup-send-cont__text {
    font-size: 14px;
    font-size: .875rem;
    display: block;
}
.popup-send-cont__text--lg {
    font-size: 16px;
    font-size: 1rem;
}
.popup-send-cont__text:last-child {
    padding-bottom: 0;
}
@media (max-width: 767px) {
    .popup-send-cont__text {
    font-size: 13px;
    font-size: .8125rem;
}
.popup-send-player {
    padding: .9375rem .625rem .9375rem .625rem;
    border-radius: 10px;
    margin-bottom: .625rem;
}
.popup-send-cont {
    display:none;
}
.pdbottom {
  padding-bottom: .3125rem;
}
}.popup-send-cont__box {
    max-height: 165px;
    overflow: auto;
    padding-right: 20px;
    position: relative;
}
.popup-send-cont__box p {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 0 1.5rem;
    margin: 0;
}
.popup-send-cont__box p:last-child {
    padding: 0;
}

.popup-send-cont__box::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
.popup-send-cont__box::-webkit-scrollbar {
    width: 8px;
    background-color: #ffffff;
}
.popup-send-cont__box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d9e3e7;
}
@media (max-width: 767px) {
    .popup-send-cont__box {
    max-height: 110px;
}
.popup-send-cont__box p {
    font-size: 14px;
    font-size: .875rem;
    padding: 0 0 1rem;
    margin: 0;
}
}.popup-send-cont__desc {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    display: block;
    padding-top: 21px;
}
.popup-send-cont__desc:before {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 1px;
    border-top: 1px dashed #262626;
    top: 14px;
    left: 0;
}
.popup-send-cost__title {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .0625rem;
}
.sposcorrect {
  margin-bottom: 1.0625rem;
    text-align: center;
    color: #d99c00;
}
.sposcorrect2 {
  margin-bottom: 0.5625rem;
  color: #6d5d4e;
  margin-top: -9px;
}

.popup-send-cost__desc {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    padding: 0 0 .3125rem 0;
}
.popup-send-cost__list {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #d5d5d3;
    margin-bottom: .4375rem;
}
.popup-send-cost__item {
    border-bottom: 1px solid #edeceb;
    position: relative;
}
.popup-send-cost__item:last-child {
    border-bottom: 0;
}
.forAskAudio {
font-weight: 700;
color: #655d63;
}
.forAskAudioM {
margin-top: 15px;
}
.dopcostinfo {
color: #96887c;
}
.popup-send-cost__name {
    font-size: 14px;
    font-size: .875rem;
    background: #fbfaf9;
    border-bottom: 1px solid transparent;
    display: block;
    padding: .625rem 2.5rem .625rem 1.25rem;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.popup-send-cost__name:hover {
    background: #f6f5f3;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.popup-send-cost__name:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 6px;
    background: url("../img/icons/select-arrow.svg") no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    top: calc(50% - 3px);
    right: 20px;
}
.popup-send-cost__name.active {
    border-bottom-color: #D5D5D3;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #f1ece8;
}
.popup-send-cost__name.active:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.popup-send-cost__name-val--red {
    color: #ed1c24;
    font-weight: 600;
}
.popup-send-cost__name-val--green {
    color: #287d2f;
    font-weight: 600;
}
.popup-send-cost__name-val--yellow {
    color: #d5b759;
    font-weight: 600;
}
.popup-send-cost__name-val--gray {
    color: #738c95;
    font-weight: 600;
}
.popup-send-cost__name-val--black {
    color: #000;
    font-weight: 600;
}
.popup-send-cost__name-old {
    color: #ef6868;
    text-decoration: line-through;
}
@media (max-width: 767px) {
    .popup-send-cost__name {
    padding: .625rem 2.5rem .625rem .625rem;
}
.popup-send-cost__name:before {
    right: 15px;
}
}.popup-send-cost-drop {
    background: #fbfaf9;
    position: absolute;
    visibility: hidden;
}
.bgcolor {
    background: #fff;
}

.popup-send-cost-drop.render {
    position: static;
    visibility: visible;
}
.popup-send-cost-drop__box {
    padding: .625rem 1.25rem 1.625rem 1.25rem;
}
.pdtop {
    padding: 1rem 1.25rem 1.25rem 1.25rem !important;
}
@media (max-width: 767px) {
    .popup-send-cost-drop__box {
    padding: .3125rem .625rem .3125rem .625rem;
}
.pdtop {
    padding: .625rem .625rem .9375rem .625rem !important;
}
}.popup-send-cost-drop__text {
    font-size: 13px;
    font-size: .8125rem;
    /*line-height: 1.125rem;*/
    display: block;
    padding-bottom: 4px;
    color: #313438;
}
.popup-send-question__link {
    fill: #3d8ec8;
    cursor: pointer;
    border: 1px solid #d7e1e5;
    padding: 1.25rem 4.375rem 1.25rem 1.25rem;
    color: #3d8ec8;
    position: relative;
    fill: #3d8ec8;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 10px;
    margin-top: 15px;
}
.wgray {
    background-color: #f9f9f9;
}
.popup-send-question__link.active {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.popup-send-question__link.active .popup-send-question__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width: 767px) {
    .popup-send-question__link {
    padding: .875rem 1.25rem .875rem .625rem;
}
}.popup-send-question__ico {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    fill: inherit;
}
@media (max-width: 767px) {
    .popup-send-question__ico {
    width: 30px;
    height: 30px;
}
}.popup-send-question__text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    padding-left: 18px;
    font-size: 14px;
    font-size: .875rem;
}
.h3dop {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    padding-left: 18px;
    font-size: 18px;
    font-size: 1.125rem;
}
@media (max-width: 767px) {
    .popup-send-question__text {
    padding-left: 10px;
    width: calc(100% - 50px);
    line-height: 1.125rem;
}
}.popup-send-question__arrow {
    display: block;
    width: 16px;
    height: 9px;
    position: absolute;
    fill: inherit;
    right: 20px;
    top: calc(50% - 4px);
    -webkit-transition: all .3s;
    transition: all .3s;
}
@media (max-width: 767px) {
    .popup-send-question__arrow {
    width: 12px;
    height: 7px;
    right: 15px;
}
}.popup-send-question-drop {
    margin-top: 10px;
    visibility: hidden;
    position: absolute;
}
.popup-send-question-drop.render {
    visibility: visible;
    position: static;
}
.popup-send-question-drop__box {
    border: 1px solid #d7e1e5;
    padding: .8125rem 1.25rem .9375rem 1.25rem;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .popup-send-question-drop__box {
    padding: .625rem .625rem .625rem .625rem;
}
}.popup-send-question-drop__text {
    display: block;
    padding: 0;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.25rem;
    color: #262626;
}
.popup-send-phone {
    padding: 4.375rem 1.25rem 0 1.25rem;
    border: 1px solid #dcdcdc;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: relative;
    margin-bottom: .6875rem;
}
@media (max-width: 767px) {
    .popup-send-phone {
    padding: 3.125rem .625rem 0 .625rem;
}
}.popup-send-phone__control {
    position: absolute;
    top: 27px;
    left: 45%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.popup-send-phone__control:before {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #b5b5b5;
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}
.popup-send-phone__control:after {
    content: '';
    display: block;
    position: absolute;
    width: 62px;
    height: 6px;
    border-radius: 10px;
    background: #b5b5b5;
    top: 20px;
    left: 40px;
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
}
@media (max-width: 767px) {
    .popup-send-phone__control {
    top: 20px;
}
}.popup-send-phone__box {
    background: #f0faff;
    padding: 0.6875rem 1rem 1.1875rem 1.1875rem;
}
@media (max-width: 767px) {
    .popup-send-phone__box {
    padding: .5rem .625rem 1rem .625rem;
}
}.popup-send-phone .popup-send-cont__block {
    position: relative;
}
.popup-send-phone .popup-send-cont__block:before {
    bottom: -1.05rem;
    background: -webkit-gradient(linear,  left top,  left bottom,  from(rgba(240, 250, 255, 0)),  to(#f0faff));
    background: linear-gradient(to bottom,  rgba(240, 250, 255, 0) 0%,  #f0faff 100%);
}
.popup-send-form-next__item_show {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    padding: 0 0 .5rem 0;
}
@media (max-width: 767px) {
    .popup-send-phone .popup-send-cont__block:before {
    bottom: -1rem;
}
}@media (max-width: 767px) {
    .popup-send-phone .popup-send-cont__box {
    max-height: 140px;
}
}.popup-send {
    font-size: 0;
    margin: 0 -30px;
}
.popup-send__left {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 30px;
}
.popup-send__right {
    display: inline-block;
    vertical-align: top;
    width: 55%;
    padding: 0 30px;
}
@media (max-width: 991px) {
    .popup-send {
    margin: 0 -15px;
}
.popup-send__left {
    padding: 0 15px;
}
.popup-send__right {
    padding: 0 15px;
}
}@media (max-width: 767px) {
    .popup-send {
    margin: 0;
}
.popup-send__left {
    width: 100%;
    display: block;
    padding: 0 0 10px;
}
.popup-send__right {
    width: 100%;
    display: block;
    padding: 0;
}
}.popup-support-info {
   /* background: #e8f9e4;
    padding: .6875rem 1.25rem .875rem 1.25rem;
    margin-bottom: 1.25rem;*/
    background: #efebe9;
    padding: 1rem 1.25rem .875rem 1.875rem;
    max-width: calc(100% + 60px);
    margin: -30px -30px 0px -30px;
    border-bottom: 1px dashed #a8b9a4;

}
.popup-support-info__text {
    display: block;
    font-size: 16px;
    font-size: 1rem;
}
@media (max-width: 767px) {
    .popup-support-info {
    padding: 10px 15px;
    max-width: calc(100% + 30px);
    margin: -10px -15px 0px -15px;
}
.popup-support-info__text {
    font-size: 14px;
    font-size: .875rem;
}
}.popup-support-form .order-form__box {
    padding: 0;
}
.popup-support-form .order-form__input {
    max-width: 100%}
.popup-support-form .order-form__left {
    width: 50%}
.popup-support-form .order-form__right {
    width: 50%}
.popup-support-form .order-form__right2 {
    width: 100%}
@media (max-width: 767px) {
    .popup-support-form .order-form__left {
    width: 100%}
.popup-support-form .order-form__right {
    width: 100%}
}.popup-support-form-valid {
   border: 1px solid #9dca9d;
    border-radius: 3px;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    margin-bottom: 1.875rem;
    margin-top: 1.25rem;
    display: none;
    background-color: #e8f5e9;
}
.popup-support-form-valid__left {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
}
.popup-support-form-valid__right {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 32px);
    padding-left: 25px;
}
.popup-support-form-valid__ico {
    display: block;
}
.popup-support-form-valid__text {
    font-size: 14px;
    font-size: .875rem;
    display: block;
}
.popup-support-form__submit {
    max-width: 100%;
    margin: 1.25rem auto 0rem;
}
.popup-support-more {
    padding: .9375rem 1.25rem 1.125rem 1.25rem;
    background: #f7fcfe;
    border: 1px solid #d7e1e5;
    border-radius: 10px;
}
.popup-support-more__text {
    display: block;
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
}
@media (max-width: 767px) {
    .popup-support-more {
    padding: .625rem .625rem .625rem .625rem;
}
.popup-support-more__text {
    font-size: 14px;
    font-size: .875rem;
}
.popup-support-form__submit {
    margin: .625rem auto 0rem;
}
}.popup-support .popup-send-question {
    margin-bottom: 1.25rem;
}
.popup-support .popup-send-question__text {
    font-size: 16px;
    font-size: 1rem;
}
.popup-support .popup-send-question-drop__text {
    font-size: 14px;
    font-size: .875rem;
}
@media (max-width: 767px) {
    .popup-support .popup-send-question {
    margin-bottom: 1.25rem;
}
.popup-support .popup-send-question__text {
    font-size: 14px;
    font-size: .875rem;
}
.popup-support .popup-send-question-drop__text {
    font-size: 13px;
    font-size: .8125rem;
}
}.fancybox-slide>* {
    padding: 0;
}
.fancybox-close-small {
    display: none !important;
}
.fancybox-enabled body {
    margin-right: 0px;  /* было 17px */
}
.fancybox-enabled body .scroll-up {
    margin-right: 0px;
}
.fancybox-enabled body .footer {
    margin-right: 0px;  /* было 17px */
}
@media (max-width: 991px) {
    .fancybox-enabled body {
    margin-right: 0;
}
.fancybox-enabled body .scroll-up {
    margin-right: 0px;
}
.fancybox-enabled body .footer {
    margin-right: 0px;
}
}.popup {
    max-width: 800px;
    width: calc(100% - 20px);
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 0;
    display: none;
}
.popup__top {
    /*background: #7984b2; */
    padding: .5625rem 1.875rem .5625rem 1.875rem;
    position: relative;
}
.brr { border-radius: 6px 6px 0px 0px; }
@media (max-width: 767px) {
    .popup__top {
    padding: 10px 15px 5px 15px;
}
.popup-support .popup-send-question {
    margin-bottom: .9375rem;
}
}.popup__title {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    padding: 0 3.125rem .4375rem 0;
    display: block;
    font-family: "Oswald";
}
@media (max-width: 767px) {
    .popup__title {
    font-size: 23px;
    font-size: 1.4375rem;
}
}.popup__close {
    display: block;
    fill: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
}
.popup__close-ico {
    width: 30px;
    height: 30px;
    display: block;
    fill: inherit;
}
.popup__close:hover {
    fill: #fff;
}
@media (max-width: 767px) {
    .popup__close {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 10px;
    right: 10px;
}
.popup__close-ico {
    width: 20px;
    height: 20px;
}
}.popup__cont {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
    background: #fff;
}
@media (max-width: 767px) {
    .popup__cont {
    padding: 5px 15px 15px 15px;
}
}.popup-sms-check {
    border: 1px solid #d7e1e5;
    padding: 1.25rem;
    border-radius: 10px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .popup-sms-check {
    padding: .625rem .625rem .625rem .625rem;
}
}.popup-sms-check__left {
    display: inline-block;
    vertical-align: top;
    width: 32px;
}
@media (max-width: 767px) {
    .popup-sms-check__left {
    width: 20px;
}
}.popup-sms-check__right, .popup-sms-check__right2 {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50px);
    padding-left: 20px;
    margin-top: -3px;
}
@media (max-width: 767px) {
    .popup-sms-check__right {
    padding-left: 25px;
}
.popup-sms-check__right2 {
    padding-left: 25px;
    width: calc(100% - 25px);
}
}.popup-sms-check__ico {
    display: block;
}
.popup-sms-check__cell {
    display: inline;
    color: #282828;
    font-size: 14px;
    font-size: .875rem;
    margin: 0;
}
.popup-sms-check__cell:first-child {
    margin-right: 3px;
}
.popup-sms-check__cell--green {
    color: #3b9e3b;
}
.popup-sms-check__cell--violet {
    color: #5A559E;
}
.popup-sms-check__cell--red {
    color: #e2574c;
}
.popup-sms-check__cell--bold {
    font-weight: 700;
}
.popup-sms-check__text {
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
}
@media (max-width: 767px) {
    .popup-sms-check__text {
    font-size: 14px;
    font-size: .875rem;
}
}.scroll-up {
    position: fixed;
    z-index: 10;
    cursor: pointer;
    color: #d8cfaf;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    right: 3%;
    bottom: 50px;
    fill: #e5dcc0;
    -webkit-transition: opacity,  visibility,  fill,  color .3s;
    transition: opacity,  visibility,  fill,  color .3s;
    -webkit-transition-duration: .3s,  .3s,  .3s,  .3s;
    transition-duration: .3s,  .3s,  .3s,  .3s;
    opacity: 0;
    visibility: hidden;
}
.scroll-up:hover {
    color: #C6B98B;
    fill: #d3c7a0;
}
.scroll-up.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity,  visibility,  fill,  color .3s;
    transition: opacity,  visibility,  fill,  color .3s;
    -webkit-transition-duration: .3s,  .3s,  .3s,  .3s;
    transition-duration: .3s,  .3s,  .3s,  .3s;
}
.scroll-up__ico {
    display: block;
    fill: inherit;
    width: 48px;
    height: 48px;
}
.scroll-up__text {
    display: block;
    text-align: center;
}
@media (max-width: 991px) {
    .scroll-up {
    position: static;
    display: table;
    margin: 2rem auto 3.4375rem;
    opacity: 1;
    visibility: visible;
}
}@media (max-width: 767px) {
    .scroll-up {
    margin: .3125rem auto 1.5625rem;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
}
.overlay {
    position: fixed;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.overlay.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.order {
    padding-bottom: 0rem;
}
@media (max-width: 991px) {
    .order {
    padding-bottom: 0;
}
}.order-info {
    padding: 3.1875rem 3.75rem 3.375rem 3.75rem;
    margin-bottom: 1.875rem;
}
.order-info__text {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: .9375rem;
}
.order-info__title {
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 0 0 .5rem 0;
}
.order-info .default-list a {
    border-bottom: 1px dashed #3d8ec8;
}
.order-info .default-list a:hover {
    border-color: transparent;
}
@media (max-width: 991px) {
    .order-info {
    padding: .6875rem 1.25rem 1.25rem 1.25rem;
}
}@media (max-width: 767px) {
    .order-info {
    padding: .6875rem .625rem .9375rem .625rem;
    margin-bottom: 1.25rem;
}
.order-info__text {
    font-size: 14px;
    font-size: .875rem;
}
.order-info__title {
    font-size: 16px;
    font-size: 1rem;
}
}.order-form {
    font-size: 0;
}
.order-form__box {
    padding: .625rem 3.75rem 0px 3.75rem;
}
.order-form__box--blue {
    background: #eff8fb;
}
.order-form__box:last-child {
    padding-bottom: 1.875rem;
}
@media (max-width: 991px) {
    .order-form__box {
    padding: .625rem 1.25rem 0px 1.25rem;
}
}@media (max-width: 767px) {
    .order-form__box {
    padding: .625rem .625rem 0px .625rem;
}
.order-form__box--price {
    padding-top: 0;
}
.order-form__box:last-child {
    padding-bottom: 1.5625rem;
}
}.order-form__row {
    max-width: calc(100% + 60px);
    border-bottom: 1px solid #e5e5e5;
    padding: 1.25rem 1.875rem;
    background-color: #fbfbfb;
    margin: 0 -30px;
}
.order-form__row:nth-child(odd) {
    background-color: #f7f7f7;
}
.order-form__row:last-child {
    border-bottom: 0;
}
.order-form__row--indent {
    padding-top: 0;
}
@media (max-width: 767px) {
    .order-form__row {
    padding: .3125rem .625rem .9375rem .625rem;
    max-width: calc(100% + 20px);
    margin: 0 -10px;
}
.order-form__row--indent {
    padding-top: 0;
}
}.order-form__left {
    display: inline-block;
    vertical-align: middle;
    padding-right: 1.875rem;
    width: 44%}
.order-form__left--top {
    vertical-align: top;
    padding-top: .5rem;
}
@media (max-width: 991px) {
    .order-form__left {
    width: 58%}
}@media (max-width: 767px) {
    .order-form__left {
    width: auto;
    display: block;
    padding: 0 0 .4375rem 0;
}
}.order-form__right {
    display: inline-block;
    vertical-align: middle;
    width: 56%}
@media (max-width: 991px) {
    .order-form__right {
    width: 42%}
}@media (max-width: 767px) {
    .order-form__right {
    width: auto;
    display: block;
}
}.order-form__label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 700;
}
.order-form__desc {
    display: block;
    color: #6d6f73;
    font-size: 13px;
    font-size: .8125rem;
}
.order-form__input {
    max-width: 390px;
}
.order-form__input--md {
    max-width: 260px;
}
.order-form__input--sm {
    max-width: 130px;
}
.order-form__title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #5b6489;
}
.order-bg-info {
  background-color: #f1f0f8 !important;
}
.formline {
  padding: 0rem 1.875rem;
}

@media (max-width: 767px) {
    .order-form__title {
    line-height: 1.625rem;
}
.order-bg-info {
  padding: .3125rem .625rem .625rem .625rem;
}
}.order-form__btn {
    max-width: 260px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .order-form__btn {
    max-width: 100%}
}.order-form-price {
        background: #f8f0d5;
    padding: .375rem 1.25rem .875rem 1.25rem;
    border-radius: 3px;
    border: 1px dashed #ac9f76;
}
.order-form-price__value {
    display: block;
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: .4375rem;
    font-weight: 700;
}
.order-form-price__value-b {
    font-weight: 700;
    color: #30659b;
}
.order-form-price__text {
    display: block;
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
}
@media (max-width: 767px) {
    .order-form-price {
    padding: .1875rem .625rem .625rem .625rem;
}
.order-form-price__value {
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: .25rem;
    text-align: left;
}
.order-form-price__text {
    font-size: 14px;
    font-size: .875rem;
}
}




input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
input[type="checkbox"]+label {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
    width: auto !important;
}
input[type="checkbox"]+label:before, input[type="checkbox"]+label:after {
    position: absolute;
    content: ''}
input[type="checkbox"]:checked+label:after {
    opacity: 1;
}
.datepicker {
    z-index: 99999;
}
textarea, select, .input {
    background-color: #fff;
    border: 1px solid #afb2b5;
    width: 100%;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-appearance: none;
    border-radius: 0;
    color: #3a3b3c;
    font: 400 1rem "Open Sans";
    line-height: inherit;
    height: 3.125rem;
    outline: none;
    padding: 5px 40px 0 20px;
    border-radius: 5px;
}
.inputb {
    font: 700 1rem "Open Sans";
}
.inputb2 {
    font: 700 1rem "Open Sans";
    padding-top: 0px;
}
textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, .input::-webkit-input-placeholder {
    color: #a0a0a0;
}
textarea:-ms-input-placeholder, select:-ms-input-placeholder, .input:-ms-input-placeholder {
    color: #a0a0a0;
}
textarea:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder, .input:focus::-webkit-input-placeholder {
    color: transparent;
}
textarea:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder, .input:focus:-ms-input-placeholder {
    color: transparent;
}
textarea:focus::placeholder, select:focus::placeholder, .input:focus::placeholder {
    color: transparent;
}
textarea:focus, select:focus, .input:focus {
    border-color: #9e9e9e;
    background: #fff;
}
textarea {
    height: 150px;
}
.input-textarea {
    height: 150px;
    resize: vertical;
    padding: 10px 20px;
}
.input-textarea2 {
    height: 300px;
    resize: vertical;
    padding: 10px 20px;
}
.input-placeholder {
    position: absolute;
    color: #a0a0a0;
    font: 400 1rem "Open Sans";
    line-height: inherit;
    left: 20px;
    top: 13px;
    white-space: nowrap;
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
}
.default-input {
    position: relative;
}
.default-input.focused {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.default-input.focused .input-placeholder {
    font-size: 12px;
    font-size: .75rem;
    top: 0;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}
.default-input__icon {
    display: block;
    position: absolute;
    top: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    display: none;
}
.default-input__icon--valide {
    fill: #45ca14;
}
.default-input__icon--error {
    fill: #f17474;
}
.default-input__icon--tooltip {
    display: block;
    fill: #c8d1da;
}
.default-input__ico {
    display: block;
    fill: inherit;
}
.default-input__error-text {
    display: block;
    color: #d25b5b;
    font-size: 14px;
    font-size: .875rem;
    margin-top: 1px;
    display: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.default-input.valide .input {
    background: #f7f7f7;
    border-color: #c8d1da;
}
.default-input.valide .default-input__icon--valide {
    display: block;
}
.default-input.error {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.default-input.error .input {
    background: #fff8f8;
    border-color: #f17474;
}
.default-input.error .default-input__icon--error {
    display: block;
}
.default-input.error .default-input__error-text {
    display: block;
}
.default-input--signature:before {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 24px;
    left: 11px;
    top: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../images/signature-ico.svg") no-repeat;
}
.default-input--signature .input {
    padding-left: 45px;
}
.default-input--signature .input-placeholder {
    left: 45px;
}
.default-input--name:before {
    content: '';
    display: block;
    position: absolute;
    width: 19px;
    height: 25px;
    left: 11px;
    top: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../images/your-name.svg") no-repeat;
}
.default-input--name .input {
    padding-left: 45px;
}
.default-input--name .input-placeholder {
    left: 45px;
}

.default-input--promo:before {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 11px;
    top: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../images/promo.svg") no-repeat;
}
.default-input--promo .input {
    padding-left: 45px;
}
.default-input--promo .input-placeholder {
    left: 45px;
}
#mypromo {
display: none;
}

.default-input--phone:before {
    content: '';
    display: block;
    position: absolute;
    width: 21px;
    height: 25px;
    left: 11px;
    top: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../images/phone-ico.svg") no-repeat;
}
.default-input--phone .input {
    padding-left: 45px;
}
.default-input--phone .input-placeholder {
    left: 45px;
}
.default-input--phone-your:before {
    width: 15px;
    height: 25px;
    background: url("../images/your-phone.svg") no-repeat;
}
.ua:before {
   width: 15px;
   height: 25px;
   background: url("../images/countries/ua.svg") no-repeat;
}
.ru:before {
  width: 15px;
  height: 25px;
  background: url("../images/countries/ru.svg") no-repeat;
}
.by:before {
  width: 15px;
  height: 25px;
  background: url("../images/countries/by.svg") no-repeat;
}
.kz:before {
  width: 15px;
  height: 25px;
  background: url("../images/countries/kz.svg") no-repeat;
}

.default-input--email:before {
    width: 24px;
    height: 24px;
    background: url("../images/email.svg") no-repeat;
}

.default-input--datepicker .input {
    padding: 0 19px 0 8px;
    cursor: pointer;
}
.default-input--datepicker .default-input__box {
    position: relative;
    cursor: pointer;
}
.default-input--datepicker .default-input__box:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 6px;
    background: url("../img/icons/select-arrow.svg") no-repeat;
    top: 25px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    right: 10px;
}
.datepicker-inline__drop {
    position: absolute;
    top: 100%;
    margin-top: 5px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.datepicker-inline__drop.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
input[type="radio"] {
    position: absolute;
    left: -9999px;
}
input[type="radio"]+label {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
    width: auto !important;
}
input[type="radio"]+label:before, input[type="radio"]+label:after {
    position: absolute;
    content: ''}
input[type="radio"]:checked+label:after {
    opacity: 1;
}
select {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-transition: none;
    transition: none;
    background-position: right 25px center;
    background-repeat: no-repeat;
    background-size: 29px 17px;
    background-color: #fff;
}
.custom-select .selectric {
    border: 1px solid #afb2b5;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 5px;
}
.custom-select .selectric .label {
    font: 700 1rem "Open Sans";
    line-height: inherit;
    line-height: 1.5;
    height: auto;
    height: 48px;
    line-height: 46px;
    margin: 0 40px 0 18px;
}
.custom-select .selectric .button {
    height: 48px;
    font-size: 0;
    color: transparent;
}
.custom-select .selectric .button:after {
    border: 0;
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 6px;
    background: url("../img/icons/select-arrow2.svg") no-repeat;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.custom-select .selectric-items {
    padding: 10px 0;
    background: #fff;
    margin-top: 5px;
    border-radius: 5px;
    border-color: #c8d1da;
}
.custom-select .selectric-items ul {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
.custom-select .selectric-items li {
    display: block;
    background: none;
    color: #262626;
    font-size: 16px;
    font-size: 1rem;
    padding: 9px 20px;
}
.custom-select .selectric-items li.highlighted {
    background: #edf8fc;
}
.custom-select .selectric-items li:hover {
    background: #edf8fc;
}
.custom-select .selectric-open {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.custom-select .selectric-open .selectric {
    border-color: #7e91a5;
}
.custom-select .selectric-open .selectric .button:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.custom-select--status .selectric:before {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
    left: 8px;
    background: url("../images/your-status.svg") no-repeat;
}
.custom-select--status .selectric .label {
    margin: 0 40px 0 42px;
}
.custom-select--theme .selectric:before {
    content: '';
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    top: calc(50% - 15px);
    left: 8px;
    background: url("../images/theme.svg") no-repeat;
}
.custom-select--theme .selectric .label {
    margin: 0 40px 0 45px;
}
.custom-select--victory .selectric:before {
    content: '';
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    top: calc(50% - 15px);
    left: 8px;
    background: url("../images/victory.svg") no-repeat;
}
.custom-select--victory .selectric .label {
    margin: 0 40px 0 45px;
}
.custom-select--numstihi .selectric:before {
    content: '';
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    top: calc(50% - 15px);
    left: 8px;
    background: url("../images/numstihi.svg") no-repeat;
}
.custom-select--numstihi .selectric .label {
    margin: 0 40px 0 45px;
}

.custom-select--name .selectric:before {
    content: '';
    display: block;
    position: absolute;
    width: 19px;
    height: 25px;
    top: calc(50% - 11px);
    left: 8px;
    background: url("../images/your-name.svg") no-repeat;
}
.custom-select--name .selectric .label {
    margin: 0 40px 0 42px;
}
.bg-blue {
  background: #ff9800;
}
.bg-appointment {
  /*background: #8547b2;*/
  background: linear-gradient(90deg, #4c5c95 -0.24%, #d55c9d 100%);
}
.btn-large {
    height: 3.75rem;
    line-height: 3.4375rem;
    padding: 0 1.625rem 0 1.625rem;
    width: 100%;
    text-transform: uppercase;

}
.btn-red {
    background: #fb875e;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
}
.btn-red:hover {
    background: #fa6c38;
    color: #fff;
}
.btn-red:active {
    background: #F95215;
    color: #fff;
    border-top-color: #c04d4d;
}
.js-vivble-img {
    visibility: hidden;
}
.js-vivble-img.visible {
    visibility: visible;
}
.btn-red-sbmt {
    background: #e25b5b;
    color: #fff;
}
.btn-red-sbmt:hover {
    color: #fff;
}
.btn-green-sbmt {
    background: #43a047;
    color: #fff;
}
.btn-green-sbmt:hover {
    color: #fff;
}

.loading {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
background-size: 40px 40px;
animation: 2s linear 0s normal none infinite progress-bar-stripes;
-webkit-animation: progress-bar-stripes 2s linear infinite;
}
@keyframes progress-bar-stripes {
0% {
    background-position: 40px 0;
}
100% {
    background-position: 0 0;
}
}
.btn-disabled {
    background: #c8c8c8;
    color: #fff;
    cursor: not-allowed;
}
.btn-disabled:hover {
    background: #c8c8c8;
    border-color: transparent;
}
.tooltip-ico {
    width: 24px;
    height: 24px;
}
.tooltip-ico-small {
    width: 17px;
    height: 17px;
}
.valide-ico {
    width: 21px;
    height: 17px;
}
.error-ico {
    width: 17px;
    height: 17px;
}
.pagination-ico {
    width: 11px;
    height: 19px;
}
.search-ico {
    width: 20px;
    height: 20px;
}
.burger-ico {
    width: 35px;
    height: 25px;
}
.play-ico {
    width: 70px;
    height: 70px;
}
.slider-arrow-ico {
    width: 12px;
    height: 21px;
}
.calendar-phone-icon {
    width: 24px;
    height: 24px;
}
.date-ico {
    width: 15px;
    height: 13px;
}
.eye-ico {
    width: 20px;
    height: 12px;
}
.check-ico {
    width: 32px;
    height: 32px;
    fill: #3b9e3b;
}
.alert-ico {
    width: 32px;
    height: 32px;
    fill: #e2574c;
}
.microphone-ico {
    width: 70px;
    height: 127px;
}
.stihi-na-zakaz-ico {
    width: 124px;
    height: 124px;
}
.no-audio-card-ico {
    width: 100px;
    height: 100px;
}
.lock-ico {
    width: 14px;
    height: 16px;
    fill: #8ece5e;
}

.doctors2, .licenses, .hovanka, .taganka, .actions, .feedback2, .list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*margin: 0 -5px;
  width: calc(100% + 10px);*/
  margin:0;
   }
.doctor2 {
position: relative;
border-radius: 10px;
width: calc(25% - 10px);
/*margin: 0 10px 20px; */
margin: 0;
padding: 15px;
background-color: #fff;
overflow: hidden;
text-decoration: none;
text-align: center;
transition: all 0.35s;
border: 1px solid #dfe2efb8;
box-shadow: 0px 0px 10px rgb(231 232 236);
}
.doctor3 {
position: relative;
border-radius: 10px;
width: calc(25% - 10px);
/*margin: 0 10px 20px; */
margin: 0;
padding: 15px;
background-color: #fff;
overflow: hidden;
text-decoration: none;
transition: all 0.35s;
border: 1px solid #dfe2efb8;
box-shadow: 0px 0px 10px rgb(231 232 236);
}

.editFaq {
    COLOR: #26ab8f;
    TEXT-DECORATION: underline;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
}

.static-content {
 margin: 0 auto;
}
.static-content p {
    font-size: 16px;
}
.static-content blockquote.qst {
background: #f5f2f1;
    margin: 0px 0 20px 0;
    padding: 20px;
    border-radius: 0px;
    border-left: 5px dotted #d4cac6;
    background-size: 64px;
}
.static-content blockquote.ans {
background: #e8f5f5;
    margin: 0px 0 20px 0;
    padding: 20px;
    border-radius: 0px;
    border-left: 5px dotted #c4d8d8;
    background-size: 64px;
}
.static-content blockquote.ans2 {
background: #e8f5f5;
    margin: 0px 0 20px 0;
    padding: 40px;
    border-radius: 0px;
    background-size: 64px;
}
.static-content blockquote.vaccine {
background: #ede7f675 url(../img/icons/syringe-2.png) no-repeat 20px 50%;
    margin: 0px 0 20px 0;
    padding: 20px 20px 20px 100px;
    border-radius: 0px;
    border: 4px dotted #cdc3de;
    background-size: 64px;
}
.static-content blockquote.remotevaccine {
background: #8e614c17 url(../img/icons/remotevaccine.png) no-repeat 20px 50%;
    margin: 0px 0 20px 0;
    padding: 20px 20px 20px 100px;
    border-radius: 0px;
    border: 4px dotted #663a2545;
    background-size: 64px;
}
.static-content blockquote.attention {
background: #ffc33b12 url(../img/icons/attention.png) no-repeat 20px 50%;
    margin: 0px 0 20px 0;
    padding: 20px 20px 20px 100px;
    border-radius: 0px;
    border: 4px dotted #f5d281c9;
    background-size: 64px;
}
.static-content blockquote.author {
background: #f6f4f7 url(../img/icons/author.png) no-repeat 20px 50%;
    margin: 0px 0 20px 0;
    padding: 20px 20px 20px 100px;
    border-radius: 0px;
    border-left: 5px dotted #DBD3DF;
    background-size: 64px;
}
.static-content blockquote.author-kuvardina {
background: #f6f4f7 url(../img/specialists/kuvardina-nina-olegovna-everon-min.jpg) no-repeat 20px 50%;
margin: 0px 0 20px 0;
    padding: 20px 20px 20px 167px;
    border-radius: 0px;
    border-left: 5px dotted #cecece;
    background-size: 145px;
}
.static-content blockquote.author-lamonova {
background: #f6f4f7 url(../img/specialists/lamonova-darya-dmitrievna.jpg) no-repeat 20px 50%;
margin: 0px 0 20px 0;
    padding: 20px 20px 20px 167px;
    border-radius: 0px;
    border-left: 5px dotted #cecece;
    background-size: 145px;
}
.static-content blockquote.author-lamonova2 {
background: #f6f4f7 url(../img/specialists/lamonova-darya-dmitrievna2.jpg) no-repeat 20px 50%;
margin: 0px 0 20px 0;
    padding: 20px 20px 20px 167px;
    border-radius: 0px;
    border-left: 5px dotted #cecece;
    background-size: 145px;
}
.static-content blockquote.about {
background: #ffeede78 url(../img/icons/quote.png) no-repeat 20px 50%;
    margin: 0px 0 20px 0;
    padding: 20px 20px 20px 100px;
    border-radius: 0px;
    border-left: 5px dotted #fb875e8a;
    background-size: 64px;
}
.static-content blockquote.link {
background: #ffebee61 url(../img/icons/link.png) no-repeat 20px 50%;
    margin: 0px 0 20px 0;
    padding: 20px 20px 20px 100px;
    border-radius: 0px;
    border: 4px dotted #f5ccc5;
    background-size: 64px;
}
.static-content blockquote.online {
background: #e3f5f36b url(../img/icons/onlineconsult.png) no-repeat 20px 50%;
    margin: 0px 0 20px 0;
    padding: 20px 20px 20px 100px;
    border-radius: 0px;
    border: 4px dotted #b1d9d4c4;
    background-size: 64px;
}
.static-content blockquote.vaccine p, .static-content blockquote.attention p, .static-content blockquote.author p, .static-content blockquote.author-kuvardina p, .static-content blockquote.author-lamonova p, .static-content blockquote.author-lamonova2 p,  .static-content blockquote.about p, .static-content blockquote.remotevaccine p, .static-content blockquote.link p, .static-content blockquote.online p {
    padding: 0px 20px 20px 20px;
}
.static-content blockquote.vaccine p:first-child, .static-content blockquote.attention p:first-child, .static-content blockquote.author p:first-child, .static-content blockquote.author-kuvardina p:first-child, .static-content blockquote.author-lamonova p:first-child, .static-content blockquote.author-lamonova2 p:first-child, .static-content blockquote.about p:first-child, .static-content blockquote.remotevaccine p:first-child, .static-content blockquote.link p:first-child, .static-content blockquote.online p:first-child {
    padding: 20px;
}
.static-content blockquote.qst p {
  padding: 0;
}

.order-info {
    padding: 1.25rem 1.875rem 1.25rem 1.875rem;
}
.order-form__box {
    padding: .625rem 1.875rem 0px 1.875rem;
}
.order-form__box:last-child {
    padding-bottom: 1.875rem;
}
.clName {
  display: inline-block;
  margin-bottom: 0px;
}
.clName span {
  color: #7a809c;
  font-weight:600;
}
.bl {
  color: #222 !important;
  font-weight:700 !important;
  font-size:20px !important;
}
.bl2 {
  color: #222 !important;
  font-weight:700 !important;
  font-size:16px !important;
}
.bl3 {
  color: #222 !important;
  font-weight:700 !important;
  font-size:16px !important;
}
.bl4 {
  color: #222 !important;
  font-weight:600 !important;
  font-size:16px !important;
}
.blgrey {
  color: #ccc !important;
  font-weight:700 !important;
  font-size:16px !important;
}
.vfeedback {
  margin: 10px 0px;
}
.header__burger {
    display: none;
    float: right;
    width: 40px;
    height: 25px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.header__burger2 {
    display: none;
    float: right;
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.phones-block {
  display: none;
}

.header__burger-line {
    height: 6px;
    background: #8547b2;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 5px;
    /*-webkit-transition: background .3s .3s;
    transition: background .3s .3s;*/
}
.header__burger-line:before, .header__burger-line:after {
    -webkit-transition: none;
    transition: none;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    background: #8547b2;
    -webkit-transition-duration: .3s,  .3s;
    transition-duration: .3s,  .3s;
    -webkit-transition-delay: 0s,  0s;
    transition-delay: 0s,  0s;
    border-radius: 5px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.header__burger-line:before {
    top: -12px;
    -webkit-transition-property: top,  -webkit-transform;
    transition-property: top,  -webkit-transform;
    transition-property: top,  transform;
    transition-property: top,  transform,  -webkit-transform;
}
.header__burger-line:after {
    bottom: -12px;
    -webkit-transition-property: bottom,  -webkit-transform;
    transition-property: bottom,  -webkit-transform;
    transition-property: bottom,  transform;
    transition-property: bottom,  transform,  -webkit-transform;
}
.header-logo__link {
    display: block;
}
.header-logo__img {
    display: block;
    max-width: 100%;
    background: url("../img/logo/logo-everon.svg") no-repeat;
    width: 214px;
    height: 77px;
}
.sminfo {
  font-size: 10px !important;
}
.vprice {
padding: 10px;
background-color: #e2dcdc;
font-weight: 700;
display: inline-block;
border-radius: 5px;
}
.vname {
padding: 10px;
background-color: #e2dcdc;
font-weight: 700;
display: inline-block;
border-radius: 5px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #5c6bc0;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 20;
    margin-top: 14px;
    margin-left: -25px;
}
.dropdown-content a {
    float: none;
    color: #fff;
    padding: 20px 41px 20px 46px;
    text-decoration: none;
    display: block;
    text-align: left;
    position: relative;
    /* border-bottom: 1px solid #f6f6fd; */
    /* border-top: 1px solid #545f9a; */
    font-weight: 600;
}
.dropdown-content a:hover {
    background-color: #414b80;
    /*border-bottom: 1px solid #EAEAFA;
     border-top: 1px solid #EAEAFA;*/
}
.dropdown-content a:before {
    position: absolute;
    content: '';
    left: 20px;
    top: 20px;
    background-image: url(../img/icons/star.svg);
    width: 17px;
    height: 17px;
}
.show {
  display: block;
}
.dropdown-uslugi  {
    position: relative;
}
.dropdown-uslugi:before {
  content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 6px;
    background: url(../img/icons/select-arrow.svg) no-repeat;
    -webkit-transform: rotate(180deg );
    -ms-transform: rotate(180deg);
    transform: rotate( 180deg );
    -webkit-transition: all .3s;
    transition: all .3s;
    top: calc(50% - 2px);
    right: -17px;
}
.dropdown-uslugi.active:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.custom-select--service .selectric:before {
    content: '';
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    top: calc(50% - 15px);
    left: 8px;
    background: url("../img/icons/first-aid-kit.svg") no-repeat;
}
.custom-select--spec .selectric .label {
    margin: 0 40px 0 45px;
}
.custom-select--spec .selectric:before {
    content: '';
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    top: calc(50% - 13px);
    left: 8px;
    background: url("../img/icons/doctor.svg") no-repeat;
}
.custom-select--service .selectric .label {
    margin: 0 40px 0 45px;
}
.editfrm {
  margin: 10px 0px 10px 0px;
}
.csspointerDel {
  float: right;
  cursor: pointer;
}
.flag {
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.static-content img.mainimg {
display: block;
width: 100%;
height: auto;
margin: 0 0 1.25rem 0;
}
.pay-form {
  padding: 10px 10px 40px 10px;
  background: radial-gradient(circle, #eeeeee 0%, #e0f2f1 100%);
  border: 1px solid #cfd8d7;
    border-radius: 5px;
}
.pay-sogl {
  color:#909498;
  padding: 10px 0px 0px 0px;
  font-family: "Open Sans", Verdana;
  font-size: 14px;
}
.pay-sog2 {
  color:#909498;
  padding: 0px 0px 10px 0px;
}
.dopmargin {
  margin-top: 10px;
}
.dopmargin2 {
  margin-bottom: 20px;
}

div.scrollmenu {
    background: radial-gradient(circle, #fd8054 50%, #fb875e 100%);
    overflow: auto;
    white-space: nowrap;
    max-width: 1140px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    display: none;
}
div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 15px 8px;
    text-decoration: none;
}
div.scrollmenu a:hover {
    background-color: #e14140;
}
div.scrollmenu a.covid {
    color: #fff59d;
}
div.scrollmenu a.covid:before {
   content: '';
    display: inline-block;
    position: relative;
    width: 19px;
    height: 14px;
    background: url(../img/icons/discount.svg) center no-repeat;
    background-size: auto;
    top: 2px;
    z-index: 1;
}

div.scrollmenu a.onlinezapis {
    color: #ff9675;
    text-shadow: 0px 1px 13px #4654a3;
}
div.scrollmenu a.onlinezapis:before {
   content: '';
    display: inline-block;
    position: relative;
    width: 19px;
    height: 14px;
    background: url(../img/icons/onlinezapis.svg) center no-repeat;
    background-size: auto;
    top: 2px;
    z-index: 1;
}

.moblink {
  display: none;
}
.moblink-2 {
  display: none;
}
.header-search {
    /*display: none;*/
}
.header-search.visible {
    display: block;
}
.header-search__input {
    height: 2.8125rem;
    font-size: .875rem;
    border: 1px solid #eeeeee;
}
.header-search__btn {
    padding: 0;
    width: auto;
    height: auto;
    position: absolute;
    right: .875rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #2980b9;
    background: none;
    border: 0;
    cursor: pointer;
}
.header-search__btn:hover {
    opacity: .7;
}
.header-search__ico {
    display: block;
    fill: #fb875e;
}
.header-search .input-placeholder {
    font-size: .875rem;
}
    .header__contacts-group2 {
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    }
    .header__contacts2 {
      margin-top: 15px;
      margin-bottom: 10px;
    }
    .contacts2 {
    /*margin-right: 30px;*/
    /*max-width: 270px; */
    display: inline-block;
    }
    .search-dop {
      width: 100%;
    }
    .category-list-item {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgb(231 232 236);
}
.category-list-item__image {
    overflow: hidden;
}
.category-list-item__image-link {
    display: block;
    height: 100%}
.category-list-item__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.category-list-item__cont {
    background: #fff;
    text-align: center;
    padding: 1.0625rem .625rem 1.0625rem .625rem;
}
.category-list-item__link {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
}
.category-list {
    font-size: 0;
    padding-bottom: 3.75rem;
}
@media (max-width: 991px) {
    .category-list {
    padding-bottom: 0;
}
}.category-list__list {
    margin: 0 -10px -20px;
}
@media (max-width: 991px) {
    .category-list__list {
    margin: 0 -15px 0px;
}
}@media (max-width: 767px) {
    .category-list__list {
    margin-bottom: -20px;
}
}.category-list__item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 10px 20px;
}
@media (max-width: 1365px) {
    .category-list__item {
    width: 33.33%;
    }
}@media (max-width: 991px) {
    .category-list__item {
    width: 50%;
    padding: 0 15px 30px;
}
}@media (max-width: 767px) {
.category-list__item {
    padding-bottom: 20px;
    width: 100%}
.category-list__item:last-child {
    margin-bottom: 1.875rem;}
}
.article-item__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.article-list {
    font-size: 0;
    margin: 0 -10px;
}
.article-list__item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 10px 20px;
}
/* один элемент */
.article-list__item:first-child:nth-last-child(1) {
/*width: 100%;*/
}
/* два элемента */
.article-list__item:first-child:nth-last-child(2),
.article-list__item:first-child:nth-last-child(2) ~ li {
/*width: 50%;*/
}
/* три элемента */
.article-list__item:first-child:nth-last-child(3),
.article-list__item:first-child:nth-last-child(3) ~ li {
width: 33.3333%;
}
/* четыре элемента */
.article-list__item:first-child:nth-last-child(4),
.article-list__item:first-child:nth-last-child(4) ~ li {
        /*width: 50%; */
}
.article-list__item:last-child {
    padding-bottom: 0px;
}
@media (max-width: 1365px) {
/* три элемента */
.article-list__item:first-child:nth-last-child(3) {
width: 33.3333%;}
.article-list__item:first-child:nth-last-child(3) ~ li {
width: 33.3333%;
}

/*.article-list__item {
    width: 50%;
}*/
/*.article-list__item:nth-child(3) {
    width: 100%;
}*/
}
@media (max-width: 991px) {
   /* .article-list__item {
    width: 100%}*/

/* два элемента */
.article-list__item:first-child:nth-last-child(2),
.article-list__item:first-child:nth-last-child(2) ~ li {
width: 50%;
}
/* три элемента */
.article-list__item:first-child:nth-last-child(3) {
width: 50%;}
.article-list__item:first-child:nth-last-child(3) ~ li {
width: 50%;
}
/* четыре элемента */
.article-list__item:first-child:nth-last-child(4),
.article-list__item:first-child:nth-last-child(4) ~ li {
        width: 50%;
}

.article-list__item:nth-child(2) {
    /*padding-bottom: 0;*/
}
}
@media (max-width: 767px) {
   /* .article-list__item {
    width: 100%}*/

/* два элемента */
.article-list__item:first-child:nth-last-child(2),
.article-list__item:first-child:nth-last-child(2) ~ li {
width: 100%;
}
/* три элемента */
.article-list__item:first-child:nth-last-child(3) {
width: 100%;}
.article-list__item:first-child:nth-last-child(3) ~ li {
width: 100%;
}
/* четыре элемента */
.article-list__item:first-child:nth-last-child(4),
.article-list__item:first-child:nth-last-child(4) ~ li {
        width: 100%;
}

.article-list__item:nth-child(2) {
    /*padding-bottom: 0;*/
}
}.article-list--full .article-list__item {
    width: 25%}
.article-list--full .article-list__item:nth-child(1n) {
    display: inline-block;
    padding-bottom: 20px;
}
@media (max-width: 1365px) {
    .article-list--full .article-list__item {
    width: 33.33%}
}@media (max-width: 991px) {
    .article-list--full .article-list__item {
    width: 50%}
}@media (max-width: 767px) {
    .article-list--full .article-list__item {
    width: 100%}
}
.article-item__image {
    position: relative;
    height: 196px;
    display: block;
    background: #9E9E9E;
    border-radius: 10px 10px 0px 0px;
}
.article-item__image a img{
    -webkit-transition: all .3s ease-in-out;
}
.article-item__image:hover a img{
    opacity: 0.85; /* Высветляем картинку, но она становится темнее, так как под ней черный фон */
    transition: opacity 300ms linear;  /* Плавное изменение прозрачности и увеличения */
}

.article-item__image-link {
    display: block;
    height: 100%;
    overflow: hidden;
}
.article-item__tag {
    position: absolute;
    bottom: .375rem;
    left: 1.1875rem;
}
.article-item__cont {
    background: #fff;
    padding: .6875rem 1.1875rem 1.3125rem 1.1875rem;
}
@media (max-width: 767px) {
    .article-item__cont {
    padding: .4375rem .625rem .9375rem .625rem;
}
.article-item__tag {
    left: .625rem;
}
}.article-item__link {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 3rem;*/
    margin-bottom: 5px;
    /*min-height: 3rem;*/
}
@media (max-width: 767px) {
    .article-item__link {
    min-height: auto;
}
}.article-item__bottom:after {
    content: " ";
    display: block;
    clear: both;
}
.article-item__time {
    color: #8b8b8b;
    font-size: 13px;
    font-size: .8125rem;
    fill: #8b8b8b;
    float: left;
}
.article-item__time-ico {
    display: inline-block;
    vertical-align: middle;
    fill: inherit;
}
.article-item__time-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}
.article-item__watch {
    color: #8b8b8b;
    font-size: 13px;
    font-size: .8125rem;
    fill: #8b8b8b;
    float: right;
}
.article-item__watch-ico {
    display: inline-block;
    vertical-align: middle;
    fill: inherit;
}
.article-item__watch-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}
.article-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgb(231 232 236);
}
.article-preview {
  display: block;
  height: 100%;
  font-size: 13px;
  color: #747474;
  margin-bottom: 10px;
}
.tag-white {
    color: #262626;
    background: #fff;
}
.tag-white:hover {
    background: #fbf5e3;
    color: #262626;
    text-decoration: none;
}
.tag-btn--md {
    height: 29px;
    line-height: 2.1875rem;
    padding: 0px 10px;
    color: #3d3d3d;
    font-size: 13px;
    border-radius: 1.875rem;
    opacity: 0.8;
    margin-bottom: 4px;
}

.snowflake {
  --size: 4vw;
  width: var(--size);
  height: var(--size);
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: -5vh;
}

@keyframes snowfall {
  0% {
    transform: translate3d(var(--left-ini), 0, 0);
  }
  100% {
    transform: translate3d(var(--left-end), 110vh, 0);
  }
}

.snowflake:nth-child(1) {
  --size: 1vw;
  --left-ini: 3vw;
  --left-end: 4vw;
  left: 43vw;
  animation: snowfall 24s linear infinite;
  animation-delay: -1s;
}
.snowflake:nth-child(2) {
  --size: 0.2vw;
  --left-ini: 2vw;
  --left-end: 9vw;
  left: 52vw;
  animation: snowfall 17s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(3) {
  --size: 0.4vw;
  --left-ini: 5vw;
  --left-end: 7vw;
  left: 89vw;
  animation: snowfall 18s linear infinite;
  animation-delay: -2s;
}
.snowflake:nth-child(4) {
  --size: 1vw;
  --left-ini: -3vw;
  --left-end: 9vw;
  left: 48vw;
  animation: snowfall 19s linear infinite;
  animation-delay: -4s;
}
.snowflake:nth-child(5) {
  --size: 1vw;
  --left-ini: 4vw;
  --left-end: -5vw;
  left: 72vw;
  animation: snowfall 23s linear infinite;
  animation-delay: -5s;
}
.snowflake:nth-child(6) {
  --size: 0.6vw;
  --left-ini: 6vw;
  --left-end: -2vw;
  left: 5vw;
  animation: snowfall 22s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(7) {
  --size: 0.8vw;
  --left-ini: -4vw;
  --left-end: 1vw;
  left: 52vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -5s;
}
.snowflake:nth-child(8) {
  --size: 0.6vw;
  --left-ini: 5vw;
  --left-end: -3vw;
  left: 65vw;
  animation: snowfall 17s linear infinite;
  animation-delay: -6s;
}
.snowflake:nth-child(9) {
  --size: 0.4vw;
  --left-ini: 7vw;
  --left-end: 5vw;
  left: 75vw;
  animation: snowfall 22s linear infinite;
  animation-delay: -2s;
}
.snowflake:nth-child(10) {
  --size: 0.8vw;
  --left-ini: 7vw;
  --left-end: -5vw;
  left: 71vw;
  animation: snowfall 16s linear infinite;
  animation-delay: -8s;
}
.snowflake:nth-child(11) {
  --size: 0.6vw;
  --left-ini: -5vw;
  --left-end: -1vw;
  left: 69vw;
  animation: snowfall 19s linear infinite;
  animation-delay: -8s;
}
.snowflake:nth-child(12) {
  --size: 0.2vw;
  --left-ini: 0vw;
  --left-end: -4vw;
  left: 26vw;
  animation: snowfall 22s linear infinite;
  animation-delay: -5s;
}
.snowflake:nth-child(13) {
  --size: 1vw;
  --left-ini: -4vw;
  --left-end: 5vw;
  left: 70vw;
  animation: snowfall 19s linear infinite;
  animation-delay: -3s;
}
.snowflake:nth-child(14) {
  --size: 1vw;
  --left-ini: -3vw;
  --left-end: 8vw;
  left: 49vw;
  animation: snowfall 22s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(15) {
  --size: 0.2vw;
  --left-ini: 8vw;
  --left-end: 8vw;
  left: 32vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(16) {
  --size: 0.6vw;
  --left-ini: 5vw;
  --left-end: 4vw;
  left: 46vw;
  animation: snowfall 24s linear infinite;
  animation-delay: -10s;
}
.snowflake:nth-child(17) {
  --size: 1vw;
  --left-ini: 5vw;
  --left-end: 5vw;
  left: 49vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -3s;
}
.snowflake:nth-child(18) {
  --size: 0.8vw;
  --left-ini: 3vw;
  --left-end: -1vw;
  left: 58vw;
  animation: snowfall 17s linear infinite;
  animation-delay: -6s;
}
.snowflake:nth-child(19) {
  --size: 0.6vw;
  --left-ini: -6vw;
  --left-end: -1vw;
  left: 4vw;
  animation: snowfall 23s linear infinite;
  animation-delay: -2s;
}
.snowflake:nth-child(20) {
  --size: 0.8vw;
  --left-ini: -2vw;
  --left-end: 1vw;
  left: 71vw;
  animation: snowfall 18s linear infinite;
  animation-delay: -8s;
}
.snowflake:nth-child(21) {
  --size: 0.8vw;
  --left-ini: 1vw;
  --left-end: -4vw;
  left: 69vw;
  animation: snowfall 19s linear infinite;
  animation-delay: -2s;
}
.snowflake:nth-child(22) {
  --size: 0.2vw;
  --left-ini: 9vw;
  --left-end: 3vw;
  left: 5vw;
  animation: snowfall 24s linear infinite;
  animation-delay: -10s;
}
.snowflake:nth-child(23) {
  --size: 0.8vw;
  --left-ini: 9vw;
  --left-end: 4vw;
  left: 49vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -3s;
}
.snowflake:nth-child(24) {
  --size: 0.2vw;
  --left-ini: -9vw;
  --left-end: -6vw;
  left: 79vw;
  animation: snowfall 19s linear infinite;
  animation-delay: -5s;
}
.snowflake:nth-child(25) {
  --size: 1vw;
  --left-ini: -4vw;
  --left-end: -5vw;
  left: 52vw;
  animation: snowfall 18s linear infinite;
  animation-delay: -6s;
}
.snowflake:nth-child(26) {
  --size: 0.4vw;
  --left-ini: -9vw;
  --left-end: 1vw;
  left: 46vw;
  animation: snowfall 21s linear infinite;
  animation-delay: -1s;
}
.snowflake:nth-child(27) {
  --size: 0.2vw;
  --left-ini: 9vw;
  --left-end: 6vw;
  left: 85vw;
  animation: snowfall 24s linear infinite;
  animation-delay: -4s;
}
.snowflake:nth-child(28) {
  --size: 0.2vw;
  --left-ini: 6vw;
  --left-end: 8vw;
  left: 25vw;
  animation: snowfall 21s linear infinite;
  animation-delay: -2s;
}
.snowflake:nth-child(29) {
  --size: 0.4vw;
  --left-ini: 10vw;
  --left-end: 5vw;
  left: 13vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -1s;
}
.snowflake:nth-child(30) {
  --size: 1vw;
  --left-ini: -5vw;
  --left-end: 9vw;
  left: 54vw;
  animation: snowfall 24s linear infinite;
  animation-delay: -10s;
}
.snowflake:nth-child(31) {
  --size: 0.2vw;
  --left-ini: -7vw;
  --left-end: -5vw;
  left: 75vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(32) {
  --size: 0.4vw;
  --left-ini: 3vw;
  --left-end: 5vw;
  left: 27vw;
  animation: snowfall 16s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(33) {
  --size: 0.8vw;
  --left-ini: 1vw;
  --left-end: 6vw;
  left: 80vw;
  animation: snowfall 18s linear infinite;
  animation-delay: -3s;
}
.snowflake:nth-child(34) {
  --size: 0.4vw;
  --left-ini: 1vw;
  --left-end: -4vw;
  left: 17vw;
  animation: snowfall 21s linear infinite;
  animation-delay: -3s;
}
.snowflake:nth-child(35) {
  --size: 0.6vw;
  --left-ini: -9vw;
  --left-end: 0vw;
  left: 28vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -7s;
}
.snowflake:nth-child(36) {
  --size: 0.8vw;
  --left-ini: 0vw;
  --left-end: -8vw;
  left: 35vw;
  animation: snowfall 24s linear infinite;
  animation-delay: -7s;
}
.snowflake:nth-child(37) {
  --size: 0.8vw;
  --left-ini: -5vw;
  --left-end: 5vw;
  left: 74vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(38) {
  --size: 0.8vw;
  --left-ini: -6vw;
  --left-end: -4vw;
  left: 44vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -1s;
}
.snowflake:nth-child(39) {
  --size: 0.4vw;
  --left-ini: -5vw;
  --left-end: 2vw;
  left: 16vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -1s;
}
.snowflake:nth-child(40) {
  --size: 0.2vw;
  --left-ini: -9vw;
  --left-end: 7vw;
  left: 84vw;
  animation: snowfall 20s linear infinite;
  animation-delay: -5s;
}
.snowflake:nth-child(41) {
  --size: 0.6vw;
  --left-ini: -5vw;
  --left-end: -5vw;
  left: 38vw;
  animation: snowfall 20s linear infinite;
  animation-delay: -6s;
}
.snowflake:nth-child(42) {
  --size: 1vw;
  --left-ini: -5vw;
  --left-end: -2vw;
  left: 52vw;
  animation: snowfall 24s linear infinite;
  animation-delay: -7s;
}
.snowflake:nth-child(43) {
  --size: 0.6vw;
  --left-ini: -6vw;
  --left-end: 10vw;
  left: 69vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -4s;
}
.snowflake:nth-child(44) {
  --size: 0.8vw;
  --left-ini: 10vw;
  --left-end: 1vw;
  left: 74vw;
  animation: snowfall 24s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(45) {
  --size: 0.8vw;
  --left-ini: 4vw;
  --left-end: 0vw;
  left: 77vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(46) {
  --size: 1vw;
  --left-ini: 5vw;
  --left-end: -8vw;
  left: 62vw;
  animation: snowfall 17s linear infinite;
  animation-delay: -10s;
}
.snowflake:nth-child(47) {
  --size: 0.6vw;
  --left-ini: -7vw;
  --left-end: 8vw;
  left: 77vw;
  animation: snowfall 24s linear infinite;
  animation-delay: -5s;
}
.snowflake:nth-child(48) {
  --size: 0.2vw;
  --left-ini: 5vw;
  --left-end: 2vw;
  left: 6vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(49) {
  --size: 0.2vw;
  --left-ini: -1vw;
  --left-end: -3vw;
  left: 47vw;
  animation: snowfall 25s linear infinite;
  animation-delay: -6s;
}
.snowflake:nth-child(50) {
  --size: 0.2vw;
  --left-ini: -8vw;
  --left-end: 9vw;
  left: 30vw;
  animation: snowfall 17s linear infinite;
  animation-delay: -5s;
}


/* added small blur every 6 snowflakes*/
.snowflake:nth-child(6n) {
  filter: blur(1px);
}

.ctrwe {
  display: none;
}


.evrn_services {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: flex-start;
}

.evrn_service {
background: #fff;
    border-radius: 12px;
    width: calc(33.333% - 14px); /* 3 карточки в ряду с учетом gap */
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 16px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #1D2F3C;
    /*border: 1px solid #e2e2e3;*/
    text-decoration: none !important;
    box-shadow: 2px 2px 10px rgb(231 232 236);
}

.evrn_action {
background: #fff;
    border-radius: 12px;
    width: calc(50% - 14px); /* 2 карточки в ряду с учетом gap */
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 16px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #1D2F3C;
    /*border: 1px solid #e2e2e3;*/
    text-decoration: none !important;
    box-shadow: 2px 2px 10px rgb(231 232 236);
}

.evrn_service:hover, .evrn_action:hover {
    box-shadow: 0 2px 20px rgb(120 160 190 / 30%);
    text-decoration: none !important;
}

.evrn_serviceContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.evrn_serviceTitle {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 4px;
    color: #454348;
}

.evrn_serviceSubtitle {
   font-size: 15px;
    color: #747474;
    opacity: 0.9;
    font-weight: 400 !important;
}

.evrn_serviceIcon {
    width: 60px;
    height: 60px;
    align-self: center;
    object-fit: contain;
}
.evrn_actionIcon {
    width: auto;
    height: auto;
    align-self: center;
    object-fit: contain;
    padding: 10px;
}

/* Планшет (2 карточки в ряду) */
@media (max-width: 900px) {
    .evrn_service {
        width: calc(50% - 10px); /* 2 карточки с учетом gap */
    }

}

/* Мобильные (1 карточка в ряду) */
@media (max-width: 600px) {
    .evrn_service {
        width: 100%; /* Занимает всю ширину */
        /*height: 80px;*/ /* Более компактно */
    }
    .evrn_serviceIcon {
        width: 50px;
        height: 50px;
    }
    .evrn_action{
        width: 100%; /* Занимает всю ширину */
    }
}

.evrn_vaccineBanner {
    display: flex;
    height: auto;
    border-radius: 12px;
    background: linear-gradient(98.62deg, #FFEEDE -0.24%, #F2FFE2 100%);
    position: relative;
    overflow: hidden;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.onl-dob {
   background: linear-gradient(98.62deg, #ddf0ff -0.24%, #d1c4e9 100%) !important;
}
.cons-dob {
 background: linear-gradient(98.62deg, #ffddf6 -0.24%, #f1f8e9 100%) !important;
}

.evrn_bannerContent {
    flex: 1;
    padding: 40px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.evrn_bannerTitle {
    font-size: 28px;
    line-height: 1.3;
    margin: 0 0 5px 0;
    font-weight: 700;
    max-width: 50%;
}

.evrn_bannerText {
    font-size: 18px;
    line-height: 1.5;
    color: #444444;
    margin: 0 0 24px 0;
    max-width: 400px;
}

.evrn_bannerButton {
    display: inline-block;
    padding: 14px 32px;
    background: #fb875e;
    color: white !important;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.3s;
    width: fit-content;
    letter-spacing: 0.6px;
}

.evrn_bannerButton:hover {
    background: #FA6C38;
    box-shadow: 0 4px 12px rgba(63, 78, 162, 0.2);
}

.evrn_bannerImage {
    position: absolute;
    right: 0px;
    bottom: 0;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

/* Адаптивность */
@media (max-width: 900px) {
    .evrn_vaccineBanner {
        height: auto;
        flex-direction: column;
    }

    .evrn_bannerContent {
        padding: 20px;
    }
    .evrn_bannerTitle {
    max-width: 100%;
}

    .evrn_bannerImage {
        position: relative;
        height: 200px;
        margin-top: 20px;
    }
}

@media (max-width: 600px) {
    .evrn_bannerTitle {
        font-size: 24px;
    }

    .evrn_bannerText {
        font-size: 16px;
         margin: 0;
    }
    .evrn_bannerButton {
      width: auto;
    }
    .evrn_bannerImage {
      right: 0px;
      margin-top: 0px;
    }
}

#evrn_searchResults {
  position: absolute;
  z-index: 1000;
  background: white;
  width: 100%;
  /*max-width: 400px;*/
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  max-height: 300px;
  overflow-y: auto;
  display: none;
  opacity: 0;
  margin-top: -10px;
  transition: none; /* Отключаем CSS transition, так как используем jQuery анимацию */
  padding: 10px;
}

.evrn_no-results {
  padding: 10px;
  color: #666;
  margin: 0;
  font-size: 14px;
}

.evrn_quick-search {
  margin-bottom: 30px;
  position: relative; /* Для позиционирования выпадающего списка */
}

#evrn_infectionSearch {
  padding: 15px 10px;
  width: 100%;
  /*max-width: 400px;*/
  border: 1px solid #afb2b5;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box; /* Чтобы padding не влиял на ширину */
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none; /* Убираем стандартный outline */
  appearance: none; /* Убираем браузерные стили */
  font: 400 1rem "Open Sans";
}

/* Стиль при фокусе (активном состоянии) */
#evrn_infectionSearch:focus {
  border-color: #bdbdbd;
  box-shadow: 0 0 0 3px #9e9e9e12;
}

/* Плейсхолдер */
#evrn_infectionSearch::placeholder {
  color: #999;
  opacity: 1;
}

/* Для старых браузеров */
#evrn_infectionSearch:-ms-input-placeholder {
  color: #999;
}

#evrn_infectionSearch::-ms-input-placeholder {
  color: #999;
}


.evrn_tags-place .evrn_tag__btn {
      height: 1.875rem;
    font-size: 13px;
    font-size: .8125rem;
    display: inline-block;
    width: auto;
    text-transform: none;
    padding: 0 0.8125rem 0 0.8125rem;
    color: #fff !important;
    line-height: 1.75rem;
    border-width: 0;
    border-radius: 10px;
    text-decoration: none !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
}

/* Стили для блока альтернативных способов связи */
  .evrn_contact-options {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 15px;
  }

  .evrn_contact-option {
    display: flex;
    align-items: center;
    flex: 1;
    background: #f8f8f8;
    border-radius: 8px;
    padding: 12px 15px;
    transition: all 0.3s ease;
  }

  .evrn_contact-option:hover {
    background: #f0f0f0;
  }

  .evrn_contact-icon {
    margin-right: 6px;
  }

  /*.evrn_contact-icon svg {
    width: 30px;
    height: 30px;
  }*/
  .evrn_contact-icon .iconH {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin-right: 10px;
    fill: #8547b2;
  }
  .evrn_contact-icon .icon-phone {
    width: 30px;
    height: 30px;
}

  .evrn_contact-text {
    display: flex;
    flex-direction: column;
  }

  .evrn_contact-label {
    font-size: 13px;
    color: #666;
    margin-bottom: 0px;
  }

  .evrn_contact-phone,
  .evrn_contact-whatsapp {
    font-weight: 600;
    color: #333;
    font-size: 15px;
  }

  .evrn_contact-phone:hover,
  .evrn_contact-whatsapp:hover {
    color: #d62d2d;
  }

  @media (max-width: 480px) {
    .evrn_contact-options {
      flex-direction: column;
    }
  }

/* Стили для блока согласия */
.evrn_consent-box {
  margin: 20px 0;
}

.evrn_consent-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}

.evrn_consent-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.evrn_consent-custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #afb2b5;
  border-radius: 4px;
}

.evrn_consent-checkbox:checked ~ .evrn_consent-custom {
 background-color: #825c98;
    border-color: #6c527a;
}

.evrn_consent-checkbox:checked ~ .evrn_consent-custom:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.evrn_consent-text {
  font-size: 14px;
  line-height: 1.4;
}

.evrn_consent-text a {
  color: #333;
  text-decoration: underline;
}

.evrn_consent-error {
  color: #d25b5b;
    font-size: .875rem;
  margin-top: 5px;
  display: none;
}

.evrn_consent-checkbox.error + .evrn_consent-custom {
  border-color: #e74c3c;
}

.evrn_consent-checkbox.error ~ .evrn_consent-error {
  display: block;
}



/*********************************************************  (max-width: 991px) - start  ***********************************************************/

@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 5%;
    width: 100%;
     }
  .h3 {
    font-size: 18px; }
  .h4 {
    font-size: 16px; }
  .btn {
    /*padding: 12px 20px;*/
    font-size: 16px;
    width: 100%;
     }
  .header {
    position: relative;
    z-index: 25;
     }
    .header__info {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 5%;
    }
    .header__contacts-group {
    margin-right: 0px;
    display: none;
    }
    .header__contacts {
      width: calc(50% - 15px);
      margin-top: 15px; margin-bottom: 10px; }
    .header__nav {
      position: absolute;
      top: 97px;
      right: 0;
      z-index: 10;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%;
      padding: 20px 30px 20px;
      border-radius: 0 0 0 20px;
      border: none;
      box-shadow: 2px 2px 10px rgb(231 232 236);
      display: none; }
    .header__close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 50px;
      height: 50px;
      margin: -10px -30px 10px auto; }
      .header__close span {
        width: 30px;
        height: 2px;
        background-color: #fff; }
        .header__close span:first-child {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .header__close span:last-child {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          margin-top: -2px; }
    .header__question {
      width: 100%; }

  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px; }
    .menu__item {
      margin-right: 0;
      margin-bottom: 15px; }
      .menu__item:last-child {
        margin-bottom: 15px; }
  .hamb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 50px; }
    .hamb span {
      height: 5px;
    background: #867fab;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 5px;
      }
      .hamb span:last-child {
        margin-bottom: 0; }
  .contacts {
    margin-right: 20px; }

  .main-slider__img {
    width: 65%;
    height: auto; }
  .main-slider__info {
    padding: 20px; }
  .main-slider__title {
    font-size: 22px; }
  .vaccine-list {
    margin: 0 -10px -20px;
    width: calc(100% + 20px); }
    .vaccine-list__item {
      width: calc(33.33% - 20px);
      margin: 0 10px 20px; }
      .vaccine-list__item--wide {
        width: 100%; }
  .medications {
    width: calc(100% + 20px);
    margin: 0 -10px 0; }
    .medications__img {
      height: 190px; }
    .medications__name {
      padding: 20px; }
    .medications__item {
      width: calc(33.33% - 20px);
      margin: 0 10px 20px; }
    .medications.owl-carousel {
      width: 100%;
      margin: 0; }
      .medications.owl-carousel .medications__item {
        margin: 0 0 20px; }
      .medications.owl-carousel .medications__img {
        height: 175px; }
  .doctors {
    margin: 0;
    width: calc(100% + 10px);
    }
    .doctors--preview .doctor:last-child {
      display: none; }
  .doctor {
    width: calc(50% - 10px);
    margin: 0 10px 20px; }
  .news {
    margin: 0 -10px -20px;
    width: calc(100% + 20px); }
    .news__item {
      width: calc(33.33% - 20px);
      margin: 0 10px 20px; }
    .news--preview .news__item:last-child {
      display: none; }
  .footer__nav {
    margin-bottom: -40px; }
  .footer__contacts {
    width: calc(50% - 15px);
    margin-top: 30px; }
  .menu-footer {
    margin-bottom: 40px;
       max-width: 46%;
       width: fit-content;
     }
  .calendar {
    margin-top: 170px; }
    .calendar__age {
      font-size: 11px; }
    .calendar__item:before {
      width: 15px;
      height: 15px; }
    .calendar__item:after {
      bottom: 7px; }
    .calendar__item:hover .calendar__age, .calendar__item.visible .calendar__age {
      font-size: 14px; }
    .calendar__item:hover:before, .calendar__item.visible:before {
      bottom: -9px;
      width: 25px;
      height: 25px;
      border-width: 5px; }
    .calendar__item:nth-last-child(-n+6) .info-calendar {
      left: auto;
      right: -5px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .calendar__item:nth-last-child(-n+6) .info-calendar__text {
        text-align: right; }
      .calendar__item:nth-last-child(-n+6) .info-calendar__img {
        margin-right: 0;
        margin-left: 25px; }
      .calendar__item:nth-last-child(-n+6) .info-calendar:after {
        left: auto;
        right: 35px; }
  .info-calendar__img {
    width: 70px;
    height: 70px;
    margin-right: 20px; }
  .info-calendar:after {
    left: 35px; }
  .footer__contacts {
    margin-right: 30px; }
  .licenses {
    margin: 0 -10px -30px;
    width: calc(100% + 20px); }
    .licenses__item {
      width: calc(33.33% - 20px);
      height: 325px;
      margin: 0 10px 20px; }
    .licenses.owl-carousel {
      margin: 0 0 -30px;
      width: 100%; }
  .contacts-full__group {
    width: 100%; }
    .contacts-full__group:first-child {
      border-right: none;
      border-bottom: 1px solid #d9efff; }
  .video {
    height: 420px; }
    .video:before {
      width: 70px;
      height: 70px; }
  .content__sidebar {
    width: 230px; }
    .content__sidebar--wide {
      width: 250px; }
  .content--cols .content__main {
    width: calc(100% - 250px); }
    .content--cols .content__main--narrow {
      width: calc(100% - 270px); }
  .form {
    padding: 20px; }
    .form__input, .form__textarea {
      margin-bottom: 15px;
      font-size: 13px; }
    .form__input {
      height: 40px;
      padding: 0 10px; }
    .form__textarea {
      padding: 10px; }
    .form__checkbox-label {
      padding-left: 40px;
      font-size: 13px; }
      .form__checkbox-label:before {
        width: 25px;
        height: 25px; }
      .form__checkbox-label:after {
        top: 9px;
        left: 8px; }
  .faq__info, .faq__item {
    padding: 20px 30px; }
  .faq__text, .faq__status {
    font-size: 13px; }
  .question__title {
    font-size: 14px;
    font-weight: 700; }
  .question__text {
    font-size: 13px; }
  .answer__title {
    font-size: 13px; }
  .answer__text {
    font-size: 13px; }
  .pagination__link {
    width: 40px;
    height: 40px;
    font-size: 14px; }
  .table td {
    padding: 10px 20px; }
    .table td:first-child {
      padding: 10px 20px; }
    .table td:last-child {
      padding: 10px 10px; }
  .table th {
    padding: 20px;
    font-size: 16px;
    font-weight: 700; }
    .table th:first-child {
      padding: 20px; }
    .table th:last-child {
      padding: 20px; }
    .table th.width-50 {
      width: auto; }
  .table--float-right {
    float: none;
    margin: 0 0 30px 0;
    width: 100%; }
    .table--float-right td {
      padding: 10px 20px; }
      .table--float-right td:first-child {
        padding: 10px 20px; }
    .table--float-right th {
      padding: 20px;
      font-size: 16px;
      font-weight: 700; }
      .table--float-right th:first-child {
        padding: 20px;
        border-radius: 20px 0 0 0; }
      .table--float-right th.width-50 {
        width: auto; }
  .sidebar-menu__link {
    padding: 15px 10px;
    font-size: 14px; }
  .sidebar-menu__title {
    font-size: 14px; }
  .vaccine-info {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.about-doctor__img {
display: block;
width: 100%;
height: auto;
border-radius: 10px 10px 0px 0px;
}
.about-doctor__img_main {
display: block;
width: 100%;
height: auto;
}
.about-doctor {
 display: block;
}
.header__burger, .header__burger2 {
    display: block;
}
.header.active {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.header.active .header__burger-line {
    background: 0, 0;
}
.header.active .header__burger-line:before, .header.active .header__burger-line:after {
    -webkit-transition-delay: 0s,  0s;
    transition-delay: 0s,  0s;
}
.header.active .header__burger-line:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header.active .header__burger-line:after {
    bottom: 0px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

div.scrollmenu {
    display: block;
    padding: 0 5%;
}
.imgphh {
  display: block;
    width: 80px;
    height: 80px;
    max-width: none !important;
}
.phones-block {
  display: inline-block;
  padding-left: 10px;
}
.header__nav.active {
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.dropdown-content {
    min-width: 150px;
    margin-top: 7px;
    margin-left: -5px;
}
.moblink {
  display: block;
}
.moblink-2 {
  display: inline-flex;
}
.ctrwe {
  text-align: center;margin: 0 auto; display: flex;
}

    .contacts2 {
    /*margin-right: 30px;*/
    max-width: 46%;
    }
    .contacts2:last-child {
    width:100%;
    max-width: 100%;
    border-top: 1px solid #f5f5f5;
    padding: 20px 5% 0px;
    }
    .footer__top {
    padding: 20px 0;
}
.header__burger2 {
 width: 60px;
 height: 75px;
 margin-right: 20px;
}
.tag-btn--md {
    width: auto;
    font-size: 13px;
}
 .doctor__img {
    height: 312px;
}
 .photo__img {
    height: 640px;
}
.header-search__input {
    height: 3.125rem;
    font-size: 1rem;
    border: 0px;
}
.input-placeholder {
    left: 20px;
    top: 15px;
}

.js-mobile-nav {
  background: #fb875e !important;
}
.clrw {
  color: #fff;
}
.fillw {
  fill: #fff !important;
}

.contacts__item .icon-location {
    width: 40px;
    height: 40px;
}

.infhide {
  display: none;
}
.evrn_consent-box {
  margin: 10px 0;
}

}

/*********************************************************  (max-width: 991px) - end  *************************************************************/



/*********************************************************  (max-width: 767px) - start  ***********************************************************/

@media (max-width: 767px) {
  body {
  background: #f7f8fd url(../img/bg-mobile.png) center top repeat-y;
}
  .container {
    width: 100%;
    padding: 0 15px; }
  .logo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .logo__text {
      display: none; }
    .logo__img {
      width: 100px;
      height: 70px;
      margin-bottom: 0; }

  .contacts__phone {
    font-size: 14px; }
  .hamb span {
    width: 30px;
    margin-bottom: 5px; }
    .hamb span:last-child {
      margin-bottom: 0; }
  .main-slider {
    border-radius: 10px; }
    .main-slider__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: inherit;
      border-radius: 10px; }
    .main-slider .owl-item {
      height: 470px; }
    .main-slider__img {
      width: 100%;
      height: 210px;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
    .main-slider__info {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .main-slider__title {
      font-size: 20px; }

    .main-slider .slider-nav {
      border-radius: 10px 0; }
  .vaccine-list__item {
    width: calc(50% - 20px);
    height: 160px;
    padding: 20px;
    border-radius: 10px; }
    .vaccine-list__item--wide {
      width: 100%;
      height: 100px; }
  .vaccine-list__title {
    font-size: 14px; }
  .calendar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    margin-bottom: 20px; }
    .calendar__item {
      width: 150px;
      height: 70px; }
      .calendar__item:before {
        bottom: 50%;
        left: auto;
        right: 0;
        -webkit-transform: translate(0%, 50%);
                transform: translate(0%, 50%); }
      .calendar__item:after {
        width: 1px;
        height: 75px;
        left: auto;
        top: 50%;
        bottom: auto;
        right: 7px; }
      .calendar__item:hover:before, .calendar__item.visible:before {
        bottom: 50%;
        left: auto;
        right: -9px;
        -webkit-transform: translate(0%, 50%);
                transform: translate(0%, 50%); }
      .calendar__item:hover .calendar__age, .calendar__item.visible .calendar__age {
        position: static;
        top: 0;
        left: 0;
        -webkit-transform: none;
                transform: none; }
      .calendar__item:nth-last-child(-n+6) .info-calendar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        top: 50%;
        bottom: auto;
        left: calc(100% + 50px);
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .calendar__item:nth-last-child(-n+6) .info-calendar:after {
          top: 50%;
          right: 100%;
          left: auto;
          width: 57px;
          height: 1px; }
        .calendar__item:nth-last-child(-n+6) .info-calendar__text {
          text-align: left; }
        .calendar__item:nth-last-child(-n+6) .info-calendar__img {
          margin-right: 25px;
          margin-left: 0; }
    .calendar__age {
      height: 100%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .info-calendar {
    top: 50%;
    bottom: auto;
    left: calc(100% + 50px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(100vw - 230px); }
    .info-calendar:after {
      top: 50%;
      right: 100%;
      left: auto;
      width: 57px;
      height: 1px; }
  .medications__item {
    width: calc(50% - 20px);
    border-radius: 10px; }
  .medications__name {
    padding: 20px 10px;
    font-size: 14px; }
  .medications__img {
    height: 172px; }
  .medications.owl-carousel .medications__img {
    height: 132px; }
  .doctors--preview .doctor:last-child {
    display: block; }
  .doctor {
    width: calc(50% - 10px);
    border-radius: 10px; }
    .doctor__name, .doctor__academic-degree, .doctor__date {
      font-size: 14px; }
    .doctor__interview-title {
      font-size: 15px; }
  .news__item {
    width: calc(50% - 20px);
    border-radius: 10px; }
  .news--preview .news__item:last-child {
    display: block; }
  .section__link {
    font-size: 18px; }
  .licenses__item {
    width: calc(50% - 20px);
    height: 295px; }
  .licenses.owl-carousel .licenses__item {
    width: 165px;
    height: 225px;
    margin: 0 auto; }
  .footer__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .footer__contacts-group {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0; }
  .menu-footer__link {
    font-size: 12px; }
  .contacts-full__group {
    padding-bottom: 10px; }
  .contacts-full__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contacts-full__col:first-child {
    width: 100%;
    margin-right: 0; }
  .contacts-full__item:last-child {
    margin-bottom: 20px; }
  .contacts-full__info {
    border-radius: 5px 5px 0 0; }
  .contacts-full__map {
    border-radius: 0 0 5px 5px; }
  .about-doctor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 30px 30px;
    border-radius: 5px;
    margin-bottom: 20px; }
    .about-doctor__img {
      margin: 0 auto 30px; }
    .about-doctor__img_main {
      margin: 0 auto 10px; }
    .about-doctor__info {
      width: 100%; }
  .post {
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px; }
  .video {
    height: 255px;
    border-radius: 5px; }
    .video:before {
      width: 60px;
      height: 60px; }
  .content__sidebar {
    width: 100%;
    margin-bottom: 40px; }
  .content--cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .content--cols .content__main {
      width: 100%; }
  .content__main {
    margin-bottom: 40px; }
  .form {
    border-radius: 5px; }
  .faq__info, .faq__item {
    padding: 20px;
    border-radius: 10px; }
  .table td {
    padding: 10px; }
    .table td:first-child {
      padding: 10px;
      max-width: 190px;
       }
  .table th {
    padding: 10px;
    font-size: 15px;
    font-weight: 700; }
    .table th:first-child {
      padding: 10px;
      border-radius: 10px 0 0 0;
      min-width:190px;
      }
    .table th:last-child {
      border-radius: 0 10px 0 0; }
  .sidebar-menu {
    border-radius: 10px; }
  .about-vaccine {
    border-radius: 10px; }
  .vaccine-info__group {
    width: calc(50% - 10px);
    margin-right: 20px; }
    .vaccine-info__group:last-child {
      margin-right: 20px; }
    .vaccine-info__group:nth-child(2n) {
      margin-right: 0; }
  /*.popup {
    padding: 40px 20px 20px;
    border-radius: 10px; }*/
    .popup__title {
      font-size: 24px; }
    .popup__close {
      top: 15px;
    right: 15px; }
    .static-content blockquote.about {
    background: #ffeede78 url(../img/icons/quote.png) no-repeat 20px 50%;
    padding: 15px 15px 15px 80px;
    border-radius: 0px;
    border-left: 5px dotted #fb875e8a;
    background-size: 48px;
    }
    .climg {
    width: 75%;
    }
    .static-content blockquote.feedback {
    padding: 40px 20px;
    }
    .static-content blockquote.ans2 {
    padding: 40px 20px;
    }
    .static-content blockquote.feedback:before, .static-content blockquote.feedback:after {
    left: 20px;
    right: 20px;
    }
    .header-logo__img {
    width: 160px;
    height: 55px;
}
.header-logo {
  padding: 5px 0px 5px 0px;
}

.header__info {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
 .hc {
      display: none;
    }
      .contacts {
    margin-right: 0px;
    width: 100%;
     }
     .contacts__item .iconH {
    margin-right: 5px;
    }
    .contacts__item .iconT {
    margin-right: 5px;
    }

    .sminfo {
    font-size: 11px !important;
    }
    .contacts__item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px; }
    .static-content img.mainimg {
    margin: 0 0 .5rem 0;
}
.static-content p {
    font-size: 16px;
    font-size: 1rem;
}
.static-content ul li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 14px;
    font-size: 16px;
    font-size: 1rem;
}
.main-slider__small {
  /*font-size: 14px;*/
}
div.scrollmenu {
  padding: 0 5px;
}
.header__contacts2 {
    margin-top: 5px;
    margin-bottom: 20px;
}
.social {
    margin: 10px 0px 0px 0px;
}
.footer-info__text {
 font-size: 13px;
}
.footer-privacy__link {
    font-size: 13px;
}
.header__nav {
    top: 65px;
    left: -15px;
    width: calc(100% + 30px);
    border-radius: 0; }
.imgphh {
    width: 65px;
    height: 65px;
}
.header__burger2 {
    width: 50px;
    height: 60px;
    margin-right: 15px;
}
 .doctor__img {
    height: 215px;
}
 .photo__img {
    height: 500px;
}
.evrn_actionIcon {
    width: 100px;
    padding: 10px;
}

.order-form__desc {
    display: none;
}

}


/*********************************************************  (max-width: 767px) - end  *************************************************************/


/*********************************************************  (max-width: 479px) - start  ***********************************************************/

@media (max-width: 479px) {
  .logo__img {
    width: 80px;
    height: 55px; }
  .article-full-content {
    padding: 15px;
    margin-bottom: 20px;
  }
  .hamb {
    top: 0;
    right: -10px; }
  .header__nav {
    top: 65px;
    left: -15px;
    width: calc(100% + 30px);
    border-radius: 0; }
  .header__close {
    margin: 0 -25px 10px auto; }
  .header__contacts-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .header__contacts {
    /*width: calc(50% - 10px);*/ }
  .menu__link {
    font-size: 16px; }
  .menu__item {
    margin-bottom: 20px; }
    .contacts__item .icon {
      display: none; }
    .contacts__phone {
      font-size: 14px; }
    .contacts .subway .icon {
      width: 16px;
      height: 14px; }
  .main-slider__info {
    padding: 20px; }
  .main-slider__title {
    font-size: 18px;
    font-weight: 700; }
  .h1title h1 {
    font-size: 31px;
  }
  .h2 {
    font-size: 31px;
    margin-bottom: 20px; }
  .h2-specs {
   font-size: 31px;
    margin-bottom: 20px;
    text-align: center;
    margin: 15px auto;
    display: block;
    color: #7d819a;
  }

  .h3 {
    font-size: 19px;
    margin-bottom: 14px; }
  .vaccine-list {
    margin: 0 -5px -10px;
    width: calc(100% + 10px); }
    .vaccine-list__item {
      width: calc(50% - 10px);
      margin: 0 5px 10px;
      padding: 10px; }
      .vaccine-list__item--wide {
        width: 100%; }
    .vaccine-list__title {
      font-size: 12px;
      font-weight: 400; }
    .vaccine-list__img {
      width: 60px;
      height: 60px; }
  .calendar__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100px; }
    .calendar__item:hover .calendar__age, .calendar__item.visible .calendar__age {
      font-size: 13px; }
    .calendar__item:nth-last-child(-n+6) .info-calendar {
      left: calc(100% + 30px); }
      .calendar__item:nth-last-child(-n+6) .info-calendar:after {
        width: 35px; }
  .calendar__age {
    text-align: left; }
  .info-calendar {
    width: calc(100vw - 160px);
    left: calc(100% + 30px); }
    .info-calendar__img {
      display: none; }
    .info-calendar__text {
      font-size: 13px; }
    .info-calendar:after {
      width: 35px; }
  .doctors--preview .doctor:nth-child(n + 3) {
    display: none; }
  .doctor {
    width: calc(100% + 20px); }
  .news {
    margin: 0 -10px; }
    .news__item {
      width: calc(100% + 20px); }
    .news--preview .news__item:nth-child(n + 3) {
      display: none; }
  .licenses__item {
    width: 260px;
    height: 360px;
    margin: 0 auto 20px; }
  .licenses.owl-carousel .licenses__item {
    width: 180px;
    height: 245px;
    margin: 0 auto; }
  .footer__social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: space-evenly;
    margin-top: 20px; }
  .footer__contacts {
    width: calc(50% - 10px); }
  .footer__counts {
    margin-top: 15px; }
  .menu-footer {
    width: fit-content;
    padding-right: 0px;
    max-width: 60%; }
  .medications__item {
    width: 100%; }
  .medications__img {
    height: 233px; }
  .contacts-full__group {
    padding: 30px 20px 10px; }
  .contacts-full__text {
    font-size: 13px; }
  .about-doctor {
    padding: 15px; }
    .about-doctor__text {
      font-size: 14px; }
  .post {
    padding: 30px 20px;
    font-size: 13px; }
  .video {
    height: 170px; }
    .video:before {
      width: 50px;
      height: 50px; }
  .table td {
    font-size: 13px; }
  .about-vaccine {
    padding: 20px;
    font-size: 13px; }
    .about-vaccine img {
      float: none;
      max-width: 100%;
      margin: 0 auto 20px; }
  .vaccine-info__group {
    width: 100%; }
  .slick-class-arrow, .slick-class-arrow-licenses, .slick-class-arrow-hovanka, .slick-class-arrow-taganka, .slick-class-arrow-actions, .slick-class-arrow-feedback2, .slick-class-arrow-news {
    display: table;
    margin: 15px auto;
  }
  .card-top__flex {
    display: block;
  }
 .static-content blockquote.about {
    background: #ffeede78 url(../img/icons/quote.png) no-repeat 10px 50%;
    padding: 10px 10px 10px 55px;
    border-radius: 0px;
    border-left: 4px dotted #fb875e8a;
    background-size: 32px;
}
 .static-content blockquote.remotevaccine {
    background: #8e614c17 url(../img/icons/remotevaccine.png) no-repeat 10px 50%;
    padding: 10px 10px 10px 55px;
    border-radius: 0px;
    border: 4px dotted #663a2545;
    background-size: 32px;
}
.static-content blockquote.vaccine p, .static-content blockquote.attention p, .static-content blockquote.author p, .static-content blockquote.author-kuvardina p, .static-content blockquote.author-lamonova p, .static-content blockquote.author-lamonova2 p, .static-content blockquote.about p, .static-content blockquote.remotevaccine p, .static-content blockquote.link p, .static-content blockquote.online p {
    padding: 0px 0 10px;
}
.static-content blockquote.vaccine p:first-child, .static-content blockquote.attention p:first-child, .static-content blockquote.author p:first-child, .static-content blockquote.author-kuvardina p:first-child, .static-content blockquote.author-lamonova p:first-child, .static-content blockquote.author-lamonova2 p:first-child, .static-content blockquote.about p:first-child, .static-content blockquote.remotevaccine p:first-child, .static-content blockquote.link p:first-child, .static-content blockquote.online p:first-child {
    padding: 10px 0 10px;
}

.climg {
    width: 100%;
    }
  .header__burger {
    width: 35px;
}
.bl2, .blgrey, .price-old {
  font-size:14px !important;
}
.bl4 {
  font-size:16px !important;
}
.simple-vaccine-table a {
    font-size: 16px;
}
.simple-vaccine-table th:first-child {
    padding-left: 10px;
}
.simple-vaccine-table tr td:first-child {
    padding-left: 10px;
}
.simple-vaccine-table th {
    padding: 10px;
}
.table-of-contents__header {
    padding: 15px;
}
.table-of-contents ol {
    margin: 0 15px 0;
}
.table-of-contents ol .level-2 {
    margin-left: 15px;
}
.static-content blockquote.attention {
    background: #ffc33b12 url(../img/icons/attention.png) no-repeat 10px 50%;
    padding: 10px 10px 10px 55px;
    border-radius: 0px;
    border: 4px dotted #f5d281c9;
    background-size: 32px;
}
.static-content blockquote.vaccine {
    background: #ede7f675 url(../img/icons/syringe-2.png) no-repeat 10px 50%;
    padding: 10px 10px 10px 55px;
    border-radius: 0px;
    border-left: 4px dotted #cdc3de;
    background-size: 32px;
}
.static-content blockquote.author {
    background: #f6f4f7 url(../img/icons/author.png) no-repeat 10px 50%;
    padding: 10px 10px 10px 55px;
    border-radius: 0px;
    border-left: 4px dotted #DBD3DF;
    background-size: 32px;
}
.static-content blockquote.author-kuvardina {
    background: #f6f4f7 url(../img/specialists/kuvardina-nina-olegovna-everon-min.jpg) no-repeat 10px 50%;
    padding: 10px 10px 10px 90px;
    border-radius: 0px;
    border-left: 4px dotted #DBD3DF;
    background-size: 64px;
}
.static-content blockquote.author-lamonova {
    background: #f6f4f7 url(../img/specialists/lamonova-darya-dmitrievna.jpg) no-repeat 10px 50%;
    padding: 10px 10px 10px 90px;
    border-radius: 0px;
    border-left: 4px dotted #DBD3DF;
    background-size: 64px;
}
.static-content blockquote.author-lamonova2 {
    background: #f6f4f7 url(../img/specialists/lamonova-darya-dmitrievna2.jpg) no-repeat 10px 50%;
    padding: 10px 10px 10px 90px;
    border-radius: 0px;
    border-left: 4px dotted #DBD3DF;
    background-size: 64px;
}
.static-content blockquote.link {
background: #ffebee61 url(../img/icons/link.png) no-repeat 10px 50%;
    padding: 10px 10px 10px 55px;
    border-radius: 0px;
    border: 4px dotted #f5ccc5;
    background-size: 32px;
}
.static-content blockquote.online {
    background: #e3f5f36b url(../img/icons/onlineconsult.png) no-repeat 10px 50%;
    padding: 10px 10px 10px 55px;
    border-radius: 0px;
    border: 4px dotted #b1d9d4c4;
    background-size: 32px;
}
.simple-little-table a {
    font-size: 14px;
}
.simple-little-table tr td {
    padding: 10px;
    font-size: 14px;
}
.simple-little-table tr td p {
    font-size: 14px;
}
.simple-little-table th:first-child {
    padding-left: 10px;
}
.simple-little-table tr {
    padding-left: 10px;
}
.simple-little-table tr td:first-child {
    padding-left: 10px;
}
.simple-little-table th {
    padding: 10px;
}
.tags-place {
    padding: 0px;
}
.manufacturer {
    color: #9e9e9e;
    font-size: 11px;
    display: block;
}
.simple-vaccine-table tr td {
    padding: 10px;
    font-size: 14px;
}
.btn-perezvon-taganka, .btn-perezvon-hovanka {
  padding: 10px 10px;
  font-size: 13px; }
.online-zapis {
  padding: 10px 10px;
  font: 600 13px "Open Sans" !important;
}

.imgphh {
    width: 64px;
    height: 64px;
}
.header__burger2 {
    width: 65px;
    height: 65px;
    margin-right: 0px;
}
 .doctor__img {
    height: 312px;
}
.photo__img {
    height: 460px;
}
.phones-block {
    display: inline-block;
    padding-left: 0px;
        margin-right: 5px;
}

.snowflake:nth-child(1) {
  --size: 1.8vw;
  --left-ini: 10vw;
  --left-end: 6vw;
  left: 48vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -6s;
}
.snowflake:nth-child(2) {
  --size: 2vw;
  --left-ini: -7vw;
  --left-end: 2vw;
  left: 74vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -2s;
}
.snowflake:nth-child(3) {
  --size: 1.4vw;
  --left-ini: -7vw;
  --left-end: 1vw;
  left: 36vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -6s;
}
.snowflake:nth-child(4) {
  --size: 2vw;
  --left-ini: -7vw;
  --left-end: 3vw;
  left: 8vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -3s;
}
.snowflake:nth-child(5) {
  --size: 2vw;
  --left-ini: -6vw;
  --left-end: 9vw;
  left: 8vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -7s;
}
.snowflake:nth-child(6) {
  --size: 1vw;
  --left-ini: -5vw;
  --left-end: 7vw;
  left: 23vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -7s;
}
.snowflake:nth-child(7) {
  --size: 1.6vw;
  --left-ini: -5vw;
  --left-end: -9vw;
  left: 12vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -2s;
}
.snowflake:nth-child(8) {
  --size: 0.6vw;
  --left-ini: -7vw;
  --left-end: -4vw;
  left: 13vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -1s;
}
.snowflake:nth-child(9) {
  --size: 1.6vw;
  --left-ini: -2vw;
  --left-end: 10vw;
  left: 57vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -5s;
}
.snowflake:nth-child(10) {
  --size: 1.6vw;
  --left-ini: -6vw;
  --left-end: 3vw;
  left: 8vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -2s;
}
.snowflake:nth-child(11) {
  --size: 1.8vw;
  --left-ini: -6vw;
  --left-end: -3vw;
  left: 74vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(12) {
  --size: 1.2vw;
  --left-ini: -3vw;
  --left-end: 9vw;
  left: 63vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -10s;
}
.snowflake:nth-child(13) {
  --size: 1vw;
  --left-ini: -5vw;
  --left-end: 5vw;
  left: 46vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -10s;
}
.snowflake:nth-child(14) {
  --size: 1.4vw;
  --left-ini: 6vw;
  --left-end: 5vw;
  left: 28vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -4s;
}
.snowflake:nth-child(15) {
  --size: 1.2vw;
  --left-ini: 1vw;
  --left-end: -4vw;
  left: 2vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(16) {
  --size: 0.6vw;
  --left-ini: 7vw;
  --left-end: 0vw;
  left: 25vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -6s;
}
.snowflake:nth-child(17) {
  --size: 2vw;
  --left-ini: 3vw;
  --left-end: 4vw;
  left: 28vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -4s;
}
.snowflake:nth-child(18) {
  --size: 0.8vw;
  --left-ini: -8vw;
  --left-end: 0vw;
  left: 89vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -4s;
}
.snowflake:nth-child(19) {
  --size: 1vw;
  --left-ini: 10vw;
  --left-end: -4vw;
  left: 64vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -5s;
}
.snowflake:nth-child(20) {
  --size: 1.8vw;
  --left-ini: 4vw;
  --left-end: 10vw;
  left: 31vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -7s;
}
.snowflake:nth-child(21) {
  --size: 0.4vw;
  --left-ini: -9vw;
  --left-end: -8vw;
  left: 33vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -2s;
}
.snowflake:nth-child(22) {
  --size: 0.4vw;
  --left-ini: -6vw;
  --left-end: 9vw;
  left: 5vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -4s;
}
.snowflake:nth-child(23) {
  --size: 0.2vw;
  --left-ini: -9vw;
  --left-end: 8vw;
  left: 76vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -3s;
}
.snowflake:nth-child(24) {
  --size: 2vw;
  --left-ini: -8vw;
  --left-end: 0vw;
  left: 1vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -6s;
}
.snowflake:nth-child(25) {
  --size: 1.2vw;
  --left-ini: 5vw;
  --left-end: 9vw;
  left: 64vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -10s;
}
.snowflake:nth-child(26) {
  --size: 1vw;
  --left-ini: -7vw;
  --left-end: 7vw;
  left: 57vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -7s;
}
.snowflake:nth-child(27) {
  --size: 1vw;
  --left-ini: 7vw;
  --left-end: 1vw;
  left: 51vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -3s;
}
.snowflake:nth-child(28) {
  --size: 1vw;
  --left-ini: 4vw;
  --left-end: -2vw;
  left: 45vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -1s;
}
.snowflake:nth-child(29) {
  --size: 1.6vw;
  --left-ini: -6vw;
  --left-end: -1vw;
  left: 60vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -7s;
}
.snowflake:nth-child(30) {
  --size: 2vw;
  --left-ini: 1vw;
  --left-end: -5vw;
  left: 1vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -3s;
}
.snowflake:nth-child(31) {
  --size: 1vw;
  --left-ini: 3vw;
  --left-end: -3vw;
  left: 30vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -2s;
}
.snowflake:nth-child(32) {
  --size: 1.4vw;
  --left-ini: -7vw;
  --left-end: 5vw;
  left: 45vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -5s;
}
.snowflake:nth-child(33) {
  --size: 0.2vw;
  --left-ini: 0vw;
  --left-end: 1vw;
  left: 35vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -4s;
}
.snowflake:nth-child(34) {
  --size: 1.8vw;
  --left-ini: -2vw;
  --left-end: 1vw;
  left: 88vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -1s;
}
.snowflake:nth-child(35) {
  --size: 1.8vw;
  --left-ini: 3vw;
  --left-end: -9vw;
  left: 20vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(36) {
  --size: 1.4vw;
  --left-ini: -5vw;
  --left-end: -8vw;
  left: 48vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -2s;
}
.snowflake:nth-child(37) {
  --size: 2vw;
  --left-ini: -5vw;
  --left-end: -1vw;
  left: 66vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -10s;
}
.snowflake:nth-child(38) {
  --size: 0.8vw;
  --left-ini: 2vw;
  --left-end: 8vw;
  left: 2vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(39) {
  --size: 1vw;
  --left-ini: 10vw;
  --left-end: 1vw;
  left: 15vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -1s;
}
.snowflake:nth-child(40) {
  --size: 0.6vw;
  --left-ini: 9vw;
  --left-end: 9vw;
  left: 55vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(41) {
  --size: 0.2vw;
  --left-ini: 10vw;
  --left-end: -9vw;
  left: 14vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -5s;
}
.snowflake:nth-child(42) {
  --size: 0.4vw;
  --left-ini: 7vw;
  --left-end: -8vw;
  left: 90vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(43) {
  --size: 1.6vw;
  --left-ini: 5vw;
  --left-end: 3vw;
  left: 11vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -2s;
}
.snowflake:nth-child(44) {
  --size: 1.6vw;
  --left-ini: 3vw;
  --left-end: -4vw;
  left: 86vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -7s;
}
.snowflake:nth-child(45) {
  --size: 0.6vw;
  --left-ini: 4vw;
  --left-end: 6vw;
  left: 8vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(46) {
  --size: 0.4vw;
  --left-ini: 4vw;
  --left-end: -4vw;
  left: 22vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -7s;
}
.snowflake:nth-child(47) {
  --size: 0.6vw;
  --left-ini: 7vw;
  --left-end: -7vw;
  left: 45vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -4s;
}
.snowflake:nth-child(48) {
  --size: 1.6vw;
  --left-ini: 3vw;
  --left-end: -6vw;
  left: 57vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -7s;
}
.snowflake:nth-child(49) {
  --size: 1.4vw;
  --left-ini: -2vw;
  --left-end: 7vw;
  left: 62vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -6s;
}
.snowflake:nth-child(50) {
  --size: 0.6vw;
  --left-ini: -1vw;
  --left-end: 9vw;
  left: 59vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -7s;
}
.simple-little-table th {
  font-size: 14px;
}

.about-doctor__img_main {
    margin: 0 auto 10px;
    height: 300px;
}

}

/*********************************************************  (max-width: 479px) - end  ***********************************************************/



/*********************************************************  (max-width: 379px) - start  ***********************************************************/
@media (max-width: 379px) {
.header-logo__img {
    width: 163px;
    height: 60px;
}
.contacts {
    margin-right: 0px;
}
.contacts__item .icon-phone {
    width: 16px;
    height: 15px;
}
.contacts__phone {
    font-size: 12px;
}
.contacts__item .iconH, .contacts__item .iconT {
    margin-right: 0px;
}

.header__contacts {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sminfo {
    font-size: 9px !important;
}
.imgphh {
    width: 55px;
    height: 55px;
}
.phones-block {
    display: inline-block;
    padding-left: 0px;
}
.header__burger2 {
    width: 55px;
    height: 55px;
    margin-right: 5px;
}
 .doctor__img {
    height: 280px;
}
.photo__img {
    height: 420px;
}
.header__nav {
    top: 70px;
    left: -15px;
}
.header__burger {
    width: 30px;
}
.about-doctor__img_main {
    margin: 0 auto 10px;
    height: 250px;
}
.contacts__openinghours {
    font-size: 12px;
}
.contacts__info, .contacts__phone, .contacts__info2 {
    font-size: 12px;
}
}
/*********************************************************  (max-width: 379px) - end  ***********************************************************/

/*********************************************************  (max-width: 350px) - start  ***********************************************************/
@media (max-width: 350px) {
  .header-logo__img {
    width: 136px;
    height: 50px;
}
.imgphh {
    width: 55px;
    height: 55px;
}
.header__burger2 {
    width: 55px;
    height: 50px;
    margin-right: 4px;
}
.header__nav {
    top: 60px;
    left: -15px;
}
.header__burger {
    width: 25px;
}
.header__burger-line {
    height: 4px;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 5px;
    /*-webkit-transition: background .3s .3s;
    transition: background .3s .3s;*/
}
.header__burger-line:before, .header__burger-line:after {
    -webkit-transition: none;
    transition: none;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    -webkit-transition-duration: .3s,  .3s;
    transition-duration: .3s,  .3s;
    -webkit-transition-delay: 0s,  0s;
    transition-delay: 0s,  0s;
    border-radius: 5px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.header__burger-line:before {
    top: -9px;
    -webkit-transition-property: top,  -webkit-transform;
    transition-property: top,  -webkit-transform;
    transition-property: top,  transform;
    transition-property: top,  transform,  -webkit-transform;
}
.header__burger-line:after {
    bottom: -9px;
    -webkit-transition-property: bottom,  -webkit-transform;
    transition-property: bottom,  -webkit-transform;
    transition-property: bottom,  transform;
    transition-property: bottom,  transform,  -webkit-transform;
}
.phones-block {
    margin-right: 0px;
}

}

/*********************************************************  (max-width: 350px) - start  ***********************************************************/