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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.center {
  overflow: hidden;
}

.tac {
  text-align: center;
}

.nav {
  list-style: none;
}

strong,
b {
  font-weight: 700;
}

button,
textarea,
input[type=email],
input[type=password],
input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* clears the 'X' from Internet Explorer */

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

* {
  outline: none;
  box-sizing: border-box;
}

body {
  font: 300 20px/31px "Roboto", sans-serif;
  background: #f5f5f5;
  position: relative;
  min-width: 375px;
  color: #000;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 5;
  max-width: 1080px;
  padding: 0 20px;
  box-sizing: border-box;
}

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

.btn {
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.2s linear;
  background: none;
  border: none;
}

.btn-blue {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  line-height: 28px;
  background: #276fb2;
  border-radius: 10px;
  padding: 10px 20px;
}

.btn-blue:hover {
  background: #3681c7;
}

.title-item {
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  line-height: 42px;
  margin: 0 0 41px;
  color: #276fb2;
}

h1 {
  font-weight: 900;
  font-size: 40px;
  color: #276fb2;
  line-height: 47px;
  margin: 0 0 29px;
}

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

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

/* Buttons */

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

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

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

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

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

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

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

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

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

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

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

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

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

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

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

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

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

/* Navigation arrows */

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

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

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

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

/* Caption */

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

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

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

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

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

/* Loading indicator */

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

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

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Thumbs */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.header {
  padding: 0px 0;
  overflow: hidden;
  z-index: 10;
  position: relative;
}

.header_social,
.footer_social {
  float: left;
  margin: 29px 0 0;
}

.header_social a,
.footer_social a {
  float: left;
  width: 38px;
  height: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  margin: 0 7px 0 0;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.2s linear;
  background: #276fb2;
}

.header_social a:hover,
.footer_social a:hover {
  background: #3681c7;
}

.header_social img,
.footer_social img {
  max-width: 24px;
  max-height: 24px;
}

.header_tel {
  margin: 23px 0 0;
  float: right;
}

.header_tel a {
  float: left;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  padding: 10px 22px 2px;
  text-transform: capitalize;
  color: #276fb2;
  border: 2px solid #276fb2;
  border-radius: 10px;
}

.nav-menu {
  z-index: 15;
  background: #276fb2;
  position: relative;
}

.nav-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-menu a {
  font-weight: 500;
  position: relative;
  font-size: 24px;
  color: #f5f5f5;
  padding: 22px 70px 21px 13px;
  line-height: 1.2;
  display: block;
}

.nav-menu li {
  position: relative;
}

.nav-menu .sub-menu {
  display: none;
  width: 402px;
  position: absolute;
  margin: 0;
  top: 100%;
  left: 0;
  padding: 29px 0 6px;
}

.nav-menu .sub-menu:after {
  content: "";
  background: #fff;
  border-radius: 10px;
  top: 9px;
  z-index: -1;
  position: absolute;
  width: 100%;
  bottom: 0;
  border: 1px solid #276fb2;
  box-shadow: 2px 0 1px 0 #276fb2;
}

.nav-menu .sub-menu .sub-menu {
  margin: 0 0 0 -10px;
  display: none;
  z-index: -2;
  bottom: 0;
  position: absolute;
  overflow: auto;
  top: 9px;
  left: 100%;
  border-radius: 0 10px 10px 0;
  width: 482px;
  background: #276fb2;
  padding: 28px 10px 16px 36px;
}

.nav-menu .sub-menu .sub-menu:after {
  display: none !important;
}

.nav-menu .sub-menu .sub-menu li {
  float: left;
  width: 50%;
  margin: 0 0 7px;
}

.nav-menu .sub-menu .sub-menu li:nth-child(even) {
  clear: left;
}

.nav-menu .sub-menu .sub-menu a {
  font-weight: 400;
  font-size: 14px;
  padding: 5px 5px 5px 0;
  color: #fff;
  line-height: 17px;
}

.nav-menu .sub-menu .sub-menu a:hover {
  text-decoration: underline;
}

.nav-menu .sub-menu li {
  position: static;
  margin: 0 0 3px;
}

.nav-menu .sub-menu a {
  padding: 9px 70px 9px 13px;
  font-weight: 300;
  font-size: 20px;
  color: #000;
  line-height: 1;
}

.nav-menu .sub-menu a:hover {
  text-decoration: underline;
}

.nav-menu .menu-item-has-children > a {
  padding-right: 32px;
  position: relative;
}

.nav-menu .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 14px;
  background: url(../images/svg/arr-nav.svg) no-repeat;
  right: 0;
}

.nav-menu .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.nav-menu .menu-item-has-children .menu-item-has-children:hover > a:after {
  transform: translateY(-50%) rotate(-90deg);
}

.nav-menu .menu-item-has-children .menu-item-has-children > a {
  padding-right: 70px;
  position: relative;
}

.nav-menu .menu-item-has-children .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 9px;
  background: url(../images/svg/arr-nav2.svg) no-repeat;
  right: 41px;
}

.logo {
  display: block;
  overflow: hidden;
  width: 117px;
  margin: 0 auto;
}

.burger {
  width: 37px;
  height: 18px;
  float: right;
  margin: 15px -7px 0 0;
  cursor: pointer;
  position: relative;
  z-index: 5;
  display: none;
}

.burger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #276fb2;
  margin: 9px 0 0;
  border-radius: 2px;
  display: block;
  transition: transform 0.2s ease-out;
}

.burger span:first-child {
  margin-top: 0;
}

.burger span:last-child {
  margin-top: 19px;
}

.burger.open {
  z-index: 100;
  width: 17px;
  height: 30px;
  margin: 13px -2px 0 0;
  background: url(../images/svg/nav-close.svg) no-repeat center;
}

.burger.open span {
  opacity: 0;
  visibility: hidden;
  top: 5px;
  margin: 6px 0 0;
}

.burger.open span:first-child {
  opacity: 1;
  transform: rotate(45deg);
}

.burger.open span:last-child {
  opacity: 1;
  transform: rotate(-45deg);
}

.mobile-top {
  display: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #276fb2;
  padding: 7px 20px;
  margin: 0;
}

.mobile-top .tel {
  min-width: 170px;
  padding: 4px 10px;
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
  color: #fff;
}

.mobile-top .header_social,
.mobile-top .footer_social {
  margin: 3px 0 0;
  display: block;
}

.mobile-top .header_social a,
.mobile-top .footer_social a {
  width: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0 0 0 15px;
  height: 30px;
  background: #fff;
}

.mobile-top .header_social svg,
.mobile-top .footer_social svg {
  width: 18px;
  height: 18px;
}

.mobile-bottom {
  margin: 0 19px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 21px;
  border-radius: 10px;
  background: #276fb2;
  display: none;
  padding: 15px 11px 16px;
}

.mobile-bottom p {
  margin: 0 30px 25px 0;
}

.mobile-bottom a {
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #276fb2 !important;
  line-height: 1;
  width: 100%;
  background: #fff;
  border-radius: 10px !important;
  text-align: center;
  margin: 0;
  padding: 13px !important;
  display: block;
}

.carousel-item {
  display: none;
}

.carousel-item:first-child {
  display: block;
}

.masthead {
  position: relative;
  overflow: hidden;
  font-size: 24px;
  line-height: 28px;
  padding: 110px 0 75px;
}

.masthead .img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.masthead .btn {
  margin: 75px 0 0;
  padding: 17px 20px;
  width: 286px;
}

.masthead h1 {
  max-width: 433px;
}

.masthead p {
  max-width: 381px;
}

.pluses-list {
  background: #d6dfe8;
  padding: 68px 0 64px;
}

.pluses-list img {
  display: block;
  height: 58px;
  width: auto;
  margin: 0 0 31px;
}

.pluses-list_in {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.pluses-list_in .item {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-radius: 10px;
  padding: 20px 41px 28px;
  font-size: 22px;
  line-height: 27px;
  margin: 0 0 5px;
  -ms-flex: 25% 1 1;
  flex: 25% 1 1;
}

.about-comp {
  padding: 36px 0 15px;
}

.about-comp_text {
  overflow: hidden;
  padding: 0 40px 0 0;
}

.about-comp_gallery {
  margin: 0 52px 0 0;
  float: left;
  width: 468px;
}

.about-comp_gallery img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-comp_gallery_big {
  margin: 0 0 15px;
}

.about-comp_gallery_big a {
  height: 357px;
  position: relative;
}

.about-comp_gallery_small {
  margin-right: -15px;
}

.about-comp_gallery_small span {
  position: relative;
  padding: 100% 0 0;
}

.about-comp_gallery_small .slick-slide {
  padding: 0 15px 0 0;
}

.services-list {
  padding: 17px 0;
}

.services-list_in {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -22px 0;
}

.services-list_in .item {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #f5f5f5;
  height: 353px;
  -ms-flex: 25% 1 1;
  flex: 25% 1 1;
  float: left;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  z-index: 5;
  position: relative;
}

.services-list_in .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background: linear-gradient(180deg, rgba(15, 53, 88, 0.3) 57.5%, #0f3558 88%);
  height: 100%;
}

.services-list_in img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.services-list_in span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 13px 23px;
}

.doctors-list {
  padding: 17px 0;
}

.doctors-list .slick-arrow {
  width: 65px;
  height: 65px;
  border: none;
  cursor: pointer;
  background: #276fb2;
  border-radius: 100%;
  position: absolute;
  top: 195px;
  z-index: 10;
  margin: 0 15px;
  left: 0;
}

.doctors-list .slick-arrow:hover {
  background: #3681c7;
}

.doctors-list .slick-arrow svg {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.doctors-list .slick-next {
  right: 0;
  left: auto;
}

.doctors-list .carousel-item {
  overflow: hidden;
  background: #d6dfe8;
  border-radius: 10px;
}

.doctors-list .photo {
  height: 260px;
  position: relative;
  display: block;
}

.doctors-list .text {
  padding: 30px 28px 44px;
}

.doctors-list .btn {
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  margin: 50px 18px 0;
  display: block;
  padding: 18px;
}

.doctors-list h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #000;
  margin: 0 0 14px;
}

.doctors-list img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctors-list_in {
  margin: 0 -15px;
}

.doctors-list_in .slick-slide {
  padding: 0 15px;
}

.video-blog_list,
.review-list_in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.video-blog_list .item,
.review-list_in .item {
  -ms-flex: 25% 1 1;
  flex: 25% 1 1;
}

.video-blog {
  padding: 15px 0;
}

.video-blog img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-blog .preview {
  margin: 0 0 8px;
  display: block;
  height: 162px;
}

.video-blog .item {
  color: #000;
}

.video-blog .item:hover {
  color: #3681c7;
}

.review-list {
  padding: 22px 0;
}

.review-list .item {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 10px;
  padding: 32px 32px 34px;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  line-height: 19px;
}

.review-list .name {
  margin: 0 0 12px;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  line-height: 1.2;
}

.review-list .stars {
  margin: 0 0 11px;
  width: 125px;
  position: relative;
  height: 25px;
  background: url(../images/svg/star-d.svg);
}

.review-list .stars span {
  position: absolute;
  top: 0;
  background: url(../images/svg/star.svg);
  left: 0;
  height: 100%;
}

.contacts-info_top {
  text-align: center;
  background: #f5f5f5;
  padding: 19px 0 41px;
}

.contacts-info_top .wrapper {
  display: -ms-flexbox;
  display: flex;
}

.contacts-info_top a {
  margin: 0 auto;
  width: 276px;
  height: 60px;
  border: 2px solid #276fb2;
  border-radius: 10px;
  background: #fefeff;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.2s linear;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-info_top a:hover {
  background: #fff;
}

.contacts-info_top img {
  max-height: 24px;
  max-width: 90%;
}

.contacts-info {
  background: #d6dfe8;
  padding: 0 0 75px;
}

.contacts-info h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin: 34px 0 27px;
  color: #276fb2;
}

.contacts-info h2:first-child {
  margin-top: 0;
}

.contacts-info h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #000;
  margin: 40px 0 14px;
}

.contacts-info h3:first-child {
  margin-top: 0;
}

.contacts-info a {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #000;
}

.contacts-info_map {
  float: right;
  width: 563px;
  height: 475px;
  position: relative;
  margin: 43px 0 0 20px;
}

.contacts-info_map iframe,
.contacts-info_map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contacts-info_text {
  padding: 43px 0 0;
}

.contacts-info_text p {
  margin: 0 0 10px;
}

.text-info {
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #000;
}

.text-info p {
  margin: 0 0 26px;
}

.text-info h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: #000;
  margin: 46px 0 21px;
}

.text-info h3:first-child {
  margin-top: 0;
}

.text-info img.alignleft,
.text-info img[align=left] {
  margin: 0 26px 0 0;
  float: left;
}

.text-info img.alignright,
.text-info img[align=right] {
  float: right;
  margin: 0 0 0 26px;
}

.text-info li {
  padding: 0 0 0 22px;
  position: relative;
}

.text-info li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  width: 4px;
  background: currentColor;
  border-radius: 100%;
  height: 4px;
}

.text-info a:not(.btn) {
  color: #276fb2;
  text-decoration: underline;
}

.text-info a:not(.btn):hover {
  text-decoration: none;
}

.price-info {
  padding: 46px 0;
}

.price-info .title-item {
  margin: 0 0 47px;
}

.price-info table {
  width: 100%;
}

.price-info_in {
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  padding: 35px 13px 27px;
}

.price-info_in .item {
  border-radius: 10px;
  margin: 0 0 7px;
  background: #d6dfe8;
  min-height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  gap: 20px;
  padding: 9px 34px 9px 20px;
}

.price-info_in strong {
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #000;
}

.content-slogan {
  overflow: hidden;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  position: relative;
  padding: 44px 0 38px;
  background: #d6dfe8;
}

.content-slogan .title-item {
  text-align: left;
  margin: 0 0 36px;
}

.content-slogan .btn {
  margin: 36px 0 0;
  width: 286px;
  padding: 17px 20px;
}

.content-slogan .img {
  position: absolute;
  top: 0;
  height: 100%;
  right: 50%;
  margin-right: -700px;
}

.masthead-inner {
  position: relative;
  padding: 110px 0 43px;
  overflow: hidden;
  font-size: 24px;
  line-height: 30px;
}

.masthead-inner .img {
  position: absolute;
  top: 0;
  right: 0;
}

.masthead-inner .btn {
  margin: 58px 0 0;
  padding: 17px 20px;
  width: 286px;
}

.masthead-inner li {
  padding: 0 0 0 22px;
  position: relative;
}

.masthead-inner li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  width: 4px;
  background: currentColor;
  border-radius: 100%;
  height: 4px;
}

.masthead-inner blockquote {
  display: block;
  max-width: 803px;
  margin: 127px auto 4px;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #000;
}

.content-callback {
  background: url(../images/bg2.jpg) no-repeat center;
  background-size: cover;
  padding: 63px 0;
  margin: 0 0 26px;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}

.content-callback form {
  margin: 83px 0 0;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.content-callback input {
  font: 300 14px "Roboto", sans-serif;
  border: 2px solid #276fb2;
  background: #f5f5f5;
  border-radius: 10px;
  height: 54px;
  padding: 0 10px;
  width: 100%;
  color: #000;
  box-sizing: border-box;
}

.content-callback .title-item {
  color: #f5f5f5;
  margin: 0 0 52px;
}

.content-callback .form-item {
  -ms-flex: 1;
  flex: 1;
}

.content-callback .btn {
  font-size: 14px;
  height: 54px;
  min-width: 194px;
  width: 194px;
}

.footer {
  padding: 44px 0;
}

.footer .title {
  font-weight: 600;
  font-size: 20px;
  color: #276fb2;
  line-height: 28px;
  margin: 0 0 16px;
}

.footer_logo {
  float: left;
  margin: -3px 87px 0 0;
}

.footer_nav {
  font-weight: 300;
  font-size: 18px;
  color: #000;
  line-height: 21px;
  overflow: hidden;
}

.footer_nav .item {
  float: left;
  width: 50%;
  padding: 0 10px 0 0;
}

.footer_nav a {
  color: inherit;
  transition: all 0.2s linear;
}

.footer_nav a:hover {
  color: #276fb2;
}

.footer_nav li {
  margin: 0 0 14px;
}

.footer_form {
  float: right;
  width: 281px;
}

.footer_form form {
  padding: 4px 0 0;
}

.footer_form input {
  font: 300 14px "Roboto", sans-serif;
  border: 2px solid #276fb2;
  background: #f5f5f5;
  border-radius: 10px;
  height: 43px;
  padding: 0 10px;
  width: 100%;
  color: #000;
  box-sizing: border-box;
}

.footer_form .form-item {
  margin: 0 0 17px;
}

.footer_form .btn {
  padding: 8px;
  width: 100%;
  font-size: 16px;
}

.footer_social {
  display: none;
  text-align: center;
  width: 100%;
  float: none;
  margin: 4px 0 20px;
}

.footer_social a {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 28px;
  height: 28px;
  margin: 0 3px;
  float: none;
}

.footer_social img,
.footer_social svg {
  transform: translate(-50%, -50%);
  top: 50%;
  width: 18px;
  height: 18px;
  left: 50%;
  position: absolute;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none !important;
}

.wpcf7-not-valid {
  border-color: red !important;
}

.wpcf7-not-valid-tip {
  font-size: 0.6em;
}

@media screen and (max-width: 1080px) {
  .nav-menu a {
    padding: 18px 0;
  }

  .pluses-list_in .item {
    -ms-flex: 33.3% 1 1;
    flex: 33.3% 1 1;
  }

  .about-comp_gallery {
    width: 45%;
    margin: 0 30px 0 0;
  }

  .services-list_in {
    margin: 0;
  }

  .services-list_in .item {
    -ms-flex: 33% 1 1;
    flex: 33% 1 1;
  }

  .contacts-info_top a {
    width: 200px;
  }

  .review-list .item {
    padding: 20px;
    font-size: 15px;
  }

  .contacts-info_map {
    width: 45%;
  }

  .footer_form {
    float: none;
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }

  .footer_form form {
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }

  .footer_form .form-item {
    -ms-flex: 1;
    flex: 1;
  }

  .footer_form .btn {
    height: 43px;
    -ms-flex: 1;
    flex: 1;
  }

  .masthead-inner {
    font-size: 20px;
    line-height: 1.2;
  }

  .masthead-inner ul,
  .masthead-inner h1 {
    max-width: 50%;
  }

  .masthead-inner .img {
    position: absolute;
    top: 0;
    right: -200px;
  }

  .content-slogan .img {
    margin-right: -685px;
  }

  .text-info img.alignleft,
  .text-info img.alignright,
  .text-info img[align=right],
  .text-info img[align=left] {
    max-width: 40%;
  }

  .content-callback form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0 0;
  }

  .content-callback .btn {
    width: 100%;
  }

  .nav-menu .sub-menu {
    width: 340px;
  }

  .nav-menu .menu-item-has-children .menu-item-has-children > a:after {
    right: 20px;
  }

  .nav-menu .menu-item-has-children .menu-item-has-children > a,
  .nav-menu .sub-menu a {
    font-size: 18px;
    padding-right: 40px;
  }

  .nav-menu .sub-menu .sub-menu {
    width: 410px;
    padding: 28px 0 16px 25px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu,
  .header_tel,
  .header_social,
  .footer_social {
    display: none;
  }

  .burger,
  .footer_social {
    display: block;
  }

  .header {
    padding: 6px 0;
  }

  .logo {
    width: 62px;
    margin: 0;
    float: left;
  }

  .logo img,
  .logo svg {
    width: 100%;
    height: auto;
  }

  h1 {
    font-weight: 900;
    font-size: 26px;
    color: #276fb2;
    line-height: 30px;
    margin: 0 0 33px;
  }

  .title-item {
    font-weight: 600;
    margin: 0 0 28px;
    font-size: 26px;
    line-height: 30px;
  }

  .masthead {
    font-weight: 300;
    font-size: 18px;
    color: #000;
    padding: 160px 0 34px;
    line-height: 21px;
  }

  .masthead p {
    margin: 0 80px 0 0;
  }

  .masthead .img {
    right: -214px;
    top: auto;
    bottom: 99px;
    left: auto;
    height: 373px;
    transform: none;
  }

  .masthead .btn {
    margin: 116px 0 0;
    padding: 13px;
    width: 100%;
    font-size: 20px;
  }

  .pluses-list_in {
    gap: 0;
  }

  .pluses-list {
    padding: 42px 0 38px;
  }

  .pluses-list .item {
    font-size: 18px;
    min-height: 185px;
    margin: 0 0 15px;
    -ms-flex: 100% 1 1;
    flex: 100% 1 1;
    padding: 20px 30px 21px 44px;
    line-height: 22px;
  }

  .pluses-list img {
    height: 60px;
    margin: 0 0 20px;
  }

  .about-comp {
    padding: 28px 0 12px;
  }

  .about-comp_gallery {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }

  .about-comp_gallery_big {
    margin: 0 0 7px;
  }

  .about-comp_gallery_big a {
    height: 267px;
  }

  .about-comp_text {
    font-size: 18px;
    line-height: 23px;
  }

  .services-list_in .item {
    -ms-flex: 100% 1 1;
    flex: 100% 1 1;
    margin: 0 0 1px;
    height: 306px;
  }

  .services-list_in span {
    min-height: 66px;
    padding: 0 15px 14px;
  }

  .doctors-list {
    padding: 10px 0;
  }

  .doctors-list .slick-slide {
    padding: 0 0 0 20px;
  }

  .doctors-list .carousel-item {
    font-size: 16px;
    line-height: 19px;
    width: 237px !important;
  }

  .doctors-list .photo {
    height: 194px;
  }

  .doctors-list .text {
    padding: 22px 18px 24px;
  }

  .doctors-list .btn {
    margin: 50px 5px 0;
    padding: 7px;
    font-size: 18px;
  }

  .doctors-list p {
    margin: 0 0 8px;
  }

  .doctors-list h3 {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 11px;
  }

  .doctors-list_in {
    margin: 0 -20px;
  }

  .video-blog {
    padding: 9px 0;
  }

  .video-blog_list {
    white-space: nowrap;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: block;
    margin: 0 -20px;
    padding: 0 19px 0 1px;
  }

  .video-blog_list::-webkit-scrollbar {
    display: none;
  }

  .video-blog_list .preview {
    height: 130px;
  }

  .video-blog_list .item {
    font-size: 16px;
    line-height: 19px;
    width: 219px;
    display: inline-block;
    vertical-align: top;
    margin: 0 -12px 0 19px;
    white-space: normal;
  }

  .review-list {
    padding: 20px 0 10px;
  }

  .review-list_in {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 13px;
    padding: 0 20px 10px;
    margin: 0 -20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .review-list_in::-webkit-scrollbar {
    display: none;
  }

  .review-list_in .item {
    min-width: 277px;
    padding: 25px 15px 28px 25px;
    -ms-flex: 277px 0 0px;
    flex: 277px 0 0;
    font-size: 14px;
    line-height: 16.4px;
  }

  .review-list_in .name {
    margin: 0 0 8px;
  }

  .review-list_in .stars {
    height: 20px;
    width: 100px;
    background-size: 20px;
    margin: 0 0 10px;
  }

  .review-list_in .stars span {
    background-size: 20px;
  }

  .contacts-info_top {
    padding: 8px 0 15px;
  }

  .contacts-info_top .wrapper {
    display: block;
  }

  .contacts-info_top a {
    height: 50px;
    margin: 0 0 14px;
    width: 100%;
  }

  .contacts-info_map {
    float: none;
    width: 100%;
    height: 304px;
    margin: 29px 0 18px;
  }

  .contacts-info {
    padding: 0 0 10px;
  }

  .contacts-info h2 {
    font-size: 20px;
    line-height: 23px;
    margin: 24px 0 21px;
  }

  .contacts-info h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    margin: 21px 0 15px;
  }

  .contacts-info p {
    font-size: 18px;
    line-height: 21px;
  }

  .contacts-info_text {
    padding: 0;
  }

  .footer {
    padding: 31px 0 1px;
  }

  .footer_form {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
  }

  .footer_form form {
    display: block;
  }

  .footer_nav {
    margin: 0 0 300px;
  }

  .footer_logo {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }

  .footer_logo img {
    width: 93px;
  }

  .footer_nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 -20px 225px;
    width: auto;
    overflow: hidden;
  }

  .footer_nav li {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 14px;
  }

  .footer_nav .title {
    font-size: 18px;
  }

  .footer_nav .item {
    padding: 8px 20px 9px;
    text-align: center;
    width: 100%;
    border-top: 2px solid #276fb2;
  }

  .footer_nav .item:last-child {
    border: none;
    padding-top: 0;
  }

  .footer_nav .item:nth-child(2) .title {
    display: none;
  }

  .footer .title {
    margin: 0 0 9px;
    font-size: 18px;
  }

  .footer input {
    padding: 0 4px;
  }

  .masthead-inner {
    padding: 54px 0 0;
    font-size: 14px;
    line-height: 16px;
  }

  .masthead-inner .btn {
    width: 100%;
    margin: 177px 0 0;
    font-size: 20px;
    padding: 13px;
  }

  .masthead-inner blockquote {
    font-size: 18px;
    line-height: 22px;
    margin: 34px auto 4px;
  }

  .masthead-inner h1 {
    max-width: none;
    margin: 0 0 58px;
  }

  .masthead-inner ul {
    max-width: none;
    margin: 0 35px 0 0;
  }

  .masthead-inner li {
    padding: 0 0 0 20px;
  }

  .masthead-inner li:after {
    top: 5px;
    left: 8px;
    width: 2px;
    height: 2px;
  }

  .masthead-inner .img {
    top: 50px;
    right: -165px;
    height: 360px;
  }

  .content-slogan {
    padding: 29px 0 35px;
    font-size: 18px;
    line-height: 22px;
  }

  .content-slogan .title-item {
    margin: 0 0 3px;
  }

  .content-slogan .btn {
    font-size: 20px;
    width: auto;
    min-width: 260px;
    text-align: center;
    padding: 6px 20px;
    margin: 28px 0 0;
  }

  .price-info {
    padding: 29px 0;
  }

  .price-info .title-item {
    margin: 0 0 27px;
  }

  .price-info_in {
    margin: 0 -20px;
    padding: 35px 6px 27px;
  }

  .price-info_in .item {
    font-size: 12px;
    line-height: 15px;
    padding: 10px 13px 5px 6px;
  }

  .price-info_in strong {
    font-size: 14px;
    line-height: 16px;
  }

  .text-info {
    font-size: 14px;
    line-height: 16px;
  }

  .text-info h3 {
    font-size: 18px;
    margin: 28px 0 17px;
    line-height: 21px;
  }

  .text-info .btn {
    font-size: 18px;
    width: 100%;
  }

  .text-info .center h3 {
    margin-top: 0;
  }

  .text-info img[align=right],
  .text-info img[align=left] {
    width: 100%;
    float: none;
    max-width: 100%;
    margin: 0 0 3px;
  }

  .content-callback {
    text-align: left;
    padding: 27px 0 18px;
    font-size: 14px;
    margin: 0 0 8px;
    line-height: 17px;
  }

  .content-callback .title-item {
    text-align: left;
    margin: 0 0 9px;
  }

  .content-callback form {
    display: block;
    padding: 0 25px 20px;
    margin: 26px 0 0;
  }

  .content-callback input {
    font-size: 12px;
    height: 40px;
    padding: 0 18px;
  }

  .content-callback .btn {
    padding: 6px;
    text-transform: uppercase;
    font-weight: 500;
  }

  .content-callback .form-item {
    margin: 0 0 15px;
  }

  .mobile-top {
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-bottom {
    display: block;
  }

  .ns {
    overflow: hidden;
  }

  .nav-menu {
    position: fixed;
    background: #f5f5f5;
    top: 65px;
    left: 0;
    width: 100%;
    bottom: 0;
    overflow: auto;
  }

  .nav-menu .wrapper {
    padding: 0;
  }

  .nav-menu.open {
    display: block;
  }

  .nav-menu a {
    padding: 10px 0;
  }

  .nav-menu ul {
    display: block;
    padding: 12px 27px 15px;
  }

  .nav-menu li {
    display: block;
    margin: 0 0 10px;
  }

  .nav-menu a {
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    color: #000;
  }

  .nav-menu .menu-item-has-children:hover > .sub-menu,
  .nav-menu .sub-menu {
    background: #f5f5f5;
    position: fixed;
    z-index: 100;
    top: 0;
    overflow: auto;
    left: 0;
    width: 100%;
    padding: 72px 0 0;
    height: 100%;
    display: none !important;
  }

  .nav-menu .menu-item-has-children:hover > .sub-menu .back,
  .nav-menu .sub-menu .back {
    position: absolute;
    top: 19px;
    left: 19px;
    background: url(../images/svg/nav-back.svg) no-repeat;
    width: 17px;
    height: 30px;
  }

  .nav-menu .menu-item-has-children:hover > .sub-menu .sub-menu,
  .nav-menu .sub-menu .sub-menu {
    margin: 0;
  }

  .nav-menu .menu-item-has-children:hover > .sub-menu:after,
  .nav-menu .sub-menu:after {
    display: none;
  }

  .nav-menu .menu-item-has-children:hover > .sub-menu li,
  .nav-menu .sub-menu li {
    margin: 0 0 12px;
    float: none;
    width: 100%;
  }

  .nav-menu .menu-item-has-children:hover > .sub-menu a,
  .nav-menu .sub-menu a {
    padding: 9px 80px 9px 19px;
    display: block;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    color: #000;
  }

  .nav-menu .menu-item-has-children .menu-item-has-children > a:after {
    right: 29px;
  }

  .nav-menu .menu-item-has-children > a:after {
    background: url(../images/svg/arr-nav3.svg) no-repeat;
  }

  .nav-menu li.menu-item-has-children.show-child > .sub-menu {
    display: block !important;
  }
}