@charset "UTF-8";
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;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

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

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

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  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-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  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;
  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;
  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--current, .fancybox-slide--next, .fancybox-slide--previous {
  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;
  user-select: none;
  z-index: 99995;
}

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

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

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .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;
  user-select: none;
  width: 100%;
}

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

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .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-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.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;
}

.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:link, .fancybox-button:visited {
  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;
}

.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--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  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;
}

.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;
}

.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;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.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;
}

.fancybox-loading {
  animation: a 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 a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.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: translateZ(0);
}

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

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

.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: scaleX(1);
}

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

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

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

.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: scaleX(1) translateZ(0);
}

.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: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .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-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;
}

.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;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  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;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  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;
}

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

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

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

body {
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 19rem;
}
.wrapper header,
.wrapper main,
.wrapper footer {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .wrapper {
    padding-top: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 0;
  }
}

footer {
  margin-top: auto;
}

html {
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #031C30;
}
@media screen and (max-width: 1320px) {
  html {
    font-size: 8.7px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 9px;
  }
}

select,
button,
input,
textarea {
  font-family: "Rubik", sans-serif;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #031C30;
  outline: 0;
}

.a, .dropdown-menu .show-sub-menu:before, .dropdown-menu .show-sub-menu:after, .footer__col_3:after, .entry-content #ez-toc-container .ez-toc-title-toggle:before, .entry-content #ez-toc-container .ez-toc-title-toggle:after, .breadcrumbs:after, .step__arrow:before, .step__arrow:after, .service:after, .about-centre__text:after, .entry-content .ngg-albumoverview .ngg-album-link a:after,
.entry-content .ngg-albumoverview.default-view .ngg-album-link a:after, .more-link:after {
  content: "";
  display: block;
}

.ffe, .offer-item__title, .entry-content ul li strong, .entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6, .title-h3, .title {
  font-family: "Rubik", sans-serif;
}

.content {
  max-width: calc(128rem + 30px);
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.title {
  font-weight: 500;
  font-size: 4rem;
  margin-bottom: 4.5rem;
  line-height: 1.15;
}
.title span {
  color: #FFB571;
}
.title_white {
  color: #fff;
}
.title_mb40 {
  margin-bottom: 4rem;
}
.title_mb20 {
  margin-bottom: 2rem;
}
.title_mb30 {
  margin-bottom: 3rem;
}
.title_center {
  text-align: center;
}
.title_in {
  padding-top: 5rem;
  margin-bottom: 0;
  max-width: 90rem;
}
.title_fz50 {
  font-size: 5rem;
}
.title_mb35 {
  margin-bottom: 3.5rem;
}
.title_mb15 {
  margin-bottom: 1.5rem;
}
.title_w75 {
  max-width: 75rem;
}
.title_single {
  margin-bottom: 3rem;
}
@media screen and (max-width: 540px) {
  .title {
    font-size: 3.3rem;
  }
}

.zoom:after {
  content: "";
  position: absolute;
  z-index: 1;
  font-family: "icomoon" !important;
  width: 6rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #031C30;
  font-size: 2.2rem;
  background: #FFB571;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: 0.3s;
}
@media (hover: hover) {
  .zoom:hover:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.link {
  color: #047CC4;
  text-decoration: underline;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media (hover: hover) {
  .link:hover {
    text-decoration: none;
  }
}

.title-h3 {
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 1.3;
  margin-bottom: 3rem;
}
.title-h3_mb20 {
  margin-bottom: 2rem;
}
.title-h3_fz23 {
  font-size: 2.3rem;
}
@media screen and (max-width: 999px) {
  .title-h3 {
    font-size: 18px;
  }
}

.text {
  font-size: 2rem;
  line-height: 1.5;
}
.text_mb30 {
  margin-bottom: 3rem;
}

.more-link {
  color: #FFB571;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.more-link:after {
  z-index: 1;
  background: url(../images/icons/arrow-long.svg) center no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  position: relative;
  left: 0;
  transition: 0.3s;
}
@media (hover: hover) {
  .more-link:hover:after {
    left: 15px;
  }
}

.thumb {
  position: relative;
  overflow: hidden;
}
.thumb img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icons/icomoon.eot?ci12bb");
  src: url("../fonts/icons/icomoon.eot?ci12bb#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?ci12bb") format("truetype"), url("../fonts/icons/icomoon.woff?ci12bb") format("woff"), url("../fonts/icons/icomoon.svg?ci12bb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "";
}

.icon-text:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}
.icon-facebook:before {
    content: "\e910";
}
.icon-address:before {
  content: "";
}

.icon-author:before {
  content: "";
}

.icon-checked:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-marker:before {
  content: "";
}

.icon-name:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-phone-i:before {
  content: "";
}

.entry-content {
  font-size: 1.6rem;
  line-height: 1.6;
}
.entry-content:after {
  content: "";
  display: table;
  clear: both;
}
.entry-content a:not(.button) {
  color: #047CC4;
  text-decoration: underline;
}
.entry-content a:not(.button):hover {
  text-decoration: none;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.44;
  font-weight: 500;
  margin-bottom: 2rem;
  padding-top: 1.5rem;
}
.entry-content h1 {
  font-size: 4.5rem;
}
.entry-content h3,
.entry-content h2 {
  font-size: 3.2rem;
}
.entry-content h4 {
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
}
.entry-content h5,
.entry-content h6 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
.entry-content p {
  margin-bottom: 1.7em;
}
.entry-content p.button-line {
  margin-bottom: 3.5rem;
}
.entry-content p + ul, .entry-content p + ol, .entry-content p + h2, .entry-content p + h3 {
  padding-top: 1.3rem;
}
.entry-content hr {
  background: #1ccd9e;
  height: 4px;
  border: 0;
  margin-bottom: 1.15em;
}
.entry-content ul {
  margin-bottom: 2.5rem;
}
.entry-content ul li {
  position: relative;
    padding-left: 3rem;
  padding-bottom: 0.8rem;
}
.entry-content ul li:before {
  content: "";
    position: absolute;
  box-sizing: border-box;
  display: block;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  left:0;
  top: 0.7rem;
  border: 0.3rem solid #047CC4;
  border-radius: 50%;
}
.entry-content ol {
  counter-reset: ol;
  margin-bottom: 2.5rem;
}
.entry-content ol li {
    position: relative;
  padding-bottom: 0.8rem;
  list-style: none;
    padding-left:3rem;
}
.entry-content ol li:before {
  counter-increment: ol;
  content: counter(ol) ".";
  color: #047CC4;
  font-weight: 600;
  display: block;
    position: absolute; 
    top:0;
    left:0;
}
.entry-content blockquote {
  padding: 3rem 2rem 3rem 13rem;
  position: relative;
  margin-bottom: 3rem;
  border: 2px solid #FFB571;
  background: url(../images/quote.svg) 3rem 2rem no-repeat;
  background-size: 7.4rem;
  border-radius: 0.6rem;
}
.entry-content blockquote cite {
  display: block;
  text-align: right;
  color: #0fc898;
  font-weight: normal;
  font-style: normal;
  padding-top: 20px;
  font-size: 0.889em;
}
.entry-content blockquote * {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 540px) {
  .entry-content blockquote {
    background-size: 4rem;
    padding-left: 8rem;
    background-position: 2rem 3rem;
  }
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content figcaption {
  font-size: 1.5rem;
  color: #6D7377;
  text-align: center;
  display: block;
  padding: 1rem 0;
}
.entry-content ul + table,
.entry-content ol + table {
  transform: translateY(1.5rem);
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .entry-content .table-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -15px;
    padding-left: 15px;
    display: flex;
  }
  .entry-content .table-scroll:after {
    content: "";
    display: block;
    min-width: 15px;
  }
}
.entry-content table {
  width: 100% !important;
  border-collapse: separate;
  border-spacing: 0 0;
  margin-bottom: 3rem;
  border-radius: 1rem;
}
.entry-content table tr td {
  width: auto !important;
  height: auto !important;
  padding: 1.5rem 2rem;
}
.entry-content table tr td:first-child {
  padding-left: 3rem;
}
.entry-content table tfoot tr:nth-child(odd),
.entry-content table tbody tr:nth-child(odd) {
  background: #F5FAFF;
}
.entry-content table tfoot tr td,
.entry-content table tbody tr td {
  border: 1px solid #E0EAF3;
}
.entry-content table tfoot tr:last-child td:first-child,
.entry-content table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 1rem;
}
.entry-content table tfoot tr:last-child td:last-child,
.entry-content table tbody tr:last-child td:last-child {
  border-radius: 0 0 1rem 0;
}
.entry-content table thead tr {
  color: #fff;
  font-weight: 500;
}
.entry-content table thead tr td {
  background: #047CC4;
}
.entry-content table thead tr:first-child td:first-child {
  border-radius: 1rem 0 0 0;
}
.entry-content table thead tr:first-child td:last-child {
  border-radius: 0 1rem 0 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 2rem 4rem;
}

.alignleft {
  float: left;
  margin: 5px 4rem 2rem 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media screen and (max-width: 999px) {
  .entry-content .alignright,
.entry-content .alignleft {
    max-width: 44%;
  }
}
@media screen and (max-width: 580px) {
  .entry-content img {
    display: block;
    float: none !important;
    width:auto;
    margin: 0 auto 30px auto !important;
    max-width: 100% !important;
  }
}
.modals {
  display: none;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}

.fancybox-content.modal {
  max-width: 43rem;
  width: 100%;
  background: #fff;
  overflow: visible;
  padding: 4.5rem 2rem;
  position: relative;
  border-radius: 1rem;
}
.fancybox-content.modal .title {
  margin-bottom: 3rem;
}

.modal__form {
  max-width: 34rem;
  margin: 0 auto;
}

.fancybox-bg {
  background: #031C30;
}

.fancybox-slide--html .fancybox-close-small {
  color: #758DA0;
  padding: 4px;
}

.fancybox-button--close {
  background: #047CC4;
  opacity: 1;
  color: #fff;
  border-radius: 0 0 0 6px;
}

.fancybox-button svg path {
  stroke-width: 2;
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
  background: #047CC4;
  border-radius: 6px;
  color: #fff;
  padding: 4px;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
}
.fancybox-navigation .fancybox-button--arrow_left svg path,
.fancybox-navigation .fancybox-button--arrow_right svg path {
  fill: none;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 15px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 15px;
}

.icon-before-title {
  margin-bottom: 2rem;
  font-size: 9.6rem;
  color: #047CC4;
  height: 9.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.after-title {
  text-align: center;
  font-size: 1.5rem;
  color: #6D7377;
  margin-top: -2rem;
}

.fancybox-content.modal_success {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.sl-overlay {
  background: rgba(3, 28, 48, 0.5) !important;
  opacity: 1 !important;
}

.hidden-scroll {
  position: relative;
}

.sl-close {
  background: #047CC4 url(../images/x.svg) center no-repeat !important;
  background-size: 1.6rem !important;
  color: transparent !important;
  opacity: 1 !important;
  margin: 0 !important;
  top: 0 !important;
  right: 0 !important;
  width: 5rem !important;
  height: 5rem !important;
  border-radius: 0 0 0 6px;
}

.sl-counter {
  font-size: 1.5rem !important;
}

.sl-wrapper .sl-navigation button.sl-next,
.sl-wrapper .sl-navigation button.sl-prev {
  width: 5rem !important;
  height: 5rem !important;
  background: #047CC4 url(../images/arrow-long.svg) 55% center no-repeat !important;
  background-size: 1rem !important;
  color: transparent !important;
  border-radius: 6px !important;
  margin-top: -2.5rem !important;
}

.sl-counter {
  color: #fff !important;
}

.sl-wrapper .sl-navigation button.sl-prev {
  transform: scale(-1, 1) !important;
}

.entry-content .ngg-albumoverview,
.entry-content .ngg-albumoverview.default-view {
  margin: 0;
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 -1.7rem;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .entry-content .ngg-albumoverview,
.entry-content .ngg-albumoverview.default-view {
    margin: 0 -10px;
  }
}
.entry-content .ngg-albumoverview .ngg-album-compact,
.entry-content .ngg-albumoverview.default-view .ngg-album-compact {
  text-align: center;
  margin: 0 1.7rem 3.4rem !important;
  padding: 0 !important;
  border: 0;
  box-shadow: none;
  display: block;
  width: calc(33.33333% - 3.4rem);
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .entry-content .ngg-albumoverview .ngg-album-compact,
.entry-content .ngg-albumoverview.default-view .ngg-album-compact {
    width: calc(50% - 20px);
    margin: 0 10px 20px !important;
  }
}
@media screen and (max-width: 410px) {
  .entry-content .ngg-albumoverview .ngg-album-compact,
.entry-content .ngg-albumoverview.default-view .ngg-album-compact {
    width: calc(100% - 20px);
  }
}
@media (hover: hover) {
  .entry-content .ngg-albumoverview .ngg-album-compact:hover h4 a,
.entry-content .ngg-albumoverview.default-view .ngg-album-compact:hover h4 a {
    color: #047CC4;
  }
}
.entry-content .ngg-albumoverview .ngg-album-link a,
.entry-content .ngg-albumoverview.default-view .ngg-album-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.entry-content .ngg-albumoverview .ngg-album-link a img,
.entry-content .ngg-albumoverview.default-view .ngg-album-link a img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.entry-content .ngg-albumoverview .ngg-album-link a:after,
.entry-content .ngg-albumoverview.default-view .ngg-album-link a:after {
  position: absolute;
  z-index: 1;
  height: 15rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(3, 28, 48, 0) 0%, #031C30 100%);
}
.entry-content .ngg-albumoverview .ngg-album-compactbox,
.entry-content .ngg-albumoverview.default-view .ngg-album-compactbox {
  padding: 93% 0 0 0 !important;
}
.entry-content .ngg-albumoverview .ngg-album-gallery-image-counter,
.entry-content .ngg-albumoverview.default-view .ngg-album-gallery-image-counter {
  display: none !important;
}
.entry-content .ngg-albumoverview .ngg-album-compact h4,
.entry-content .ngg-albumoverview.default-view .ngg-album-compact h4 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 0;
}
.entry-content .ngg-albumoverview .ngg-album-compact h4 a,
.entry-content .ngg-albumoverview.default-view .ngg-album-compact h4 a {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem;
  max-width: none !important;
  height: auto;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  letter-spacing: inherit;
}
.entry-content .ngg-galleryoverview {
  margin: 0 -1.7rem !important;
  display: flex !important;
  flex-wrap: wrap;
  width: auto !important;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .entry-content .ngg-galleryoverview {
    margin: 0 -10px !important;
  }
}
.entry-content .ngg-gallery-thumbnail-box {
  width: calc(25% - 3.4rem) !important;
  margin: 0 1.7rem 3.4rem !important;
}
@media screen and (max-width: 1000px) {
  .entry-content .ngg-gallery-thumbnail-box {
    width: calc(33.3333% - 3.4rem) !important;
  }
}
@media screen and (max-width: 640px) {
  .entry-content .ngg-gallery-thumbnail-box {
    width: calc(50% - 20px) !important;
    margin: 0 10px 20px !important;
  }
}
.entry-content .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail {
  margin: 0;
  border: 0;
}
.entry-content .ngg-gallery-thumbnail-box a {
  margin: 0 !important;
  position: relative !important;
}
.entry-content .ngg-gallery-thumbnail-box a img {
  transition: 0.3s;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
@media screen and (max-width: 640px) {
  .entry-content .ngg-gallery-thumbnail-box a img {
    border-width: 5px;
  }
}
.entry-content .ngg-gallery-thumbnail-box a:after {
  content: "";
  position: absolute;
  z-index: 1;
  font-family: "icomoon" !important;
  width: 6rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #031C30;
  font-size: 2.2rem;
  background: #FFB571;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: 0.3s;
}
@media (hover: hover) {
  .entry-content .ngg-gallery-thumbnail-box a:hover:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.entry-content.gallery-three-col .ngg-gallery-thumbnail-box {
  width: calc(33.33333% - 3rem);
}
@media screen and (max-width: 640px) {
  .entry-content.gallery-three-col .ngg-gallery-thumbnail-box {
    width: calc(50% - 2rem);
    margin: 0 1rem 2rem;
  }
}
.entry-content .ngg-navigation {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 1.7rem 3.4rem;
}
.entry-content .ngg-navigation .prev,
.entry-content .ngg-navigation .next,
.entry-content .ngg-navigation span,
.entry-content .ngg-navigation .page-numbers {
  margin: 0 0.5rem 0.5rem;
  width: 4rem;
  height: 4rem;
  background: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: 1px solid #047CC4;
  border-radius: 0.3rem;
  color: #047CC4;
  font-size: 1.5rem;
}
.entry-content .ngg-navigation .prev svg,
.entry-content .ngg-navigation .next svg,
.entry-content .ngg-navigation span svg,
.entry-content .ngg-navigation .page-numbers svg {
  width: 1.1rem;
  height: 1.1rem;
}
.entry-content .ngg-navigation .prev.current,
.entry-content .ngg-navigation .next.current,
.entry-content .ngg-navigation span.current,
.entry-content .ngg-navigation .page-numbers.current {
  background: #047CC4 !important;
  color: #fff !important;
}
.entry-content .ngg-navigation .prev,
.entry-content .ngg-navigation .next {
  font-size: 0 !important;
}
.entry-content .ngg-navigation .prev:before,
.entry-content .ngg-navigation .next:before {
  content: "";
  font-family: "icomoon";
  font-size: 1.2rem;
}
.entry-content .ngg-navigation .prev:hover,
.entry-content .ngg-navigation .next:hover {
  color: #fff !important;
  background: #047CC4 !important;
}
.entry-content .ngg-navigation .next {
  transform: scale(-1, 1);
}
.entry-content .ngg-navigation a:hover {
  color: #fff !important;
  background: #047CC4 !important;
}
.entry-content .blocks-gallery-grid {
  margin: 0 -1.7rem;
}
@media screen and (max-width: 640px) {
  .entry-content .blocks-gallery-grid {
    margin: 0 -10px !important;
  }
}
.entry-content .blocks-gallery-grid .blocks-gallery-item {
  width: calc(25% - 3.4rem) !important;
  margin: 0 1.7rem 3.4rem !important;
  flex-grow: 0;
}
.entry-content .blocks-gallery-grid .blocks-gallery-item a {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.entry-content .blocks-gallery-grid .blocks-gallery-item a:after {
  content: "";
  position: absolute;
  z-index: 1;
  font-family: "icomoon" !important;
  width: 6rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #031C30;
  font-size: 2.2rem;
  background: #FFB571;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: 0.3s;
}
@media (hover: hover) {
  .entry-content .blocks-gallery-grid .blocks-gallery-item a:hover:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.entry-content .blocks-gallery-grid .blocks-gallery-item:before {
  display: none;
}
@media screen and (max-width: 1000px) {
  .entry-content .blocks-gallery-grid .blocks-gallery-item {
    width: calc(33.3333% - 3.4rem) !important;
  }
}
@media screen and (max-width: 640px) {
  .entry-content .blocks-gallery-grid .blocks-gallery-item {
    width: calc(50% - 20px) !important;
    margin: 0 10px 20px !important;
  }
}

/*-----------------input-list----------------------*/
.input-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  z-index: 500;
}

.input-list__item {
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
}
.input-list__item:last-child {
  margin-bottom: 0;
}

.input-list__item_50 {
  width: calc(50% - 1.5rem);
}
.input-list__item_50 .button {
  width: 100%;
}

.input-list__item_submit {
  padding-top: 1.5rem;
}

.input-list__item_33 {
  width: calc(33.3333% - 1.3rem);
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .input-list__item_33 {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.input-list__item_33 .button {
  display: flex;
  max-width: inherit;
  padding: 0 1rem;
  width: 100%;
}

.input-list__item_button,
.input-list__item_rating {
  width: auto;
  align-self: center;
  margin-bottom: 0;
}

.input-list__item_button {
  flex-grow: 1;
  max-width: 35rem;
}
.input-list__item_button .button {
  width: 100%;
}

.input-list__label {
  margin-bottom: 1rem;
}

.privacy-row {
  display: flex;
  align-items: flex-start;
}
.privacy-row a {
  text-decoration: underline;
}
.privacy-row a:hover {
  text-decoration: none;
}

.input-list__stars {
  margin-left: -1rem;
  height: 30px;
  margin-top: -0.3rem;
}
.input-list__stars .jq-star {
  margin: 0 0.5rem;
}

@media screen and (max-width: 540px) {
  .input-list__item_button,
.input-list__item_rating,
.input-list__item_33,
.input-list__item_50 {
    width: 100%;
    text-align: center;
    max-width: 100%;
  }

  .input-list__item_rating {
    margin-bottom: 3rem;
  }

  .input-list__item_submit {
    text-align: center;
  }
}
/*-----------------submit----------------------*/
button[type=button],
button[type=submit],
input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
  border: 0;
  outline: 0;
}

/*-----------------input----------------------*/
select,
textarea,
input[type=search],
input[type=number],
input[type=password],
input[type=email],
input[type=text],
input[type=tel] {
  height: 5rem;
  border: 0;
  padding: 0 2rem;
  font-size: 16px;
  display: block;
  outline: none;
  width: 100%;
  background: 0;
  color: #050018;
  border-radius: 0.4rem;
  -webkit-appearance: none;
  transition: 0.3s;
  border: 1px solid #BECEDF;
  font-weight: normal;
  background: #fff;
}
select.input-white,
textarea.input-white,
input[type=search].input-white,
input[type=number].input-white,
input[type=password].input-white,
input[type=email].input-white,
input[type=text].input-white,
input[type=tel].input-white {
  border-color: #fff;
}
select.input-with-icon,
textarea.input-with-icon,
input[type=search].input-with-icon,
input[type=number].input-with-icon,
input[type=password].input-with-icon,
input[type=email].input-with-icon,
input[type=text].input-with-icon,
input[type=tel].input-with-icon {
  padding-left: 6rem;
}
select.input-with-icon + .wpcf7-not-valid-tip + .icon-input, select.input-with-icon + .icon-input,
textarea.input-with-icon + .wpcf7-not-valid-tip + .icon-input,
textarea.input-with-icon + .icon-input,
input[type=search].input-with-icon + .wpcf7-not-valid-tip + .icon-input,
input[type=search].input-with-icon + .icon-input,
input[type=number].input-with-icon + .wpcf7-not-valid-tip + .icon-input,
input[type=number].input-with-icon + .icon-input,
input[type=password].input-with-icon + .wpcf7-not-valid-tip + .icon-input,
input[type=password].input-with-icon + .icon-input,
input[type=email].input-with-icon + .wpcf7-not-valid-tip + .icon-input,
input[type=email].input-with-icon + .icon-input,
input[type=text].input-with-icon + .wpcf7-not-valid-tip + .icon-input,
input[type=text].input-with-icon + .icon-input,
input[type=tel].input-with-icon + .wpcf7-not-valid-tip + .icon-input,
input[type=tel].input-with-icon + .icon-input {
  position: absolute;
  left: 2rem;
  top: 1.1rem;
  font-size: 2.4rem;
  color: #758DA0;
  transition: 0.3s;
  pointer-events: none;
}
select.input-with-icon:focus,
textarea.input-with-icon:focus,
input[type=search].input-with-icon:focus,
input[type=number].input-with-icon:focus,
input[type=password].input-with-icon:focus,
input[type=email].input-with-icon:focus,
input[type=text].input-with-icon:focus,
input[type=tel].input-with-icon:focus {
  border-color: #047CC4;
}
select.input-with-icon:focus + .wpcf7-not-valid-tip + .icon-input, select.input-with-icon:focus + .icon-input,
textarea.input-with-icon:focus + .wpcf7-not-valid-tip + .icon-input,
textarea.input-with-icon:focus + .icon-input,
input[type=search].input-with-icon:focus + .wpcf7-not-valid-tip + .icon-input,
input[type=search].input-with-icon:focus + .icon-input,
input[type=number].input-with-icon:focus + .wpcf7-not-valid-tip + .icon-input,
input[type=number].input-with-icon:focus + .icon-input,
input[type=password].input-with-icon:focus + .wpcf7-not-valid-tip + .icon-input,
input[type=password].input-with-icon:focus + .icon-input,
input[type=email].input-with-icon:focus + .wpcf7-not-valid-tip + .icon-input,
input[type=email].input-with-icon:focus + .icon-input,
input[type=text].input-with-icon:focus + .wpcf7-not-valid-tip + .icon-input,
input[type=text].input-with-icon:focus + .icon-input,
input[type=tel].input-with-icon:focus + .wpcf7-not-valid-tip + .icon-input,
input[type=tel].input-with-icon:focus + .icon-input {
  color: #047CC4;
}
select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input[type=search].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid {
  border-color: red;
}
select.wpcf7-not-valid + .wpcf7-not-valid-tip + .icon-input, select.wpcf7-not-valid + .icon-input,
textarea.wpcf7-not-valid + .wpcf7-not-valid-tip + .icon-input,
textarea.wpcf7-not-valid + .icon-input,
input[type=search].wpcf7-not-valid + .wpcf7-not-valid-tip + .icon-input,
input[type=search].wpcf7-not-valid + .icon-input,
input[type=number].wpcf7-not-valid + .wpcf7-not-valid-tip + .icon-input,
input[type=number].wpcf7-not-valid + .icon-input,
input[type=password].wpcf7-not-valid + .wpcf7-not-valid-tip + .icon-input,
input[type=password].wpcf7-not-valid + .icon-input,
input[type=email].wpcf7-not-valid + .wpcf7-not-valid-tip + .icon-input,
input[type=email].wpcf7-not-valid + .icon-input,
input[type=text].wpcf7-not-valid + .wpcf7-not-valid-tip + .icon-input,
input[type=text].wpcf7-not-valid + .icon-input,
input[type=tel].wpcf7-not-valid + .wpcf7-not-valid-tip + .icon-input,
input[type=tel].wpcf7-not-valid + .icon-input {
  color: red;
}

.input-list__required {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: #FF3F3F;
  font-size: 1.5rem;
  line-height: 1.4;
}

textarea {
  height: 15rem;
  padding-top: 1.4rem;
  padding-left: 1.6rem;
  resize: none;
  overflow: auto;
}

.check-style {
  display: flex;
  align-items: flex-start;
  font-size: 1.5rem;
  line-height: 1.47;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.check-style a {
  color: inherit;
  text-decoration: underline;
}
@media (hover: hover) {
  .check-style a:hover {
    text-decoration: none;
  }
}
.check-style input {
  display: none;
}
.check-style input + .check-style__item {
  border: 1px solid #FFFFFF;
  min-width: 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 2px;
  margin-right: 1.3rem;
  margin-top: 0.2rem;
}
.check-style input:checked + .check-style__item {
  background: #fff url(../images/icons/check_white.svg) center no-repeat;
  background-size: 80%;
}
.check-style_gray {
  color: #758DA0;
}
.check-style_gray input + .check-style__item {
  border-color: #758DA0;
}
.check-style_dark {
  color: #031C30;
}
.check-style_dark input + .check-style__item {
  border-color: #031C30;
}

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
  color: #758DA0;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

*:-moz-placeholder {
  color: #758DA0;
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

*::-moz-placeholder {
  color: #758DA0;
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

*:-ms-input-placeholder {
  color: #758DA0;
  opacity: 1;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

textarea:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder {
  opacity: 0;
}
textarea:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder {
  opacity: 0;
}
textarea:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder {
  opacity: 0;
}
textarea:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder {
  opacity: 0;
}

body .wpcf7-not-valid-tip {
  font-size: 10px !important;
  color: #fff !important;
  background: red !important;
  padding: 1px 4px !important;
  margin: 0 !important;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 5rem;
  height: 5rem;
  border-radius: 0.4rem;
  background: #FFB571;
  color: #031C30;
  position: relative;
  line-height: 1;
  font-size: 1.5rem;
  padding: 0 3.5rem;
  outline: none;
  border: 0;
  transition: 0.3s;
}
.button span {
  position: relative;
  z-index: 100;
}
.button:not(:disabled):hover {
  background: #FFC997;
  color: #031C30;
}
.button:not(:disabled):active, .button.nice-select.open:not(:disabled) {
  background: #FFA34F;
  box-shadow: inset 0 1rem 1rem rgba(0, 0, 0, 0.1);
}
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button_100 {
  width: 100%;
}
.button_p3 {
  padding: 0 3rem;
}
.button_reverse {
  background: #047CC4;
  color: #fff;
}

.button-border {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  border: 1px solid #047CC4;
  border-radius: 0.4rem;
  color: #758DA0;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  padding: 0 5px;
}
@media (hover: hover) {
  .button-border:hover {
    background: #047CC4;
    color: #fff;
  }
}
.button-border.active {
  background: #047CC4;
  color: #fff !important;
}
.button-border_orange {
  border-color: #FFB571;
}
.button-border_orange.active {
  background: #FFB571;
  color: #031C30 !important;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%;
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  filter: drop-shadow(-2px -2px 2px #888);
}

/* ------- Slick ARROW, DOTS Start---------- */
.slider-arrow {
  display: flex;
  justify-content: space-between;
  width: 13rem;
  padding-top: 3rem;
}
@media screen and (max-width: 1000px) {
  .slider-arrow {
    margin: 0 auto;
    padding-bottom: 3rem;
  }
}

.slider-arrow_absolute {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(65rem);
  z-index: 150;
}
@media screen and (max-width: 1070px) {
  .slider-arrow_absolute {
    right: 0;
    transform: none;
  }
}

.slider-arrow__prev,
.slider-arrow__next,
.slick-a-next,
.slick-a-prev,
.slick-arrow-prev.slick-arrow,
.slick-arrow-next.slick-arrow {
  position: absolute;
  cursor: pointer;
  transition: 0.3s;
  width: 5.7rem;
  height: 5.7rem;
  z-index: 700;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.slider-arrow__prev svg,
.slider-arrow__next svg,
.slick-a-next svg,
.slick-a-prev svg,
.slick-arrow-prev.slick-arrow svg,
.slick-arrow-next.slick-arrow svg {
  width: 5.7rem;
  height: 5.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .slider-arrow__prev:not(.slick-disabled):hover,
.slider-arrow__next:not(.slick-disabled):hover,
.slick-a-next:not(.slick-disabled):hover,
.slick-a-prev:not(.slick-disabled):hover,
.slick-arrow-prev.slick-arrow:not(.slick-disabled):hover,
.slick-arrow-next.slick-arrow:not(.slick-disabled):hover {
    color: #FFB571;
  }
}

.slick-a-prev,
.slick-arrow-prev.slick-arrow {
  left: -7rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1500px) {
  .slick-a-prev,
.slick-arrow-prev.slick-arrow {
    left: 0;
  }
}

.slick-a-next,
.slick-arrow-next.slick-arrow {
  right: -7rem;
}
@media screen and (max-width: 1500px) {
  .slick-a-next,
.slick-arrow-next.slick-arrow {
    right: 0;
  }
}

.slider-arrow__prev,
.slider-arrow__next {
  position: relative;
  transform: none;
}

.slider-arrow__prev {
  transform: scale(-1, 1);
}

.slider-arrow__prev.slick-disabled,
.slider-arrow__next.slick-disabled,
.slick-a-next.slick-disabled,
.slick-a-prev.slick-disabled,
.slick-arrow-next.slick-arrow.slick-disabled,
.slick-arrow-prev.slick-arrow.slick-disabled {
  cursor: not-allowed;
  color: #ADABB6;
}

.slick-a-next,
.slick-a-prev {
  transform: translateY(0);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}
.slick-dots li {
  padding: 0 7px;
}
.slick-dots li button {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 4px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #edf5fc;
}
.slick-dots .slick-active button {
  background: #FFB571;
}

/* ------- Scroll to Top Finish---------- */
.icon-menu {
  min-width: 25px;
  width: 25px;
  height: 18px;
  cursor: pointer;
  display: block;
}
@media (hover: hover) {
  .icon-menu:hover div {
    background: #758DA0;
  }
}

.sw-topper,
.sw-bottom,
.sw-footer {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 35px;
  height: 2px;
  background: #031C30;
  border: none;
  transition: transform 0.5s, top 0.2s, background 0.3s;
}

.sw-bottom {
  top: 5px;
}

.sw-footer {
  top: 10px;
  max-width: 80%;
  margin-left: auto;
}

@media screen and (min-width: 1001px) {
  .icon-menu.active .sw-topper {
    top: 9px;
    transform: rotate(135deg);
  }

  .icon-menu.active .sw-bottom {
    top: 7px;
    transform: rotate(-135deg);
  }

  .icon-menu.active .sw-footer {
    top: 0;
    transform: rotate(180deg);
    opacity: 0;
  }
}
/* ------- Scroll to Top Start ---------- */
.to-top {
  position: fixed;
  cursor: pointer;
  transition: 0.5s;
  width: 4rem;
  height: 4rem;
  background: #047CC4;
  z-index: 1000;
  bottom: 50px;
  border-radius: 0.4rem;
  right: -100px;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.to-top:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
  margin-top: 3px;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .to-top:after {
    width: 10px;
    height: 10px;
  }
}
@media (hover: hover) {
  .to-top:hover:after {
    /*margin-top: -3px;*/
  }
}
@media screen and (max-width: 1000px) {
  .to-top {
    bottom: 10px;
    width: 5rem;
    height: 5rem;
  }
}

.to-top.active {
  right: 15px;
}

/* ---------------------------- SLICK Slider ------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
          user-select: none;
  touch-action: pan-y;
}

.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: flex;
}

.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;
  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;
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9 ;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  transition: 0.2s;
  border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  border-radius: 3px;
}

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9 ;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}
.header {
  top: 0;
  position: fixed;
  padding-bottom: 6rem;
  z-index: 900;
  transition: padding-bottom 0.3s;
  background: #fff;
}
.header.active {
  box-shadow: 0px 30px 100px rgba(53, 80, 96, 0.1);
  padding-bottom: 0;
}
@media screen and (min-width: 1001px) {
  .header.active .header__content {
    height: 11rem;
  }
  .header.active .c-icon-menu {
    width: 6rem;
  }
  .header.active .c-icon-menu .icon-menu {
    opacity: 1;
    transform: translateX(0);
  }
  .header.active .header__desc {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .header.show-menu {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: static;
    padding-top: 75px;
    box-shadow: 0px 10px 30px rgba(53, 80, 96, 0.05);
  }
}

.c-icon-menu {
  width: 0;
  transition: 0.3s;
  height: 18px;
  position: relative;
  order: 5;
}
.c-icon-menu .icon-menu {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .c-icon-menu .icon-menu {
    opacity: 1;
    transform: none;
  }
}
@media screen and (max-width: 1000px) {
  .c-icon-menu {
    width: 25px;
    margin-left: 30px;
  }
}

.header__top {
  background: #fff;
  z-index: 200;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #E0EAF3;
  }
}

.header__left {
  display: flex;
  align-items: center;
  margin-right: auto;
  order: 1;
}

.logo {
  min-width: 17rem;
  width: 17rem;
  display: block;
}
.logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .logo {
    width: 135px;
    min-width: inherit;
  }
}

.header__desc {
  color: #6D7377;
  font-size: 1.5rem;
  max-width: 16rem;
}
@media screen and (max-width: 1200px) {
  .header__desc {
    display: none;
  }
}

.logo_header {
  margin-right: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .logo_header {
    margin-right: 0;
  }
}

.header__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #047CC4;
  transition: 0.3s;
  z-index: 100;
}

.header__content-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 13rem;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .header__content {
    height: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .header__content {
    height: 75px;
  }
}

.header__phones {
  margin-right: 6rem;
  order: 3;
}
@media screen and (max-width: 1000px) {
  .header__phones {
    margin: 0 30px;
  }
  .header__phones .phones {
    padding-left: 0;
  }
  .header__phones .phones:before {
    display: none;
  }
}

.header__button {
  order: 4;
}

.phones {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  padding-left: 5.2rem;
  position: relative;
}
.phones:before {
  font-size: 3.2rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #047CC4;
}
.phones_inline {
  display: inline-flex;
  align-items: flex-start;
}
.phones_inline > span {
  margin-right: 1rem;
}
.phones a {
  display: block;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0.4rem;
  white-space: nowrap;
}
.phones a:last-child {
  margin-bottom: 0;
}
@media (hover: hover) {
  .phones a:hover {
    color: #047CC4;
  }
}

.phones-after {
  font-size: 1.5rem;
  color: #6D7377;
  line-height: 1.4;
  padding-left: 5.2rem;
}
@media screen and (max-width: 1000px) {
  .phones-after {
    padding-left: 0;
  }
}

.social__list {
  display: flex;
  margin: 0 -0.5rem;
}
.social__list li {
  padding: 0 0.5rem;
}
.social__list li a {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #047CC4;
  border-radius: 0.3rem;
  font-size: 2.2rem;
  line-height: 1;
  border: 2px solid #047CC4;
}
.social__list li a:before {
  display: block;
}
@media (hover: hover) {
  .social__list li a:hover {
    background: #fff;
    color: #047CC4;
  }
}

.header__nav-mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  height: 11rem;
  min-height: 11rem;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .header__nav-mobile {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-mobile {
    height: 75px;
    min-height: 75px;
  }
}

.close-menu {
  cursor: pointer;
  order: 10;
}
.close-menu svg {
  display: block;
}

@media screen and (max-width: 767px) {
  .header__mobile {
    text-align: center;
    padding: 1.5rem 0 2rem;
  }
  .header__mobile .phones-after {
    margin-bottom: 1rem;
  }
  .header__mobile .header__phones {
    margin: 0;
  }
  .header__mobile .phones_inline {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 410px) {
  .header__mobile .phones_inline a {
    width: 100%;
  }
  .header__mobile .phones_inline > span {
    display: none;
  }
}

.nav-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 28, 48, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 910;
}
@media screen and (max-width: 1000px) {
  .nav-bg.active {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width: 1000px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 920;
    width: 100%;
    max-width: 275px;
    overflow: hidden;
    transform: translateX(-100%);
    padding-top: 0;
    transition: 0.3s ease-out;
    padding-bottom: 0;
    display: flex;
    background: #fff;
  }
  .header__nav .content {
    display: flex;
    flex-direction: column;
  }
  .header__nav.active {
    transform: translateX(0);
    transition: 0.3s ease-in;
  }
  .header__nav .dropdown-menu {
    display: block;
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
    padding-bottom: 20px;
  }
  .header__nav .dropdown-menu > li {
    padding: 0;
    border: 0;
  }
  .header__nav .dropdown-menu > li > a {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    color: #031C30;
    font-weight: normal;
    padding:3px 15px;
    min-height: 36px;
  }
  .header__nav .dropdown-menu .sub-menu {
    position: static;
    border-radius: 0;
    box-shadow: none;
    padding-left: 45px;
    padding-right: 15px;
    padding-bottom: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .header__nav .dropdown-menu .sub-menu li{ padding: 0;}
  .header__nav .dropdown-menu .sub-menu li a {
    white-space: normal;
    padding:7px 0;
    display: block;
  }
  .header__nav .button {
    width: 100%;
    max-width: 500px;
    margin-bottom: 2rem;
  }

  .header__content-nav {
    display: block;
  }
  .header__content-nav:after {
    display: none;
  }

  .header__email {
    margin-bottom: 2rem;
  }
  .header__email .email__title {
    display: none;
  }

  .header__social .social__title {
    display: none;
  }
  .header__social .social__list {
    justify-content: flex-start;
    margin: 0 -1.5rem;
  }
  .header__social .social__list li {
    padding: 0 1.5rem;
  }

  .icon-menu {
    display: block;
    position: relative;
    z-index: 910;
  }
}
.offer {
  overflow: hidden;
  position: relative;
  z-index: 100;
  background: rgba(236, 237, 243, 0.5);
}
.offer .content {
  height: 75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .offer .content {
    height: auto;
  }
}
.offer-item {
  max-width: 72rem;
  padding: 10rem 0 20rem;
}
@media screen and (max-width: 1000px) {
  .offer-item {
    padding: 8rem 0 10rem;
    max-width: 56rem;
  }
}
@media screen and (max-width: 767px) {
  .offer-item {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 8rem;
  }
}

.offer-item__thumb {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.offer-item__thumb img {
  object-position: center top;
}
@media screen and (max-width: 767px) {
  .offer-item__thumb {
    display: none;
  }
}

.offer-item__before-title {
  letter-spacing: 0.13em;
  font-weight: bold;
  color: #047CC4;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.offer-item__title {
  font-weight: 500;
  font-size: 5rem;
  line-height: 1.15;
  margin-bottom: 3rem;
}
@media screen and (max-width: 540px) {
  .offer-item__title {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 360px) {
  .offer-item__title {
    font-size: 4rem;
  }
}

.offer-item__desc {
  margin-bottom: 4.5rem;
}

.benefits {
  background: #EDF4FB;
  padding: 8rem 0 4.6rem;
}
@media screen and (max-width: 767px) {
  .benefits {
    padding-bottom: 6rem;
  }
}
.benefits_in {
  background: 0;
}
.benefits_in .benefit {
  box-shadow: 0px 30px 100px rgba(53, 80, 96, 0.1);
}
.benefits_in .benefit__desc {
  max-width: 25rem;
  margin: 0 auto;
}
.benefits_in .benefit__icon {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: #F5FAFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.benefits__list {
  margin: 0 -1.7rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .benefits__list {
    margin: 0 -10px;
  }
}

.benefit {
  width: calc(33.3333% - 3.4rem);
  margin: 0 1.7rem 3.4rem;
  background: #fff;
  border-radius: 1rem;
  padding: 3.5rem 3rem;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .benefit {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 540px) {
  .benefit {
    width: calc(100% - 20px);
  }
}

.benefit__icon {
  margin-bottom: 2rem;
}
.benefit__icon img {
  display: block;
  margin: 0 auto;
  width: 7.4rem;
  height: 7.4rem;
}

.about-centre {
  padding: 8rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .about-centre {
    padding: 7rem 0 4rem;
  }
}

.about-centre__title {
  color: #047CC4;
  font-weight: 500;
  font-size: 2.6rem;
  margin-bottom: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .about-centre__title br {
    display: none;
  }
}

.about-centre__row {
  flex-direction: row-reverse;
  align-items: stretch;
}

.about-centre__desc {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .about-centre__desc {
    width: 100%;
  }
}

.about-centre__thumb {
  width: calc(52% - 4.5rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-centre__thumb {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.about-centre__thumb .thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100% + 32rem);
  border-radius: 0 1rem 1rem 0;
}
@media screen and (max-width: 767px) {
  .about-centre__thumb .thumb {
    position: relative;
    width: 100%;
    border-radius: 1rem;
    padding-bottom: 60%;
    overflow: hidden;
  }
}

.about-centre__text {
  position: relative;
  margin-bottom: 2rem;
}
.about-centre__text:after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  height: 8rem;
  pointer-events: none;
  transition: 0.3s;
}
.about-centre__text.show-all:after {
  opacity: 0;
}

.about-centre__scroll {
  max-height: 49rem;
  overflow-y: hidden;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .about-centre__scroll {
    max-height: 200px;
  }
}

.services {
  padding: 4rem 0 0;
}

.services__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.7rem;
  padding-bottom: 4.6rem;
}
@media screen and (max-width: 767px) {
  .services__list {
    margin: 0 -10px;
  }
}

.services__item {
  width: calc(33.3333% - 3.4rem);
  margin: 0 1.7rem 3.4rem;
}
@media screen and (max-width: 767px) {
  .services__item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 540px) {
  .services__item {
    width: calc(100% - 20px);
  }
}

.service {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 3rem 3rem;
  border-radius: 1rem;
  text-align: center;
  height: 42rem;
  overflow: hidden;
}
.service:after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24rem;
  background: linear-gradient(180deg, rgba(3, 28, 48, 0) 0%, #031C30 100%);
}

.service__icon {
  border-radius: 50%;
  width: 11rem;
  height: 11rem;
  background: #fff;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service__icon img {
  width: 6.4rem;
  height: 6.4rem;
}

.service__title {
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  font-size: 2rem;
}

.service__desc {
  color: #9EB7CB;
  font-size: 1.5rem;
  line-height: 1.5;
  padding-top: 0.5rem;
}
.service__desc_hidden {
  display: none;
}
@media screen and (max-width: 540px) {
  .service__desc_hidden {
    display: block;
  }
}

.service__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.form {
  border: 0.8rem solid #047CC4;
  border-radius: 1rem;
  position: relative;
  z-index: 100;
}

.form__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.7rem 7.2rem 4.5rem 5.2rem;
}
@media screen and (max-width: 767px) {
  .form__head {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 540px) {
  .form__head {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.form__text {
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .form__text {
    width: 100%;
    padding-bottom: 1rem;
    padding-right: 0;
  }
}

.form__title {
  margin-bottom: 2rem;
}

.form__phones {
  padding-top: 1rem;
}
.form__phones .phones a {
  font-size: 2.6rem;
  line-height: 1.5;
  margin: 0;
  font-weight: normal;
}
@media screen and (max-width: 360px) {
  .form__phones .phones a {
    font-size: 2.2rem;
  }
}
.form__phones .phones:before {
  top: 0.4rem;
}
@media screen and (max-width: 360px) {
  .form__phones .phones:before {
    top: 0;
  }
}

.phones-clock {
  padding-top: 1.6rem;
  padding-left: 5.2rem;
  font-weight: 500;
  color: #047CC4;
}
@media screen and (max-width: 360px) {
  .phones-clock {
    padding-top: 0.5rem;
  }
}

.form__row {
  display: flex;
  align-items: center;
  padding: 2rem 4rem 1.2rem 5.2rem;
  background: #047CC4;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 540px) {
  .form__row {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.form__subtitle {
  color: #fff;
  margin-right: 2rem;
  font-weight: 500;
  font-size: 2.6rem;
}
@media screen and (max-width: 1000px) {
  .form__subtitle {
    margin-bottom: 1rem;
  }
}

.form__fields {
  width: 42%;
}
@media screen and (max-width: 1000px) {
  .form__fields {
    width: 100%;
  }
}

.form__privacy {
  width: 33.3%;
}
@media screen and (max-width: 1200px) {
  .form__privacy {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .form__privacy {
    width: 100%;
    padding-left: 0;
    padding-top: 1rem;
  }
}

.form__fields {
  border-radius: 0.4rem;
  background: #fff;
  display: flex;
  align-items: flex-start;
  margin-right: auto;
  flex-wrap: wrap;
}

.form__input {
  width: calc(100% - 14rem);
  position: relative;
}
@media screen and (max-width: 410px) {
  .form__input {
    width: 100%;
  }
}

.form__submit {
  width: 14rem;
}
@media screen and (max-width: 410px) {
  .form__submit {
    width: 100%;
  }
}
.form__submit .button {
  border-radius: 0 0.4rem 0.4rem 0;
  width: 100%;
}
@media screen and (max-width: 410px) {
  .form__submit .button {
    border-radius: 0 0 0.4rem 0.4rem;
  }
}

.steps {
  background: url(../images/steps-bg.jpg) center 0 no-repeat;
    background-size:120% auto;
  padding: 12rem 0 11rem;
}
@media screen and (min-width: 1321px) {
    .steps { background-size:2300px auto;}
}
@media screen and (max-width: 1000px) {
  .steps {
    background: #EDF4FB;
    padding-bottom: 7rem;
  }
}
.steps_mt {
  padding-top: 21rem;
  margin-top: -9rem;
}

.steps__list {
  max-width: 66rem;
}
@media screen and (max-width: 1000px) {
  .steps__list {
    max-width: 100%;
  }
}

.step {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 1rem;
  z-index: 10;
}
@media (hover: hover) {
  .step:hover .step__arrow:before, .step:hover .step__arrow:after {
    background: #FFB571;
  }
}
.step.active .step__number {
  background: #FFB571;
}
.step.active .step__arrow:before, .step.active .step__arrow:after {
  background: #FFB571;
}
.step.active .step__arrow:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.step.active .step__title {
  color: #031C30;
}

.step__number {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-weight: 500;
  line-height: 1.47;
  font-size: 1.5rem;
  color: #fff;
  padding-top: 1.9rem;
  text-align: center;
  width: 3rem;
  background: #047CC4;
  z-index: -1;
  transition: 0.3s;
}

.step__title {
  padding: 1.6rem 5rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  color: #758DA0;
  transition: 0.3s;
  position: relative;
  -webkit-user-select: none;
          user-select: none;
}

.step__arrow {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: 2rem;
  top: 2.3rem;
}
.step__arrow:before, .step__arrow:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0.2rem;
  background: #758DA0;
  border-radius: 2px;
  transition: 0.3s;
}
.step__arrow:after {
  width: 0.2rem;
  height: 100%;
}

.step__desc {
  padding: 0 5rem 2.5rem;
  display: none;
}

.hospitals {
  padding: 8rem 0 6.5rem;
}

.hospitals__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.hospitals__head .title {
  margin-right: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .hospitals__head .title {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .hospitals__head {
    flex-wrap: wrap;
  }
}

.tubs {
  display: flex;
  width: 42rem;
}
@media screen and (max-width: 1000px) {
  .tubs {
    margin: 0 auto;
    width: 100%;
  }
}
.tubs li {
  width: 50%;
}
.tubs li:first-child .button-border {
  border-radius: 0.4rem 0 0 0.4rem;
}
.tubs li:last-child .button-border {
  border-radius: 0 0.4rem 0.4rem 0;
}
@media (hover: hover) {
  .tubs li .button-border:not(.active):hover {
    color: #047CC4;
    background: 0;
  }
}
@media (hover: hover) {
  .tubs li .button-border_orange:not(.active):hover {
    color: #FFB571;
    background: 0;
  }
}

.city-list {
  padding-top: 4.5rem;
  margin: 0 -1.7rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .city-list {
    margin: 0 -5px;
    padding-top: 15px;
  }
}

.city-item {
  width: calc(16.6666% - 3.4rem);
  margin: 0 1.7rem 1.5rem;
}
@media screen and (max-width: 1000px) {
  .city-item {
    width: calc(20% - 10px);
    margin: 0 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .city-item {
    width: calc(33.3333% - 10px);
  }
}
.city-item .button-border {
  color: #047CC4;
  font-weight: normal;
}
@media (hover: hover) {
  .city-item .button-border:hover {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .city-item .button-border {
    font-size: 12px;
    height: 4rem;
  }
}

.tub-content {
  display: none;
}
.tub-content.active {
  display: block;
}

.hospitals-map {
  position: relative;
  -webkit-user-select: none;
          user-select: none;
}
.hospitals-map img {
  display: block;
  width: 100%;
  height: auto;
}

.hospitals-map__marker {
  position: absolute;
  z-index: 100;
  width: 3.2%;
  height: 7.5%;
}
.hospitals-map__marker:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  background: url(../images/marker.svg) center no-repeat;
  background-size: contain;
}
.hospitals-map__marker.active {
  z-index: 200;
}
.hospitals-map__marker.active:before {
  background: url(../images/marker-blue.svg) center no-repeat;
  background-size: contain;
  animation-name: bounce;
}
@media screen and (max-width: 540px) {
  .hospitals-map__marker {
    transform: translateY(-50%) scale(2);
  }
}

.blog-home {
  background: #EDF4FB;
  padding: 8rem 0;
}
.blog-home_pt {
  padding-top: 21rem;
  margin-top: -9rem;
}

.blog {
  margin: 0 -1.7rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .blog {
    margin: 0 -10px;
  }
}

.post:not(.post_single) {
  width: calc(25% - 3.4rem);
  margin: 0 1.7rem 3.4rem;
  background: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .post:not(.post_single) {
    width: calc(50% - 3.4rem);
  }
}
@media screen and (max-width: 767px) {
  .post:not(.post_single) {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 410px) {
  .post:not(.post_single) {
    width: calc(100% - 20px);
  }
}

.post__thumb {
  padding-bottom: 87%;
}

.post__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 2rem 2rem;
  max-width: 100%;
}

.post__date {
  display: inline-flex;
  align-items: center;
  transform: translateY(-50%);
  font-size: 1.5rem;
  height: 3.5rem;
  border-radius: 0.4rem;
  color: #fff;
  background: #047CC4;
  padding: 0 1.5rem;
  margin-bottom: 0.3rem;
}

.post__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
  margin-bottom: auto;
  padding-bottom: 1rem;
  max-width: 100%;
}

.post__link {
  text-align: right;
  padding-top: 1rem;
  width: 100%;
}
.post__link a {
  color: #047CC4;
  border-bottom: 1px solid #047CC4;
}
@media (hover: hover) {
  .post__link a:hover {
    border-bottom-color: transparent;
  }
}

.post__desc {
  color: #6D7377;
  line-height: 1.47;
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.blog-all {
  text-align: center;
  padding-top: 1rem;
}

.seo-text {
  padding: 8rem 0 5rem;
}
.seo-text_in {
  padding-top: 4.6rem;
}

.seo-benefit {
  margin: 0 -1.7rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
}

.seo-benefit__item {
  width: calc(25% - 3.4rem);
  margin: 0 1.7rem 3rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .seo-benefit__item {
    width: calc(50% - 3.4rem);
  }
}

.seo-benefit__icon {
  margin-bottom: 2rem;
}
.seo-benefit__icon img {
  display: block;
  margin: 0 auto;
  width: 7.4rem;
  height: 7.4rem;
}

.specialists {
  margin: 0 -1.7rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .specialists {
    margin: 0 -10px;
  }
}

.specialist {
  width: calc(25% - 3.4rem);
  margin: 0 1.7rem 3.4rem;
  background: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 30px 100px rgba(53, 80, 96, 0.1);
}
@media screen and (max-width: 1000px) {
  .specialist {
    width: calc(50% - 3.4rem);
  }
}
@media screen and (max-width: 767px) {
  .specialist {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 410px) {
  .specialist {
    width: calc(100% - 20px);
  }
}

.specialist__thumb {
  padding-bottom: 102%;
}

.specialist__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 2rem 2rem;
  max-width: 100%;
}

.specialist__name {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
  padding-bottom: 1rem;
  max-width: 100%;
}

.specialist__link {
  text-align: right;
  padding-top: 1rem;
  width: 100%;
}
.specialist__link a {
  color: #047CC4;
  border-bottom: 1px solid #047CC4;
}
@media (hover: hover) {
  .specialist__link a:hover {
    border-bottom-color: transparent;
  }
}

.specialist__desc {
  line-height: 1.47;
  font-size: 1.5rem;
  max-width: 100%;
  margin-bottom: auto;
}

.specialist__practice {
  color: #758DA0;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.specialist-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 8rem;
}
.specialist-item .title {
  margin-bottom: 1.5rem;
}

.specialist-item__left {
  width: calc(100% - 40rem);
}
@media screen and (max-width: 1000px) {
  .specialist-item__left {
    width: calc(100% - 33rem);
  }
}
@media screen and (max-width: 767px) {
  .specialist-item__left {
    width: 100%;
  }
}

.specialist-item__right {
  width: 37rem;
}
@media screen and (max-width: 1000px) {
  .specialist-item__right {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .specialist-item__right {
    width: 100%;
    max-width: 37rem;
    margin-bottom: 3rem;
  }
}

.specialist-item__thumb {
  padding-bottom: 103%;
  border-radius: 1rem;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 767px) {
  .specialist-item__thumb {
    margin-bottom: 3rem;
  }
}

.specialist-item__social {
  display: flex;
  align-items: center;
}
.specialist-item__social p {
  padding-right: 1rem;
}

.specialist-item__practice {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #047CC4;
  margin-bottom: 3rem;
}

.certificats {
  background: #047CC4;
  padding: 8rem 0 0;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 1000px) {
  .certificats .title {
    text-align: center;
  }
}

.certificats-slider {
  margin-top: -8rem;
}
.certificats-slider .slick-list {
  margin: 0 -1.7rem;
}
.certificats-slider .slick-slide {
  margin: 0 1.7rem;
  padding-top: 4.5rem;
}
.certificats-slider .slick-arrow-prev.slick-arrow,
.certificats-slider .slick-arrow-next.slick-arrow {
  margin-top: 3rem;
}
@media screen and (max-width: 1500px) {
  .certificats-slider {
    padding: 0 5.7rem;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.certificat {
  padding-bottom: 114%;
  display: block;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
  transform: translateY(3rem);
}
.certificat img {
  object-position: center 0;
}
@media (hover: hover) {
  .certificat:hover {
    transform: translateY(0);
  }
}

.contacts {
  padding-bottom: 4.6rem;
}

.content_centers {
  padding-top: 6rem;
}

.contacts__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #FFFFFF;
  box-shadow: 0px 30px 100px rgba(53, 80, 96, 0.1);
  border-radius: 1rem;
  z-index: 300;
  position: relative;
  margin-bottom: -8rem;
  padding: 3.5rem 3rem 1rem;
}
@media screen and (max-width: 1000px) {
  .contacts__head {
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 0;
    margin: 0 -15px;
    box-shadow: none;
    padding-top: 0;
  }
}
.contacts__head .email__desc,
.contacts__head .phones__time {
  color: #6D7377;
  font-size: 1.5rem;
  line-height: 1.5;
}
.contacts__head .phones {
  padding-left: 4.6rem;
}
.contacts__head .email__desc {
  padding-left: 4.6rem;
}
.contacts__head .email__link {
  font-size: 2rem;
  padding-left: 4.6rem;
}
.contacts__head .email__link:before {
  color: #047CC4;
}
@media (hover: hover) {
  .contacts__head .email__link:hover {
    color: #047CC4;
  }
}
.contacts__head .tubs {
  margin: 0 1.5rem 2.5rem;
}

.contacts__phones,
.contacts__email {
  padding: 0 1.5rem 2.5rem;
}

.hospitals-adddress {
  margin: 0 -1.7rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .hospitals-adddress {
    margin: 0 -10px;
  }
}

.hospitals-adddress__item {
  width: calc(25% - 3.4rem);
  margin: 0 1.7rem 3.4rem;
  background: #F5FAFF;
  border-radius: 1rem;
  padding: 2rem;
  line-height: 1.7;
  font-size: 1.5rem;
  min-height: 11.5rem;
}
@media screen and (max-width: 1000px) {
  .hospitals-adddress__item {
    width: calc(33.33333% - 3.4rem);
  }
}
@media screen and (max-width: 767px) {
  .hospitals-adddress__item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 540px) {
  .hospitals-adddress__item {
    width: calc(100% - 20px);
    min-height: 1px;
  }
}
@media (hover: hover) {
  .hospitals-adddress__item:hover {
    color: #fff;
    background: #047CC4;
  }
  .hospitals-adddress__item:hover .hospitals-adddress__name {
    color: #fff;
  }
}

.hospitals-adddress__name {
  font-weight: bold;
  font-size: 2rem;
  color: #047CC4;
  transition: 0.3s;
}

.hospitals-adddress__value {
  font-style: normal;
}

.feedback {
  background: url(../images/feedback-bg.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 8rem 0 5rem;
}
@media screen and (max-width: 1000px) {
  .feedback {
    background: #D8E1EB;
  }
}

.feedback__form {
  padding-left: 50rem;
}
@media screen and (max-width: 1000px) {
  .feedback__form {
    padding-left: 0;
  }
}
.feedback__form .input-list__item {
  margin-bottom: 3rem;
}
.feedback__form .input-list__item_submit {
  padding-top: 0;
  width: 21rem;
}
@media screen and (max-width: 540px) {
  .feedback__form .input-list__item_submit {
    width: 100%;
  }
}
.feedback__form .input-list__item_privacy {
  width: calc(100% - 25rem);
  max-width: 40rem;
}
@media screen and (max-width: 540px) {
  .feedback__form .input-list__item_privacy {
    width: 100%;
  }
}

.main {
  padding-top: 3.5rem;
  padding-bottom: 0;
}

.breadcrumbs {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #6D7377;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 14px;
  }
}
.breadcrumbs:after {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  width: 6rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #fff 100%);
}
.breadcrumbs a {
  color: #6D7377;
  border-bottom: 1px solid transparent;
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    color: #047CC4;
    border-bottom-color: #047CC4;
  }
}

.blog_shadow .post {
  box-shadow: 0px 30px 100px rgba(53, 80, 96, 0.1);
}

.pagination {
  padding-top: 1rem;
  padding-bottom: 3.4rem;
}

.nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.nav-links .page-numbers {
  margin: 0 0.5rem 0.5rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #047CC4;
  border-radius: 0.3rem;
  color: #047CC4;
  font-size: 1.5rem;
}
.nav-links .page-numbers svg {
  width: 1.1rem;
  height: 1.1rem;
}
.nav-links .page-numbers.prev {
  transform: scale(-1, 1);
}
.nav-links .page-numbers.current {
  background: #047CC4;
  color: #fff;
}
@media (hover: hover) {
  .nav-links a:hover {
    color: #fff;
    background: #047CC4;
  }
}

.main__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0 15px 7rem;
}
@media screen and (max-width: 1000px) {
  .main__row {
    padding-bottom: 3rem;
  }
}

.main__post-title,
.main__content {
  width: calc(100% - 30rem);
  max-width: 95rem;
}
@media screen and (max-width: 1000px) {
  .main__post-title,
.main__content {
    width: 100%;
    max-width: none;
  }
}

.main__aside {
  width: 27rem;
}
.main__aside.is_stuck {
  transform: translateX(64rem);
  right: 50%;
}
@media screen and (max-width: 1152px) {
  .main__aside.is_stuck {
    transform: translateX(0);
    right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .main__aside {
    position: static !important;
    padding-top: 3rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.related-post {
  padding-top: 12rem;
}
@media screen and (max-width: 1000px) {
  .related-post {
    padding-top: 6rem;
  }
}
.related-post .title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .related-post .title {
    text-align: center;
    margin-bottom: 3rem;
  }
}

.post__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.5rem;
}
.post__info li {
  padding: 0 3rem 2rem 0;
  color: #6D7377;
}
.post__info li:last-child {
  padding-right: 0;
}
.post__info a {
  color: #6D7377;
}
@media (hover: hover) {
  .post__info a:hover {
    color: #047CC4;
  }
}

.post__date-in,
.post__author,
.post__cat {
  display: flex;
  align-items: center;
}
.post__date-in:before,
.post__author:before,
.post__cat:before {
  font-size: 2.4rem;
  margin-right: 1rem;
}

.post__thumb_in {
  padding-bottom: 58%;
  margin-bottom: 2rem;
  border-radius: 1rem;
  overflow: hidden;
}

.post__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4.4rem;
  background: #F5FAFF;
  border-radius: 1rem;
  margin-bottom: 5.9rem;
  transform: translateY(1.5rem);
  padding: 4.6rem 4.5rem 3rem 19.5rem;
}
@media screen and (max-width: 767px) {
  .post__bottom {
    padding-left: 16rem;
  }
}
@media screen and (max-width: 410px) {
  .post__bottom {
    padding-left: 3rem;
  }
}

.post__bottom-col-1 {
  width: calc(100% - 28rem);
}
@media screen and (max-width: 767px) {
  .post__bottom-col-1 {
    width: 100%;
  }
}

.post__bottom-col-2 {
  width: 25rem;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .post__bottom-col-2 {
    width: 100%;
  }
}

.author {
  position: relative;
}

.author__thumb {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(calc(-100% - 3rem), -50%);
}
.author__thumb img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 410px) {
  .author__thumb {
    position: relative;
    transform: none;
    margin-bottom: 2rem;
  }
}

.author__name {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.author__desc {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.post__rating {
  text-align: right;
  color: #758DA0;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .post__rating {
    text-align: left;
    padding-top: 3rem;
  }
}

.post__share {
  padding-top: 4rem;
}

.share {
  display: flex;
  align-items: center;
  margin: 0 -0.5rem;
}
.share li {
  padding: 0 0.5rem;
}
.share li a {
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(../images/share.svg);
  background-size: auto 4rem;
}
@media (hover: hover) {
  .share li a:hover {
    transform: translateY(-1rem) scale(1.2);
  }
}
.share li a.share__twitter {
  background-position: 0 0;
}
.share li a.share__facebook {
  background-position: -5rem 0;
}
.share li a.share__telegram {
  background-position: -10rem 0;
}
.share li a.share__viber {
  background-position: -15rem 0;
}
.share li a.share__whatsapp {
  background-position: -20rem 0;
}

.entry-content #ez-toc-container {
  border-radius: 0.6rem;
  background: #F5FAFF;
  padding: 2rem 3rem;
  margin-bottom: 3rem;
  line-height: 2;
}
.entry-content #ez-toc-container .ez-toc-title-container {
  font-size: 2rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  position: relative;
  line-height: 1.4;
}
.entry-content #ez-toc-container .ez-toc-title-container.active .ez-toc-title-toggle:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.entry-content #ez-toc-container .ez-toc-title {
  margin: 0;
}
.entry-content #ez-toc-container .ez-toc-list {
  padding-top: 1rem;
}
.entry-content #ez-toc-container .ez-toc-title-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  right: 0.5rem;
}
.entry-content #ez-toc-container .ez-toc-title-toggle:before, .entry-content #ez-toc-container .ez-toc-title-toggle:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0.2rem;
  background: #047CC4;
  border-radius: 2px;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .entry-content #ez-toc-container .ez-toc-title-toggle:before, .entry-content #ez-toc-container .ez-toc-title-toggle:after {
    background: #758DA0;
  }
}
.entry-content #ez-toc-container .ez-toc-title-toggle:after {
  width: 0.2rem;
  height: 100%;
}
.entry-content #ez-toc-container ul {
  padding: 0;
  margin: 0;
  counter-reset: item;
}
.entry-content #ez-toc-container ul li {
  padding: 0;
}
.entry-content #ez-toc-container ul li:last-child {
  margin-bottom: 0;
}
.entry-content #ez-toc-container ul li ul {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .entry-content #ez-toc-container ul li ul {
    padding-left: 3rem;
  }
}
.entry-content #ez-toc-container ul li:before {
  display: none;
}
.entry-content #ez-toc-container ul li a {
  color: #0A0028;
}
@media (hover: hover) {
  .entry-content #ez-toc-container ul li a:hover {
    color: #047CC4;
    text-decoration: none;
  }
}
.entry-content #ez-toc-container.counter-decimal ul.ez-toc-list li a::before,
.entry-content #ez-toc-container .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
  content: counters(item, ".") ". ";
  display: inline-block;
  counter-increment: item;
  width: 2.8rem;
  font-weight: 600;
  color: #047CC4;
}
.entry-content #ez-toc-container.counter-decimal ul.ez-toc-list ul li a::before,
.entry-content #ez-toc-container .ez-toc-widget-container.counter-decimal ul.ez-toc-list ul li a::before {
  width: 3.2rem;
}

.widget {
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 1000px) {
  .widget {
    width: 100%;
  }
}

.widget__title {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2rem;
  font-size: 2.6rem;
  display: flex;
  align-items: center;
}
.widget__title:before {
  color: #758DA0;
  font-size: 2.4rem;
  margin-right: 1rem;
}

@media screen and (max-width: 1000px) {
  .service-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.service-menu li {
  margin-bottom: 2rem;
}
.service-menu li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .service-menu li {
    width: calc(33.333% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-menu li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 360px) {
  .service-menu li {
    width: calc(100% - 20px);
  }
}
.service-menu .service {
  padding-bottom: 78%;
  height: auto;
}
.service-menu .service .service__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.8rem;
  padding: 0 1.5rem 2rem;
}

.tags-menu li a {
  color: #047CC4;
  text-decoration: underline;
  font-size: 1.5rem;
  line-height: 2;
}
@media (hover: hover) {
  .tags-menu li a:hover {
    text-decoration: none;
  }
}

.service-page__content {
  padding-bottom: 5rem;
}

.service-page__price {
  padding-bottom: 5rem;
}

.gallery__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery__row:nth-child(even) {
  flex-direction: row-reverse;
}

.gallery__col {
  width: calc(50% - 1.7rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .gallery__col {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 540px) {
  .gallery__col {
    width: 100%;
  }
}

.gallery__item {
  padding-bottom: 76%;
  display: block;
  width: 100%;
  border-radius: 1rem;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 1000px) {
  .gallery__item {
    margin-bottom: 16px;
    border-radius: 5px;
  }
}

.gallery__subcol {
  width: calc(50% - 1.7rem);
  display: flex;
}
.gallery__subcol .gallery__item {
  padding-bottom: 74%;
}
@media screen and (max-width: 1000px) {
  .gallery__subcol {
    width: calc(50% - 8px);
  }
}

.footer {
  padding: 8rem 0 8rem;
  position: relative;
  z-index: 200;
  color: #fff;
  background: #031C30;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
}

.footer__content {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer__content {
    flex-wrap: wrap;
  }
}

.footer__col {
  padding: 0 15px 0;
}

.footer__col_1 {
  width: 20rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .footer__col_1 {
    width: 100%;
    order: 3;
    align-items: center;
  }
}

.footer__col_2 {
  width: calc(100% - 55rem);
  max-width: 660px;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .footer__col_2 {
    flex-wrap: wrap;
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .footer__col_2 {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
}

.footer__col_3 {
  width: 35rem;
  position: relative;
  z-index: 100;
  padding-left: 4.5rem;
}
.footer__col_3:after {
  position: absolute;
  z-index: -1;
  top: -8rem;
  bottom: -8rem;
  left: 0;
  width: 1000px;
  background: #132D42;
}
@media screen and (max-width: 767px) {
  .footer__col_3:after {
    top: 0;
    left: -15px;
    width: auto;
    right: -15px;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__col_3 {
    width: 100%;
    order: 2;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
}

.footer__title {
  margin-bottom: 2rem;
  color: #FFB571;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.copyright {
  font-size: 1.5rem;
  color: #758DA0;
  padding-top: 2rem;
  margin-top: auto;
}

.logo_footer {
  margin-bottom: 3rem;
}

.footer__time-work {
  padding-left: 3.2rem;
}

.footer__nav {
  padding: 0 15px;
}
@media screen and (max-width: 1000px) {
  .footer__nav {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__nav:last-child {
    margin-bottom: 0;
  }
}
.footer__nav ul li {
  padding-bottom: 0.7rem;
}
.footer__nav ul li:last-child {
  padding-bottom: 0;
}
.footer__nav ul li a {
  color: #fff;
  font-size: 1.5rem;
}
@media (hover: hover) {
  .footer__nav ul li a:hover {
    color: #FFB571;
    text-decoration: underline;
  }
}

.footer__contacts > li {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.footer__contacts > li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer__contacts > li a {
  color: #fff;
}
.footer__contacts .phones {
  padding-left: 4rem;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.7;
}
.footer__contacts .phones a {
  font-size: 1.8rem;
  margin: 0;
  line-height: 1.44;
}
@media (hover: hover) {
  .footer__contacts .phones a:hover {
    color: #758DA0;
  }
}
.footer__contacts .phones:before {
  font-size: 2.4rem;
  color: #758DA0;
}

.email__link {
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 4rem;
  display: inline-block;
  position: relative;
}
.email__link:before {
  color: #758DA0;
  font-size: 2.4rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .email__link:hover {
    color: #758DA0;
  }
}

.address {
  font-size: 1.8rem;
  line-height: 1.44;
  font-weight: 500;
  padding-left: 4rem;
  position: relative;
  font-style: normal;
}
.address:before {
  color: #758DA0;
  font-size: 2.4rem;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 999px) {
  .programs:before,
.programs:after {
    background-size: 1200px auto;
  }

  .target:before,
.target:after,
.footer:after,
.specialists:before,
.specialists:after {
    background-size: 1000px auto;
  }
}
@media screen and (max-width: 560px) {
  .target:before,
.target:after {
    background-size: 700px auto;
  }
}
@media screen and (max-width: 360px) {
  .title_main {
    font-size: 30px;
  }
}
.lang-menu {
  margin-right: 4rem;
  margin-bottom: 2rem;
  order: 2;
}
@media screen and (max-width: 1000px) {
  .lang-menu {
    margin: 0;
  }
}
.lang-menu ul {
  display: flex;
  align-items: center;
}
.lang-menu ul li {
  padding: 0 1px;
}
.lang-menu ul li a {
  height: 3rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  color: #758DA0;
  border-radius: 0.3rem;
}
@media (hover: hover) {
  .lang-menu ul li a:hover {
    color: #047CC4;
  }
}
.lang-menu ul li.current-menu-item a {
  color: #047CC4;
  border-color: #047CC4;
}

.dropdown-menu {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  font-size: 1.5rem;
}
.dropdown-menu li {
  position: relative;
  transition: 0.3s;
}
.dropdown-menu > li {
  flex-grow: 1;
  border-right: 1px solid #006EAF;
}
.dropdown-menu > li:last-child {
  border-right: 0;
}
.dropdown-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 6rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .dropdown-menu > li > a {
    justify-content: space-between;
  }
}
.dropdown-menu > li > a.active {
  color: #047CC4;
  background: #EDF4FB;
}
.dropdown-menu > li > a.active .show-sub-menu:before, .dropdown-menu > li > a.active .show-sub-menu:after {
  background: #047CC4;
}
.dropdown-menu > li > a.active .show-sub-menu:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media (hover: hover) {
  .dropdown-menu > li:hover > a {
    color: #FFB571;
  }
  .dropdown-menu > li:hover > a .show-sub-menu:before, .dropdown-menu > li:hover > a .show-sub-menu:after {
    background: #FFB571;
  }
}
@media screen and (min-width: 999px) {
  .dropdown-menu > li.current-menu-item > a {
    color: #FFB571;
  }
}
.dropdown-menu .show-sub-menu {
  display: block;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  position: relative;
}
.dropdown-menu .show-sub-menu:before, .dropdown-menu .show-sub-menu:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0.2rem;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .dropdown-menu .show-sub-menu:before, .dropdown-menu .show-sub-menu:after {
    background: #758DA0;
  }
}
.dropdown-menu .show-sub-menu:after {
  width: 0.2rem;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .dropdown-menu .show-sub-menu {
    width: 30px;
    height: 30px;
    margin-right: -0.5rem;
  }
  .dropdown-menu .show-sub-menu:before {
    width: 40%;
  }
  .dropdown-menu .show-sub-menu:after {
    height: 40%;
  }
}
.dropdown-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #EDF4FB;
  border-radius: 0px 0px 1rem 1rem;
  z-index: 666;
  padding: 1.5rem 2.5rem 2rem;
}
.dropdown-menu .sub-menu li {
  padding-bottom: 1rem;
}
.dropdown-menu .sub-menu li:last-child {
  padding-bottom: 0;
}
.dropdown-menu .sub-menu li a {
  white-space: nowrap;
}
.dropdown-menu .sub-menu li a:hover {
  color: #FFB571;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: normal;
  outline: none;
  height: 4.6rem;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
  padding: 0 4rem 0 2rem;
  font-weight: 600;
  max-width: 100%;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select .current {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nice-select:after {
  border-bottom: 2px solid #050018;
  border-right: 2px solid #050018;
  content: "";
  display: block;
  margin-top: -0.7rem;
  pointer-events: none;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 0.8rem;
  height: 0.8rem;
}
.nice-select.open:after {
  transform: rotate(-135deg);
  margin-top: -0.4rem;
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #1a007e;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 2px;
  min-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover {
  background: #FFB571;
  color: #fff;
}
@media screen and (max-width: 360px) {
  .nice-select {
    font-size: 14px;
  }
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.error-404 {
  padding: 13rem 0 16rem;
  background: url(../images/404-bg.jpg) center 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .error-404 {
    background: 0;
    padding: 7rem 0 10rem;
  }
}

.error-404__content {
  max-width: 70rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .error-404__content {
    margin-left: auto;
    margin-right: auto;
  }
}

.error-404__img {
  max-width: 55.6rem;
  display: block;
  margin: 0 auto 4.5rem;
  width: 100%;
}

.service:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 15rem;
  background: linear-gradient(rgba(4, 124, 196, 0) 0%, #047CC4 100%);
  transition: 0.3s;
  opacity: 0;
}
.service:after {
  transition: 0.3s;
}
.service .service__desc {
  transition: 0.3s;
}
@media (hover: hover) {
  .service:hover:before {
    opacity: 1;
  }
  .service:hover:after {
    opacity: 0;
  }
  .service:hover .service__desc {
    color: rgba(255, 255, 255, 0.7);
  }
}

.post__thumb img {
  transition: 0.4s;
}
@media (hover: hover) {
  a.post__thumb:hover img {
    transform: scale(1.05);
  }
}

@media screen and (max-width: 767px) {
  .offer-item {
    max-width: 100%;
    padding-bottom: 0;
  }

  .offer-item__thumb {
    display: block;
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px 0;
    height: auto;
    padding-top: 4.5rem;
  }
  .offer-item__thumb img {
    position: static;
    width: 167%;
    height: auto;
    transform: translateX(-40%);
  }
}