/* reset styles
-----------------------------------------------------------------------------*/
@import url(all.min.css);
@import url(slick.css);
@import url(slick-theme.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ''; }

input:focus, textarea:focus, a:focus, button:focus, select:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del, s, strike {
  text-decoration: line-through; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
  margin: 0; }

@font-face {
  font-family: 'montserratsemibold';
  src: url("fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratbold';
  src: url("fonts/montserrat-bold-webfont.woff2") format("woff2"), url("fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratitalic';
  src: url("fonts/montserrat-italic-webfont.woff2") format("woff2"), url("fonts/montserrat-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratlight';
  src: url("fonts/montserrat-light-webfont.woff2") format("woff2"), url("fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratmedium';
  src: url("fonts/montserrat-medium-webfont.woff2") format("woff2"), url("fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratregular';
  src: url("fonts/montserrat-regular-webfont.woff2") format("woff2"), url("fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Font Awesome 5 Solid";
  src: url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

* {
  box-sizing: border-box; }

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto; }

/* responsive text align
-----------------------------------------------------------------------------*/
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-xs-left {
  text-align: left; }

.text-xs-right {
  text-align: right; }

.text-xs-center {
  text-align: center; }

.text-xs-justify {
  text-align: justify; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left; }
  .text-sm-right {
    text-align: right; }
  .text-sm-center {
    text-align: center; }
  .text-sm-justify {
    text-align: justify; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left; }
  .text-md-right {
    text-align: right; }
  .text-md-center {
    text-align: center; }
  .text-md-justify {
    text-align: justify; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left; }
  .text-lg-right {
    text-align: right; }
  .text-lg-center {
    text-align: center; }
  .text-lg-justify {
    text-align: justify; } }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

html {
  height: 100%; }

.no-flexbox body {
  min-height: 100%;
  height: 100%;
  display: block !important; }

.page-wrapper, .footer {
  max-width: none;
  min-width: 0;
  width: 100%;
  margin: 0 auto; }
  .no-flexbox .page-wrapper, .no-flexbox .footer {
    width: auto; }

.page-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }
  .lte-ie-11 .page-wrapper, .lt-ie-11 .page-wrapper {
    min-height: 0; }
  .no-flexbox .page-wrapper {
    display: block !important;
    width: auto;
    min-height: 100%;
    height: auto !important;
    height: 100%; }

.page-body {
  -ms-flex: 1;
  flex: 1; }
  .page-body.flex-none {
    -ms-flex: none;
    flex: none; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      max-width: 1200px; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1430px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1400px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.header {
  position: relative;
  padding: 32px 0 27px; }
  .header__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 10px; }
  .header__info {
    display: -ms-flexbox;
    display: flex; }
  .header__info-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .header__info-item:not(:last-child) {
      margin-right: 87px; }
    .header__info-item:first-child {
      margin-right: 78px; }
  .header__tel {
    margin-bottom: 3px;
    padding-top: 5px; }
    .header__tel a {
      display: inline-block;
      font-family: "montserratmedium", Arial, Helvetica, sans-serif;
      font-size: 20px;
      line-height: 150%;
      color: #000; }
      .header__tel a:hover {
        text-decoration: underline; }
  .header__reception a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #70167d;
    font-size: 14px;
    line-height: 150%; }
    .header__reception a:hover span {
      text-decoration: none; }
  .header__reception i {
    font-weight: 900; }
  .header__reception span {
    display: inline-block;
    font-family: "montserratmedium", Arial, Helvetica, sans-serif;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    margin-left: 12px; }
  .header__location {
    margin-bottom: 2px; }
  .header__location, .header__time {
    font-size: 14px;
    line-height: 150%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px; }
    .header__location i, .header__time i {
      font-weight: 900;
      color: #BDBCC2; }
    .header__location span, .header__time span {
      margin-left: 16px;
      font-family: "montserratlight", Arial, Helvetica, sans-serif;
      color: #000; }
  .header__soc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .header__soc span {
      display: inline-block;
      font-family: "montserratlight", Arial, Helvetica, sans-serif;
      font-size: 12px;
      line-height: 150%;
      color: #000000;
      margin-bottom: 2px; }
    .header__soc a {
      font-weight: normal;
      font-size: 24px;
      line-height: 150%;
      color: #BDBCC2;
      transition: all 0.2s ease; }
      .header__soc a:hover {
        color: #70167d; }
      .header__soc a:not(:last-child) {
        margin-right: 39px; }
  .header__form {
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    opacity: 0;
    -ms-transform: translateY(calc(-100% - 100px));
    transform: translateY(calc(-100% - 100px));
    position: fixed;
    transition: all 0.3s ease;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.3); }
    .header__form:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100px;
      left: 0;
      bottom: -100px;
      background: rgba(0, 0, 0, 0.3);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(255, 255, 255, 0)));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%); }
    .header__form.active {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0); }

.logo {
  display: inline-block;
  width: 177px;
  height: 61px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative; }

.footer {
  position: relative;
  background: linear-gradient(89.75deg, #70167d 0.09%, #6B4785 99.92%);
  overflow: hidden;
  padding: 50px 0; }
  .footer > .container {
    position: relative;
    z-index: 2; }
  .footer:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 707px;
    height: 647px;
    background: url("../img/svg/footer.svg") no-repeat center;
    background-size: cover;
    z-index: 1; }
  .footer__wrapper {
    display: -ms-flexbox;
    display: flex; }
  .footer__adress {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .footer__adress-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 447px;
    width: 100%;
    padding: 25px 20px 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .footer__adress-item:not(:last-child) {
      margin-right: 30px; }
  .footer__adress-title {
    display: inline-block;
    font-family: "montserratbold", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 12px; }
  .footer__location, .footer__time {
    font-size: 14px;
    line-height: 150%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 9px; }
    .footer__location i, .footer__time i {
      font-weight: 900;
      color: #BDBCC2; }
    .footer__location span, .footer__time span {
      margin-left: 9px;
      font-family: "montserratlight", Arial, Helvetica, sans-serif;
      color: #000; }
  .footer__phone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px; }
    .footer__phone i {
      display: inline-block;
      font-weight: 900;
      font-size: 14px;
      line-height: 150%;
      color: #BDBCC2;
      margin-right: 6px; }
    .footer__phone a {
      display: inline-block;
      font-family: "montserratlight", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 150%;
      color: #000000; }
      .footer__phone a:hover {
        text-decoration: underline; }
      .footer__phone a:not(:last-child) {
        margin-right: 17px; }
  .footer__adress-img {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px; }
    .footer__adress-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .footer__adress-map {
    border-radius: 8px;
    overflow: hidden;
    width: 100%; }
    .footer__adress-map img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .footer__title {
    display: -ms-flexbox;
    display: flex;
    padding-left: 70px;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }

body {
  font-family: "montserratregular", Arial, Helvetica, sans-serif;
  line-height: normal; }

.page-wrapper {
  overflow: hidden; }

svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

a {
  text-decoration: none; }

label.error {
  width: 100%;
  font-size: 12px;
  text-align: center;
  display: none;
  position: absolute;
  color: #FF9494;
  padding: 2px;
  left: 0;
  bottom: -16px; }

.title {
  position: relative;
  font-family: "montserratsemibold", Arial, Helvetica, sans-serif;
  font-size: 44px;
  line-height: 120%;
  text-transform: uppercase;
  color: #70167d;
  padding-bottom: 12px;
  margin-bottom: 16px; }
  .title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #000;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0; }
  .title--white {
    color: #ffffff;
    text-align: center; }
    .title--white:after {
      background-color: #ffffff; }

.subtitle {
  font-family: "montserratregular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #737373; }
  .subtitle--white {
    color: #ffffff;
    text-align: center; }

.form {
  position: relative;
  max-width: 326px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 48px 38px 50px 38px;
  background: #FFFFFF;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  overflow: hidden; }
  .form:after {
    content: '';
    position: absolute;
    width: 270px;
    height: 270px;
    background-color: #FFD740;
    opacity: .15;
    right: -135px;
    top: -135px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1; }
  .form.submit {
    text-align: center;
    font-family: "montserratsemibold", Arial, Helvetica, sans-serif; }
  .form.submit label,
  .form.submit input {
    display: none;
  }
  .form__label {
    width: 100%;
    display: block;
    margin-bottom: 45px;
    position: relative;
    z-index: 2; }
    .form__label span {
      display: block;
      margin-bottom: 4px;
      font-size: 12px;
      line-height: 150%;
      font-family: "montserratlight", Arial, Helvetica, sans-serif;
      color: #000000;
      transition: all 0.2s ease; }
    .form__label:focus-within span {
      font-family: "montserratsemibold", Arial, Helvetica, sans-serif;
      color: #70167d; }
    .form__label:focus-within input {
      border-color: #70167d; }
  .form__input {
    border: none;
    background-color: transparent;
    outline: none;
    font-size: 12px;
    line-height: 150%;
    font-family: "montserratmedium", Arial, Helvetica, sans-serif;
    color: #000000;
    border-bottom: 1px solid #B3B3B3;
    transition: all 0.2s ease;
    width: 100%; }
  .form__btn {
    background: linear-gradient(89.18deg, #70167d 0.09%, #6B4785 99.92%);
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    line-height: 150%;
    font-family: "montserratbold", Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
    padding: 6px 5px 3px;
    margin-top: 22px;
    position: relative;
    z-index: 2; }
    .form__btn:hover {
      color: #000;
      background: #FFD740; }
  .form__close {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 20px;
    top: 20px; }
    .form__close:hover svg {
      fill: #70167d; }
    .form__close svg {
      fill: rgba(0, 0, 0, 0.8);
      transition: fill 0.2s ease; }

.banner {
  position: relative; }
  .banner__slider {
    z-index: 1; }
  .banner__slider-item {
    min-height: 590px;
    position: relative;
    z-index: 1; }
    .banner__slider-item.stock .stock__icon {
      display: block; }
  .banner__slider-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #BDBCC2;
    color: #000;
    font-size: 12px;
    bottom: 58px;
    left: 38.3vw;
    z-index: 2;
    transition: all 0.2s ease; }
    .banner__slider-arrow[data-slider="slickNext"] {
      left: calc(38.3vw + 50px); }
    .banner__slider-arrow:hover {
      background-color: #FFD740; }
    .banner__slider-arrow svg {
      content: '';
      position: absolute;
      width: 8px;
      height: 12px;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .banner__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover; }
  .banner__info-wrapper {
    position: relative;
    z-index: 2; }
  .banner__info {
    position: relative;
    padding-top: 244px;
    max-width: 690px;
    padding-bottom: 58px;
    color: #fff; }
  .banner__title {
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 24px; }
    .banner__title b {
      font-family: "montserratbold", Arial, Helvetica, sans-serif; }
    .banner__title span {
      font-family: "montserratlight", Arial, Helvetica, sans-serif;
      font-weight: 300; }
  .banner__text {
    display: inline-block;
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 150%; }
  .banner__btn a {
    color: #fff;
    font-size: 14px;
    line-height: 150%;
    font-family: "montserratbold", Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #FFD740;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 7px 24px 6px;
    background-color: transparent;
    transition: all 0.2s ease; }
    .banner__btn a:hover {
      background-color: #FFD740;
      color: #000; }

.stock__icon {
  display: none;
  position: absolute;
  left: 0;
  top: 32px;
  width: 185px;
  height: 170px; }

.service {
  padding: 121px 0 37px; }
  .service__wrapper {
    padding: 0 113px 0 109px; }
  .service__title-wrapper {
    text-align: center;
    margin-bottom: 95px; }
  .service__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .service__block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 420px); }
  .service__block-item {
    margin-bottom: 30px;
    max-width: 33.3%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 30px; }
  .service__block-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 52px;}
    .service__block-head span {
      font-family: "montserratbold", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 120%;
      text-transform: uppercase;
      color: #737373; }
  .service__block-icon {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px; }
    .service__block-icon.icon-1 {
      width: 52px;
      height: 52px; }
    .service__block-icon.icon-2 {
      width: 60px;
      height: 40px; }
    .service__block-icon.icon-3 {
      width: 44px;
      height: 55px; }
    .service__block-icon.icon-4 {
      width: 60px;
      height: 60px; }
    .service__block-icon.icon-5 {
      width: 56px;
      height: 57px; }
  .service__block-text {
    display: inline-block;
    margin-bottom: 17px;
    font-size: 14px;
    margin-top: 30px;
    line-height: 160%;
    font-family: "montserratlight", Arial, Helvetica, sans-serif;
    color: #000000; }
  .service__block-text ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .service__block-link {
    font-size: 14px;
    line-height: 160%;
    font-family: "montserratmedium", Arial, Helvetica, sans-serif;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #594C95; }
    .service__block-link:hover {
      text-decoration: none; }

.doctors {
  position: relative;
  background: linear-gradient(89.75deg, #70167d 0.09%, #6B4785 99.92%);
  padding: 110px 0 100px;
  height: 470px;
  margin-bottom: 172px; }
  .doctors > .container {
    position: relative;
    z-index: 2; }
  .doctors:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/svg/doctors-bg.svg") no-repeat center;
    background-size: cover;
    z-index: 1; }
  .doctors__title {
    display: none; }
  .doctors__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 77px 0 42px; }
  .doctors__who {
    display: -ms-flexbox;
    display: flex; }
  .doctors__who-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    max-width: 208px;
    width: 100%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 40px 23px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    perspective: 800px;
    transition: all 0.2s ease; }
    .doctors__who-item:hover {
      box-shadow: -5px 13px 11px rgba(0, 0, 0, 0.3); }
      .doctors__who-item:hover .doctors__who-fb {
        background: #70167d; }
        .doctors__who-item:hover .doctors__who-fb i {
          color: #ffffff; }
    .doctors__who-item:not(:last-child) {
      margin-right: 30px; }
  .doctors__who-img {
    width: 80px;
    height: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 5px solid #E6E6E6;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 10px; }
    .doctors__who-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .doctors__who-title {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: "montserratbold", Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000000; }
  .doctors__who-text {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    margin-bottom: 15px; }
  .doctors__who-fb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #EBEBEB;
    transition: all 0.2s ease; }
    .doctors__who-fb i {
      font-size: 12px;
      color: #000000;
      transition: all 0.2s ease; }
  .doctors__form {
    position: relative;
    top: -58px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 330px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .doctors__form .subtitle {
      margin-bottom: 45px; }
    .doctors__form .form:after {
      right: auto;
      top: auto;
      left: -135px;
      bottom: -135px; }

.reviews {
  margin-bottom: 125px; }
  .reviews .title:after {
    left: 0;
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .reviews .subtitle {
    margin-bottom: 48px; }
  .reviews__wrapper {
    position: relative;
    padding-bottom: 94px; }
  .reviews__item {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 327px;
    margin-right: 32px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .reviews__item-icon {
    margin-bottom: 32px;
    position: relative;
    width: 56px;
    height: 47px; }
  .reviews__item-title {
    display: inline-block;
    font-family: "montserratbold", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
    color: #000000; }
  .reviews__item-subtitle {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin-bottom: 25px; }
  .reviews__item-text {
    font-family: "montserratitalic", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 9px; }
  .reviews__item-link {
    font-size: 16px;
    line-height: 30px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #594C95; }
    .reviews__item-link:hover {
      text-decoration: none; }
  .reviews__slider-arrows {
    position: absolute;
    bottom: 0;
    left: 49%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    transition: all 0.2s ease; }
    .reviews__slider-arrows a {
      position: relative;
      display: inline-block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #BDBCC2;
      color: #000;
      font-size: 12px; }
      .reviews__slider-arrows a:not(:last-child) {
        margin-right: 20px; }
      .reviews__slider-arrows a:hover {
        background-color: #FFD740; }
      .reviews__slider-arrows a svg {
        content: '';
        position: absolute;
        width: 8px;
        height: 12px;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

@media screen and (max-width: 1400px) {
  .footer__adress-item {
    max-width: 380px; }
  .footer__title {
    padding-left: 0; }
  .service {
    padding: 80px 0 30px; }
  .service__wrapper {
    padding: 0; }
  .service__title-wrapper {
    margin-bottom: 60px; }
  .service__block {
    width: calc(100% - 400px); }
  .doctors > .container {
    max-width: 100%; }
  .doctors__wrapper {
    padding: 0 30px 0 0; }
  .doctors__who-item {
    max-width: 200px; }
  .doctors__who-item:not(:last-child) {
    margin-right: 25px; }
  .doctors {
    padding: 80px 0;
    margin-bottom: 80px; } }

@media screen and (max-width: 1280px) {
  .doctors {
    height: auto; }
  .doctors__form .title,
  .doctors__form .subtitle {
    display: none; }
  .doctors__title.mobile {
    display: block;
    width: 100%;
    margin-bottom: 30px; }
  .doctors__wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 0; }
  .doctors__who {
    width: 100%; }
  .doctors__who {
    -ms-flex-pack: center;
    justify-content: center; }
  .doctors__form {
    top: 0; }
  .doctors__who {
    margin-bottom: 40px; }
  .reviews {
    margin-bottom: 80px; }
  .reviews__wrapper {
    padding-bottom: 80px; } }

@media screen and (max-width: 1100px) {
  .header {
    padding: 30px 0; }
  .logo {
    width: 140px;
    height: 50px; }
  .header__tel {
    margin-bottom: 0;
    padding-top: 0; }
  .header__location, .header__time {
    padding-top: 0; }
  .header__location {
    margin-bottom: 5px; }
  .header__info-item:not(:last-child) {
    margin-right: 40px; }
  .header__info-item:first-child {
    margin-right: 40px !important; }
  .header__soc a:not(:last-child) {
    margin-right: 20px; }
  .header__wrapper {
    padding-right: 0;
    -ms-flex-align: center;
    align-items: center; }
  .header__soc a {
    line-height: 1; }
  .header__soc span {
    margin-bottom: 9px; }
  .footer__adress-item {
    max-width: 300px; }
  .footer__location, .footer__time {
    display: block; }
  .footer__phone {
    display: block; }
  .banner__slider-item {
    min-height: 520px; }
  .banner__info {
    position: relative;
    padding-top: 155px;
    max-width: 60%; }
  .stock__icon {
    top: 16px;
    width: 130px;
    height: 121px; }
  .banner__title {
    font-size: 38px;
    margin-bottom: 20px; }
  .service__block {
    width: 100%; }
  .service__info {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: center;
    align-items: center; }
  .service__block-item {
    padding-right: 30px; }
  .service__block:after {
    max-width: 300px; }
  .service {
    padding: 80px 0; } }

@media screen and (max-width: 991px) {
  .header__tel a {
    font-size: 18px; }
  .header__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .header__info-item:last-child {
    width: 100%;
    padding-top: 10px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .header {
    padding: 20px 0; }
  .header__info-item:not(:last-child) {
    margin-right: 0; }
  .logo {
    width: 160px;
    height: 56px; }
  .title {
    font-size: 36px; }
  .subtitle {
    font-size: 18px; }
  .footer__title {
    padding: 0;
    margin-bottom: 30px; }
  .footer__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .footer {
    padding: 40px 0; }
  .footer__adress {
    -ms-flex-pack: center;
    justify-content: center; }
  .footer__adress-item {
    max-width: 47%; }
  .stock__icon {
    top: 20px;
    width: 110px;
    height: 100px; }
  .banner__slider-item {
    min-height: 520px; }
  .slick-track {
    display: -ms-flexbox;
    display: flex; }
  .banner__info {
    position: relative;
    max-width: 64%;
    padding-top: 134px;
    padding-bottom: 100px; }
  .banner__slider-arrow {
    left: 15px;
    bottom: 20px; }
  .banner__slider-arrow[data-slider="slickNext"] {
    left: 65px; }
  .banner__info {
    padding-bottom: 90px; }
  .service {
    padding: 40px 0; }
  .service__block-item {
    margin-bottom: 30px;
    max-width: 50%; }
  .service__title-wrapper {
    margin-bottom: 40px; }
  .doctors__who {
    margin-bottom: 40px; }
  .doctors {
    padding: 40px 0;
    margin-bottom: 40px; }
  .doctors__who {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .doctors__who-item:not(:last-child) {
    margin-right: 0; }
  .doctors__who-item {
    max-width: calc(25% - 10px);
    padding: 20px; }
  .reviews {
    margin-bottom: 40px; } }

@media screen and (max-width: 768px) {
  .header__info {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column; }
  .header__info-item:first-child {
    margin-right: 0 !important;
    margin-bottom: 10px; }
  .header__info-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px; }
  .header__tel {
    text-align: center;
    margin-bottom: 3px; }
  .header__info-item:last-child {
    width: 100%;
    padding-top: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center; }
  .header__info-item {
    text-align: center; }
  .header__location, .header__time {
    -ms-flex-pack: center;
    justify-content: center; }
  .header__soc span {
    margin-bottom: 6px; }
  .header__soc a {
    font-size: 28px; }
  .header__wrapper {
    -ms-flex-direction: column;
    flex-direction: column; }
  .logo {
    margin-bottom: 18px; }
  .footer__adress {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer__adress-item:not(:last-child) {
    margin-right: 0; }
  .footer__adress-item {
    max-width: calc(50% - 8px); }
  .footer {
    padding: 30px 0; }
  .stock__icon {
    top: auto;
    bottom: 20px;
    left: auto;
    right: 15px; }
  .banner__slider-item {
    min-height: 380px; }
  .banner__info {
    position: static;
    max-width: 60%;
    padding-top: 20px; }
  .banner__title {
    font-size: 34px;
    margin-bottom: 10px; }
  .banner__img {
    z-index: -1; }
  .banner__info-wrapper {
    position: static; }
  .banner__text {
    font-size: 18px; }
  .banner__slider-item.stock .stock__icon {
    display: block;
    filter: drop-shadow(2px 4px 6px black); }
  .service {
    padding: 30px 0; }
  .service__block-item {
    margin-bottom: 30px;
    padding-right: 0;
    max-width: 100%; }
  .service__block-text {
    font-size: 16px;
    margin-bottom: 15px; }
  .service__block-head span {
    font-size: 16px; }
  .service__block-text {
    margin-top: 20px;
  }
  .service__title-wrapper {
    margin-bottom: 30px; }
  .doctors__who {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .doctors__who {
    margin-bottom: 40px; }
  .doctors {
    padding: 40px 0;
    margin-bottom: 40px; }
  .doctors__who {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .doctors__who-item:not(:last-child) {
    margin-right: 0; }
  .doctors__who-item {
    padding: 20px;
    max-width: calc(50% - 8px);
    margin-bottom: 15px; }
  .reviews {
    margin-bottom: 40px; }
  .reviews .subtitle {
    margin-bottom: 30px; }
  .reviews__item-icon {
    margin-bottom: 20px; } }

@media screen and (max-width: 543px) {
  .header__info-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px; }
  .title {
    font-size: 32px;
    text-align: center; }
  .subtitle {
    text-align: center; }
  .reviews .title:after {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .header__location span, .header__time span {
    margin-left: 10px; }
  .footer__adress {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center; }
  .footer__adress-item {
    max-width: 100%; }
  .footer__adress-item:not(:last-child) {
    margin-bottom: 15px; }
  .banner__info {
    max-width: 100%;
    padding-top: 30px; }
  .banner__title {
    font-size: 28px; }
  .banner__slider-item {
    min-height: 320px;
    background: #000000; }
  .banner__img {
    opacity: .8; }
  .doctors {
    padding: 30px 0;
    margin-bottom: 30px; }
  .doctors__who-item {
    max-width: 100%;
    margin-bottom: 15px; }
  .doctors__who {
    margin-bottom: 15px; }
  .reviews__wrapper {
    padding-bottom: 55px; }
  .reviews {
    margin-bottom: 30px; }
  .reviews__item-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px; }
  .reviews__item-subtitle {
    margin-bottom: 15px; }
  .reviews__item {
    margin-right: 0; }
  .form {
    padding: 40px 30px; }
  .form__label span {
    font-size: 14px; }
  .form__input {
    font-size: 14px; } }
