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.7rem;
  line-height: 1.3;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  margin: 0 auto;
}
.wrapper header,
.wrapper main,
.wrapper footer {
  display: block;
  width: 100%;
}

footer {
  margin-top: auto;
}

main {
  flex-grow: 1;
}

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

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

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

b, strong { font-weight:600;}

.a, .dropdown-menu .show-sub-menu:after, .contacts-location .content:before, .contacts-location .content:after, .icon-plus:before, .icon-plus:after, .prices__current .entry-content:after,
.price__content .entry-content:after, .free-consultation:after, .certificate__item:after, .post_single .post__thumb:after, .post__tags li a:after, .blog-home:before, .blog-home:after, .specialists-slider .slick-slide:after, .gallery__item:after, .gallery:after, .advantages__thumb:after, .advantage__icon:after, .programs:before, .programs:after, .services:before, .services:after, .offer-about__thumb:after, .offer-item:after, .fancybox-content.modal:after, .entry-content table:before, .entry-content blockquote:before, .entry-content blockquote:after {
  content: "";
  display: block;
}

.ffe, .nice-select, #ez-toc-container .ez-toc-title-container,
.counter-flat .ez-toc-title-container, .other-post__title, .additional-services__menu li a, .widget__title, .programs__subtitle, .offer-item__title, .phones a, .entry-content table thead tr, .entry-content blockquote, .entry-content ol li:before, .entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6, .title-h3, .title {
  font-family: "Montserrat", sans-serif;
}

.content {
  max-width: calc(129rem + 30px);
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.flex_reverse {
  flex-direction: row-reverse;
}

.title {
  font-weight: 600;
  font-size: 3.6rem;
  margin-bottom: 5rem;
  line-height: 1.3;
  color: #304990;
}
@media screen and (max-width: 480px) {
  .title {
    font-size: 3rem;
  }
}
.title span {
  color: #304990;
}
.title_white {
  color: #fff;
}
.title_mb30 {
  margin-bottom: 3rem;
}
.title_mb20 {
  margin-bottom: 2rem;
}
.title_center {
  text-align: center;
}
.title_light {
  font-weight: normal;
  color: #455DB8;
}

.after-title {
  margin-bottom: 2rem;
  line-height: 1.6;
}
.after-title span {
  color: #304990;
}
.after-title_white {
  color: #fff;
}

.title-h3 {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.3;
  color: #304990;
}
.title-h3 a { color: #304990;}
@media screen and (max-width: 999px) {
  .title-h3 {
    font-size: 18px;
  }
}

.entry-content {
  line-height: 1.6;
  color: #050018;
}
.entry-content a {
  color: #42CFC2;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.3;
  font-weight: 600;
  margin-top:2rem;
  margin-bottom: 3rem;
  color: #304990;
}
.entry-content h1 {
  font-size: 3.6rem;
  margin-top:0;
}
.entry-content h2 {
  font-size: 3.6rem;
}
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 1.25em;
  margin-bottom: 0.6em;
  padding-top: 0.5em;
}
.entry-content p {
  margin-bottom: 0.7em;
}
.entry-content hr {
  background: #1ccd9e;
  height: 4px;
  border: 0;
  margin-bottom: 1.15em;
}
.entry-content ul {
  margin-bottom: 3rem;
}
.entry-content ul li {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
}
.entry-content ul li:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  margin-right: 1rem;
  margin-top: 0.8rem;
  border: 0.2rem solid #304990;
  border-radius: 50%;
  box-sizing: border-box;
}
.entry-content ol {
  counter-reset: ol;
  margin-bottom: 3rem;
}
.entry-content ol li {
  margin-bottom: 2rem;
  list-style: none;
  display: flex;
  align-items: flex-start;
}
.entry-content ol li:before {
  counter-increment: ol;
  content: counter(ol);
  color: #304990;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  border: 0.2rem solid #304990;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-sizing: border-box;
}
.entry-content blockquote {
  background: #304990;
  border-radius: 2px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  padding: 5rem;
  position: relative;
  margin: 4rem 0 5rem;
  z-index: 100;
  color: #fff;
  line-height: 1.3;
}
.entry-content blockquote:after {
  position: absolute;
  z-index: -1;
  background: url(../images/icons/quote.svg) 1.5rem 1rem no-repeat, url(../images/icons/quote2.svg) calc(100% - 1.5rem) calc(100% - 1rem) no-repeat;
  background-color: #304990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 6.5rem 6.5rem, 6.5rem 6.5rem;
}
.entry-content blockquote:before {
  position: absolute;
  z-index: -1;
  background: url(../images/dots-gray.svg) 0 0 no-repeat;
  width: 23rem;
  height: 21rem;
  bottom: -2.5rem;
  left: -4.5rem;
}
@media screen and (max-width: 1000px) {
  .entry-content blockquote:before {
    background: 0;
    display: none;
  }
}
.entry-content blockquote cite {
  display: block;
  text-align: right;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  padding-top: 20px;
  font-size: 0.889em;
}
.entry-content blockquote * {
  padding: 0;
  margin: 0;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin-top:2rem;
  margin-bottom: 4rem;
  background: #fff;
  border:none;
  border-radius: 2px;
  color: #050018;
  position: relative;
  z-index: 100;
}
.entry-content table:before {
  position: absolute;
  z-index: -1;
  background: url(../images/dots-gray.svg) 0 0 no-repeat;
  width: 23rem;
  height: 21rem;
  bottom: -2.5rem;
  left: -4.5rem;
}
@media screen and (max-width: 1000px) {
  .entry-content table:before {
    background: 0;
    display: none;
  }
}
.entry-content table tr td {
  width: auto !important;
  height: auto !important;
  padding: 1.5rem 2.4rem;
  font-size:1.5rem;
  border:none;
  border-bottom: 1px solid #EAECF0;
  background: #fff;
  vertical-align:top;
}
.entry-content table td :last-child { margin-bottom: 0;}
@media screen and (max-width: 500px) {
  .entry-content table tr td {
    padding: 1.5rem;
  }
}
.entry-content table tr:last-child td {
  border-bottom: 0;
}
.entry-content table thead tr {
  font-weight: 600;
  background: #304990;
  color: #fff;
  line-height: 1.3;
}
.entry-content table thead tr td {
  background: #304990;
  font-size:1.7rem;
  vertical-align:middle;
}
.entry-content table thead tr td:first-child {
  border-radius: 3px 0 0 0;
}
.entry-content table thead tr td:last-child {
  border-radius: 0 3px 0 0;
}

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

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

.alignright {
  float: right;
  margin: 5px 0 20px 2.9rem;
}

.alignleft {
  float: left;
  margin: 5px 2.9rem 20px 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: 500px) {
  .entry-content blockquote {
    background-position: 100% 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 580px) {
  .entry-content img {
    display: block;
    float: none;
    margin: 0 auto 30px auto;
    max-width: 100% !important;
  }
}
.modals {
  display: none;
}

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

.compensate-for-scrollbar .header.active .header__bottom {
  margin-left: -9px;
}
.compensate-for-scrollbar .calc-button {
  margin-right: 17px;
}

.fancybox-content.modal {
  max-width: 99rem;
  width: 100%;
  border-radius: 2px;
  background: url(../images/modal-bg.jpg) center no-repeat;
  background-size: cover;
  overflow: visible;
  padding: 10rem 10rem;
  text-align: center;
  z-index: 100;
  position: relative;
}
.fancybox-content.modal:after {
  position: absolute;
  z-index: -1;
  width: 15rem;
  height: 12.5rem;
  left: 1rem;
  top: 0;
  background: url(../images/dots.svg) 0 0 no-repeat;
  transform: scale(1, -1);
}
@media screen and (max-width: 767px) {
  .fancybox-content.modal:after {
    background: 0;
    display: none;
  }
}

.title_left {
  text-align: left;
}

.fancybox-bg {
  background: #2b3966;
}

.title_modal {
  margin-bottom: 1.5rem;
  font-size: 4rem;
}

.input-list_modal {
  padding-top: 3rem;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  color: #304990;
  top: 2rem;
  right: 2rem;
  opacity: 1;
  transition: 0.3s;
}
.fancybox-slide--html .fancybox-close-small:hover {
  color: red;
}

.modal__desc {
  line-height: 1.6;
}

.modal__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modal__form {
  max-width: 69rem;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 999px) {
  .fancybox-slide--html .fancybox-close-small {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 560px) {
  .modal__form {
    width: 100%;
  }

  .modal__thumb {
    display: none;
  }

  .fancybox-content.modal {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
/*-----------------input-list----------------------*/
.input-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  z-index: 500;
}

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

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

.input-list__item_33 {
  width: calc(50% - 1.5rem);
}
@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_submit {
  text-align: right;
  margin: 0 auto;
  width: 100%;
  max-width: 34rem;
}

.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: 6rem;
  border: 0;
  padding: 0 3rem;
  font-size: 1.7rem;
  display: block;
  outline: none;
  width: 100%;
  background: #FFFFFF;
  color: #000322;
  border-radius: 6rem;
  -webkit-appearance: none;
  transition: 0.3s;
  border: 2px solid #fff;
  font-weight: normal;
}
@media screen and (max-width: 1000px) {
  select,
textarea,
input[type=search],
input[type=number],
input[type=password],
input[type=email],
input[type=text],
input[type=tel] {
    font-size: 16px;
  }
}
select.i-current-page,
textarea.i-current-page,
input[type=search].i-current-page,
input[type=number].i-current-page,
input[type=password].i-current-page,
input[type=email].i-current-page,
input[type=text].i-current-page,
input[type=tel].i-current-page {
  height: 4.8rem;
  width: 5rem;
  padding: 0;
  text-align: center;
  padding: 0 5px;
}

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

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

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

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

*:-ms-input-placeholder {
  color: #C7C7C7;
  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;
}

textarea.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,
textarea.valid-error,
input[type=password].valid-error,
input[type=email].valid-error,
input[type=text].valid-error,
input[type=tel].valid-error {
  box-shadow: inset 0px 0px 1rem rgba(255, 0, 0, 0.4);
}
textarea.wpcf7-not-valid::-webkit-input-placeholder,
input[type=password].wpcf7-not-valid::-webkit-input-placeholder,
input[type=email].wpcf7-not-valid::-webkit-input-placeholder,
input[type=text].wpcf7-not-valid::-webkit-input-placeholder,
input[type=tel].wpcf7-not-valid::-webkit-input-placeholder,
textarea.valid-error::-webkit-input-placeholder,
input[type=password].valid-error::-webkit-input-placeholder,
input[type=email].valid-error::-webkit-input-placeholder,
input[type=text].valid-error::-webkit-input-placeholder,
input[type=tel].valid-error::-webkit-input-placeholder {
  color: red;
}
textarea.wpcf7-not-valid:-moz-placeholder,
input[type=password].wpcf7-not-valid:-moz-placeholder,
input[type=email].wpcf7-not-valid:-moz-placeholder,
input[type=text].wpcf7-not-valid:-moz-placeholder,
input[type=tel].wpcf7-not-valid:-moz-placeholder,
textarea.valid-error:-moz-placeholder,
input[type=password].valid-error:-moz-placeholder,
input[type=email].valid-error:-moz-placeholder,
input[type=text].valid-error:-moz-placeholder,
input[type=tel].valid-error:-moz-placeholder {
  color: red;
}
textarea.wpcf7-not-valid::-moz-placeholder,
input[type=password].wpcf7-not-valid::-moz-placeholder,
input[type=email].wpcf7-not-valid::-moz-placeholder,
input[type=text].wpcf7-not-valid::-moz-placeholder,
input[type=tel].wpcf7-not-valid::-moz-placeholder,
textarea.valid-error::-moz-placeholder,
input[type=password].valid-error::-moz-placeholder,
input[type=email].valid-error::-moz-placeholder,
input[type=text].valid-error::-moz-placeholder,
input[type=tel].valid-error::-moz-placeholder {
  color: red;
}
textarea.wpcf7-not-valid:-ms-input-placeholder,
input[type=password].wpcf7-not-valid:-ms-input-placeholder,
input[type=email].wpcf7-not-valid:-ms-input-placeholder,
input[type=text].wpcf7-not-valid:-ms-input-placeholder,
input[type=tel].wpcf7-not-valid:-ms-input-placeholder,
textarea.valid-error:-ms-input-placeholder,
input[type=password].valid-error:-ms-input-placeholder,
input[type=email].valid-error:-ms-input-placeholder,
input[type=text].valid-error:-ms-input-placeholder,
input[type=tel].valid-error:-ms-input-placeholder {
  color: red;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 6rem;
  min-height: 6rem;
  border-radius: 6rem;
  background: #42CFC2;
  color: #fff;
  position: relative;
  line-height: 1;
  font-size: 1.7rem;
  padding: 0 4rem;
  font-weight: 500;
  outline: none;
  border: 0;
  transition: 0.3s;
}
.button span {
  position: relative;
  z-index: 100;
}
@media (hover: hover) {
  .button:not(:disabled):hover {
    background: #42CFC2;
    box-shadow: 0px 7px 20px rgba(0, 3, 34, 0.1);
    color: #fff;
    border-color: #42CFC2;
  }
  .button:not(:disabled):active, .button.nice-select.open:not(:disabled) {
    background: #2db1a5;
    border-color: #2db1a5;
    box-shadow: 0px 7px 20px rgba(0, 3, 34, 0.1), inset 0 1rem 1rem rgba(0, 0, 0, 0.1);
    color: #fff;
  }
}
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.button_full {
  width: 100%;
}

.button_white {
  background: #fff;
  color: #42CFC2;
}

.button_border {
  border: 2px solid #42CFC2;
  background: 0;
  color: #42CFC2;
  padding: 0 3.7rem;
}
.button_border.button_white {
  border-color: #fff;
  color: #fff;
  min-width: inherit;
}
.button_border.button_white.button_arrow:after {
  background: url(../images/icons/arrow-long.svg) center no-repeat;
  background-size: contain;
}
.button_border.button_white:not(:disabled):hover {
  background: #fff;
  color: #000322;
  border-color: #fff;
}
.button_border.button_white:not(:disabled):hover:after {
  background: url(../images/icons/arrow-long-dark.svg) center no-repeat;
  background-size: contain;
}

.link-more {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: #42CFC2;
}
.link-more svg {
  min-width: 1.9rem;
  width: 1.9rem;
  height: 1.6rem;
  margin-left: 1rem;
}
.link-more_reverse svg {
  margin-left: 0;
  margin-right: 1rem;
  transform: scale(-1, 1);
}
@media (hover: hover) {
  .link-more:hover {
    color: #304990;
  }
}

.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: center;
  margin: 0 auto;
  align-items: center;
}

.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: 6rem;
  height: 6rem;
  z-index: 700;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 7px 20px rgba(43, 57, 102, 0.15);
}
.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: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
.slider-arrow__prev svg path,
.slider-arrow__next svg path,
.slick-a-next svg path,
.slick-a-prev svg path,
.slick-arrow-prev.slick-arrow svg path,
.slick-arrow-next.slick-arrow svg path {
  transition: 0.3s;
  stroke: #304990;
}
@media (hover: hover) {
  .slider-arrow__prev:not(.slick-disabled):hover svg path,
.slider-arrow__next:not(.slick-disabled):hover svg path,
.slick-a-next:not(.slick-disabled):hover svg path,
.slick-a-prev:not(.slick-disabled):hover svg path,
.slick-arrow-prev.slick-arrow:not(.slick-disabled):hover svg path,
.slick-arrow-next.slick-arrow:not(.slick-disabled):hover svg path {
    stroke: #42CFC2;
  }
}

.slider-arrow_middle .slider-arrow__prev,
.slider-arrow_middle .slider-arrow__next {
  position: absolute;
  top: 50%;
  margin-top: -3rem;
}
.slider-arrow_middle .slider-arrow__next {
  right: 50%;
  transform: translateX(75rem);
}
@media screen and (max-width: 1520px) {
  .slider-arrow_middle .slider-arrow__next {
    transform: translateX(0);
    right: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .slider-arrow_middle .slider-arrow__next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .slider-arrow_middle .slider-arrow__next {
    position: static;
    margin-left: 2.3rem;
    margin-top: 2rem;
  }
}
.slider-arrow_middle .slider-arrow__prev {
  left: 50%;
  transform: translateX(-75rem) scale(-1, 1);
}
@media screen and (max-width: 1520px) {
  .slider-arrow_middle .slider-arrow__prev {
    transform: translateX(0) scale(-1, 1);
    left: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .slider-arrow_middle .slider-arrow__prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .slider-arrow_middle .slider-arrow__prev {
    position: static;
    margin-right: 2.3rem;
    margin-top: 2rem;
  }
}

.slider-arrow_spec .slider-arrow__prev,
.slider-arrow_spec .slider-arrow__next {
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .slider-arrow_spec .slider-arrow__prev,
.slider-arrow_spec .slider-arrow__next {
    margin-top: 2rem;
  }
}

.slider-arrow_static {
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .slider-arrow_static {
    justify-content: center;
    padding-bottom: 3rem;
  }
}
.slider-arrow_static .slider-arrow__prev,
.slider-arrow_static .slider-arrow__next {
  top: 0;
}
.slider-arrow_static .slider-arrow__prev {
  margin-right: 2.3rem;
}
.slider-arrow_static .slider-arrow__next {
  margin-left: 2.3rem;
}

.slick-a-prev,
.slick-arrow-prev.slick-arrow {
  left: 50%;
  transform: translate(-77rem, -50%) scale(-1, 1);
}
@media screen and (max-width: 1560px) {
  .slick-a-prev,
.slick-arrow-prev.slick-arrow {
    left: 30px;
    transform: translate(0, -50%) scale(-1, 1);
  }
}

.slick-a-next,
.slick-arrow-next.slick-arrow {
  right: 50%;
  transform: translate(77rem, -50%);
}
@media screen and (max-width: 1560px) {
  .slick-a-next,
.slick-arrow-next.slick-arrow {
    right: 30px;
    transform: translate(0, -50%);
  }
}

.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 {
  opacity: 0.3;
  cursor: not-allowed;
}

.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: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  outline: none;
  border: 2px solid #304990;
  background: 0;
}
.slick-dots .slick-active button {
  background: #304990;
}

.slider-arrow__dots .slick-dots {
  position: static;
}

/* ------- Scroll to Top Finish---------- */
.icon-menu {
  width: 30px;
  height: 20px;
  cursor: pointer;
  display: none;
}

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

.sw-bottom {
  top: 5px;
}

.sw-footer {
  top: 10px;
}

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

/* ---------------------------- 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, .slick-arrow.slick-hidden+.slider-arrow__dots {
  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;
}

.header {
  position: relative;
  padding-bottom: 10rem;
  z-index: 900;
  transition: 0.3s;
}
.header.active .header__bottom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: auto;
  box-shadow: 0px 4px 10px rgba(5, 0, 24, 0.1);
}

.logo {
  width: 19rem;
  display: block;
}
.logo img {
  display: block;
  width: 100%;
}

.logo_header {
  transform: translateY(-0.8rem);
}

.header__top {
  background: #2B3966;
  color: #EAECF0;
  font-size: 1.6rem;
  line-height: 1.6;
}

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 6rem;
}

.phones-inline {
  padding-left: 2.8rem;
  background: url(../images/icons/phone.svg) 0 0.5rem no-repeat;
  background-size: 1.8rem;
}
.phones-inline br {
  display: none;
}
.phones-inline a {
  color: #EAECF0;
}
@media (hover: hover) {
  .phones-inline a:hover {
    color: #42CFC2;
  }
}

.phones a {
  display: block;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 1.2rem;
  white-space: nowrap;
  color: #304990;
}
.phones a:last-child {
  margin-bottom: 0;
}
@media (hover: hover) {
  .phones a:hover {
    color: #42CFC2;
  }
}
.phones_white a {
  color: #fff;
}
.phones_30 a {
  font-size: 3rem;
  margin-bottom: 1.2rem;
}
.phones_dark a {
  color: #1E1E1E;
}

.email-link {
  margin-bottom: 4rem;
}
.email-link a {
  padding-left: 4.5rem;
  background: url(../images/icons/email.svg) 0 center no-repeat;
  background-size: 3.2rem 3.2rem;
  word-wrap: break-word;
  display: inline-block;
}
@media (hover: hover) {
  .email-link a:hover {
    color: #455DB8;
  }
}

.time-work {
  padding-left: 2.8rem;
  background: url(../images/icons/clock.svg) 0 center no-repeat;
  background-size: 1.8rem;
}

.address {
  font-style: normal;
  padding-left: 2.8rem;
  background: url(../images/icons/address.svg) 0 center no-repeat;
  background-size: 1.8rem;
}

.header__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.header__content-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10rem;
}

@media screen and (max-width: 999px) {
  .wrapper {
    padding-top: 85px;
  }
	
	.header__top { display:none;}
	.header__nav .header__top { display:block;}

  .header__bottom {
    position: static;
  }

  .header__content-bottom {
    height: 85px;
  }

  .header {
    position: fixed;
    padding-bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
  }
  .header.active {
    box-shadow: 0 0 20px rgba(40, 46, 68, 0.3);
  }

  .header__top {
    z-index: 910;
    position: relative;
    background: #fff;
  }

  .logo_header {
    width: 140px;
    transform: translateY(0);
  }

  .header__content-nav {
    flex-wrap: wrap;
  }

  .header__nav {
    position: fixed;
    top: 85px;
    bottom: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: 0.3s ease-out;
    padding-bottom: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header__nav.active {
    transform: translateX(0);
    transition: 0.3s ease-in;
  }
  .header__nav .dropdown-menu {
    display: block;
    padding: 0 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    font-size: 15px;
  }
  .header__nav .dropdown-menu > li {
    margin-bottom: 20px;
    padding: 0;
  }
  .header__nav .dropdown-menu > li > a {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    height: 25px;
  }
  .header__nav .dropdown-menu .sub-menu {
    position: static;
    border-radius: 0;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-top: 1.5rem;
  }
  .header__nav .dropdown-menu .sub-menu li a {
    white-space: normal;
  }
  .header__nav .button {
    margin-bottom: 30px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .header__nav .header__top {
    opacity: 1;
  }

  .icon-menu {
    display: block;
    margin-top: 4px;
  }

  .header__top {
    margin: 0 -15px;
    margin-top: auto;
    flex-grow: 1;
    background: #2B3966;
    padding: 30px 0;
    font-size: 15px;
    opacity: 0;
  }
  .header__top .time-work {
    margin-bottom: 20px;
  }
  .header__top .phones-inline {
    margin-bottom: 20px;
  }
  .header__top .phones-inline br {
    display: block;
  }
  .header__top .address {
    margin-bottom: 20px;
  }
  .header__top .lang-menu {
    justify-content: center;
    margin-bottom: 20px;
  }
  .header__top .social {
    justify-content: center;
  }

  .header__content {
    display: block;
    height: auto;
  }
}
.offer {
  position: relative;
  z-index: 300;
}
.offer .slick-dots {
  bottom: 6.7rem;
  left: 50%;
  right: auto;
  max-width: calc(129rem + 30px);
  padding: 0 10px;
  width: 100%;
  transform: translateX(-50%);
  justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  .offer .slick-dots {
    bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .offer .slick-dots {
    justify-content: center;
  }
}

.offer__slide {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .offer__slide {
    display: flex !important;
  }
  .offer__slide .content {
    display: flex;
  }
}

.offer-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 61rem;
  padding: 3rem 0 7rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .offer-item {
    min-height: 49rem;
  }
}
@media screen and (max-width: 767px) {
  .offer-item {
    min-height: inherit;
    padding: 7rem 0 11rem;
    width: 100%;
  }
}
.offer-item:after {
  position: absolute;
  z-index: 1;
  background: url(../images/dots.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 23rem;
  height: 12.5rem;
  bottom: -1px;
  left: 50%;
  transform: translateX(53rem);
}
@media screen and (max-width: 767px) {
  .offer-item:after {
    background: 0;
    display: none;
  }
}
.offer-item_in {
  min-height: 50rem;
  padding: 5rem 0 2rem;
}
.offer-item_in:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .offer-item_in {
    min-height: inherit;
    padding: 8rem 0 5rem;
  }
}
.offer-item_contacts {
  padding: 11rem 0 8rem;
  min-height: inherit;
}

.offer-item__content {
  width: 49%;
}
@media screen and (max-width: 1000px) {
  .offer-item__content {
    width: 60%;
  }
}

.offer-item__content_about {
  align-self: center;
}
.offer-item__content_about .offer-item__desc {
  max-width: 100%;
}

.offer-item__title {
  font-size: 4rem;
  color: #304990;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .offer-item__title {
    font-size: 3.6rem;
  }
}
.offer-item__title span {
  color: #304990;
}
.offer-item__title .span-block {
  display: block;
}

.offer-item__desc {
  margin-bottom: 3rem;
  max-width: 63rem;
  line-height: 1.6;
}

.offer-about {
  padding: 11rem 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .offer-about {
    padding-top: 9rem;
  }
}

.offer-about__row {
  flex-direction: row-reverse;
}

.offer-about__text {
  width: calc(59.7% - 3rem);
}

.offer-about__desc {
  padding-bottom: 1.2rem;
}

.offer-about__thumb {
  width: 40.3%;
  position: relative;
  z-index: 100;
}
.offer-about__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.2rem;
}
.offer-about__thumb:after {
  position: absolute;
  z-index: -1;
  background: url(../images/dots-gray.svg) 0 0 no-repeat;
  background-size: contain;
  width: 23rem;
  height: 21rem;
  top: -2.5rem;
  left: -4.6rem;
}
@media screen and (max-width: 767px) {
  .offer-about__thumb:after {
    background: 0;
    display: none;
  }
}

.offer-about__numbers {
  margin: 0 5px 0 -15px;
  padding-top: 2.6rem;
}
@media screen and (max-width: 480px) {
  .offer-about__numbers {
    margin: 0;
  }
}

.offer-about__number {
  width: 33.3333%;
  padding: 0 15px;
}
@media screen and (max-width: 480px) {
  .offer-about__number {
    width: 100%;
    padding: 0 0 20px;
  }
  .offer-about__number:last-child {
    padding-bottom: 0;
  }
}
.offer-about__number p {
  margin: 0;
}

.offer-about__value {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .offer__slide {
    background: #eaecf08a !important;
  }

  .offer-item__content {
    width: 100%;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }

  .offer-item__desc {
    margin-left: auto;
    margin-right: auto;
  }

  .offer-about__text {
    width: 100%;
    padding-bottom: 0;
  }

  .offer-about__thumb {
    width: 100%;
    padding-top: 0;
    margin-bottom: 2rem;
  }

  .offer-about__button {
    text-align: center;
  }
}
.services {
  padding: 11rem 0 8rem;
  position: relative;
  z-index: 200;
  background: linear-gradient(228.76deg, #304990 17.98%, #455DB8 71.58%), #304990;
}
.services:before, .services:after {
  position: absolute;
  z-index: -1;
  background: url(../images/dots-viol.svg) center 0 no-repeat;
  background-size: 100% auto;
  width: 23rem;
}
@media screen and (max-width: 767px) {
  .services:before, .services:after {
    background: 0;
    display: none;
  }
}
.services:before {
  top: 0;
  height: 16.5rem;
  left: 50%;
  transform: translateX(-76rem);
}
.services:after {
  bottom: 0;
  height: 14.5rem;
  left: 50%;
  transform: translateX(52rem) scale(1, -1);
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}

.service-list__item {
  width: calc(25% - 3rem);
  margin: 0 1.5rem 3rem;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .service-list__item {
    width: calc(50% - 3rem);
  }
}
@media screen and (max-width: 420px) {
  .service-list__item {
    width: calc(100% - 3rem);
  }
}

.service {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}

.service_link {
  position: relative;
}
@media (hover: hover) {
  .service_link:hover .service__content {
    background: #42CFC2;
  }
  .service_link:hover .service__desc,
.service_link:hover .service__title {
    color: #fff;
  }
}

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

.service__thumb {
  padding-bottom: 96%;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  margin-left: 1rem;
}
.service__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service__content {
  background: #fff;
  border-radius: 2px;
  margin-right: 1rem;
  transition: 0.3s;
  flex-grow: 1;
  margin-top: -3rem;
  position: relative;
  z-index: 100;
  padding: 3rem 2rem;
}

.service__title {
  margin-bottom: 1rem;
  transition: 0.3s;
}

.service__desc {
  transition: 0.3s;
  line-height: 1.6;
}

.programs {
  padding: 11rem 0 8rem;
  position: relative;
  z-index: 200;
  background: linear-gradient(-228.76deg, #304990 17.98%, #455DB8 71.58%), #304990;
}
.programs:before, .programs:after {
  position: absolute;
  z-index: -1;
  background: url(../images/dots-viol.svg) center 0 no-repeat;
  background-size: 100% auto;
  width: 23rem;
}
@media screen and (max-width: 767px) {
  .programs:before, .programs:after {
    background: 0;
    display: none;
  }
}
.programs:before {
  top: 0;
  height: 10rem;
  left: 50%;
  transform: translateX(52rem);
  background-position: center bottom;
}
.programs:after {
  bottom: 0;
  height: 16.5rem;
  right: 50%;
  transform: translateX(-52rem) scale(1, -1);
}

.programs__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
  padding-top: 1rem;
}

.programs__item {
  width: calc(25% - 3rem);
  margin: 0 1.5rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 4rem 2rem 3.8rem;
  text-align: center;
  border-radius: 2px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .programs__item {
    width: calc(50% - 3rem);
  }
}
@media screen and (max-width: 520px) {
  .programs__item {
    width: calc(100% - 3rem);
  }
}

.programs__title {
  margin-bottom: 3rem;
}

.programs__desc {
  margin-bottom: auto;
  line-height: 1.6;
  padding-bottom: 2.5rem;
}

.programs__subtitle {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.programs__icon {
  position: absolute;
  background: #42CFC2;
  width: 8rem;
  height: 8rem;
  top: -1rem;
  left: -1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.programs__icon img {
  width: 5.8rem;
  height: 5.8rem;
}

.advantages {
  padding: 11rem 0 0;
}

.advantages__row {
  padding-top: 0.6rem;
}

.advantages__list {
  width: calc(68.2% - 5rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .advantages__list {
    width: 100%;
  }
}

.advantage {
  width: calc(50% - 2.5rem);
  margin-bottom: 4rem;
  position: relative;
  padding-left: 9rem;
}
@media screen and (max-width: 540px) {
  .advantage {
    width: 100%;
  }
}

.advantage__icon {
  position: absolute;
  left: 0;
  top: -0.3rem;
  width: 6.2rem;
  z-index: 100;
}
.advantage__icon:after {
  position: absolute;
  z-index: -1;
  background: #42CFC2;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  right: 0;
  top: 0;
}
.advantage__icon img {
  width: 6.2rem;
  height: 6.2rem;
  display: block;
}

.advantage__title {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.advantage__desc {
  line-height: 1.6;
}

.advantages__thumb {
  width: 31.8%;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  .advantages__thumb {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
  }
}
.advantages__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.2rem;
}
.advantages__thumb:after {
  position: absolute;
  z-index: -1;
  background: url(../images/dots-gray.svg) 0 0 no-repeat;
  background-size: contain;
  width: 23rem;
  height: 21rem;
  top: -2.5rem;
  left: -4.6rem;
}
@media screen and (max-width: 767px) {
  .advantages__thumb:after {
    background: 0;
    display: none;
  }
}

.gallery {
  padding: 11rem 0 8rem;
  overflow: hidden;
  position: relative;
  z-index: 200;
}
.gallery:after {
  position: absolute;
  z-index: -1;
  background: url(../images/dots-gray.svg) center 0 no-repeat;
  background-size: 100% auto;
  width: 23rem;
  height: 21rem;
  bottom: 7rem;
  left: 50%;
  transform: translateX(47rem);
}
@media screen and (max-width: 767px) {
  .gallery:after {
    background: 0;
    display: none;
  }
}

.gallery__row {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.gallery__content {
  width: 31.8%;
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .gallery__content {
    width: 100%;
  }
}

.gallery__desc {
  line-height: 1.6;
  margin-bottom: auto;
}
.gallery__desc p {
  margin-bottom: 9px;
}

.gallery__photos {
  align-self: flex-start;
  width: calc(68.2% - 3rem);
}
@media screen and (max-width: 1000px) {
  .gallery__photos {
    width: 100%;
  }
}

.slider-content {
  position: relative;
}
.slider-content_review .main__head {
  margin-bottom: 3rem;
}
.slider-content_review .slider-arrow_absolute {
  top: 6.5rem;
}

.gallery__list {
  overflow: hidden;
}
.gallery__list .slick-list {
  margin: 0 -1.5rem;
}

.gallery__group {
  margin: 0 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .gallery__group {
    margin: 0 1rem;
  }
}

.gallery__item {
  width: calc(50% - 1.5rem);
  display: block;
  padding-bottom: 32%;
  position: relative;
  margin-bottom: 3rem;
  overflow: hidden;
  border-radius: 2px;
  order: 1;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .gallery__item {
    width: calc(50% - 1rem);
    margin-bottom: 2rem;
  }
}
.gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.5s;
}
.gallery__item:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  background: url(../images/icons/zoom.svg) center no-repeat;
  background-size: contain;
  width: 4.2rem;
  height: 4.2rem;
  opacity: 0;
  transition: 0.5s;
}
@media (hover: hover) {
  .gallery__item:hover img {
    filter: blur(5px);
    opacity: 0.8;
  }
  .gallery__item:hover:after {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
  }
}
.gallery__item:nth-child(1) {
  width: 100%;
  padding-bottom: 121.5%;
}
.gallery__group.group-even .gallery__item:nth-child(1){
    width: calc(50% - 1.5rem);
    padding-bottom: 32%;
}
.gallery__group.group-even .gallery__item:nth-child(3){
    width: 100%;
    padding-bottom: 121.5%;
}
@media screen and (max-width: 767px) {
  .gallery__item:nth-child(1) {
    padding-bottom: 62%;
  }
  .gallery__group.group-even .gallery__item:nth-child(1){
    padding-bottom: 32%;
  }
  .gallery__group.group-even .gallery__item:nth-child(3){
    padding-bottom: 62%;
  }
}

@media screen and (max-width: 767px) {
  .slider-arrow_absolute {
    position: static;
    padding-top: 2rem;
  }

  .gallery {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }

  .gallery__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gallery__list .slick-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.specialists {
  padding: 8rem 0 0;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  .specialists {
    padding-top: 11rem;
  }
}

.specialists-slider {
  max-width: 192rem;
  margin: 0 auto;
  overflow: hidden;
}
.specialists-slider .slick-slide {
  padding: 5.6rem 1.5rem 0;
  display: flex;
  transition: 0.5s;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  .specialists-slider .slick-slide {
    opacity: 0.3;
  }
}
.specialists-slider .slick-slide:after {
  position: absolute;
  z-index: -1;
  background: url(../images/dots-gray.svg) center 0 no-repeat;
  background-size: 100% auto;
  width: 23rem;
  height: 21rem;
  top: 0;
  left: 16.4rem;
}
@media screen and (max-width: 480px) {
  .specialists-slider .slick-slide:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.specialists-slider .slick-slide.slick-active {
  opacity: 1;
}
.specialists-slider .slick-list {
  transform: translateX(-66rem);
  width: calc(100% + 66rem);
}

.specialist {
  background: #304990;
  color: #fff;
  border-radius: 2px;
  width: 63rem;
  padding: 3rem 3rem 3rem 30rem;
  position: relative;
  min-height: 30rem;
}

.specialist__thumb {
  width: 27rem;
  position: absolute;
  z-index: 100;
  bottom: 0;
  top: -3rem;
  left: 0;
  overflow: hidden;
  border-radius: 2px 2px 0px 2px;
}
@media screen and (max-width: 480px) {
  .specialist__thumb {
    border-radius: 2px;
  }
}
.specialist__thumb img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  display: block;
}

.specialist__name {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.specialist__position {
  color: #EAECF0;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.specialist__desc {
  line-height: 1.6;
}
.specialist__desc p {
  margin-bottom: 1rem;
}
.specialist__desc p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1070px) {
  .specialists {
    padding-left: 15px;
    padding-right: 15px;
  }
  .specialists .content {
    padding-left: 0;
    padding-right: 0;
  }

  .specialists-slider {
    margin: 0 -15px;
    overflow: hidden;
  }
  .specialists-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .specialists-slider .slick-list {
    transform: translateX(0);
    width: 100%;
  }

  .specialist {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .specialists-slider {
    margin: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .specialists-slider {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 480px) {
  .specialist {
    padding-top: 0;
    padding-left: 3rem;
    text-align: center;
  }

  .specialist__thumb {
    position: relative;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }
}
.blog-home {
  padding: 11rem 0 11rem;
  background: linear-gradient(269.09deg, #304990 26.28%, #455DB8 116.48%), #304990;
  position: relative;
  z-index: 200;
}
.blog-home:before, .blog-home:after {
  position: absolute;
  z-index: -1;
  background: url(../images/dots-viol.svg) center 0 no-repeat;
  background-size: 100% auto;
  width: 23rem;
}
@media screen and (max-width: 767px) {
  .blog-home:before, .blog-home:after {
    background: 0;
    display: none;
  }
}
.blog-home:before {
  top: 0;
  height: 16.5rem;
  left: 50%;
  transform: translateX(-76rem);
}
.blog-home:after {
  bottom: 0;
  height: 14.5rem;
  left: 50%;
  transform: translateX(52rem) scale(1, -1);
}

.blog-home__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 3rem;
}

.blog-list {
  margin: 0 -1.5rem;
  display: flex;
  flex-wrap: wrap;
}

.post {
  width: 100%;
  margin-bottom: 6rem;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  transition: 0.3s;
}
.post.post_single {
  width: 100%;
  box-shadow: none;
  display: block;
}

.post__left {
  width: 41rem;
  display: flex;
  margin-top: -3rem;
}

.post__right {
  width: calc(100% - 41rem);
  padding: 3rem 8rem 3rem 3rem;
  display: flex;
  flex-direction: column;
}

.post__left {
  position: relative;
}

.post__text {
  position: relative;
  flex-grow: 1;
  min-height: 3rem;
}

.post__thumb {
  position: relative;
  overflow: hidden;
  z-index: 100;
  min-height: 28rem;
  width: 100%;
}
.post__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.post__date {
  line-height: 1.6;
  padding: 0 0 1rem;
}

.post__title {
  padding: 0 0 2rem;
  display: inline-block;
}
@media (hover: hover) {
  .post__title:hover, .post__title a:hover {
    color: #42CFC2;
  }
}

.post__desc {
  transition: opacity 0.1s, visibility 0.1s;
  line-height: 1.6;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.post__desc.calcHeight {
  opacity: 1;
  height: auto;
}

.post__read-more {
  padding-top: 2rem;
}

.post__info {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0;
}

.post__tags {
  display: flex;
  flex-wrap: wrap-reverse;
  margin: 0 -0.5rem;
}
.post__tags li {
  padding: 0 0.5rem 1rem;
}
.post__tags li a {
  display: flex;
  align-items: center;
  height: 4.8rem;
  border-radius: 0.5rem;
  padding: 0 1rem;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.post__tags li a:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: 0.3s;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 0.5rem;
}
@media (hover: hover) {
  .post__tags li a:hover:after {
    background: #fff;
  }
}

.blog-home__button {
  text-align: center;
  margin-top: -1rem;
}

.blog {
  padding-top: 3rem;
  margin-bottom: -1rem;
}
.blog .post {
  background: #304990;
  color: #fff;
}
.blog .post__left {
  width: 37rem;
}
.blog .post__thumb {
  min-height: 33rem;
}
.blog .link-more,
.blog .post__title,
.blog .post__title a {
  color: #fff;
}
@media (hover: hover) {
  .blog .link-more:hover,
  .blog .post__title:hover,
  .blog .post__title a:hover {
    color: #42CFC2;
  }
}
.blog .post__right {
  padding-right: 3rem;
}
.blog .post__desc {
  -webkit-line-clamp: 3;
}

.blog-load-more {
  text-align: center;
  margin-bottom: 5rem;
}

.post_single {
  padding: 0;
  margin: 0;
  overflow: visible;
}
.post_single .post__head {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 3rem;
  position: relative;
}
.post_single .post__date {
  margin-bottom: 1rem;
}
.post_single .post__thumb {
  padding-bottom: 58.7%;
  border-radius: 2px;
  position: relative;
  z-index: 100;
  overflow: visible;
}
.post_single .post__thumb:after {
  position: absolute;
  z-index: -1;
  background: url(../images/dots-gray.svg) 0 0 no-repeat;
  width: 23rem;
  height: 21rem;
  top: -2.5rem;
  left: -4.5rem;
}
@media screen and (max-width: 1000px) {
  .post_single .post__thumb:after {
    background: 0;
    display: none;
  }
}
.post_single .categories-menu {
  margin-bottom: 2rem;
}

.post__content {
  padding-bottom: 6rem;
}

.related-post {
  padding-bottom: 5rem;
  padding-top: 2rem;
}
.related-post .title {
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .post__right, .post__left, .blog .post__left {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  
  .blog .post .post__thumb,
.post__thumb {
    height: auto;
    padding-bottom: 70%;
    min-height: inherit;
  }
}
.certificates {
  padding: 11rem 0 11rem;
  overflow: hidden;
  position: relative;
  z-index: 200;
}

.certificate {
  overflow: hidden;
}
.certificate .slick-list {
  margin: 0 -1.5rem;
}
@media screen and (max-width: 767px) {
  .certificate .slick-list {
    margin: 0 -1rem;
  }
}

.certificate__group {
  margin: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .certificate__group {
    margin: 0 1rem;
  }
}

.certificate__item {
  width: 100%;
  display: block;
  padding-bottom: 66.4%;
  position: relative;
  margin-bottom: 3rem;
  overflow: hidden;
  border-radius: 2px;
  order: 1;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .certificate__item {
    margin-bottom: 10%;
  }
}
.certificate__item_vertical {
  padding-bottom: 143.4%;
}
.certificate__item:last-child {
  margin-bottom: 0;
}
.certificate__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.5s;
}
.certificate__item:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  background: url(../images/icons/zoom.svg) center no-repeat;
  background-size: contain;
  width: 4.2rem;
  height: 4.2rem;
  opacity: 0;
  transition: 0.5s;
}
@media (hover: hover) {
  .certificate__item:hover img {
    filter: blur(5px);
    opacity: 0.8;
  }
  .certificate__item:hover:after {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .certificate {
    margin-left: -15px;
    margin-right: -15px;
  }
  .certificate .slick-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.free-consultation {
  padding: 11rem 0 11rem;
  overflow: hidden;
  position: relative;
  z-index: 200;
}
.free-consultation:after {
  position: absolute;
  z-index: -1;
  background: url(../images/dots.svg) center 0 no-repeat;
  background-size: 100% auto;
  width: 23rem;
}
@media screen and (max-width: 767px) {
  .free-consultation:after {
    background: 0;
    display: none;
  }
}
.free-consultation:after {
  bottom: 0;
  height: 12.5rem;
  left: 50%;
  transform: translateX(52rem);
}
.free-consultation_reverse:after {
  transform: translateX(-52rem);
  left: auto;
  right: 50%;
}

.free-consultation__text {
  width: calc(50% - 1.5rem);
  max-width: 52rem;
}
.free-consultation__text .phones {
  margin-bottom: 3rem;
  display: inline-block;
}

.free-consultation__thumb {
  width: calc(50% - 1.5rem);
  align-self: flex-end;
}
.free-consultation__thumb img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .free-consultation {
    background: #DFE2E7 !important;
  }

  .free-consultation__text {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .free-consultation__text .after-title {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.beneficial {
  padding: 11rem 0 7rem;
}

.beneficial__list {
  margin: 0 -1.5rem;
}
.beneficial__list .advantage {
  width: calc(33.3333% - 3rem);
  margin: 0 1.5rem 4rem;
  padding-left: 11rem;
}
@media screen and (max-width: 767px) {
  .beneficial__list .advantage {
    width: calc(100% - 3rem);
  }
}
.beneficial__list .advantage__icon {
  width: 8.2rem;
}
.beneficial__list .advantage__icon img {
  width: 8.2rem;
  height: 8.2rem;
}
.beneficial__list .advantage__icon:after {
  width: 5rem;
  height: 5rem;
}

.service-list_center {
  justify-content: center;
}

.service-list__item3 {
  width: calc(33.3333% - 3rem);
  margin: 0 1.5rem 3rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .service-list__item3 {
    width: calc(50% - 3rem);
  }
}
@media screen and (max-width: 580px) {
  .service-list__item3 {
    width: calc(100% - 3rem);
  }
}
.service-list__item3 .service__content {
  padding: 3rem;
}
.service-list__item3 .service__thumb {
  padding-bottom: 85.4%;
}

.help {
  padding-bottom: 11rem;
}

.help__body {
  background: url(../images/form-bg-big.jpg) center no-repeat;
  background-size: cover;
  padding: 9rem;
  border-radius: 2px;
}
.help__body_in {
  padding: 6rem 5rem 5.6rem 5rem;
  background: url(../images/form-bg-small.jpg) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .help__body {
    padding: 6rem 5rem;
  }
}
@media screen and (max-width: 540px) {
  .help__body {
    background: linear-gradient(15.61deg, #BCC0CC -31.59%, rgba(188, 192, 204, 0) 27.36%), linear-gradient(157.39deg, #EAECF0 21.82%, rgba(234, 236, 240, 0.9) 27.83%, rgba(234, 236, 240, 0) 37.99%, rgba(234, 236, 240, 0) 37.99%), linear-gradient(93.99deg, #EAECF0 30.19%, rgba(234, 236, 240, 0.9) 43.69%, rgba(234, 236, 240, 0) 66.03%, rgba(234, 236, 240, 0) 66.03%), #EAECF0;
    text-align: center;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.help__body .after-title {
  max-width: 50rem;
}

.help__content {
  max-width: 50rem;
}
@media screen and (max-width: 1000px) {
  .help__content {
    max-width: 450px;
  }
}

.help__phones {
  padding-top: 1rem;
  margin-bottom: 3rem;
  display: inline-block;
}

.help__form {
  position: relative;
}
.help__form .button {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 540px) {
  .help__form .button {
    position: static;
    display: flex;
    width: 100%;
    margin-top: 2rem;
  }
}

.prices {
  padding: 11rem 0 10rem;
}

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

.price__content {
  display: none;
}

.prices__current table,
.price__content table {
  margin: 0;
}
.prices__current table:after, .prices__current table:before,
.price__content table:after,
.price__content table:before {
  display: none;
  background: 0;
}
.prices__current .entry-content,
.price__content .entry-content {
  position: relative;
  z-index: 100;
  box-shadow: 0px 7px 20px rgba(43, 57, 102, 0.15);
  border-radius: 2px;
  background: #fff;
}
.prices__current .entry-content:after,
.price__content .entry-content:after {
  position: absolute;
  z-index: -1;
  background: url(../images/dots-gray.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 23rem;
  height: 21rem;
  right: -4.6rem;
  bottom: -3rem;
}
@media screen and (max-width: 1000px) {
  .prices__current .entry-content:after,
.price__content .entry-content:after {
    display: none;
    background: 0;
  }
}

.prices__current {
  width: calc(68.2% - 3rem);
}
@media screen and (max-width: 1000px) {
  .prices__current {
    display: none;
  }
}

.price__title {
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0px 7px 20px rgba(43, 57, 102, 0.15);
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 2rem 2rem;
  font-weight: 500;
  color: #304990;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .price__title {
    padding: 2rem 4rem;
    font-size: 2.5rem;
    padding-right: 45px;
  }
  .price__title:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 1.5rem;
    height: 1.5rem;
    border-right: 2px solid #2B3966;
    border-bottom: 2px solid #2B3966;
    box-sizing: border-box;
    transform: translateY(-60%) rotate(45deg);
    right: 20px;
    top: 44%;
    transition: 0.3s;
  }
}
@media screen and (max-width: 500px) {
  .price__title {
    padding-left: 2rem;
    font-size: 2.2rem;
  }
}
.price__title.active {
  background: #304990;
  color: #fff;
  box-shadow: none;
}
.price__title.active:after {
  border-color: #fff;
  transform: translateY(0%) rotate(-135deg);
}
@media screen and (max-width: 1000px) {
  .price__title.active + .price__content {
    display: block;
    padding-top: 3px;
  }
  .price__title.active + .price__content .title {
    display: none;
  }
}
@media (hover: hover) {
  .price__title:not(.active):hover {
    color: #42CFC2;
  }
}

.price__cat {
  margin-bottom: 1rem;
}

.interest-you {
  padding-bottom: 2rem;
}
.interest-you .service__thumb {
  padding-bottom: 96%;
}
.interest-you .service__content {
  box-shadow: 0px 7px 20px rgba(43, 57, 102, 0.15);
  padding: 2rem;
}
.interest-you .service__title {
  margin: 0;
}

.main {
  padding-bottom: 11rem;
}
.main_single {
  padding-bottom: 6rem;
}

.c-breadcrumbs .content {
  position: relative;
  z-index: 400;
}

.breadcrumbs {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  margin-bottom: 5rem;
  padding-top: 2.5rem;
  line-height: 1.6;
}
.breadcrumbs_absolute {
  position: absolute;
  left: 15px;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs_absolute {
    position: relative;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 12px;
    margin-bottom: 3rem;
    padding-top: 0;
  }
  .breadcrumbs:after {
    content: "";
    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 .sep svg {
  width: 1.1rem;
  height: 1.1rem;
  display: inline-block;
  margin: 0 1.2rem;
  color: #455DB8;
  transform: translateY(10%);
}
.breadcrumbs span:not(.breadcrumb_last) {
  display: flex;
  align-items: center;
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    color: #304990;
  }
}

.title_main {
  margin-bottom: 5rem;
  font-size: 4rem;
}
@media screen and (max-width: 600px) {
  .title_main {
    font-size: 3.6rem;
  }
}

.main__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main__head {
  width: 100%;
}

.main__post-title,
.main__content {
  width: calc(67.5% - 2rem);
}
@media screen and (max-width: 999px) {
  .main__post-title,
.main__content {
    width: 100%;
  }
}

.main__aside {
  width: calc(32.5% - 1rem);
}
.main__aside.is_stuck {
  transform: translateX(64.5rem);
  right: 50%;
}
@media screen and (max-width: 1056px) {
  .main__aside.is_stuck {
    transform: translateX(0);
    right: 15px;
  }
}
@media screen and (max-width: 999px) {
  .main__aside {
    position: static !important;
    padding-top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1000px) {
  .aside_single {
    margin-top: 5rem;
  }
}
.widget {
  margin-bottom: 5rem;
}

.widget__title {
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
  font-size: 3.6rem;
  margin-bottom: 3rem;
  color: #304990;
}

.widget__title.widget__title_small {
  font-size: 2.5rem;
}

.ambulance-call {
  background: url(../images/emergency-bg.jpg) center no-repeat;
  background-size: cover;
  border-radius: 2px;
  padding: 4rem 3.9rem;
}
.ambulance-call .widget__title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .ambulance-call {
    text-align: center;
  }
}

.services-menu__item {
  display: flex;
  align-items: center;
  box-shadow: 0px 7px 20px rgba(43, 57, 102, 0.15);
  border-radius: 2px;
  height: 12rem;
  padding-left: 3.5rem;
  padding-right: 4rem;
  color: #304990;
  margin-bottom: 3rem;
}
.services-menu__item:last-child {
  margin-bottom: 0;
}
.services-menu__item .services-menu__title {
  color: inherit;
}
@media (hover: hover) {
  .services-menu__item:hover {
    color: #fff;
    background: #42CFC2;
  }
}

.services-menu__icon {
  width: 7rem;
  height: 7rem;
  min-width: 7rem;
  margin-right: 2.5rem;
}
.services-menu__icon svg {
  width: 7rem;
  height: 7rem;
  display: block;
}

.callback-form {
  background: url(../images/form-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 4rem 3rem 2rem;
  border-radius: 2px;
}

.callback-form__list {
  max-width: 41rem;
  margin: 0 auto;
}

.callback-form__input {
  margin-bottom: 2rem;
}

.additional-services__menu li {
  margin-bottom: 3rem;
}
.additional-services__menu li:last-child {
  margin-bottom: 0;
}
.additional-services__menu li a {
  font-weight: 600;
  line-height: 1.3;
  color: #304990;
  position: relative;
  display: inline-block;
  padding-left: 3rem;
}
@media (hover: hover) {
  .additional-services__menu li a:hover {
    color: #42CFC2;
  }
  .additional-services__menu li a:hover .icon-plus {
    border-color: #42CFC2;
  }
  .additional-services__menu li a:hover .icon-plus:before, .additional-services__menu li a:hover .icon-plus:after {
    background: #42CFC2;
  }
}

.icon-plus {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.2rem solid #304990;
  transition: 0.3s;
}
.icon-plus:before, .icon-plus:after {
  position: absolute;
  z-index: 1;
  background: #304990;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.icon-plus:after {
  width: 1rem;
  height: 0.3rem;
}
.icon-plus:before {
  width: 0.3rem;
  height: 1rem;
}

.categories-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.categories-menu ul li {
  padding: 0 0.5rem 1rem;
}
.categories-menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  border-radius: 5rem;
  background: #304990;
  padding: 0 2rem;
  color: #fff;
}
@media (hover: hover) {
  .categories-menu ul li a:hover {
    background: #42CFC2;
  }
}

@media screen and (max-width: 999px) {
  .widget {
    width: calc(50% - 1.5rem);
  }

  .widget_full-width {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .widget {
    width: 100%;
  }
}
.other-post__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.other-post__item:last-child {
  margin-bottom: 0;
}
@media (hover: hover) {
  .other-post__item:hover {
    color: #42CFC2;
  }
}

.other-post__thumb {
  width: 8rem;
  height: 8rem;
  margin-right: 1rem;
  border-radius: 2px;
  overflow: hidden;
}
.other-post__thumb img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  display: block;
}

.other-post__content {
  width: calc(100% - 9rem);
}

.other-post__title {
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
  line-height: 1.3;
}

.other-post__desc {
  color: #C7C7C7;
  font-size: 1.3rem;
  display: block;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 5rem;
}

.pagination__total {
  display: flex;
  align-items: center;
  position: absolute;
  right: 1rem;
  top: 0;
}
.pagination__total span {
  padding-left: 1rem;
}

.pagination__links {
  display: flex;
}
.pagination__links li {
  padding: 0 1.5rem;
}
.pagination__links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 2rem rgba(1, 116, 145, 0.15);
  border-radius: 0.5rem;
  height: 4.8rem;
  padding: 0 2rem;
}
.pagination__links li a svg {
  width: 2rem;
  height: 1.2rem;
  margin-right: 1rem;
  transform: scale(-1, 1);
}
.pagination__links li a svg path {
  transition: 0.3s;
}
.pagination__links li a span + svg {
  margin-left: 1rem;
  margin-right: 0;
  transform: scale(1);
}
@media (hover: hover) {
  .pagination__links li a:hover {
    background: #455DB8;
    box-shadow: none;
    color: #fff;
  }
  .pagination__links li a:hover svg path {
    stroke: #fff;
  }
}

@media screen and (max-width: 600px) {
  .pagination__total {
    position: static;
  }

  .pagination {
    justify-content: space-between;
    margin-left: -1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .pagination {
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -1.5rem;
  }

  .pagination__links {
    width: 100%;
    margin-bottom: 3rem;
  }
  .pagination__links li {
    width: 50%;
  }
}
.contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2rem;
  text-align: left;
}

.contacts__item {
  width: calc(50% - 1.5rem);
  margin-bottom: 3.2rem;
  position: relative;
  padding-left: 7rem;
  line-height: 1.6;
}
@media screen and (max-width: 540px) {
  .contacts__item {
    width: 100%;
  }
}
.contacts__item p {
  margin-bottom: 1rem;
}
.contacts__item p:last-child {
  margin-bottom: 0;
}
.contacts__item address {
  font-style: normal;
}
@media (hover: hover) {
  .contacts__item a:hover {
    color: #42CFC2;
  }
}

.contacts__title {
  color: #304990;
  margin-bottom: 2rem;
}

.contacts__icon {
  position: absolute;
  left: 0;
  top: -0.2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 0.2rem solid #304990;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacts__icon img {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
}
.contacts__icon_email img {
  width: 2.6rem;
  height: 2.6rem;
}

.contacts-location {
  padding: 11rem 0;
}
.contacts-location .content {
  position: relative;
  z-index: 200;
}
.contacts-location .content:after {
  position: absolute;
  z-index: -1;
  background: url(../images/dots-gray.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 23rem;
  height: 21rem;
  right: -3rem;
  bottom: -3rem;
}
@media screen and (max-width: 1000px) {
  .contacts-location .content:after {
    display: none;
    background: 0;
  }
}
.contacts-location .content:before {
  position: absolute;
  z-index: -1;
  background: url(../images/dots-gray.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 23rem;
  height: 21rem;
  left: -3rem;
  top: -3rem;
}
@media screen and (max-width: 1000px) {
  .contacts-location .content:before {
    display: none;
    background: 0;
  }
}

.contacts-location__map {
  height: 50rem;
}

/*--------------single-nav--------------------*/
.single-nav {
  display: flex;
  margin-bottom: 5rem;
  padding-top: 5rem;
}
@media screen and (max-width: 1000px) {
  .single-nav {
    margin-bottom: 10rem;
  }
}

.single-nav__item {
  width: calc(50% - 1.5rem);
  display: flex;
  background: #304990;
  border-radius: 2px;
  overflow: hidden;
  color: #fff;
}
.single-nav__item .link-more {
  color: #fff;
}
@media (hover: hover) {
  .single-nav__item .link-more:hover {
    color: #42CFC2;
  }
}

.single-nav__item_next {
  margin-left: auto;
  flex-direction: row-reverse;
}

.single-nav__content {
  width: 61%;
  padding: 2.6rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-nav__content .button {
  padding: 0 1rem;
  margin-top: 1rem;
  height: 4.8rem;
}

.single-nav__thumb {
  width: 39%;
  position: relative;
  overflow: hidden;
  min-height: 14rem;
}
.single-nav__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.single-nav__title {
  line-height: 1.6;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  .single-nav__thumb {
    width: 100%;
    padding-bottom: 80%;
  }

  .single-nav__item {
    flex-direction: column-reverse;
    display: flex;
    justify-content: flex-end;
  }

  .single-nav__content {
    width: 100%;
    flex-grow: 1;
  }
}
@media screen and (max-width: 450px) {
  .single-nav__item {
    width: calc(50% - .5rem);
  }
  .single-nav__item .button {
    font-size: 13px;
  }
}
/*----------------------------------*/
#ez-toc-container,
.counter-flat {
  border: 0.2rem solid #EAECF0;
  display: inline-block;
  border-radius: 2px;
  margin-bottom: 5rem;
}
#ez-toc-container p,
.counter-flat p {
  margin: 0;
  padding: 0;
}
#ez-toc-container .ez-toc-list,
.counter-flat .ez-toc-list {
  margin-bottom: 0;
  padding: 0 2.6rem 2rem 4rem;
}
#ez-toc-container .ez-toc-list li,
.counter-flat .ez-toc-list li {
  margin-bottom: 1.3rem;
}
#ez-toc-container .ez-toc-list li:last-child,
.counter-flat .ez-toc-list li:last-child {
  margin-bottom: 0;
}
#ez-toc-container .ez-toc-list li a,
.counter-flat .ez-toc-list li a {
  color: #304990;
}
@media (hover: hover) {
  #ez-toc-container .ez-toc-list li a:hover,
.counter-flat .ez-toc-list li a:hover {
    color: #42CFC2;
    text-decoration: none;
  }
}
#ez-toc-container .ez-toc-title-container,
.counter-flat .ez-toc-title-container {
  color: #304990;
  font-weight: 600;
  cursor: pointer;
  padding: 2rem 2.6rem 2rem 2rem;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
}
#ez-toc-container .ez-toc-title-container.active .ez-toc-title-toggle,
.counter-flat .ez-toc-title-container.active .ez-toc-title-toggle {
  transform: translateY(0.1rem) scale(1, -1);
}
#ez-toc-container .ez-toc-title-toggle,
.counter-flat .ez-toc-title-toggle {
  background: url(../images/icons/arrow.svg) center no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1rem;
  transform: translateY(0.1rem);
  transition: 0.3s;
}

/*----------------------------------*/
.footer {
  padding: 11rem 0 0;
  position: relative;
  z-index: 200;
  color: #fff;
  background: #2B3966;
}

.footer__content {
  display: flex;
  align-items: flex-start;
  padding: 0 0 7.3rem;
}
@media screen and (max-width: 767px) {
  .footer__content {
    padding-bottom: 3rem;
  }
}

.footer__col {
  width: 33.3333%;
  padding: 3.3rem 15px 0;
}

.footer__col_1 {
  padding-top: 0;
}

.footer__title {
  margin-bottom: 3.2rem;
  color: #fff;
}

.copyright {
  padding-top: 3rem;
  margin-bottom: 3rem;
  max-width: 30rem;
  color: #EAECF0;
  line-height: 1.6;
}

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

.footer__nav ul li {
  padding-bottom: 1.5rem;
}
.footer__nav ul li:last-child {
  padding-bottom: 0;
}
.footer__nav ul li a {
  color: #fff;
}
@media (hover: hover) {
  .footer__nav ul li a:hover {
    color: #42CFC2;
  }
}

.footer__contacts li {
  padding-bottom: 2rem;
}
.footer__contacts li:last-child {
  padding-bottom: 0;
}

.social {
  display: flex;
  align-items: center;
  margin: 0 -1.5rem;
}
.social li {
  padding: 0 1.5rem;
}
.social li a {
  color: #fff;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
@media (hover: hover) {
  .social li a:hover {
    opacity: 0.7;
  }
}
.social li a.social__viber {
  background: url(../images/icons/viber.svg) 0 center no-repeat;
  background-size: contain;
  width: 2.8rem;
  height: 2.8rem;
  transform: translateY(0.2rem);
}
.social li a.social__instagram {
  background: url(../images/icons/instagram.svg) 0 center no-repeat;
  background-size: contain;
}
.social li a.social__facebook {
  background: url(../images/icons/facebook.svg) 0 center no-repeat;
  background-size: contain;
}

.footer__bottom {
  color: #EAECF0;
  line-height: 1.6;
  padding: 1rem 0;
  background: #0D1735;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    font-size: 1.4rem;
  }
}

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

.footer__link {
  padding-left: 15px;
}
.footer__link img {
  display: block;
}

@media screen and (max-width: 999px) {
  .footer__content {
    justify-content: space-between;
  }

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

  .footer__col {
    padding-top: 0;
  }

  .footer__col_1 {
    order: 3;
    width: 100%;
  }

  .footer__col_2 {
    order: 2;
    width: 50%;
    margin-bottom: 4rem;
  }

  .footer__col_3 {
    order: 1;
    width: 50%;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .footer__col_2,
.footer__col_3 {
    width: auto;
  }
}
.lang-menu {
  display: flex;
  align-items: center;
}
.lang-menu li {
  padding: 0 0.9rem;
}
.lang-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  text-transform: uppercase;
  color: #fff;
}
@media (hover: hover) {
  .lang-menu li a:hover {
    color: #42CFC2;
  }
}
.lang-menu li.current-menu-item a {
  background: #455DB8;
  color: #fff;
}

.dropdown-menu {
  display: flex;
  justify-content: center;
  padding-left: 3rem;
}
.dropdown-menu li {
  position: relative;
  transition: 0.3s;
}
.dropdown-menu > li {
  padding: 0 1.5rem;
}
.dropdown-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  height: 4.7rem;
  color: #2B3966;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
}
.dropdown-menu > li > a.active {
  color: #42CFC2;
}
.dropdown-menu > li > a.active .show-sub-menu:after {
  border-color: #42CFC2;
  transform: translateY(-10%) rotate(-135deg);
}
@media (hover: hover) {
  .dropdown-menu > li:hover > a {
    color: #42CFC2;
    border-bottom-color: #42CFC2;
  }
  .dropdown-menu > li:hover > a .show-sub-menu:after {
    border-color: #42CFC2;
  }
}
@media screen and (min-width: 999px) {
  .dropdown-menu > li.current-menu-item > a {
    color: #304990;
  }
}
.dropdown-menu .show-sub-menu {
  display: block;
  width: 1.2rem;
  min-width: 1.2rem;
  height: 2rem;
  margin-left: 1rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .dropdown-menu .show-sub-menu {
    width: 3rem;
  }
}
.dropdown-menu .show-sub-menu:after {
  position: absolute;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #2B3966;
  border-bottom: 2px solid #2B3966;
  box-sizing: border-box;
  transform: translateY(-70%) rotate(45deg);
  left: 0;
  top: 44%;
  transition: 0.3s;
}
.dropdown-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -0.5rem;
  background: #fff;
  z-index: 666;
  box-shadow: 0px 7px 20px rgba(43, 57, 102, 0.15);
  border-radius: 2px;
  padding: 0 2rem 2rem;
  min-width: calc(100% + 1rem);
  padding: 2rem;
}
.dropdown-menu .sub-menu li {
  padding-bottom: 2rem;
}
.dropdown-menu .sub-menu li:last-child {
  padding-bottom: 0;
}
.dropdown-menu .sub-menu li a {
  white-space: nowrap;
  color: #2B3966;
}
@media (hover: hover) {
  .dropdown-menu .sub-menu li a:hover {
    color: #42CFC2;
  }
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: 0;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: normal;
  outline: none;
  height: 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;
  box-shadow: 0px 0px 2rem rgba(1, 116, 145, 0.15);
  padding: 0 4rem 0 1.6rem;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #050018;
  border-right: 2px solid #050018;
  content: "";
  display: block;
  height: 1rem;
  margin-top: -0.8rem;
  pointer-events: none;
  position: absolute;
  right: 2.3rem;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 1rem;
}
.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;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 2rem rgba(1, 116, 145, 0.15);
  box-sizing: border-box;
  margin-top: 4px;
  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;
}
@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: 5rem 0 11rem;
  flex-grow: 1;
}

.logo_404 {
  width: 30rem;
}

.error-404__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.error-404__content {
  padding-top: 10rem;
  max-width: 52rem;
}

.title_404 {
  margin-bottom: 3rem;
}

.after-title_404 {
  margin-bottom: 3rem;
}

.error-404__thumb {
  margin: 0 auto 3rem;
  display: none;
  max-width: 290px;
}
@media screen and (max-width: 999px) {
  .error-404__thumb {
    display: block;
  }
}

@media screen and (max-width: 999px) {
  .error-404 {
    padding-top: 0;
    background: 0 !important;
  }

  .error-404__content {
    width: 100%;
    order: 2;
    text-align: center;
    padding-top: 6rem;
    margin: 0 auto;
  }
  .error-404__content .title_left {
    text-align: center;
  }
  .error-404__content .after-title_404 {
    text-align: center;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .error-404__head {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    margin-top: -6rem;
  }

  .button_404 {
    margin-left: auto;
    margin-right: auto;
  }
}