@charset "UTF-8";
.text-center {
  text-align: center;
}

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

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

.pl-0 {
  padding-left: 0 !important;
}

.mb-30 {
  margin-bottom: 3rem;
}

.t-upper {
  text-transform: uppercase;
}

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

.fancybox-active {
  height: auto;
}

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

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

.fancybox-container * {
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          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;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  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;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  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: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  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 {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  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;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

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

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  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;
  -moz-user-select: none;
  -ms-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;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  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;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          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 {
  -webkit-animation: a 1s linear infinite;
  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;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          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;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

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

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

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

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

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

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

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

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          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;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  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);
  }
}
.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
}

.fancybox-thumbs {
  height: auto;
}

.fancybox-thumbs__list a {
  border-radius: 1rem;
  width: 17rem;
  height: 10rem;
}
@media screen and (max-width: 1000px) {
  .fancybox-thumbs__list a {
    width: 15%;
    height: auto;
    padding-bottom: 10%;
  }
}

.fancybox-thumbs__list a:before {
  border-color: var(--primary-color);
  border-radius: 1rem;
  border-width: 0.5rem;
}

/**
 * Swiper 6.6.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 19, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul li {
  list-style: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  margin: 0 auto;
}
.wrapper header,
.wrapper main,
.wrapper footer {
  display: block;
  width: 100%;
}
.wrapper:not(.fixed-header) .header {
  background: var(--bg-header-fixed);
}
.wrapper .header-compensation {
  height: 14rem;
}
.wrapper .header-compensation + .header {
  background: var(--bg-header-fixed);
}
.wrapper:not(.fixed-header).has-offer .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  background: 0 !important;
}
.wrapper:not(.fixed-header).has-offer .offer {
  padding-top: 22rem;
}
@media screen and (max-width: 991px) {
  .wrapper:not(.fixed-header).has-offer .offer {
    padding-top: 19rem;
  }
}
.wrapper.fixed-header .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
}
.wrapper.fixed-header .header:not(._has-nav).active {
  background: var(--bg-header-fixed);
  position: fixed !important;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 991px) {
  .wrapper.fixed-header .header._has-nav.active .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--bg-header-fixed);
    z-index: 900;
  }
}
@media screen and (max-width: 991px) {
  .wrapper.fixed-header .header.active {
    background: var(--bg-header-fixed);
    position: fixed !important;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  }
}
.wrapper.fixed-header .offer {
  padding-top: 22rem;
}
@media screen and (max-width: 991px) {
  .wrapper.fixed-header .offer {
    padding-top: 19rem;
  }
}

strong {
  font-weight: 600;
}

footer {
  margin-top: auto;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

html {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-family: var(--all-font), sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 1.3;
  color: var(--font-color);
}
@media screen and (max-width: 1900px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 6.5px;
  }
}
@media screen and (max-width: 355px) {
  html {
    font-size: 6px;
  }
}

body {
  background: var(--bg-body);
  font-size: 1.8rem;
}

button,
select,
input,
textarea {
  font-family: var(--all-font), sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
  outline: 0;
  cursor: pointer;
}

.a, .seo .entry-content.hidden-seo:after, .quiz-info__get-item:after, .video-icon:after,
.question-icon:after, .quiz-progress .quiz-progress__bar:after, .info .info__finger:after, .nav > ul > li > a:after, .btn:not(.dropdown-toggle)._blick:before, .btn:not(.dropdown-toggle):after, .entry-content ul li:before, .zoom:after {
  content: "";
  display: block;
}

.title-font {
  font-family: var(--title-font), sans-serif;
}

.content {
  width: 100%;
  margin: 0 auto;
  max-width: 160rem;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 410px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.row {
  margin: 0 -1.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.row > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.thumb-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 2rem;
}
.thumb-img.bdrs-0 img {
  border-radius: 0;
}

.thumb {
  position: relative;
  overflow: hidden;
  display: block;
}
.thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.thumb._contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.zoom:after {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 40px;
  background: rgba(19, 21, 44, 0.3) url(../images/magnifying-glass-solid.svg) center no-repeat;
  background-size: 4rem;
}
@media (hover: hover) {
  .zoom:hover:after {
    opacity: 1;
  }
}

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

.icon-plus:before {
  content: "\e912";
}

.icon-whatsapp:before {
  content: "\e90f";
}

.icon-telegram:before {
  content: "\e910";
}

.icon-viber:before {
  content: "\e911";
}

.icon-next:before {
  content: "\e90e";
}

.icon-star:before {
  content: "\e90d";
}

.icon-arrow-top-right:before {
  content: "\e906";
}

.icon-question:before {
  content: "\e900";
}

.icon-play:before {
  content: "\e901";
}

.icon-x:before {
  content: "\e902";
}

.icon-address:before {
  content: "\e903";
}

.icon-arrow-select:before {
  content: "\e904";
}

.icon-arrow-top:before {
  content: "\e905";
}

.icon-block:before {
  content: "\e907";
}

.icon-check-single:before {
  content: "\e908";
}

.icon-clock:before {
  content: "\e909";
}

.icon-email:before {
  content: "\e90a";
}

.icon-hand:before {
  content: "\e90b";
}

.icon-phone:before {
  content: "\e90c";
}

.entry-content {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
}
.entry-content strong {
  font-weight: 700;
}
.entry-content:after {
  content: "";
  display: block;
  clear: both;
}
.entry-content a:not(.btn) {
  text-decoration: underline;
}
.entry-content a:not(.btn):hover {
  text-decoration: none;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.2;
  font-weight: 700;
}
.entry-content h1 {
  font-size: 2.222em;
  padding-bottom: 39px;
  text-transform: uppercase;
}
@media screen and (max-width: 360px) {
  .entry-content h1 {
    padding-bottom: 30px;
    font-size: 1.9em;
  }
}
.entry-content h2 {
  font-size: 1.8em;
  margin-bottom: 3rem;
  line-height: 1.2;
  padding-top: 1rem;
}
.entry-content h3 {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  line-height: 1.2;
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: 10px;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.entry-content p {
  margin-bottom: 1.2em;
}
.entry-content ul {
  margin-bottom: 1.2em;
}
.entry-content ul li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
}
.entry-content ul li:last-child {
  margin-bottom: 0;
}
.entry-content ul li:before {
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0.2em;
  background: url(../images/list.svg) center no-repeat;
  background-size: contain;
}
.entry-content ol {
  margin-left: 20px;
  margin-bottom: 1.2em;
}
.entry-content blockquote {
  padding-left: 18px;
  border-left: 5px solid #1c5eb1;
  margin-bottom: 1.563em;
  font-style: italic;
}
.entry-content blockquote * {
  padding: 0;
  margin: 0;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 3rem !important;
}
.entry-content img .alignright,
.entry-content img .alignleft {
  max-width: 50%;
}
.entry-content .wp-block-image {
  margin-bottom: 3rem;
}
.entry-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.entry-content table tr td {
  width: auto !important;
  height: auto !important;
  padding: 10px 15px;
}
.entry-content table thead {
  color: #bd4949;
  font-weight: bold;
}
.entry-content table thead tr td {
  padding-bottom: 20px;
  padding-top: 0;
}
.entry-content table tbody tr:nth-child(odd) {
  background: #f2f4f7;
}
.entry-content table thead tr {
  font-weight: 700;
}

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

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

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

.alignleft {
  float: left;
  margin: 5px 3rem 3rem 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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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: 767px) {
  .entry-content img {
    display: block;
    float: none;
    margin: 0 auto 3rem auto;
    max-width: 100% !important;
  }
}
/*-----------------input-list----------------------*/
.input-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 500;
}

.input-list__item {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.input-list__item .btn {
  margin-top: 10px;
}

.input-list__label {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 8px;
}

.input-list__privacy {
  font-size: 12px;
  width: 100%;
}
.input-list__privacy a {
  display: inline-block;
  text-decoration: underline;
}
@media (hover: hover) {
  .input-list__privacy a:hover {
    color: #f65423;
  }
}
.input-list__privacy .checkbox {
  text-align: left;
  max-width: 244px;
  margin: 0 auto;
}

/*-----------------submit----------------------*/
button[type=submit],
input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: 0;
  width: 100%;
}

/*-----------------input----------------------*/
select,
textarea,
input[type=search],
input[type=number],
input[type=password],
input[type=email],
input[type=text],
input[type=tel] {
  height: 8rem;
  background: 0;
  padding: 0 3rem;
  font-size: 1.8rem;
  display: block;
  outline: none;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(222, 222, 222, 0.6);
  border-radius: 8rem;
  -webkit-appearance: none;
  color: #000;
}
@media screen and (max-width: 767px) {
  select,
textarea,
input[type=search],
input[type=number],
input[type=password],
input[type=email],
input[type=text],
input[type=tel] {
    font-size: 16px;
  }
}
select.error,
textarea.error,
input[type=search].error,
input[type=number].error,
input[type=password].error,
input[type=email].error,
input[type=text].error,
input[type=tel].error {
  border-color: #EB5757 !important;
}

.input-100 .bootstrap-select .dropdown-toggle,
.input-100 select,
.input-100 textarea,
.input-100 input[type=search],
.input-100 input[type=number],
.input-100 input[type=password],
.input-100 input[type=email],
.input-100 input[type=text],
.input-100 input[type=tel] {
  height: 10rem;
}

textarea {
  height: 125px;
  padding-top: 15px;
  resize: none;
  overflow: auto;
}

label.error {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #EB5757;
  border: 1px solid #EB5757;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  color: #fff;
  font-size: 11px;
  padding: 2px 5px;
  z-index: 100;
}

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

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

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

*:-ms-input-placeholder {
  color: #DEDEDE;
  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 {
  border-color: rgba(255, 0, 0, 0.7);
}

/*------------------checkbox---------------------*/
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.checkbox .checkbox__detail {
  color: #686868;
  display: block;
  padding-top: 1rem;
  font-size: 1.6rem;
}
.checkbox .checkbox__detail span {
  color: #FF0000;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + .checkbox__body .checkbox__field, .checkbox input:checked + .checkbox__content .checkbox__field {
  background: var(--primary-color) !important;
  border-color: #fff !important;
  color: #fff !important;
}
.checkbox input:checked + .checkbox__body .checkbox__field:before, .checkbox input:checked + .checkbox__content .checkbox__field:before {
  opacity: 1;
}
.checkbox input:checked + .checkbox__row .checkbox__field {
  background: var(--primary-color) !important;
  border-color: #fff !important;
  color: #fff !important;
}
.checkbox input:checked + .checkbox__row .checkbox__field:before {
  opacity: 1;
}
.checkbox input[type=radio] + .checkbox__body .checkbox__field, .checkbox input[type=radio] + .checkbox__content .checkbox__field {
  border-radius: 50%;
}
.checkbox .checkbox__body {
  cursor: pointer;
  width: 100%;
  text-align: center;
}
@media (hover: hover) {
  .checkbox .checkbox__body:hover .checkbox__field {
    background: #fff !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
  }
}
.checkbox .checkbox__body .checkbox__thumb {
  padding-bottom: 63%;
  overflow: visible;
  margin-bottom: 3.5rem;
  border-radius: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkbox .checkbox__body .checkbox__thumb._big {
  padding-bottom: 100%;
}
.checkbox .checkbox__body .checkbox__thumb img {
  border-radius: 1rem;
}
.checkbox .checkbox__body .checkbox__thumb .checkbox__field {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1rem;
  background: var(--disabled-color);
  padding-top: 0.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0.4rem solid #fff;
}
.checkbox .checkbox__body .checkbox__thumb .video-icon,
.checkbox .checkbox__body .checkbox__thumb .question-icon {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.checkbox .checkbox__content {
  background: #fff;
  border: 1px solid rgba(88, 88, 88, 0.2);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  min-height: 7.6rem;
  border-radius: 8rem;
  padding: 1.5rem 3rem 1.5rem 8rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkbox .checkbox__content .checkbox__field {
  position: absolute;
  left: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1rem;
  background: var(--disabled-color);
  padding-top: 0.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0.3rem solid #fff;
}
@media (hover: hover) {
  .checkbox .checkbox__content:hover .checkbox__field {
    background: #fff !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
  }
}
.checkbox .checkbox__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  cursor: pointer;
}
.checkbox .checkbox__row .checkbox__field {
  min-width: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 0.7rem;
  background: var(--disabled-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 1.5rem;
}
.checkbox .checkbox__row .checkbox__field:before {
  opacity: 0;
}
.checkbox .checkbox__row .checkbox__text a {
  color: var(--main-color);
  text-decoration: underline;
}
.checkbox._privacy {
  max-width: 27rem;
  margin: 0 auto;
}
.checkbox._privacy .checkbox__row {
  font-size: 1.4rem;
}

.file-field {
  height: 7rem;
  border-radius: 7rem;
  background: #FFFFFF;
  border: 1px solid rgba(88, 88, 88, 0.2);
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.file-field input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 300;
  cursor: pointer;
}
.file-field .btn {
  border-radius: 0 7rem 7rem 0;
  padding: 0 3.5rem;
}
.file-field .file-field__value {
  color: #DEDEDE;
  padding: 0 3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 23rem;
}
.file-field .file-field__value.loadfile {
  color: inherit;
}

.btn:not(.dropdown-toggle) {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 7rem;
  color: var(--color-button);
  line-height: 1.1;
  font-weight: 500;
  position: relative;
  z-index: 200;
  overflow: hidden;
  padding: 0 5rem;
  border-radius: 7rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  font-size: 1.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-button-color-end)), to(var(--gradient-button-color-start)));
  background: linear-gradient(180deg, var(--gradient-button-color-end) 0%, var(--gradient-button-color-start) 100%);
}
.btn:not(.dropdown-toggle) .btn__content {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn:not(.dropdown-toggle) .btn__content strong {
  display: block;
  line-height: 1.4;
  font-size: 2rem;
  text-transform: uppercase;
}
.btn:not(.dropdown-toggle) .btn__content .icon-telegram,
.btn:not(.dropdown-toggle) .btn__content .icon-viber,
.btn:not(.dropdown-toggle) .btn__content .icon-whatsapp,
.btn:not(.dropdown-toggle) .btn__content .icon-arrow-top-right {
  font-size: 2rem;
  margin-left: 3rem;
}
.btn:not(.dropdown-toggle) .btn__content .icon-telegram,
.btn:not(.dropdown-toggle) .btn__content .icon-viber,
.btn:not(.dropdown-toggle) .btn__content .icon-whatsapp {
  margin-left: 2rem;
}
.btn:not(.dropdown-toggle) .btn__content .icon-whatsapp,
.btn:not(.dropdown-toggle) .btn__content .icon-viber {
  font-size: 2.7rem;
}
.btn:not(.dropdown-toggle):after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-button-color-start)), to(var(--gradient-button-color-end)));
  background: linear-gradient(180deg, var(--gradient-button-color-start) 0%, var(--gradient-button-color-end) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:not(.dropdown-toggle)._offer {
  color: var(--offer-button-color);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--offer-button-gradient-stop)), to(var(--offer-button-gradient-start)));
  background: linear-gradient(180deg, var(--offer-button-gradient-stop) 0%, var(--offer-button-gradient-start) 100%);
}
.btn:not(.dropdown-toggle)._offer:after {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--offer-button-gradient-start)), to(var(--offer-button-gradient-stop)));
  background: linear-gradient(180deg, var(--offer-button-gradient-start) 0%, var(--offer-button-gradient-stop) 100%);
}
.btn:not(.dropdown-toggle)._big {
  height: 10rem;
  border-radius: 10rem;
  padding: 0 7rem;
}
.btn:not(.dropdown-toggle)._uppercase {
  text-transform: uppercase;
}
.btn:not(.dropdown-toggle)._blick:before {
  margin-left: -30px;
  width: 50px;
  height: 400px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
  position: absolute;
  left: -40px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-name: slideme;
          animation-name: slideme;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
}
.btn:not(.dropdown-toggle) .icon-arrows {
  background: url(../images/arrows.svg) center no-repeat;
  width: 3rem;
  height: 1.6rem;
  background-size: contain;
  margin-left: 2rem;
  margin-right: -2rem;
}
.btn:not(.dropdown-toggle).disabled, .btn:not(.dropdown-toggle):disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.btn:not(.dropdown-toggle)._off-gradient {
  background: var(--gradient-button-color-end);
}
.btn:not(.dropdown-toggle)._off-gradient:after {
  background: var(--gradient-button-color-start);
}
.btn:not(.dropdown-toggle)._back-btn {
  background: #b2b2b2;
}
.btn:not(.dropdown-toggle)._back-btn .btn__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.btn:not(.dropdown-toggle)._back-btn .btn__content .icon-arrows {
  margin-right: 2rem;
  margin-left: -2rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.btn:not(.dropdown-toggle)._back-btn:after {
  background: #BFBFBF;
}
.btn:not(.dropdown-toggle)._telegram {
  background: #0592da;
}
.btn:not(.dropdown-toggle)._telegram:after {
  background: #06A3F3;
}
.btn:not(.dropdown-toggle)._telegram strong {
  text-transform: none;
}
.btn:not(.dropdown-toggle)._viber {
  background: #5e47f2;
}
.btn:not(.dropdown-toggle)._viber:after {
  background: #735FF4;
}
.btn:not(.dropdown-toggle)._viber strong {
  text-transform: none;
}
.btn:not(.dropdown-toggle)._whatsapp {
  background: #2da210;
}
.btn:not(.dropdown-toggle)._whatsapp:after {
  background: #34B912;
}
.btn:not(.dropdown-toggle)._whatsapp strong {
  text-transform: none;
}
.btn:not(.dropdown-toggle)._small {
  height: 5rem;
  padding: 0 2rem;
}
.btn:not(.dropdown-toggle)._small .btn__content strong {
  font-size: 1.4rem;
}
.btn:not(.dropdown-toggle)._reverse .btn__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.btn:not(.dropdown-toggle)._reverse .btn__content [class^=icon-],
.btn:not(.dropdown-toggle)._reverse .btn__content [class*=" icon-"] {
  margin-left: 0;
  margin-right: 1rem;
  font-size: 1.6rem;
}
@media (hover: hover) {
  .btn:not(.dropdown-toggle):not(:disabled):not(.disabled):hover {
    -webkit-box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
  }
  .btn:not(.dropdown-toggle):not(:disabled):not(.disabled):hover:after {
    opacity: 0;
  }
}

@-webkit-keyframes slideme {
  0% {
    left: -70px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -70px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
/* ------- Scroll to Top Start ---------- */
.to-top {
  position: fixed;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 6rem;
  height: 6rem;
  background: var(--main-color);
  z-index: 800;
  bottom: 3rem;
  border-radius: 50%;
  right: -110px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  opacity: 0;
}
@media (hover: hover) {
  .to-top {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .to-top:hover {
    -webkit-box-shadow: 0px 0px 3rem rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 3rem rgba(0, 0, 0, 0.2);
  }
}

.to-top.active {
  right: 5.4rem;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .to-top.active {
    right: calc(15px + 2.5rem);
  }
}
@media screen and (max-width: 410px) {
  .to-top.active {
    right: calc(10px + 2.5rem);
  }
}

/* ------- Scroll to Top Finish---------- */
.icon-menu {
  min-width: 35px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background: var(--main-color);
  cursor: pointer;
  display: none;
  padding: 9px 9px;
}
@media screen and (max-width: 991px) {
  .icon-menu {
    display: block;
  }
}

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

.sw-bottom {
  top: 5px;
}

.sw-footer {
  top: 10px;
}

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

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

.icon-menu.active .sw-footer {
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2; /* Blue */
  display: none !important;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  background: #dc3232;
  color: #fff; /* Red */
  font-size: 12px;
  font-weight: normal;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1px 3px;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
          transform-origin: 8px 8px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

.wpcf7-form-control-wrap {
  position: static !important;
}

.wpcf7-form.submitting .ajax-loader {
  visibility: visible;
  opacity: 1;
}
.wpcf7-form .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8) url(../images/loader.svg) center no-repeat;
  background-size: 80px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 500;
}

.fancybox-bg {
  background: #000;
}

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

.fancybox-content {
  border-radius: 2rem;
  width: 100%;
  -webkit-box-shadow: 0px 37px 35px 0px rgba(33, 36, 40, 0.2);
          box-shadow: 0px 37px 35px 0px rgba(33, 36, 40, 0.2);
  max-width: 160rem;
  overflow: visible;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .fancybox-content {
    padding: 4rem;
  }
}
.fancybox-content.modals__order {
  max-width: 50rem;
}
.fancybox-content.modals__bg {
  max-width: 96rem;
}
@media screen and (min-width: 767px) {
  .fancybox-content.modals__bg {
    padding: 7rem 10rem;
  }
}
.fancybox-content.modals__bg h3 {
  font-size: 3.8rem;
  font-weight: normal;
}
.fancybox-content.modals__bg .modals__title {
  max-width: 42rem;
}
@media screen and (max-width: 767px) {
  .fancybox-content.modals__bg .modals__title {
    max-width: inherit;
  }
}
.fancybox-content .modals__title {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 1.9rem;
}
.fancybox-content .modals__title h3 {
  margin-bottom: 2rem;
}

.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  z-index: -1;
}

.success-send .title {
  margin: 0;
}
.success-send .title:before {
  display: none;
}

.success-send-check {
  width: 80px;
  margin: 0 auto 20px;
}

.checkmark {
  stroke: #f65423;
  stroke-dashoffset: 745.7485351563;
  stroke-dasharray: 745.7485351563;
}
.checkmark.animate {
  -webkit-animation: dash 2s ease-out forwards;
          animation: dash 2s ease-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 745.7485351563;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 745.7485351563;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  text-align: center;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 1rem;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.1);
}

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1.3rem 3rem;
  color: #212529;
}

/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(222, 222, 222, 0.6);
  border-top: 0;
  border-radius: 0 0 4rem 4rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #B1B1C1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  padding: 4px 14px;
  background: rgba(242, 235, 235, 0.7);
  margin: 0 8px;
  white-space: nowrap;
  color: #C24848;
  font-size: 14px;
  border-radius: 3px;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 23px;
  top: 5px;
  color: #60CC64;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.bootstrap-select {
  width: 100%;
}
.bootstrap-select.show .dropdown-toggle {
  border-radius: 4rem 4rem 0 0;
}
.bootstrap-select .dropdown-toggle {
  height: 8rem;
  border: 1px solid rgba(222, 222, 222, 0.6);
  background: #fff;
  border-radius: 7rem;
  cursor: pointer;
  font-size: 1.8rem;
  padding: 0 3rem;
  color: #1C1C1C;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.bootstrap-select .dropdown-toggle:after {
  border: 0;
  content: "\e904";
  font-family: "icomoon";
  width: auto;
  height: auto;
  margin: 0;
  color: #B0B0B1;
}
.bootstrap-select .dropdown-menu {
  font-size: 1.8rem;
  -webkit-transform: none !important;
          transform: none !important;
  top: calc(100% - 1px) !important;
  max-height: none !important;
}
.bootstrap-select .dropdown-menu .inner {
  max-height: none !important;
}
.bootstrap-select .dropdown-menu li a {
  padding: 1rem 3rem;
}
.bootstrap-select .dropdown-menu li.selected {
  display: none;
}
.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
  background: #F6F6F6;
  color: #1C1C1C;
}
.bootstrap-select .select-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bootstrap-select .select-img img {
  width: 4rem;
  height: auto;
  margin-right: 1.5rem;
}

.compensate-for-scrollbar .fixed-header .header {
  margin-left: -9px;
}
.compensate-for-scrollbar .wrapper.has-offer .header,
.compensate-for-scrollbar .wrapper.fixed-header .header._has-nav.active .header__nav {
  margin-left: -9px;
}

.header {
  background: var(--bg-header);
  color: var(--color-header);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.header._has-nav .header__nav {
  display: block;
}

.header__top {
  padding: 1.8rem 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__top .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .header__top .content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .header__top .header__desc,
.header__top .header__social {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__top .header__lang {
    display: none;
  }
}

.header__logo {
  display: block;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 120px;
  }
}

.header__desc {
  margin-left: 3rem;
  font-size: 1.4rem;
  max-width: 28rem;
}
@media screen and (max-width: 991px) {
  .header__desc {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header__contacts {
    margin-left: auto;
    margin-right: 3rem;
  }
}
.header__contacts .link {
  font-size: 1.6rem;
}

.header__time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.header__time strong {
  font-weight: 600;
}

.header__phones {
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (min-width: 767px) {
  .header__phones {
    font-size: 2.4rem;
  }
}
.header__phones a {
  white-space: nowrap;
}
@media (hover: hover) {
  .header__phones a:hover {
    color: var(--main-color);
  }
}

.header__callback {
  margin-top: 0.4rem;
}

.header__social {
  margin-right: 6rem;
  margin-left: auto;
}

.social {
  font-size: 1.6rem;
  display: inline-block;
}
.social strong {
  font-weight: 600;
}
.social._manager {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social__manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  margin-right: 2rem;
}
.social__manager .social__manager-avatar {
  margin-right: 2.5rem;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  background: #EEEEEE;
}

.social__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}

.social__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -0.7rem;
}
.social__links li {
  padding: 0 0.7rem;
}
.social__links li a img {
  display: block;
  width: 5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .social__links li a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.social-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
.social-single .social-single__text {
  margin-left: 2rem;
}
.social-single .social-single__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 1.5rem;
  max-width: 21rem;
  font-weight: 600;
  position: relative;
}
.social-single .social-single__link img {
  width: 3rem;
  margin-right: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-single .social-single__link .dott {
  position: absolute;
  top: 50%;
  right: -0.3rem;
  margin: -0.3rem 0 0 0;
}
@media (hover: hover) {
  .social-single .social-single__link:hover img {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
@media (hover: hover) {
  .social-single .social-single__link._telegram:hover {
    background: #06A3F3;
    color: #fff;
  }
}
@media (hover: hover) {
  .social-single .social-single__link._viber:hover {
    background: #735FF4;
    color: #fff;
  }
}
@media (hover: hover) {
  .social-single .social-single__link._whatsapp:hover {
    background: #34B912;
    color: #fff;
  }
}

.header__lang {
  margin-left: 5rem;
}
.header__lang ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
.header__lang ul li:not(:last-child) {
  margin-right: 1.5rem;
}
.header__lang ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5rem;
  height: 5rem;
  background: var(--language-color);
/*  background: var(--color-header);*/
  border-radius: 1rem;
}
.header__lang ul li:not(.current-lang) a {
  color: #AEAEAE;
}
@media (hover: hover) {
  .header__lang ul li:not(.current-lang) a:hover {
    color: var(--primary-color);
  }
}
.header__lang ul li.current-lang a {
  background: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .header__lang {
    text-align: center;
    margin-left: 0;
    padding-top: 3rem;
  }
}

.header__nav {
  display: none;
}
.header__nav .icon-menu {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  .header__nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-header-fixed);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header__nav .content {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-y: auto;
  }
}
.header__nav .header__mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .header__nav .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav .header__mobile .header__logo {
    margin-bottom: 3rem;
  }
  .header__nav .header__mobile .header__social {
    margin: 0;
  }
  .header__nav .header__mobile .header__desc {
    display: block;
    margin: 0 0 3rem 0;
    text-align: center;
  }
}

.header__nav-content {
  border-top: 1px solid var(--color-border-header);
  border-bottom: 1px solid var(--color-border-header);
}
.header__nav-content .icon-menu {
  border-radius: 0 0 0 3px;
}
@media screen and (max-width: 991px) {
  .header__nav-content {
    border-top: 0;
    border-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .nav {
    border-top: 1px solid var(--color-border-header);
    border-bottom: 1px solid var(--color-border-header);
    margin-top: 3rem;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 991px) {
  .nav > ul > li {
    padding: 0 3rem;
  }
}
.nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nav > ul > li {
  position: relative;
}
@media screen and (max-width: 991px) {
  .nav > ul > li.menu-item-has-children > a {
    padding-left: 2rem;
  }
}
.nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .nav > ul > li > a {
    height: 6rem;
  }
}
.nav > ul > li > a:after {
  position: absolute;
  height: 1px;
  width: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--main-color);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1px;
}
.nav > ul > li > a img {
  display: block;
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav > ul > li > a .icon-arrow-select {
  font-size: 0.8em;
  width: 3rem;
  height: 2.5rem;
  padding-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (hover: hover) {
  .nav > ul > li:hover > a {
    color: var(--main-color);
  }
  .nav > ul > li:hover > a:after {
    width: 100%;
  }
}
.nav > ul > li .sub-menu {
  position: absolute;
  left: -3rem;
  top: calc(100% + 1px);
  background: var(--bg-header-fixed);
  z-index: 200;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  min-width: calc(100% + 6rem);
  padding: 1rem 0;
  display: none;
}
@media screen and (max-width: 991px) {
  .nav > ul > li .sub-menu {
    position: static;
    min-width: 1px;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-top: 0;
  }
}
.nav > ul > li .sub-menu li a {
  white-space: nowrap;
  display: block;
  padding: 1rem 3rem;
  font-size: 1.6rem;
}
@media (hover: hover) {
  .nav > ul > li .sub-menu li a:hover {
    color: var(--main-color);
  }
}

.footer {
  background: var(--bg-footer);
  color: var(--color-footer);
  font-size: 1.4rem;
  padding: 2rem 0;
}
.footer .col-12 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.main {
  padding: 5rem 0;
}

.section {
  padding: 5rem 0;
}
.section._with-bg {
  padding: 9rem 0;
  margin: 5rem 0;
}
.section._with-bg + ._with-bg {
  margin-top: -5rem;
}
.section:first-child._with-bg {
  margin-top: -5rem;
}
.section:last-child._with-bg {
  margin-bottom: -5rem;
}

.title {
  font-weight: 300;
  font-size: 6rem;
  margin-bottom: 5rem;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  .title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 4.5rem;
  }
}

h3 {
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 3rem;
}

h4 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

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

.form-item .form-item__label {
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.form-item .form-item__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-item .form-item__after {
  font-weight: 500;
  white-space: nowrap;
  min-width: 10rem;
  padding-left: 1.5rem;
}

.form-list {
  max-width: 42rem;
}
.form-list .form-list__label {
  margin-bottom: 1.8rem;
  padding-left: 3rem;
}
.form-list .form-list__item {
  margin-bottom: 1.5rem;
  position: relative;
}
.form-list .form-list__item[data-field=email] {
  display: none;
}
.form-list .form-list__item .btn:not(.dropdown-toggle) {
  width: 100%;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .form-list {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: left;
}
.info .info__finger {
  font-size: 2.2rem;
  margin-right: 1.5rem;
  position: relative;
  padding: 0.1rem 0 0 0.3rem;
}
.info .info__finger:before {
  position: relative;
  z-index: 10;
}
.info .info__finger:after {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--main-color);
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: pulse_2 1.5s linear infinite;
          animation: pulse_2 1.5s linear infinite;
}

@-webkit-keyframes pulse_2 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse_2 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
.dott {
  width: 0.6rem;
  height: 0.6rem;
  background: var(--main-color);
  border-radius: 50%;
  margin-right: 0.9rem;
  -webkit-animation: pulse_2 1s linear infinite;
          animation: pulse_2 1s linear infinite;
}

.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--main-color);
  font-weight: 500;
  border-bottom: 1px dashed var(--main-color);
  position: relative;
  z-index: 10;
}
.link .icon-next {
  margin-left: 1.5rem;
}
.link._inherit {
  color: inherit;
  border-bottom-color: inherit;
}
.link .icon-arrow-select {
  margin-left: 1rem;
  font-size: 0.8em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link.active .icon-arrow-select {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media (hover: hover) {
  .link:hover {
    border-bottom-color: transparent !important;
  }
}

.swiper-pagination {
  bottom: 0;
  left: 0;
  right: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #ECECEC;
  opacity: 1;
  margin: 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-color);
}

.swiper-button-next,
.swiper-button-prev {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: var(--main-color);
  color: var(--reverse-font-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.8rem;
}
@media (hover: hover) {
  .swiper-button-next:not(.swiper-button-disabled):hover,
.swiper-button-prev:not(.swiper-button-disabled):hover {
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  }
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: auto;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.seo .entry-content {
  font-size: 1.6rem;
}

.have-question__content {
  border-radius: 3rem;
  padding: 5rem 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.have-question__content._telegram {
  background: #e0f4fe;
}
.have-question__content._viber {
  background: #f0eefe;
}
.have-question__content._whatsapp {
  background: #ebfde7;
}
@media screen and (max-width: 991px) {
  .have-question__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .have-question__content._telegram {
    background: #e0f4fe !important;
  }
  .have-question__content._viber {
    background: #f0eefe !important;
  }
  .have-question__content._whatsapp {
    background: #ebfde7 !important;
  }
}
@media screen and (max-width: 767px) {
  .have-question__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 4rem;
  }
}
.have-question__content .title {
  padding: 2rem 0;
  margin-bottom: 0;
  margin-right: 6rem;
  max-width: 30rem;
}
@media screen and (max-width: 767px) {
  .have-question__content .title {
    margin-right: 0;
  }
}
.have-question__content .have-question__text {
  font-size: 3rem;
  font-weight: 500;
  max-width: 32rem;
  margin-right: 7rem;
  padding: 2rem 0;
}
@media screen and (max-width: 991px) {
  .have-question__content .have-question__text {
    margin-right: 0;
  }
}
.have-question__content .btn {
  margin: 2rem 0;
}
@media screen and (max-width: 991px) {
  .have-question__content .btn {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .have-question__content .btn {
    width: auto;
  }
}

.label {
  font-size: 1.6rem;
  color: #A6A6A6;
  margin-bottom: 1.5rem;
}

.feadback {
  position: fixed;
  z-index: 900;
  right: -110px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 5rem));
          transform: translateY(calc(-50% - 5rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.feadback.active {
  right: 3.2rem;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .feadback.active {
    right: 15px;
  }
}
@media screen and (max-width: 410px) {
  .feadback.active {
    right: 10px;
  }
}
.feadback .feadback__toggle {
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
  background: #E30000;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feadback .feadback__toggle.icon-plus {
  background: var(--main-color);
  font-size: 1.2rem;
}

.feadback__links {
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 0px 5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5rem rgba(0, 0, 0, 0.1);
  border-radius: 1.6rem;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 19rem);
}
.feadback__links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem;
  font-size: 1.2rem;
  text-align: center;
}
.feadback__links li a img {
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .feadback__links li a:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.offer {
  padding: 10rem 0 7rem;
  color: var(--offer-color);
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .offer {
    padding: 60px 0;
    text-align: center;
  }
}
.offer._center {
  text-align: center;
}
.offer._center .offer__text p {
  margin-left: auto;
  margin-right: auto;
}
.offer._center .offer__button .row,
.offer._center .offer__benefits .row {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.offer._center .offer__button .offer-benefit__icon img,
.offer._center .offer__benefits .offer-benefit__icon img {
  margin-left: auto;
  margin-right: auto;
}

.offer__manager {
  width: 47.6rem;
  position: absolute;
  bottom: 0;
  left: calc(50% + 30rem);
  z-index: -1;
}
.offer__manager img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .offer__manager {
    width: 37rem;
    left: calc(50% + 18rem);
  }
}
@media screen and (max-width: 767px) {
  .offer__manager {
    display: none;
  }
}

.offer__text {
  font-weight: 500;
  font-size: 3rem;
}
.offer__text p {
  max-width: 75rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .offer__text p {
    margin-left: auto;
    margin-right: auto;
  }
}
.offer__text h1 {
  font-weight: normal;
  font-size: 2.133em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .offer__text h1 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 991px) {
  .offer__text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .offer__text {
    max-width: inherit;
    text-align: center;
  }
}

.offer__benefits {
  padding-top: 2rem;
}
@media screen and (min-width: 991px) {
  .offer__benefits .row {
    margin: 0 -3rem;
  }
  .offer__benefits .row > * {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.offer-benefit {
  max-width: 22rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .offer-benefit {
    text-align: center;
  }
}
.offer-benefit .offer-benefit__icon {
  margin-bottom: 1.6rem;
}
.offer-benefit .offer-benefit__icon img {
  display: block;
  width: 5rem;
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .offer-benefit .offer-benefit__icon img {
    margin: 0 auto;
  }
}

.offer__button {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .offer__button {
    text-align: center;
  }
}

.title-skew,
.offer__subtitle {
  display: inline-block;
  padding: 1.5rem 3rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
  background-color: var(--offer-subtitle-bg);
  color: var(--offer-subtitle-txt);
  text-align: center;
  -webkit-transform: skew(-3deg);
          transform: skew(-3deg);
  max-width: 100%;
  height: auto;
}

.title-skew--skew,
.offer__subtitle--skew {
  position: relative;
  -webkit-transform: skew(3deg);
          transform: skew(3deg);
  display: block;
}

@media screen and (max-width: 767px) {
  .contacts {
    text-align: center;
  }
}

.map {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  min-height: 300px;
  border-radius: 3rem;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-list {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact-list {
    margin-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-list .contact-list__item {
    max-width: 35rem;
  }
}
.contact-list .contact-list__item {
  width: 100%;
  font-size: 1.6rem;
  padding-left: 4.5rem;
  position: relative;
}
.contact-list .contact-list__item:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .contact-list .contact-list__item {
    font-size: 1.8rem;
  }
}
.contact-list .contact-list__item .contact-list__title {
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.contact-list .contact-list__item .contact-list__value a:not(.link) {
  font-weight: 700;
  font-size: 2.4rem;
  display: inline-block;
  margin-bottom: 0.3rem;
}
@media (hover: hover) {
  .contact-list .contact-list__item .contact-list__value a:not(.link):hover {
    color: var(--main-color);
  }
}
.contact-list .contact-list__item .contact-list__icon {
  position: absolute;
  top: 0;
  left: 1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: var(--contacts-icon-color);
  font-size: 2.2rem;
}
.contact-list .contact-list__item .contact-list__icon.icon-phone {
  font-size: 2rem;
}
.contact-list .contact-list__item .social__links {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.s-quiz .title {
  margin-bottom: 6rem;
}

.quiz {
  position: relative;
}
.quiz.loading .quiz__loader {
  visibility: visible;
  opacity: 1;
}

.quiz__loader {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--bg-gray);
  border-radius: 3rem;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
  font-weight: 500;
}
.quiz__loader .loader {
  width: 10rem;
  height: 10rem;
  background: url(../images/bars.svg) center no-repeat;
  background-size: contain;
  margin-bottom: 5rem;
}

@media (min-width: 1200px) {
  .quiz__steps .col-xl-8 {
    width: 70.666667%;
  }
  .quiz__steps .col-xl-4 {
    width: 29.333333%;
  }
}
@media (min-width: 992px) {
  .quiz__steps .col-lg-8 {
    width: 70.666667%;
  }
  .quiz__steps .col-lg-4 {
    width: 29.333333%;
  }
}
.quiz__steps > .row.flex-row-reverse .quiz-info__online {
  right: auto;
  left: 0;
}

.quiz__body {
  background: var(--bg-gray);
  border-radius: 3rem;
  width: 100%;
  padding: 4rem 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .quiz__body {
    padding: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .quiz__body {
    margin-bottom: 3rem;
  }
}

.quiz-progress {
  background: #FFFFFF;
  border-radius: 4rem;
  height: 4rem;
  padding: 0.5rem;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.quiz-progress .quiz-progress__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
}
.quiz-progress .quiz-progress__bar {
  height: 3rem;
  background: var(--primary-color);
  border-radius: 3rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.quiz-progress .quiz-progress__bar:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/progress-bar.svg);
  background-position: center left;
  background-size: contain;
  background-repeat: repeat-x;
  z-index: 2;
  -webkit-animation: progress_bar 40s linear infinite;
          animation: progress_bar 40s linear infinite;
}

@-webkit-keyframes progress_bar {
  0% {
    background-position: -50rem center;
  }
  50% {
    background-position: 0 center;
  }
  to {
    background-position: 50rem center;
  }
}

@keyframes progress_bar {
  0% {
    background-position: -50rem center;
  }
  50% {
    background-position: 0 center;
  }
  to {
    background-position: 50rem center;
  }
}
.quiz__list {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.quiz-item {
  margin-top: 5rem;
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.quiz-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .quiz-item .row .row .col-12:last-child {
    margin-bottom: 0;
  }
}

.quiz-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
  font-size: 2.4rem;
  font-weight: 500;
}
.quiz-item__title span {
  background: var(--primary-color);
  color: #fff;
  font-size: 1.4rem;
  padding: 0 3rem;
  margin-right: 2.5rem;
  white-space: nowrap;
  height: 4.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4.6rem;
}
@media screen and (max-width: 767px) {
  .quiz-item__title span {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .quiz-item__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.quiz-item__questions .col-12 {
  margin-bottom: 3rem;
}

.quiz-item__controls {
  padding-top: 2rem;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quiz-item__controls .info {
  font-weight: normal;
}
.quiz-item__controls .info strong {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .quiz-item__controls .info {
    display: none;
  }
}

.quiz-item__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5rem;
}
.quiz-item__buttons .btn {
  margin: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .quiz-item__buttons .btn {
    width: calc(50% - 1.5rem);
    margin: 0;
  }
  .quiz-item__buttons .btn:last-child {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .quiz-item__buttons {
    margin: 0;
    width: 100%;
  }
}

.quiz-item__thumb {
  border-radius: 2rem;
  padding-bottom: 100%;
  width: 100%;
}

.quiz__result {
  margin-top: 40px;
  background: var(--bg-gray);
  border-radius: 3rem;
  width: 100%;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  display: none;
}

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

.quiz-result__body {
  width: calc(50% - 2rem);
  padding: 6rem 0 5rem 9rem;
}
@media screen and (max-width: 991px) {
  .quiz-result__body {
    width: 100%;
    padding: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .quiz-result__body {
    padding: 4rem 3rem;
  }
}

.quiz-result__thumb {
  width: calc(50% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.quiz-result__thumb img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 0 0 3rem 0;
}
@media screen and (max-width: 991px) {
  .quiz-result__thumb {
    display: none;
  }
}

.quiz-result__text {
  font-size: 2.4rem;
  padding-bottom: 3rem;
}
.quiz-result__text p {
  margin-bottom: 2rem;
  max-width: 80rem;
}
.quiz-result__text h2 {
  margin-bottom: 2rem;
  font-size: 4.8rem;
}

.video-icon,
.question-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 3.6rem;
  margin-left: 1rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: var(--main-color);
  color: var(--color-button);
  font-size: 2rem;
  position: relative;
  z-index: 100;
}
.video-icon:after,
.question-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  background-color: var(--main-color);
  -webkit-animation: video_pulse_big 2s linear infinite;
          animation: video_pulse_big 2s linear infinite;
}

.video-icon {
  background: #FE0000;
}
.video-icon:after {
  background: #FE0000;
}

@-webkit-keyframes video_pulse_big {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes video_pulse_big {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}
.quiz-info {
  background: var(--bg-gray);
  border-radius: 3rem;
  padding: 3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.quiz-info > div {
  width: 100%;
}

.quiz-info__manager {
  text-align: center;
  font-size: 2rem;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: auto;
}
@media screen and (max-width: 991px) {
  .quiz-info__manager {
    display: none;
  }
}
.quiz-info__manager .quiz-info__manager__text {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 1.5rem;
  max-width: 28rem;
  margin: 0 auto;
}
.quiz-info__manager .quiz-info__manager-position {
  opacity: 0.5;
  font-size: 0.8em;
}
.quiz-info__manager .quiz-info__manager-avatar {
  height: 28rem;
}
.quiz-info__manager .quiz-info__online {
  position: absolute;
  background: var(--main-color);
  height: 4.6rem;
  border-radius: 4.6rem;
  font-size: 1.5rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0 2.4rem;
  top: 0;
  right: 0;
}
.quiz-info__manager .quiz-info__online .dott {
  background: #fff;
}

.quiz-info__text {
  margin-bottom: auto !important;
}
@media screen and (max-width: 991px) {
  .quiz-info__text {
    display: none;
  }
}

.quiz-info__get {
  padding-top: 3rem;
}

.quiz-info__get-item {
  position: relative;
  border-radius: 1rem;
  z-index: 100;
  overflow: hidden;
  height: 8.5rem;
  cursor: not-allowed;
  font-weight: 700;
  color: #fff;
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quiz-info__get-item .icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  margin-right: 1.5rem;
  font-size: 1.4rem;
  background: var(--main-color);
}
.quiz-info__get-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.quiz-info__get-item > img {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
}
.quiz-info__get-item:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.quiz__scroll {
  max-height: 53.5rem;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  .quiz__scroll {
    max-height: inherit;
  }
}
@media (hover: hover) {
  .quiz__scroll::-webkit-scrollbar-button {
    width: 5px;
    height: 0px;
  }
  .quiz__scroll::-webkit-scrollbar-track {
    background-color: #dcdfe3;
    border-left: 1px solid #dcdfe3;
    border-radius: 5px;
  }
  .quiz__scroll::-webkit-scrollbar-thumb {
    background-color: #3a4550;
    border-radius: 5px;
  }
  .quiz__scroll::-webkit-resizer {
    width: 5px;
    height: 0px;
  }
  .quiz__scroll::-webkit-scrollbar {
    width: 5px;
  }
}

.services__list {
  margin-bottom: -3rem;
}

.service-preview {
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
  z-index: 100;
  padding: 6rem 5rem 3.5rem;
  font-size: 1.6rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .service-preview {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.service-preview .service-preview__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.service-preview .service-preview__text {
  font-size: 2rem;
  max-width: 46rem;
  padding-bottom: 5rem;
  margin-bottom: auto;
}
.service-preview .service-preview__text h3 {
  text-transform: uppercase;
}
@media (hover: hover) {
  .service-preview {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .service-preview:hover {
    -webkit-box-shadow: 0px 0px 3rem rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 3rem rgba(0, 0, 0, 0.4);
  }
}

.arguments__list {
  margin-bottom: -3rem;
}

.argument {
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
  z-index: 100;
  padding: 8rem 5rem;
  font-size: 2.7rem;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .argument {
    padding: 5rem 3rem;
  }
}
.argument .argument__label {
  height: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.7rem;
  border-radius: 5rem;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.argument .argument__text {
  font-size: 2rem;
  width: 36rem;
  max-width: 60%;
  margin-bottom: auto;
}
.argument .argument__text h3 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .argument .argument__text {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
@media (hover: hover) {
  .argument {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .argument:hover {
    -webkit-box-shadow: 0px 0px 3rem rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 3rem rgba(0, 0, 0, 0.4);
  }
}

.consultation__content {
  border-radius: 3rem;
  padding: 8rem 10rem;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .consultation__content {
    padding: 4rem 3rem;
  }
}
.consultation__content .title {
  max-width: 76rem;
  margin-bottom: 2.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .consultation__content .title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (min-width: 991px) {
  .consultation__content .form-list {
    max-width: 120rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .consultation__content .form-list .form-list__item {
    width: calc(32% - 1.5rem);
  }
  .consultation__content .form-list .form-list__item._full {
    width: 100%;
  }
  .consultation__content .form-list .form-list__item._submit {
    width: calc(36% - 1.5rem);
  }
  .consultation__content .form-list .form-list__item .checkbox._privacy {
    max-width: inherit;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .consultation__content .form-list {
    margin-left: auto;
    margin-right: auto;
  }
}

.consultation__specialist {
  position: absolute;
  z-index: -1;
  width: 46.7rem;
  right: 9rem;
  bottom: 0;
}
.consultation__specialist img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .consultation__specialist {
    display: none;
  }
}

.consultation__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
  font-weight: 500;
  font-size: 3rem;
}
.consultation__social .social__text {
  margin-right: 2.4rem;
}
@media screen and (max-width: 991px) {
  .consultation__social .social__text {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .consultation__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about-text .title {
  margin-bottom: 4rem;
}
.about-text .entry-content {
  margin-bottom: -1.2rem;
}

.steps__slider {
  margin: 0 -9rem;
  position: relative;
  padding: 0 7.5rem 3rem;
}
@media screen and (max-width: 1230px) {
  .steps__slider {
    margin: 0 -1.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .steps__slider {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 1230px) {
  .steps__slider .swiper-button-prev,
.steps__slider .swiper-button-next {
    display: none;
  }
}

.steps-slider .swiper-slide {
  padding: 3rem 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .steps-slider .swiper-slide {
    width: 350px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 410px) {
  .steps-slider .swiper-slide {
    width: calc(100% - 50px);
  }
}

.step {
  border-radius: 3.4rem;
  padding: 4rem 5rem;
  width: 100%;
  line-height: 1.44;
  min-height: 61rem;
}
@media (hover: hover) {
  .step {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .step:hover {
    -webkit-box-shadow: 0px 0px 3rem rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 3rem rgba(0, 0, 0, 0.2);
  }
}
.step .step__label {
  height: 5.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3.5rem;
  border-radius: 5.5rem;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.step .step__after,
.step .step__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 1.33;
}
.step .step__after a,
.step .step__title a {
  font-size: 2.6rem;
}
@media (hover: hover) {
  .step .step__after a:hover,
.step .step__title a:hover {
    color: var(--main-color);
  }
}
.step .step__desc {
  margin-bottom: 4rem;
}

.reviews__list.show-all .col-12 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.review {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 3rem;
  padding: 5.5rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .review {
    padding: 3rem;
  }
}

.review__author {
  width: 17rem;
  min-width: 17rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .review__author {
    width: 14rem;
    min-width: 14rem;
  }
}

.review-author__avatar {
  display: inline-block;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .review-author__avatar {
    width: 14rem;
    height: 14rem;
  }
}

.review-author__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.review-author__location:before {
  color: var(--contacts-icon-color);
  margin-right: 1rem;
}

.review-author__name {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.review-author__position {
  font-weight: 500;
  font-size: 1.3rem;
}

.review__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 6rem;
}
.review__body .entry-content {
  font-size: 1.6rem;
  margin-bottom: -1.2rem;
}
@media screen and (max-width: 767px) {
  .review__body {
    padding-left: 3rem;
  }
}

.review__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary-color);
  margin: 0 -0.4rem 3rem;
  font-size: 1.6rem;
}
.review__rating span {
  margin: 0 0.4rem;
}

.reviews__more {
  padding-top: 2rem;
}

.articles__list {
  margin-bottom: -3rem;
}
@media screen and (max-width: 991px) {
  .articles__list._home .col-12:nth-child(3) {
    display: none !important;
  }
}

.article {
  margin-bottom: 3rem;
  border-radius: 3rem;
  width: 100%;
  padding-bottom: 79%;
  z-index: 100;
}
.article img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.article .article__title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.33;
  margin-bottom: 1.5rem;
}
.article .article__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
}
.article .article__body {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 5rem 4rem;
}
@media (hover: hover) {
  .article:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
}

.articles__more {
  padding-top: 6rem;
}

.bread {
  margin-bottom: 5rem;
  font-size: 1.6rem;
}
.bread a {
  color: #8C8C8C;
}
@media (hover: hover) {
  .bread a:hover {
    text-decoration: underline;
  }
}
.bread .breadcrumbs__current {
  font-weight: 700;
}
.bread .breadcrumbs__separator {
  margin: 0 1rem;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination li .current,
.pagination li .dots,
.pagination li a {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.pagination li .current {
  background: var(--main-color);
  color: #fff;
  font-weight: 600;
}
@media (hover: hover) {
  .pagination li a:hover {
    color: var(--main-color);
  }
}

.services-in__list {
  margin-bottom: -3rem;
}

.service {
  border-radius: 3rem;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3rem;
}
@media (hover: hover) {
  .service {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .service:hover {
    -webkit-box-shadow: 0px 0px 3rem rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 3rem rgba(0, 0, 0, 0.2);
  }
}
.service .service__thumb {
  padding-bottom: 69.5%;
}
.service .service__title {
  font-size: 2.8rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
  text-align: center;
}
.service .service__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem;
}
.service .entry-content {
  font-size: 1.6rem;
  text-align: justify;
  margin-bottom: auto;
}
.service .btn {
  width: 100%;
  padding: 0 3rem !important;
}
.service .btn strong {
  text-transform: none !important;
}
.service .service__price {
  text-align: center;
  padding-top: 1rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 700;
}

.benefits__list {
  margin-bottom: -3rem;
}

.benefit {
  width: 100%;
  position: relative;
  z-index: 100;
  border-radius: 3rem;
  margin-bottom: 3rem;
  overflow: hidden;
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 10rem 5rem;
}
.benefit .benefit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.benefit .benefit__title {
  text-transform: uppercase;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
.benefit .benefit__desc {
  max-width: 43rem;
}
@media (hover: hover) {
  .benefit {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .benefit:hover {
    -webkit-box-shadow: 0px 0px 3rem rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 3rem rgba(0, 0, 0, 0.4);
  }
}

.calm__content {
  border-radius: 3rem;
  padding: 8rem 3rem 0 6rem;
}
@media screen and (max-width: 991px) {
  .calm__content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .calm__content {
    text-align: center;
  }
}
.calm__content .entry-content {
  max-width: 44rem;
  margin: 0 auto 0;
  padding-bottom: 2rem;
}

.calm__benefits {
  padding-bottom: 5rem;
}
.calm__benefits .offer-benefit {
  max-width: inherit;
  font-size: 1.9rem;
  line-height: 1.4;
}
.calm__benefits .offer-benefit strong {
  font-weight: 700;
}

.portfolio-item__gallery .col-12 .thumb {
  border-radius: 2rem;
  margin-bottom: 3rem;
}
.portfolio-item__gallery .thumb {
  padding-bottom: 57%;
  border-radius: 1rem;
}
@media (hover: hover) {
  .portfolio-item__gallery .thumb:hover {
    -webkit-box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.35);
            box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.35);
  }
}

.portfolio__slider {
  position: relative;
  margin: 0 -10rem;
  padding: 0 8rem;
}
.portfolio__slider .col-12.flex-column {
  padding-left: 4.5rem;
}
@media screen and (max-width: 1250px) {
  .portfolio__slider .col-12.flex-column {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .portfolio__slider .col-12.flex-column {
    padding-top: 5rem;
  }
}
.portfolio__slider .swiper-pagination {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 1250px) {
  .portfolio__slider {
    margin: 0 -2rem;
    padding: 0 0 5rem;
  }
  .portfolio__slider .swiper-button-next,
.portfolio__slider .swiper-button-prev {
    visibility: hidden;
    opacity: 0;
  }
  .portfolio__slider .swiper-pagination {
    opacity: 1;
    visibility: visible;
  }
}

.portfolio-item {
  padding: 2rem;
}
.portfolio-item .portfolio-item__location {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.portfolio-item .portfolio-item__location:before {
  color: #F01E2C;
  margin-right: 1.5rem;
}
.portfolio-item .portfolio-item__button {
  margin-top: auto;
}
@media screen and (max-width: 991px) {
  .portfolio-item .portfolio-item__button {
    text-align: center;
  }
}
.portfolio-item .portfolio-item__desc .col-12,
.portfolio-item .portfolio-item__desc .col-auto {
  margin-bottom: 3rem;
}
.portfolio-item .portfolio-item__desc strong {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .portfolio-item {
    text-align: center;
  }
  .portfolio-item .portfolio-item__location {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .portfolio-item .portfolio-item__desc .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.seo .entry-content.hidden-seo {
  max-height: 20rem;
  overflow: hidden;
  position: relative;
}
.seo .entry-content.hidden-seo:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.main-404 {
  padding: 80px 0;
}

.page-404 {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.page-404__title {
  font-size: 80px;
  font-weight: bold;
}

.page-404__img {
  margin: 0 auto -50px;
  max-width: 505px;
  width: 100%;
  display: block;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.page-404__text {
  padding-bottom: 35px;
  font-size: 16px;
}
.page-404__text p {
  padding-bottom: 5px;
}
.page-404__text strong {
  font-size: 22px;
  font-weight: 500;
}
.page-404__text a {
  color: #f65423;
  text-decoration: underline;
}
.page-404__text a:hover {
  text-decoration: none;
}

@media screen and (max-width: 500px) {
  .page-404__img {
    -webkit-transform: none;
            transform: none;
    margin-bottom: -30px;
  }
  .page-404__text {
    font-size: 14px;
  }
  .page-404__text strong {
    font-size: 18px;
  }
}