@charset "UTF-8";
/*! normalize.css v6.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.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * 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; }

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 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
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

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

/**
 * 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: 'OpenSans';
  src: url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/fonts/OpenSans.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-Light';
  src: url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/fonts/OpenSans-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-Bold';
  src: url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.state--clearfix:after, .state--clearfix:before {
  content: "";
  width: 100%;
  display: table;
  height: 0;
  clear: both;
  visibility: hidden; }

@media (max-width: 768px) {
  .state--hide-mobile {
    display: none; } }

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

.page {
  font: 16px/24px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #333;
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white; }

.page_fixed {
  overflow: hidden; }

.burger {
  display: block;
  width: 32px;
  height: 28px;
  cursor: pointer;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.burger__layer {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff; }

.burger__layer_pos_top {
  top: 0; }

.burger__layer_pos_middle {
  top: 12px; }

.burger__layer_pos_bottom {
  bottom: 0;
  top: auto; }

.totop {
  position: fixed;
  display: block;
  bottom: 30px;
  width: 40px;
  height: 40px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/css-bgs/totop.svg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  cursor: pointer;
  opacity: 1;
  z-index: 900; }

.totop_style_right-slide {
  right: -130px; }
  .totop_style_right-slide.totop_style_right-slide-showed {
    right: 30px; }

.container {
  margin: 0 auto;
  padding: 0; }
  @media (min-width: 769px) {
    .container {
      width: 720px; } }
  @media (min-width: 991px) {
    .container {
      width: 960px; } }
  @media (min-width: 1201px) {
    .container {
      width: 1140px; } }

@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 768px) {
  .container_no-paddings {
    padding-left: 0;
    padding-right: 0; } }

.container_fxd_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.container_fxd_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.caption {
  font: 32px/42px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #0277bd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-right: auto;
  padding: 0;
  position: relative; }
  .caption:before {
    content: '';
    display: block;
    height: 1px;
    width: 3000px;
    position: absolute;
    top: 57%;
    left: 130%;
    background-color: #e1e1e1; }

@media (max-width: 768px) {
  .caption {
    display: block;
    width: 100%;
    margin-right: 0;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px; }
    .caption:before {
      display: none; } }

.region {
  padding: 60px 0 70px; }

.region-70-70 {
  padding: 70px; }

.region__caption {
  margin-bottom: 70px; }

.overlay {
  position: fixed;
  z-index: 10000;
  width: 0;
  height: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7); }
  .overlay.neuron--showed {
    width: 100%;
    height: 100vh; }

.closer {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer; }

.closer__line {
  height: 2px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px; }

.closer__line_num_one {
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg); }

.closer__line_num_two {
  -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg); }

.popup {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 486px;
  max-width: 96%;
  max-height: 90vh;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 35px;
  border: 2px solid #fff;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 10001;
  background-color: #d2cecd;
  background-color: rgba(255, 255, 255, 0.8); }

@media (max-width: 768px) {
  .popup {
    padding: 25px; } }

.popup__closer {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px; }
  .popup__closer .closer__line {
    width: 25px;
    background-color: #aeaeae;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
  .popup__closer:hover .closer__line {
    background-color: #6f6f6f; }

@media (max-width: 768px) {
  .popup__closer {
    right: 10px;
    top: 10px; } }

.popup__caption {
  font: 32px/32px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #007bb0;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 25px; }

@media (max-width: 768px) {
  .popup__caption {
    font-size: 26px;
    line-height: 28px; } }

.popup_type_order {
  z-index: 10001;
  padding-bottom: 1px; }
  .popup_type_order.neuron--showed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: popup_type_order--show .5s ease-out 1;
            animation: popup_type_order--show .5s ease-out 1; }

.popup_type_thank {
  z-index: 10002;
  padding: 50px; }
  .popup_type_thank.neuron--showed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: popup_type_thank--show .5s ease-out 1;
            animation: popup_type_thank--show .5s ease-out 1; }

@media (max-width: 1200px) {
  .popup_type_thank {
    padding: 35px; } }

@media (max-height: 420px) {
  .popup_type_order {
    overflow-y: scroll; } }

@-webkit-keyframes popup_type_order--show {
  0% {
    top: 10%;
    opacity: 0; }
  100% {
    top: 50%;
    opacity: 1; } }

@keyframes popup_type_order--show {
  0% {
    top: 10%;
    opacity: 0; }
  100% {
    top: 50%;
    opacity: 1; } }

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

@keyframes popup_type_thank--show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.menu-mobile {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  background-color: transparent;
  padding: 0;
  margin: 0; }

.search {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  z-index: 10; }

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font: 16px/16px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #fff;
  text-decoration: none;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  cursor: pointer;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 15px 20px;
  margin: 0;
  height: 36px;
  background-color: transparent;
  -webkit-border-radius: 28px;
          border-radius: 28px;
  background: #0277bd;
  background: -webkit-linear-gradient(295deg, #039be5, #0277bd);
  background: -o-linear-gradient(295deg, #039be5, #0277bd);
  background: linear-gradient(155deg, #039be5, #0277bd); }
  .button:focus {
    outline: none; }
  .button:hover {
    background: #039be5;
    background: -webkit-linear-gradient(295deg, #0277bd, #039be5);
    background: -o-linear-gradient(295deg, #0277bd, #039be5);
    background: linear-gradient(155deg, #0277bd, #039be5); }

.mobile-panel {
  display: block;
  position: fixed;
  z-index: 10001;
  width: 320px;
  max-width: 100%;
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
  top: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #fff; }

@media (max-width: 600px) {
  .mobile-panel {
    width: 320px; } }

.mobile-panel_pos_right {
  border-left: 1px solid #fff;
  right: -600px; }
  .mobile-panel_pos_right.neuron--showed {
    right: 0; }

.mobile-panel__container {
  position: relative;
  padding: 40px;
  padding-top: 70px;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  top: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.mobile-panel__closer {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 10;
  width: 25px;
  height: 25px; }
  .mobile-panel__closer:hover .closer__line {
    background-color: #6f6f6f; }
  .mobile-panel__closer .closer__line {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 25px;
    background-color: #aeaeae; }

.mobile-panel__search {
  width: 100%;
  height: 37px;
  margin-bottom: 40px; }
  .mobile-panel__search .search__form {
    width: 100%; }
  .mobile-panel__search .search__icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 0;
    margin-right: 15px;
    -webkit-background-size: cover;
            background-size: cover;
    width: 35px;
    height: 35px; }
  .mobile-panel__search .search__body {
    width: 100%;
    height: 37px;
    display: block;
    -webkit-border-radius: 0;
            border-radius: 0; }
  .mobile-panel__search .search__field {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    border: 1px solid #007bb0;
    color: #007bb0;
    width: 100%;
    -webkit-border-radius: 25px;
            border-radius: 25px; }

.mobile-panel__menu {
  margin-bottom: 40px; }

.mobile-panel__phones {
  margin-bottom: 80px; }
  .mobile-panel__phones .phones__phone {
    color: #484848; }
    .mobile-panel__phones .phones__phone:hover {
      color: #007bb0; }

.mobile-panel__order {
  margin-bottom: 40px;
  margin-right: 0;
  width: 100%;
  height: 45px;
  border: 2px solid #007bb0;
  background: transparent;
  color: #007bb0;
  padding: 0; }
  .mobile-panel__order:hover {
    background: #007bb0;
    color: #fff; }

.breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.breadcrumbs__item {
  margin-right: 25px;
  position: relative;
  cursor: pointer; }
  .breadcrumbs__item:after {
    content: "•";
    display: block;
    position: absolute;
    font: 14px/14px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #fff;
    top: 6px;
    right: -15px; }

.breadcrumbs__item_back {
  margin-right: 15px; }
  .breadcrumbs__item_back:after {
    content: "";
    display: none; }

.breadcrumbs__item_last:after {
  content: "";
  display: none; }

.breadcrumbs__link {
  font: 16px/21px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #fff;
  text-decoration: underline;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer; }
  .breadcrumbs__link:hover {
    text-decoration: underline;
    color: #fff; }

.breadcrumbs__link_back {
  color: #fff; }

.breadcrumbs__link_last {
  color: #fff;
  text-decoration: none; }
  .breadcrumbs__link_last:hover {
    text-decoration: none;
    color: #fff; }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.pagination__item {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: 0;
  margin-left: 2.5px;
  margin-right: 2.5px;
  margin-bottom: 10px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #34a0da;
  -webkit-border-radius: 50%;
          border-radius: 50%; }
  .pagination__item:hover {
    border-color: #34a0da; }

.pagination__item_active {
  background-color: transparent;
  border-color: #e0e0e0; }
  .pagination__item_active .pagination__link {
    color: #e0e0e0; }
  .pagination__item_active:hover {
    background-color: transparent !important;
    border-color: #e0e0e0 !important; }
    .pagination__item_active:hover .pagination__link {
      color: #e0e0e0 !important; }

.pagination__link {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  font: 16px/16px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #34a0da;
  background-color: transparent;
  text-decoration: none;
  padding: 0 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .pagination__link:hover {
    background-color: #34a0da;
    color: #fff; }

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.menu__item {
  position: relative;
  margin-right: 14px;
  cursor: pointer; }
  .menu__item:last-child {
    margin-right: 0; }

.menu__link {
  display: block;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font: 16px/16px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer; }
  .menu__link:hover {
    background-color: transparent;
    color: #039be5; }

.menu-dropdown {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: -12px;
  top: 61px;
  padding: 17px 15px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 402px;
  z-index: 10; }

.menu-dropdown__item {
  display: block;
  margin-bottom: 10px; }

.menu-dropdown__link {
  display: inline-block;
  text-align: left;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font: 16px/16px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #fff;
  margin: 0;
  text-transform: none;
  background-color: transparent; }
  .menu-dropdown__link:hover {
    background-color: transparent;
    color: #039be5; }

.menu-mobile__item {
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .menu-mobile__item:last-child {
    margin-bottom: 0; }

.menu-mobile__link {
  text-align: center;
  font: 20px/20px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #484848;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .menu-mobile__link:hover {
    color: #007bb0; }

.menu-mobile__mob-dropdown-symbol {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0px;
  left: 110px;
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/menu/drop.png") 0 0 no-repeat;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer; }

@-webkit-keyframes show-burgers-desktop {
  0% {
    left: 500px; }
  100% {
    left: 20px; } }

@keyframes show-burgers-desktop {
  0% {
    left: 500px; }
  100% {
    left: 20px; } }

@-webkit-keyframes show-burgers-mobile {
  0% {
    left: 300px; }
  100% {
    left: 165px; } }

@keyframes show-burgers-mobile {
  0% {
    left: 300px; }
  100% {
    left: 165px; } }

.menu-mobile__mob-dropdown-symbol_active {
  -webkit-transform: rotateZ(135deg);
      -ms-transform: rotate(135deg);
          transform: rotateZ(135deg); }

.menu-mobile-dropdown {
  list-style-type: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  width: 100%;
  padding: 0;
  margin: 0;
  display: none; }

.menu-mobile-dropdown__item {
  width: 100%;
  padding-top: 12px;
  padding-left: 10px; }
  .menu-mobile-dropdown__item:first-child {
    padding-top: 20px; }

.menu-mobile-dropdown__link {
  width: 100%;
  text-align: center;
  font: 15px/20px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #444;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .menu-mobile-dropdown__link:hover {
    color: #039be5; }

.copyright-paradigma {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.copyright-paradigma__text {
  text-align: center;
  margin-bottom: 0;
  text-decoration: none;
  font: 16px/24px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #aeaeae; }

.copyright-paradigma__br {
  display: none; }

@media (max-width: 768px) {
  .copyright-paradigma__br {
    display: block; } }

.copyright-paradigma__name {
  font-weight: bold;
  font-family: "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: red;
  color: #aeaeae; }

.copyright-paradigma__logo {
  display: block;
  position: relative;
  width: 128px;
  height: 30px;
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/logos/paradigma.png") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  .copyright-paradigma__logo:before {
    content: '';
    display: block;
    width: 23px;
    height: 38px;
    position: absolute;
    top: -1px;
    left: 55px;
    background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/logos/paradigma-eye.png") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    z-index: 1;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s; }
  .copyright-paradigma__logo:hover:before {
    -webkit-transform: rotateZ(720deg);
        -ms-transform: rotate(720deg);
            transform: rotateZ(720deg); }

.map {
  width: 100%;
  height: 100%; }
  .map iframe {
    width: 100%;
    height: 100%;
    border: none; }

.order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.order_in-popup .order__submit {
  margin-bottom: 35px; }

.order_on-site .order__textarea {
  height: 170px;
  max-height: 170px;
  min-height: 170px; }

.order__elem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 13px;
  padding: 0 25px;
  border: 1px solid #cfcac8;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  font: 16px/26px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #959595;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .order__elem:hover {
    border-color: #007bb0; }
  .order__elem:focus {
    outline: none;
    border-color: #007bb0; }

.order__input {
  height: 44px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.order__textarea {
  height: 170px;
  max-height: 170px;
  min-height: 70px;
  padding: 10px 25px;
  min-width: 100%;
  max-width: 100%; }

.order__submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 50px;
  font: 18px/18px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #0277bd;
  background: -webkit-linear-gradient(295deg, #039be5, #0277bd);
  background: -o-linear-gradient(295deg, #039be5, #0277bd);
  background: linear-gradient(155deg, #039be5, #0277bd);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border: none;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .order__submit:hover {
    background: #039be5;
    background: -webkit-linear-gradient(295deg, #0277bd, #039be5);
    background: -o-linear-gradient(295deg, #0277bd, #039be5);
    background: linear-gradient(155deg, #0277bd, #039be5); }
  .order__submit:focus {
    outline: none; }

.order__caption {
  font: 32px/42px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #0277bd;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 28px; }

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

.thanks__icon {
  width: 100%;
  height: 198px;
  display: block;
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-thanks.png") center center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  margin-bottom: 30px; }

@media (max-width: 768px) {
  .thanks__icon {
    height: 120px;
    margin-bottom: 15px; } }

.thanks__header {
  font: 47px/47px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #007bb0;
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 5px; }

@media (max-width: 768px) {
  .thanks__header {
    font: 40px/40px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #007bb0;
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 2px; } }

.thanks__subheader {
  font: 25px/36px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #007bb0;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 5px; }

@media (max-width: 768px) {
  .thanks__subheader {
    font: 21px/30px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #007bb0;
    margin-bottom: 3px; } }

.thanks__text {
  font: 21px/32px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #454545;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0; }

@media (max-width: 768px) {
  .thanks__text {
    font: 18px/26px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #454545; } }

.logo {
  display: block;
  overflow: hidden; }

.logo__image {
  display: block;
  width: 100%; }

.phones__phone {
  display: block;
  margin: 0;
  padding: 0;
  font: 16px/16px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #fff;
  text-decoration: none; }
  .phones__phone:hover {
    text-decoration: underline; }

.lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .lang:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff; }

.lang__lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-decoration: none;
  font: 16px/16px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #898989;
  border: 2px solid #898989;
  text-transform: uppercase;
  padding-top: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .lang__lang:hover {
    color: #fff;
    border-color: #fff; }

.lang__lang_left {
  border-right: none;
  -webkit-border-top-left-radius: 25px;
          border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
          border-bottom-left-radius: 25px;
  padding-left: 5px; }

.lang__lang_right {
  border-left: none;
  -webkit-border-top-right-radius: 25px;
          border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
          border-bottom-right-radius: 25px;
  padding-right: 5px; }

.lang__lang_active {
  color: #fff;
  border-color: #fff; }

.search__show {
  display: block;
  width: 45px;
  height: 45px;
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-search-white.png") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  cursor: pointer; }

.search__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 49px;
  width: 0;
  position: absolute;
  overflow: hidden;
  top: 50%;
  right: -1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-border-radius: 25px;
          border-radius: 25px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  background-color: #fff; }
  .search__body.neuron--showed {
    width: 403px; }

.search__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.search__icon {
  display: block;
  position: relative;
  top: 0;
  left: 2px;
  width: 45px;
  height: 45px;
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-search-blue.png") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  cursor: pointer;
  border: none;
  margin-right: 20px; }
  .search__icon:hover {
    background: #039be5 url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-search-white.png") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }

.search__field {
  width: 290px;
  margin-right: 15px;
  padding: 10px 0;
  border: none;
  font: 16px/16px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #898989;
  background-color: transparent; }
  .search__field:focus {
    outline: none; }

.search__closer {
  width: 15px;
  height: 15px; }
  .search__closer .closer__line {
    background-color: #898989;
    height: 1px;
    width: 15px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
  .search__closer:hover .closer__line {
    background-color: #000; }

.address__text {
  font: 16px/21px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #404040;
  padding: 0;
  margin: 0; }

.schedule__text {
  font: 16px/21px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #404040;
  padding: 0;
  margin: 0; }

.service {
  position: relative;
  width: 300px;
  display: block;
  text-decoration: none;
  padding-left: 90px;
  margin-bottom: 70px;
  margin-right: 120px; }
  .service:before {
    content: '';
    display: block;
    width: 73px;
    height: 73px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-background-size: cover !important;
            background-size: cover !important; }
  .service:nth-child(3n) {
    margin-right: 0; }
  .service:hover .service__caption {
    color: #039be5; }

@media (max-width: 1200px) {
  .service {
    margin-right: 30px; } }

@media (max-width: 990px) {
  .service {
    margin-right: 0;
    margin-bottom: 35px; } }

@media (max-width: 768px) {
  .service {
    width: 280px;
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 70px; }
    .service:before {
      width: 60px;
      height: 60px; } }

.service_type_1:before {
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-service-type-1.png") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.service_type_2:before {
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-service-type-2.png") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.service_type_3:before {
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-service-type-3.png") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.service_type_4:before {
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-service-type-4.png") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.service_type_5:before {
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-service-type-5.png") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.service__caption {
  font: 16px/22px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #363636;
  height: 73px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s; }

@media (max-width: 768px) {
  .service__caption {
    height: 60px;
    font: 14px/20px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #363636; } }

.service__text {
  font: 16px/21px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #252525;
  padding: 0;
  margin: 0;
  margin-bottom: 15px; }

.service__more {
  width: 125px; }

.popular {
  width: 240px;
  width: 280px;
  margin-bottom: 70px;
  height: 72px;
  padding-left: 87px;
  position: relative; }
  .popular:before {
    content: '';
    display: block;
    width: 72px;
    height: 72px;
    position: absolute;
    left: 0;
    top: 0; }
  .popular:nth-child(3n+2) {
    margin-right: 100px;
    margin-left: 100px; }

@media (max-width: 1200px) {
  .popular:nth-child(3n+2) {
    margin-right: 30px;
    margin-left: 30px; } }

@media (max-width: 990px) {
  .popular {
    margin-bottom: 35px; }
    .popular:nth-child(3n+2) {
      margin-right: 0px;
      margin-left: 0px; }
    .popular:nth-child(2n+1) {
      margin-right: 35px; } }

@media (max-width: 640px) {
  .popular {
    margin-bottom: 15px;
    padding-left: 55px;
    height: 40px; }
    .popular:nth-child(2n+1) {
      margin-right: 0px; }
    .popular:before {
      width: 40px;
      height: 40px; } }

.popular_type_treatment:before {
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-treatment-blue.png") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.popular_type_extraction:before {
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-extraction-blue.png") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.popular_type_xray:before {
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-xray-blue.png") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.popular_type_brackets:before {
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-brackets-blue.png") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.popular_type_whitening:before {
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-whitening-blue.png") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.popular_type_implantation:before {
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-implantation-blue.png") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.popular__caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  font: 16px/21px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #363636;
  text-transform: uppercase; }

@media (max-width: 640px) {
  .popular__caption {
    height: 40px; } }

.signup-call {
  position: relative;
  z-index: 11; }
  .signup-call:before {
    content: '';
    display: block;
    width: 706px;
    height: 508px;
    position: absolute;
    top: -120px;
    left: 623px;
    background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/css-bgs/scalpels.png") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    z-index: 10; }

@media (max-width: 1600px) {
  .signup-call:before {
    left: 440px; } }

@media (max-width: 1200px) {
  .signup-call:before {
    left: 257px; } }

@media (max-width: 990px) {
  .signup-call:before {
    display: none; } }

@media (max-width: 768px) {
  .signup-call {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.signup-call__caption {
  font: 61px/81px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #383838;
  padding: 0;
  margin: 0; }

@media (max-width: 570px) {
  .signup-call__caption {
    font: 32px/42px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #383838; } }

.signup-call__text {
  font: 32px/42px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #0277bd;
  padding: 0;
  margin: 0;
  margin-bottom: 30px; }

@media (max-width: 570px) {
  .signup-call__text {
    font: 28px/32px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #0277bd;
    text-align: center; } }

.signup-call__button {
  width: 320px;
  height: 54px;
  padding: 15px;
  position: relative;
  z-index: 11; }

@media (max-width: 570px) {
  .signup-call__button {
    width: 280px;
    font-size: 14px; } }

.comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 536px;
  margin-bottom: 70px; }

@media (max-width: 1200px) {
  .comment {
    width: 450px; } }

@media (max-width: 990px) {
  .comment {
    width: 100%; } }

@media (max-width: 600px) {
  .comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.comment__avatar {
  width: 112px;
  height: 112px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 32px; }
  .comment__avatar img {
    display: block;
    width: 100%; }

@media (max-width: 600px) {
  .comment__avatar {
    margin-right: 0;
    margin-bottom: 30px; } }

.comment__text {
  font: 16px/21px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #474747;
  border: 1px solid #bababa;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  padding: 13px 13px 15px;
  position: relative; }
  .comment__text:before, .comment__text:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 12px solid #bababa;
    position: absolute;
    top: 16px;
    left: -13px; }
  .comment__text:after {
    border-right: 12px solid #fff;
    left: -12px; }
  .comment__text p {
    padding: 0;
    margin: 0;
    margin-bottom: 15px; }
    .comment__text p:last-child {
      margin-bottom: 0; }

@media (max-width: 768px) {
  .comment__text {
    font: 14px/18px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #474747; } }

@media (max-width: 600px) {
  .comment__text:before, .comment__text:after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 12px solid #bababa;
    top: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .comment__text:after {
    border-bottom: 12px solid #fff;
    top: -23px; } }

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 768px) {
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.about__image {
  width: 521px;
  margin-right: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 2; }
  .about__image:before {
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    background: #0278be;
    background: #0277bd;
    background: -webkit-linear-gradient(295deg, #039be5, #0277bd);
    background: -o-linear-gradient(295deg, #039be5, #0277bd);
    background: linear-gradient(155deg, #039be5, #0277bd); }
  .about__image img {
    position: relative;
    width: 100%;
    display: block;
    z-index: 3; }

@media (max-width: 1200px) {
  .about__image {
    width: 400px; } }

@media (max-width: 990px) {
  .about__image {
    width: 250px; } }

@media (max-width: 768px) {
  .about__image {
    width: auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px; } }

.about__info {
  font: 16px/21px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #252525;
  padding-top: 20px; }
  .about__info p {
    padding: 0;
    margin: 0;
    margin-bottom: 20px; }
    .about__info p:last-child {
      margin-bottom: 0; }

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

.diploma {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px;
  width: 500px; }

@media (max-width: 1200px) {
  .diploma {
    width: 440px; } }

@media (max-width: 990px) {
  .diploma {
    width: 330px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (max-width: 768px) {
  .diploma {
    width: 330px;
    max-width: 100%; } }

.diploma__image {
  width: 194px;
  margin-right: 35px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 2; }
  .diploma__image:before {
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    background: #0277bd;
    background: -webkit-linear-gradient(295deg, #039be5, #0277bd);
    background: -o-linear-gradient(295deg, #039be5, #0277bd);
    background: linear-gradient(155deg, #039be5, #0277bd); }
  .diploma__image img {
    position: relative;
    width: 100%;
    display: block;
    z-index: 3; }

@media (max-width: 990px) {
  .diploma__image {
    margin-right: 15px; } }

.diploma__info {
  padding-top: 40px; }

@media (max-width: 990px) {
  .diploma__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (max-width: 768px) {
  .diploma__info {
    padding-left: 20px;
    padding-right: 20px; } }

.diploma__caption {
  font: 32px/32px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #0277bd;
  padding: 0;
  margin: 0; }

@media (max-width: 990px) {
  .diploma__caption {
    font: 28px/28px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #0277bd;
    text-align: center; } }

.diploma__description {
  font: 16px/21px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #292929; }
  .diploma__description p {
    padding: 0;
    margin-bottom: 20px; }
    .diploma__description p:last-child {
      margin-bottom: 0; }

@media (max-width: 990px) {
  .diploma__description {
    font: 15px/18px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #292929; } }

.emails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.contacts__block {
  width: auto;
  padding-left: 55px;
  position: relative;
  min-height: 43px;
  margin-bottom: 35px; }
  .contacts__block:before {
    content: '';
    width: 39px;
    height: 39px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

@media (max-width: 990px) {
  .contacts__block {
    width: 45%; } }

@media (max-width: 768px) {
  .contacts__block {
    width: 99%; } }

.contacts__address:before {
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-address-blue.png") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.contacts__address .address__text {
  font: 16px/21px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #404040; }

.contacts__schedule:before {
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-schedule-blue.png") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.contacts__schedule .schedule__text {
  font: 16px/21px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #404040; }

.contacts__phones:before {
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-phones-blue.png") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.contacts__phones .phones__phone {
  font: 16px/16px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #404040; }

.contacts__emails:before {
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-email-blue.png") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.contacts__emails .emails__email {
  font: 16px/16px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #404040;
  text-decoration: none; }
  .contacts__emails .emails__email:hover {
    text-decoration: underline; }

.serv-list {
  width: 100%; }

.serv-list__header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.serv-list__body {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.serv-list__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0277bd;
  font: 21px/26px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #fff;
  border-right: 1px solid #fff; }

@media (max-width: 768px) {
  .serv-list__column {
    font: 14px/18px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #fff;
    height: 40px; } }

.serv-list__column_type_name {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px;
  -webkit-border-top-left-radius: 25px;
          border-top-left-radius: 25px;
  background: -webkit-linear-gradient(295deg, #039be5, #0277bd);
  background: -o-linear-gradient(295deg, #039be5, #0277bd);
  background: linear-gradient(155deg, #039be5, #0277bd); }

.serv-list__column_type_price {
  width: 140px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.serv-list__column_type_button {
  width: 158px;
  border-right: none;
  -webkit-border-top-right-radius: 25px;
          border-top-right-radius: 25px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

@media (max-width: 768px) {
  .serv-list__column_type_name {
    padding-left: 10px; }
  .serv-list__column_type_price {
    width: 55px; }
  .serv-list__column_type_button {
    width: 94px; } }

.serv-list__item {
  margin-bottom: 1px; }

.serv {
  cursor: pointer; }

.serv_opened .serv__header .serv__column_type_name,
.serv_opened .serv__header .serv__column_type_price,
.serv_opened .serv__header .serv__column_type_button {
  background-color: #fff; }

.serv_opened .serv__header .serv__column_type_button {
  background: #fff url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/serv-list/minus-blue.png") center center no-repeat; }

.serv_disabled {
  cursor: default; }
  .serv_disabled .serv__header .serv__column_type_name,
  .serv_disabled .serv__header .serv__column_type_price,
  .serv_disabled .serv__header .serv__column_type_button {
    background-color: #fff; }
  .serv_disabled .serv__header .serv__column_type_button {
    background: #fff url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/serv-list/plus-gray.png") center center no-repeat; }

.serv__header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.serv__desc {
  font: 16px/26px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #4c4c4c;
  padding: 10px 20px 17px;
  display: none; }
  .serv__desc p {
    padding: 0;
    margin: 0; }

@media (max-width: 768px) {
  .serv__desc {
    font: 14px/16px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #4c4c4c; } }

.serv__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f3f3;
  font: 16px/21px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #4c4c4c;
  border: 1px solid #f3f3f3;
  border-right: 1px solid #fff;
  padding: 0;
  margin: 0; }

@media (max-width: 768px) {
  .serv__column {
    font: 13px/15px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #4c4c4c;
    min-height: 40px; } }

.serv__column_type_name {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #f3f3f3; }

.serv__column_type_price {
  width: 140px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.serv__column_type_button {
  width: 158px;
  border-right: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: #f3f3f3 url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/serv-list/plus-blue.png") center center no-repeat; }

@media (max-width: 768px) {
  .serv__column_type_name {
    padding-left: 10px;
    padding-right: 10px; }
  .serv__column_type_price {
    width: 55px;
    text-align: center; }
  .serv__column_type_button {
    width: 94px; } }

.article-teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 70px; }
  .article-teaser:after {
    content: '';
    height: 1px;
    width: 3000px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #e8e8e8;
    position: absolute;
    bottom: -35px; }

@media (max-width: 768px) {
  .article-teaser {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.article-teaser__image-box {
  display: block;
  width: 278px;
  position: relative;
  margin-right: 55px;
  z-index: 2;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 15px; }
  .article-teaser__image-box:before {
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    background: #0277bd;
    background: -webkit-linear-gradient(295deg, #039be5, #0277bd);
    background: -o-linear-gradient(295deg, #039be5, #0277bd);
    background: linear-gradient(155deg, #039be5, #0277bd); }
  .article-teaser__image-box img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 3; }

@media (max-width: 768px) {
  .article-teaser__image-box {
    margin-right: 15px;
    margin-bottom: 45px; } }

@media (max-width: 768px) {
  .article-teaser__info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 20px; } }

.article-teaser__header {
  margin-bottom: 25px; }
  .article-teaser__header h2 {
    font: 21px/26px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #252525;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }

@media (max-width: 560px) {
  .article-teaser__header h2 {
    font: 18px/20px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #252525;
    text-align: center; } }

.article-teaser__body {
  margin-bottom: 12px; }
  .article-teaser__body p {
    font: 16px/21px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #252525;
    margin: 0;
    padding: 0;
    margin-bottom: 20px; }
    .article-teaser__body p:last-child {
      margin-bottom: 0; }

@media (max-width: 560px) {
  .article-teaser__body p {
    font: 15px/20px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #252525; } }

.article-teaser__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 768px) {
  .article-teaser__footer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.article-teaser__more {
  width: 174px;
  height: 37px; }

.article-teaser__date {
  font: 16px/21px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #a2a2a2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85px;
  height: 38px;
  border: 1px solid #a2a2a2;
  -webkit-border-radius: 25px;
          border-radius: 25px; }

@media (max-width: 768px) {
  .article-teaser__date {
    margin-bottom: 15px;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; } }

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

.fullarticle__caption {
  margin-bottom: 30px; }

@media (max-width: 768px) {
  .fullarticle__caption {
    font-size: 26px;
    line-height: 28px;
    word-wrap: break-word; } }

.fullarticle__body {
  width: 100%; }
  .fullarticle__body p {
    font: 16px/21px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #252525;
    padding: 0;
    margin: 0;
    margin-bottom: 20px; }

@media (max-width: 768px) {
  .fullarticle__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .fullarticle__body p {
      font: 15px/18px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
      color: #252525;
      padding: 0 20px; } }

.fullarticle__image-box {
  float: left;
  position: relative;
  z-index: 2;
  width: 278px;
  max-width: 100%;
  margin-right: 55px;
  margin-bottom: 45px; }
  .fullarticle__image-box img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2; }
  .fullarticle__image-box:before {
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    background: #0277bd;
    background: -webkit-linear-gradient(295deg, #039be5, #0277bd);
    background: -o-linear-gradient(295deg, #039be5, #0277bd);
    background: linear-gradient(155deg, #039be5, #0277bd); }

@media (max-width: 768px) {
  .fullarticle__image-box {
    float: none;
    margin: 0;
    margin-bottom: 40px;
    margin-right: 15px; } }

.fullarticle__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

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

.fullarticle__date {
  font: 16px/21px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #a2a2a2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85px;
  height: 38px;
  border: 1px solid #a2a2a2;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.header__container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
  padding-bottom: 25px; }

.header__burger {
  margin-left: 25px; }

@media (min-width: 1201px) {
  .header__burger {
    display: none;
    margin-left: 0; } }

.header__lang {
  margin-left: 25px; }

@media (max-width: 380px) {
  .header__lang {
    display: none !important; } }

.header__logo {
  width: 166px;
  margin-right: auto; }

@media (max-width: 1200px) {
  .header__nav {
    display: none; } }

.header__order {
  width: 207px;
  height: 45px;
  color: #fff;
  border-color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  margin-left: 25px;
  padding: 0;
  padding-top: 3px;
  background: transparent;
  border: 2px solid #fff; }
  .header__order:hover {
    background: #fff;
    color: #039be5; }

@media (max-width: 990px) {
  .header__order {
    display: none; } }

.header__phones {
  margin-left: 25px; }

@media (max-width: 560px) {
  .header__phones {
    display: none !important; } }

.header__search {
  margin-left: 25px; }

@media (max-width: 620px) {
  .header__search {
    display: none; } }

.header_theme_sea {
  position: static;
  background-color: #fff; }
  .header_theme_sea .menu .menu__link {
    color: #4c4c4c; }
    .header_theme_sea .menu .menu__link:hover {
      color: #039be5; }
  .header_theme_sea .menu-dropdown {
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 7px #039be5;
            box-shadow: 1px 2px 7px #039be5; }
  .header_theme_sea .menu-dropdown__link {
    color: #444; }
    .header_theme_sea .menu-dropdown__link:hover {
      color: #0277bd; }
  .header_theme_sea .phones .phones__phone {
    color: #4c4c4c; }
  .header_theme_sea .header__order {
    border: none;
    background: #0277bd;
    background: -webkit-linear-gradient(295deg, #039be5, #0277bd);
    background: -o-linear-gradient(295deg, #039be5, #0277bd);
    background: linear-gradient(155deg, #039be5, #0277bd); }
    .header_theme_sea .header__order:focus {
      outline: none; }
    .header_theme_sea .header__order:hover {
      color: #fff;
      background: #039be5;
      background: -webkit-linear-gradient(295deg, #0277bd, #039be5);
      background: -o-linear-gradient(295deg, #0277bd, #039be5);
      background: linear-gradient(155deg, #0277bd, #039be5); }
  .header_theme_sea .lang:after {
    background-color: #039be5; }
  .header_theme_sea .lang .lang__lang:hover {
    color: #039be5;
    border-color: #039be5; }
  .header_theme_sea .lang .lang__lang_active {
    color: #039be5;
    border-color: #039be5; }
  .header_theme_sea .search .search__show {
    background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-search-blue.png") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .header_theme_sea .search .search__body {
    height: 47px; }
  .header_theme_sea .search .search__form {
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 25px;
            border-radius: 25px;
    width: 100%; }
  .header_theme_sea .search .search__icon {
    left: 0; }
  .header_theme_sea .search .search__field {
    color: #039be5; }
  .header_theme_sea .burger .burger__layer {
    background-color: #039be5; }

.main {
  width: 100%;
  overflow: hidden; }

.main_404 {
  overflow-x: hidden; }

.reg-welcome {
  width: 100%;
  height: 804px;
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/css-bgs/reg-welcome-bg-1200.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.reg-welcome__container {
  padding-top: 375px; }

.reg-welcome__text {
  font: 42px/62px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin: 0; }

@media (min-width: 1201px) {
  .reg-welcome {
    background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/css-bgs/reg-welcome-bg-1920.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; } }

@media (max-width: 1200px) {
  .reg-welcome {
    height: 700px; 
	margin-top: 100px;
	}
  .reg-welcome__container {
    padding-top: 228px; } }

@media (max-width: 990px) {
  .reg-welcome__text {
    font: 36px/48px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #fff; } }

@media (max-width: 768px) {
  .reg-welcome {
    height: auto;
    min-height: 370px; 
	margin-top: 100px;
	}
  .reg-welcome__container {
    padding-top: 180px; }
  .reg-welcome__text {
    font: 28px/38px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #fff;
    padding-bottom: 90px; } }

@media (max-width: 570px) {
  .reg-welcome__br {
    display: none; } }

.reg-services__container {
  padding-top: 55px; }

.reg-services__caption {
  margin-bottom: 61px; }

.reg-services__services-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

@media (max-width: 990px) {
  .reg-services__container {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 35px; }
  .reg-services__services-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (max-width: 768px) {
  .reg-services__container {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .reg-services__services-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.reg-popular__container {
  padding-top: 55px;
  padding-bottom: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.reg-popular__caption {
  margin-bottom: 61px; }

.reg-popular__services-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.reg-popular__all {
  text-transform: uppercase;
  width: 207px;
  height: 55px; }

@media (max-width: 768px) {
  .reg-popular__services-box {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }

@media (max-width: 640px) {
  .reg-popular__services-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 55px; } }

.reg-signup-first {
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/css-bgs/reg-order-first-1920.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.reg-signup-first__container {
  padding: 90px 0 110px; }

@media (max-width: 1200px) {
  .reg-signup-first {
    background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/css-bgs/reg-order-first-1200.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; } }

@media (max-width: 768px) {
  .reg-signup-first__container {
    padding: 90px 20px 100px; } }

@media (max-width: 570px) {
  .reg-signup-first__container {
    padding-top: 80px; } }

.reg-comments__container {
  padding-top: 55px; }

.reg-comments__caption {
  margin-bottom: 62px; }

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

@media (max-width: 990px) {
  .reg-comments__comments-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 768px) {
  .reg-comments__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.reg-about {
  background-color: #f4f4f4; }

.reg-about__container {
  padding: 55px 0 85px; }

.reg-about__caption {
  margin-bottom: 62px; }

@media (max-width: 1200px) {
  .reg-about__caption {
    margin-bottom: 45px; }
  .reg-about__container {
    padding-bottom: 70px; } }

@media (max-width: 768px) {
  .reg-about__caption {
    margin-bottom: 65px; } }

.reg-diplomas__container {
  padding-top: 55px;
  padding-bottom: 0; }

.reg-diplomas__caption {
  margin-bottom: 61px; }

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

@media (max-width: 768px) {
  .reg-diplomas__diplomas-box {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.reg-signup-offer {
  background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/css-bgs/reg-order-second-1920.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.reg-signup-offer__container {
  padding-top: 55px;
  padding-bottom: 70px;
  position: relative; }
  .reg-signup-offer__container:after {
    content: '';
    display: block;
    width: 495px;
    height: 632px;
    position: absolute;
    top: -47px;
    left: 657px;
    background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/css-bgs/girl.png") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }

.reg-signup-offer__caption {
  margin-bottom: 61px; }

.reg-signup-offer__order {
  width: 550px; }

@media (max-width: 1200px) {
  .reg-signup-offer {
    background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/css-bgs/reg-order-second-1200.jpg") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .reg-signup-offer__container:after {
    left: 539px; } }

@media (max-width: 990px) {
  .reg-signup-offer__order {
    width: 363px; }
  .reg-signup-offer__container:after {
    left: 355px; } }

@media (max-width: 768px) {
  .reg-signup-offer {
    padding-left: 20px;
    padding-right: 20px; }
  .reg-signup-offer__order {
    width: 100%; }
  .reg-signup-offer__container:after {
    display: none; } }

.reg-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 600px;
  padding: 0; }
  .reg-404:before {
    content: '';
    height: 1px;
    width: 100%;
    background: transparent;
    padding: 0;
    margin: 0; }

.reg-404__container {
  padding: 20px;
  width: 100%; }

.reg-404__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.reg-404__image-box {
  width: 399px;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 25px; }
  .reg-404__image-box img {
    display: block;
    width: 100%; }

.reg-404__header {
  width: 100%;
  text-align: center;
  font: 48px/48px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #333;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
  background: #0277bd;
  background: -webkit-linear-gradient(275deg, #0277bd, #039be5);
  background: -o-linear-gradient(275deg, #0277bd, #039be5);
  background: linear-gradient(175deg, #0277bd, #039be5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.reg-404__text {
  font: 21px/32px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #474747;
  text-align: center;
  margin-bottom: 35px; }
  .reg-404__text p {
    margin: 0; }

.reg-404__back {
  width: 220px;
  height: 45px;
  font: 14px/14px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
  color: #fff; }

@media (max-width: 700px) {
  .reg-404 {
    min-height: 522px; }
  .reg-404__header {
    font: 28px/28px "OpenSans-Bold", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #333; }
  .reg-404__text {
    font: 18px/21px "OpenSans-Light", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #474747; }
  .reg-404__image-box {
    width: 280px; } }

.reg-breadcrumbs {
  background-color: #0397e1; }

.reg-breadcrumbs__container {
  padding: 7px 0 8px; }

@media (max-width: 768px) {
  .reg-breadcrumbs__container {
    padding: 7px 20px 8px; } }

.reg-contacts-info__container {
  padding-top: 25px;
  padding-bottom: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.reg-contacts-info__caption {
  margin-bottom: 26px; }

.reg-contacts-info__contacts-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.reg-contacts-info__order {
  position: relative;
  width: 100%;
  border: 1px solid #0278be;
  padding: 18px 25px 33px;
  z-index: 3;
  background-color: #fff; }

.reg-contacts-info__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.reg-contacts-info__bottom-left {
  position: relative;
  width: 560px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .reg-contacts-info__bottom-left:before {
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    background: #0278be; }

.reg-contacts-info__bottom-right {
  width: 540px;
  height: 485px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

@media (max-width: 1200px) {
  .reg-contacts-info__bottom-left {
    width: 470px; }
  .reg-contacts-info__bottom-right {
    width: 450px; } }

@media (max-width: 990px) {
  .reg-contacts-info__container {
    padding-bottom: 35px; }
  .reg-contacts-info__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .reg-contacts-info__bottom-left {
    width: 100%;
    margin-bottom: 35px; }
    .reg-contacts-info__bottom-left:before {
      display: none; }
  .reg-contacts-info__bottom-right {
    width: 100%; } }

.reg-serv-list__container {
  padding-top: 25px;
  padding-bottom: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.reg-serv-list__caption {
  margin-bottom: 26px; }

@media (max-width: 768px) {
  .reg-serv-list__container {
    padding-right: 5px;
    padding-left: 5px; } }

.reg-serv-form {
  padding-bottom: 85px; }

.reg-serv-form__container {
  padding-right: 15px; }

.reg-serv-form__form-container {
  position: relative;
  width: 100%; }
  .reg-serv-form__form-container:before {
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    background: #0278be; }

.reg-serv-form__order {
  position: relative;
  width: 100%;
  border: 1px solid #0278be;
  padding: 18px 25px 33px;
  z-index: 3;
  background-color: #fff; }
  .reg-serv-form__order .order__caption {
    width: 530px;
    max-width: 100%; }
  .reg-serv-form__order .order__submit {
    width: 530px;
    max-width: 100%; }
  .reg-serv-form__order .order__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .reg-serv-form__order .order__input {
    width: 49%; }

@media (max-width: 990px) {
  .reg-serv-form__order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }


@media (min-width: 768px) {
.reg-welcome__text {
	display:none;	
}

}

@media (max-width: 768px) {
  .order__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .order__input {
    width: 100%; } }

.reg-articles__container {
  padding-top: 25px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.reg-articles__caption {
  margin-bottom: 26px; }

.reg-fullarticle__container {
  padding-top: 25px;
  padding-bottom: 70px; }

.reg-pagination {
  padding-bottom: 60px; }

.reg-pagination__pagination {
  width: auto;
  margin-left: auto; }

@media (max-width: 768px) {
  .reg-pagination__pagination {
    margin-right: auto; } }

.footer {
  margin-top: auto; }

.footer__container {
  padding: 35px 0 30px; }

@media (max-width: 768px) {
  .footer__container {
    padding-left: 20px;
    padding-right: 20px; } 
	
	
	}

.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 27px; }

@media (max-width: 990px) {
  .footer__top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0; } }

@media (max-width: 550px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.footer__block {
  width: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

@media (max-width: 990px) {
  .footer__block {
    width: 48%;
    margin-bottom: 35px; } }

@media (max-width: 550px) {
  .footer__block {
    width: 99%; } }

.footer__logo .logo__image {
  width: 166px; }

@media (max-width: 550px) {
  .footer__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.footer__address {
  padding-left: 60px;
  position: relative; }
  .footer__address:before {
    content: '';
    display: block;
    width: 39px;
    height: 39px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-address-blue.png") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }

.footer__schedule {
  padding-left: 60px;
  position: relative; }
  .footer__schedule:before {
    content: '';
    display: block;
    width: 39px;
    height: 39px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-schedule-blue.png") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }

.footer__phones {
  padding-left: 60px;
  position: relative; }
  .footer__phones:before {
    content: '';
    display: block;
    width: 39px;
    height: 39px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: transparent url("http://www.stomat-berenich.net.ua/wp-content/themes/stomat-berenich/images/icons/icon-tel-blue.png") center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .footer__phones .phones__phone {
    font: 16px/21px "OpenSans", Arial, "Nimbus Sans L", "Helvetica CY", sans-serif;
    color: #404040; }

.footer_theme_sea {
  border-top: 1px solid #0277bd; }

.stack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.stack__item {
  margin-bottom: 5px; }
  .stack__item:last-child {
    margin-bottom: 0; }

