

@charset "UTF-8";
/* FOOTER BEGIN */
.footer {
  position: relative;
  z-index: 5;
  background: #c84875;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 44px 0;
  color: #fff;
}
.footer__left{
  width: 48%;
}
.footer__left li{
  margin-top: 15px;
  line-height: 1.5;
}
.footer__wrapper p{
  margin-top: 15px;
  line-height: 1.5;
}
.footer__wrapper h3 {
  color: #fff;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.footer_right{
  width: 48%;
  margin-left: 2%;
}
.footer__bottom {
  padding: 44px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}



@media only screen and (max-width: 992px) {
  .footer__wrapper {
    padding: 25px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 760px) {
  .footer__left{
    width: 100%;
  }
  .footer_right{
    width: 100%;
    margin: 30px 0 0;
  }
}

/* FOOTER END */
/* ELEMENTS BEGIN */
.btn {
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 1px solid #c84875;
  background: #e14177;
  padding: 21px 43px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
  color: #fff;
  line-height: 1.15;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.btn:hover {
  background: #ababab;
  border-color: #ababab;
  color: #ffffff;
}

.btn[disabled="disabled"] {
  border-color: #d1d1d1;
  background: #d1d1d1;
  pointer-events: none;
  color: #000000;
}

.btn--border {
  background: #e14177;
  color: #fff;
}

.btn--border[disabled="disabled"] {
  border-color: #d1d1d1;
  background: #fff;
  pointer-events: none;
  color: #d1d1d1;
}

.btn--border:hover {
  color: #fff;
  border-color: #ababab;
  background: #ababab;
}

.btn--small {
  padding: 13px;
}

.btn.disabled {
  border-color: #d1d1d1;
  background: #d1d1d1;
  pointer-events: none;
  color: #000000;
}

/* ELEMENTS END */
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;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-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: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-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 .25s ease,visibility 0s ease .25s;
  -o-transition: opacity .25s ease,visibility 0s ease .25s;
  transition: opacity .25s ease,visibility 0s ease .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 .25s ease 0s,visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  transition: opacity .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;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  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;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  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 {
  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 {
  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%;
  z-index: 1;
}

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

.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
  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 .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
}

.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] {
  color: #888;
  cursor: default;
  outline: none;
}

.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:first-child, .fancybox-button--pause svg:first-child, .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);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-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: .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;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

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

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

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

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

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

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

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

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

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-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-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.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 .2s;
  -o-transition: all .2s;
  transition: all .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: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

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

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

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

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

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

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

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -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);
  -o-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: .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);
  }
}

/**
 * Swiper 7.3.0
 * 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: November 18, 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");
  font-weight: 400;
  font-style: normal;
}


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

.swiper-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;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

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

.swiper-pointer-events.swiper-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;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

.swiper-autoheight {
  height: auto;
}

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

.swiper-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;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

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

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-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: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-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: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-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: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

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

.swiper-centered > .swiper-wrapper:before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

: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: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next: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 {
  left: 10px;
  right: auto;
}

.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-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

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

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .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);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-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:only-child {
  display: none !important;
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

.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);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

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

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

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

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

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

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

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

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

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

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

.swiper-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%;
      -ms-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 .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

.swiper-grid-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-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

.swiper-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}

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

.swiper-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}

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

.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

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

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

.swiper-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-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity,height,-webkit-transform;
  transition-property: opacity,height,-webkit-transform;
  -o-transition-property: transform,opacity,height;
  transition-property: transform,opacity,height;
  transition-property: transform,opacity,height,-webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

section {
  padding: 85px 0 100px;
}

.bg-light {
  background: #f9f1f4;
}
span.nowrap{
  white-space: nowrap;
}
p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}
h2 {
  font-size: 60px;
  color: #e14177;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
  font-weight: 400;
}

h2:after {
  position: absolute;
  height: 1px;
  content: '';
  width: 10000px;
  background: #e5457d;
  right: 0;
  bottom: 0;
}
h3 {
  font-size: 24px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 20px;
  display: block;
}

h3 span {
  font-weight: 700;
}
h3.head{
  max-width: 70%;
}
h3.mb, .mb{
  margin-bottom: 50px;
}
h4 {
  font-size: 20px;
  color: #035e95;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 20px;
}

.description {
  padding: 30px 0;
  background: #c84875;
  font-size: 0;
}

.description h3 {
  margin: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}

.write-doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.write-doc span {
  font-size: 12px;
  text-transform: uppercase;
  color: #0775b6;
}

.write-doc__icon {
  border-radius: 50%;
  background: #2cb043;
  min-width: 60px;
  width: 60px;
  height: 60px;
  position: relative;
  margin-right: 15px;
}

.write-doc__icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
}

.breadcrumbs-container {
  padding-top: 20px;
}

.breadcrumbs a {
  font-size: 13px;
  color: #e10858;
  line-height: 1.2;
}

.breadcrumbs a:after {
  content: '–';
  font-size: inherit;
  color: #0775b6;
  margin: 0 10px;
}

.breadcrumbs a:last-child {
  color: #0775b6;
  pointer-events: none;
}

.breadcrumbs a:last-child:after {
  display: none;
}

.bx-breadcrumb-item {
  font-size: 0;
}

.bx-breadcrumb-item:last-child a {
  color: #0775b6;
  pointer-events: none;
}

.bx-breadcrumb-item:last-child a:after {
  display: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
}

ul.ml {
  margin-left: 40px;
}

ul.no-margin li:nth-child(1) p {
  margin-top: 0;
}

ul li {
  padding: 0;
  margin: 0;
}

ul p {
  padding-left: 30px;
  position: relative;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 15px;
}

ul p:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  background: url(../img/list-icon.svg) center center no-repeat;
  width: 13px;
  height: 11px;
  background-size: contain;
}

.back-link-container {
  padding-bottom: 60px;
}

.back-link {
  width: auto;
  display: inline-block;
  padding-left: 32px;
  font-size: 13px;
  line-height: 1.2;
  color: #e10858;
  position: relative;
}

.back-link:hover {
  color: #e10858;
}

.back-link:hover img {
  left: -10px;
}

.back-link img {
  width: 22px;
  height: auto;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.tags-section {
  padding: 0;
  margin-bottom: 15px;
  background: #f4f6f9;
  padding: 20px 0;
}

.tags-section--editable {
  margin-top: 20px;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tags a {
  font-size: 15px;
  display: inline-block;
  border: 1px solid #e10858;
  color: #e10858;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 50px;
}

.tags a:hover {
  background: #e10858;
  color: #ffffff;
}

.privacy {
  padding-top: 0;
}

.privacy p {
  margin-top: 10px;
  line-height: 1.5;
}

.privacy p a {
  color: #e10858;
}

.video-container {
  font-size: 0;
  width: 100%;
  margin: 100px auto 0;
}

.video-container .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  display: block;
}

.video-container .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  section {
    padding: 50px 0 60px;
  }
  h2 {
    font-size: 50px;
    padding-bottom: 20px;
  }
  h3 {
    font-size: 20px;
    margin-top: 16px;
  }
  h4 {
    font-size: 16px;
  }
  .tags a {
    font-size: 14px;
    padding: 10px 15px;
  }
  .write-doc {
    -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;
    text-align: center;
  }
  .write-doc__icon {
    margin: 0 0 10px 0;
  }
  .video-container {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 760px) {
  section {
    padding: 30px 0;
  }
  h2 {
    font-size: 32px;
    padding-bottom: 20px;
  }
  h3 {
    font-size: 20px;
    margin-top: 16px;
  }
  h3.head{
    max-width: 100%;
  }
  p{
    font-size: 16px;
  }
  .description {
    padding: 12px 0;
  }
  .description .container {
    padding: 0 10px;
  }
  .tags-section {
    margin-bottom: 10px;
    padding: 10px 0;
  }
  .tags-section--editable {
    margin-top: 10px;
  }
  .tags a {
    font-size: 12px;
    padding: 5px 10px;
    margin: 3px;
  }
  ul.ml {
    margin-left: 0px;
  }
  ul p {
    padding-left: 25px;
  }
  .back-link-container {
    padding-bottom: 30px;
  }
  .back-link {
    padding-left: 28px;
    font-size: 12px;
  }
  .back-link:hover {
    color: #e10858;
  }
  .back-link:hover img {
    left: -8px;
  }
  .back-link img {
    width: 18px;
    margin-right: 8px;
  }
  .video-container {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 360px) {
  h2 {
    font-size: 24px;
  }
  h4 {
    font-size: 16px;
  }
}

/* BEGIN HERO */
.hero {
  padding-bottom: 0;
}

.hero__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero__image {
  font-size: 0;
  max-width: 600px;
  width: 45%;
  padding-top: 70px;
}

.hero__image img {
  width: 114%;
  height: auto;
  margin-left: -20px;
  pointer-events: none;
}

.hero__info {
  width: 55%;
  padding-left: 12%;
  padding-bottom: 100px;
}

.hero__info .btn {
  margin-top: 50px;
}

.hero__list-item {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__list-item p {
  font-size: 18px;
  color: #555;
  line-height: 1.2;
  margin: 0 0 0 20px;
}
.hero__list-item p b{
  color: #333;
}

.hero__list-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e14177;
  position: relative;
}

.hero__list-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  z-index: 2;
}

@media only screen and (max-width: 992px) {
  .hero {
    padding-bottom: 0;
  }
  .hero__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__image {
    max-width: 100%;
    width: 100%;
    padding-top: 40px;
    text-align: center;
  }
  .hero__image img {
    width: 90%;
    max-width: 500px;
    margin-left: -15%;
  }
  .hero__info {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    padding-bottom: 40px;
    text-align: center;
  }
  .hero__info .btn {
    width: 50%;
    margin: 30px auto 0;
  }
  .hero__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .hero__list-item {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    padding: 0 15px;
    text-align: left;
  }
  .hero__list-item p {
    font-size: 16px;
  }
  .description h3{
    font-size: 22px;
  }
}

@media only screen and (max-width: 760px) {
  .hero__image {
    padding-top: 30px;
  }
  .hero__image img {
    width: 100%;
    max-width: 500px;
    margin-left: -20%;
  }
  .hero__info {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    padding-bottom: 30px;
    text-align: center;
  }
  .hero__info .btn {
    margin: 30px auto 0;
    font-size: 14px;
    padding: 13px 10px;
  }
  .hero__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    width: 100%;
  }
  .hero__list-item {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .hero__list-item p {
    font-size: 16px;
    margin-left: 15px;
  }
  .hero__list-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .hero__list-icon img {
    width: 20px;
    height: 20px;
  }
  .description h3{
    font-size: 18px;
  }
}
@media all and (max-width: 550px) {
  .hero__info .btn{
    width: auto;
    padding: 15px;
  }
}

/* END HERO */
/* BEGIN statistics */
.statistics__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
}

.statistics__item {
  text-align: center;
  padding: 30px 0;
  position: relative;
  z-index: 2;
  width: 19%;
}

.statistics__item p {
  font-size: 18px;
  line-height: 1.4;
  max-width: 320px;
  margin: 0 auto;
}

.statistics__item p b {
  font-size: 20px;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.statistics__img{
  margin: 0 auto 20px;
  display: block;
  max-width: 150px;
  position: relative;
}
.statistics__item img {
  max-width: 100%;
  border-radius: 50%;
  border: 2px solid #e10858;
}
.statistics__img:after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: calc(50% - 15px);
  background: url(../img/sec3_img-icon.png);
  bottom: -15px;
}
.statistics__item .number {
  margin: 0 0 20px;
  color: #2595d5;
  font-size: 110px;
  font-family: "DIN Pro Cond", sans-serif;
  line-height: 1;
  max-width: 100%;
}

.statistics__item--full {
  width: 100%;
  padding: 25px;
  border-radius: 15px;
  border: 1px solid #2595d5;
  margin-top: 50px;
  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;
}

.statistics__item--full p {
  max-width: 100%;
  margin: 0 0 0 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

.statistics__item--full .number {
  margin: 0 50px 0 0;
}

@media only screen and (max-width: 992px) {
  .statistics__grid {
    justify-content: center;
    padding-top: 30px;
  }
  .statistics__item p {
    font-size: 18px;
  }
  .statistics__item .number {
    font-size: 70px;
  }
  .statistics__item--full {
    margin-top: 30px;
  }
  .statistics__item {
    width: 48%;
  }
}

@media only screen and (max-width: 760px) {
  .statistics__grid {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0;
  }
  .statistics__item {
    padding: 25px 0 0;
    width: 100%;
  }
  .statistics__item p {
    font-size: 18px;
  }
  .statistics__item p span {
    display: inline;
  }
  .statistics__item .number {
    margin: 0 0 5px 0;
    font-size: 60px;
  }
  .statistics__item--full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 15px;
  }
  .statistics__item--full p {
    text-align: center;
    margin: 0;
    text-transform: none;
  }
}

.problem {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 30px 0 30px;
  justify-content: space-between;
}
.problem div{
  width: 30%;
  position: relative;
  margin: 15px 0;
  text-align: center;
}
.problem div img{
  max-width: 120px;
  width: 70%;
  margin: 0 auto 15px;
}
.problem div p{
  font-weight: 700;
  color: #555;
}
.appendiks{
  width: 100%;
  padding: 30px 0 0;
  position: relative;
}
.appendiks div{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-flow: row nowrap;
  margin: 15px 0;
  width: 100%;
  padding-bottom: 60px;
}
.appendiks div:nth-child(3){
  padding: 0;
}
.appendiks div:nth-child(1):after, .appendiks div:nth-child(2):after{
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: url("../img/appen-ar1.png") no-repeat;
  background-size: cover;
  bottom: 0;
  left: 35px;
}

.appendiks div img{
  margin: 0 20px 0 0;
  max-width: 120px;
  width: 70%;
}
.appendiks div p{
  margin: 0;
}
.appendiks div b{
  display: block;
}
.mechanism {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 0 0 30px;
  justify-content: center;
}
.mechanism__el {
  width: 24%;
  margin: 15px auto;
  min-width: 200px;
  position: relative;
  background: #f1effb;
  padding: 150px 0 0;
  box-sizing: border-box;
  background-size: cover;
  border-radius: 50px;
}
.mechanism__el:first-child{
  background: url("../img/sec4_img1.jpg") no-repeat center center;
  background-size: cover;
}
.mechanism__el:nth-child(2){
  background: url("../img/sec4_img3.jpg") no-repeat center center;
  background-size: cover;
}
.mechanism__el:nth-child(3){
  background: url("../img/sec4_img4.jpg") no-repeat center center;
  background-size: cover;
}
.mechanism__el:nth-child(4){
  background: url("../img/sec4_img2.jpg") no-repeat center center;
  background-size: cover;
}

.mechanism__el h3 {
  text-align: left;
  font-size: 24px;
  padding: 10px 10px 5px;
  margin: 0;
}

.mechanism__el p {
  font-size: 20px;
  color: #c84875;
  text-align: center;
  padding: 5px 10px;
  z-index: 2;
  background: rgba(249, 241, 244, 0.9);
  margin: 0;
  font-weight: 500;
}
.mechanism__el img {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  vertical-align: center;
}
.align__center {
  left: 50%;
  margin-left: -100px;
}
.align__right {
  right: 0;
}
.align__left {
  left: 0;
}

@media only screen and (max-width: 992px) {
  .mechanism {
    padding-top: 50px;
  }
  .mechanism__el {
    width: 48%;
  }
  .problem div{
    width: 48%;
  }

}
@media only screen and (max-width: 560px) {
  .mechanism {
    padding-top: 40px;
  }
  .mechanism__el {
    width: 98%;
  }
  .problem div{
    width: 98%;
  }
  .appendiks div{
    flex-direction: column;
  }
  .appendiks div img{
    margin: 0 auto 20px;
  }
  .appendiks div p{
    text-align: center;
  }
  .appendiks div:nth-child(1):after, .appendiks div:nth-child(2):after{
    left: calc(50% - 25px);
  }

}

/* END mechanism */
.man-section {
  padding-bottom: 0;
  overflow: hidden;
}

.mans {
  position: relative;
  font-size: 0;
  z-index: 1;
}

.mans__mobile {
  display: none;
}

.hidden-info {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 200px;
  border: 5px solid #fff;
  -webkit-box-shadow: 2px 38px 62px 0px rgba(35, 73, 116, 0.17);
          box-shadow: 2px 38px 62px 0px rgba(35, 73, 116, 0.17);
  z-index: 10;
  padding: 35px 55px;
  background: #f4f6f9;
  max-width: 700px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  pointer-events: none;
  cursor: pointer;
}

.hidden-info:before {
  position: absolute;
  left: 100px;
  top: 100%;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 30px 0 0;
  border-color: #fff transparent transparent transparent;
}

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

.hidden-info__story span {
  width: 100px;
  min-width: 100px;
  height: 100px;
  background: #e10858;
  border-radius: 50%;
  position: relative;
  display: block;
}

.hidden-info__story span:after {
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 31px;
  border-color: transparent transparent transparent #fff;
}

.hidden-info__story p {
  font-size: 14px;
  font-weight: 400;
  color: #e10858;
  margin: 15px 0 0;
}

.hidden-info__about {
  padding-left: 40px;
}

.hidden-info__about p {
  font-size: 30px;
  line-height: 1.2;
  color: #234973;
  margin: 0;
  font-weight: 400;
}

.hidden-info__about .name {
  font-size: 24px;
  color: #2595d5;
  margin-top: 20px;
}

.man {
  font-size: 0;
  width: 100%;
  position: absolute;
  z-index: 5;
  opacity: 1;
  left: 0;
  bottom: 0;
}

.man img {
  width: 100%;
  height: auto;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.man--m1 {
  z-index: 4;
  width: 39%;
  left: -2%;
}

.man--m1 .hidden-info {
  left: 48%;
  bottom: 95%;
}

.man--m2 {
  width: 48.5%;
  left: 9%;
  bottom: -7%;
  z-index: 2;
}

.man--m2 .hidden-info {
  left: 55%;
  bottom: 102%;
}

.man--m3 {
  width: 45%;
  left: 39%;
  bottom: -24%;
  z-index: 2;
}

.man--m3 .hidden-info {
  left: auto;
  right: 46%;
  bottom: 102%;
  max-width: 790px;
  z-index: 100;
}

.man--m3 .hidden-info:before {
  left: auto;
  right: 90px;
  border-width: 0 30px 90px 0;
  border-color: transparent #fff transparent transparent;
}

.man--m4 {
  width: 45%;
  left: 60.5%;
  z-index: 4;
  bottom: -8.7%;
}

.man--m4 .hidden-info {
  left: auto;
  right: 50%;
  bottom: 98%;
}

.man--m4 .hidden-info:before {
  left: auto;
  right: 90px;
  border-width: 0 30px 90px 0;
  border-color: transparent #fff transparent transparent;
}

.man.is-hover img {
  -webkit-filter: none;
          filter: none;
}

.man.is-hover .hidden-info {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.index-container {
  position: relative;
  z-index: 5;
  width: 100%;
  height: auto;
  margin-top: 230px;
}

.index-placeholder {
  width: 100%;
  height: auto;
  opacity: 0;
  pointer-events: none;
}

.index-stroke {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  fill: transparent;
  -webkit-transform: translateX(-1.5px);
  -ms-transform: translateX(-1.5px);
  transform: translateX(-1.5px);
}

.index-stroke-hover {
  cursor: pointer;
}

@media only screen and (max-width: 1336px) {
  .hidden-info {
    border-radius: 100px;
    -webkit-box-shadow: 2px 38px 62px 0px rgba(35, 73, 116, 0.17);
            box-shadow: 2px 38px 62px 0px rgba(35, 73, 116, 0.17);
    padding: 30px 40px;
  }
  .hidden-info__story span {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }
  .hidden-info__story p {
    font-size: 12px;
  }
  .hidden-info__about {
    padding-left: 30px;
  }
  .hidden-info__about p {
    font-size: 20px;
  }
  .hidden-info__about .name {
    font-size: 18px;
    margin-top: 15px;
  }
  .man--m1 .hidden-info {
    left: 42%;
    bottom: 100%;
  }
  .man--m2 .hidden-info {
    left: 50%;
    bottom: 105%;
  }
  .man--m3 .hidden-info {
    right: 38%;
    bottom: 104%;
  }
  .man--m4 {
    width: 45%;
    left: 60.5%;
    z-index: 4;
    bottom: -8.7%;
  }
  .man--m4 .hidden-info {
    left: auto;
    right: 50%;
    bottom: 98%;
  }
}

@media only screen and (max-width: 992px) {
  .index-container {
    margin-top: 170px;
  }
  .hidden-info {
    border-radius: 50px;
    padding: 20px;
    width: 120%;
  }
  .hidden-info__story span {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .hidden-info__story span:after {
    border-width: 14px 0 14px 20px;
  }
  .hidden-info__story p {
    font-size: 8px;
  }
  .hidden-info__about {
    padding-left: 30px;
  }
  .hidden-info__about p {
    font-size: 16px;
  }
  .hidden-info__about .name {
    font-size: 14px;
    margin-top: 12px;
  }
  .man--m1 .hidden-info {
    left: 25%;
    bottom: 105%;
  }
  .man--m1 .hidden-info:before {
    border-width: 50px 20px 0 0;
  }
  .man--m2 .hidden-info {
    width: 100%;
    left: 38%;
    bottom: 104%;
  }
  .man--m2 .hidden-info:before {
    border-width: 50px 20px 0 0;
  }
  .man--m3 .hidden-info {
    right: 28%;
    bottom: 104%;
  }
  .man--m3 .hidden-info:before {
    right: 60px;
    border-width: 0 20px 50px 0;
  }
  .man--m4 .hidden-info {
    right: 35%;
    bottom: 104%;
  }
  .man--m4 .hidden-info:before {
    right: 60px;
    border-width: 0 20px 50px 0;
  }
}

@media only screen and (max-width: 760px) {
  .mans {
    display: none;
  }
  .mans__mobile {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    position: relative;
    padding-bottom: 25px;
  }
  .mans__mobile .swiper-pagination {
    bottom: 0;
    height: 25px;
    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;
    background: #f4f6f9;
  }
  .mans__mobile .swiper-pagination-bullet {
    background: #2595d5;
    opacity: 1;
    width: 40px;
    height: 1px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 0;
    margin: 0 !important;
  }
  .mans__mobile .swiper-pagination-bullet-active {
    height: 3px;
    background: #e10858;
  }
  .mans__mobile .swiper-arrow {
    position: absolute;
    bottom: 25%;
    width: 30px;
    height: 30px;
    z-index: 20;
    cursor: pointer;
  }
  .mans__mobile .swiper-arrow:after {
    width: 8px;
    height: 8px;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border: 2px solid #2595d5;
  }
  .mans__mobile .swiper-arrow-next {
    right: 10px;
  }
  .mans__mobile .swiper-arrow-next:after {
    left: 42%;
    border-left: none;
    border-bottom: none;
  }
  .mans__mobile .swiper-arrow-prev {
    left: 10px;
  }
  .mans__mobile .swiper-arrow-prev:after {
    left: 52%;
    border-right: none;
    border-top: none;
  }
  .mans__mobile .swiper-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .mans__mobile .swiper-slide {
    padding: 0 20px;
  }
  .mans__mobile .hidden-info {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 100%;
    position: relative;
    opacity: 1;
    pointer-events: all;
    padding: 12px;
    border-radius: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
    -webkit-box-shadow: 2px 18px 22px 0px rgba(35, 73, 116, 0.1);
            box-shadow: 2px 18px 22px 0px rgba(35, 73, 116, 0.1);
  }
  .mans__mobile .hidden-info:before {
    left: 50%;
    margin-left: -5px;
    border-width: 40px 15px 0 0;
    border-color: #fff transparent transparent transparent;
  }
  .mans__mobile .hidden-info__story {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    width: 100%;
  }
  .mans__mobile .hidden-info__story span {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .mans__mobile .hidden-info__story span:after {
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #fff;
  }
  .mans__mobile .hidden-info__story p {
    font-size: 10px;
    margin: 0 0;
  }
  .mans__mobile .hidden-info__about {
    padding-left: 0;
  }
  .mans__mobile .hidden-info__about p {
    font-size: 14px;
  }
  .mans__mobile .hidden-info__about .name {
    font-size: 12px;
  }
  .mans__mobile-image {
    position: relative;
    font-size: 0;
  }
  .mans__mobile-image img {
    width: 100%;
    height: auto;
  }
  .man {
    position: static;
  }
}

/* TEST BEGIN */
.test__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 100px 0 40px;
  margin: 0 -20px;
  width: calc(100% + 40px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.test__el {
  width: 50%;
  padding: 0 20px;
}

.test__el .btn {
  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;
}

.test__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0 0;
}

.test__grid .btn {
  padding-left: 20px;
  padding-right: 20px;
}

.test__grid .test__row {
  padding: 0;
}

.test__grid-info {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .test__row {
    margin: 0 -10px;
    width: calc(100% + 20px);
    padding: 50px 0 0;
  }
  .test__el {
    padding: 0 10px;
  }
  .test__grid .article__doc-info {
    padding-right: 30px;
  }
  .test__grid .consult {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 760px) {
  .test__row {
    margin: 0;
    width: 100%;
    padding: 20px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .test__el {
    padding: 15px 0 0;
    width: 100%;
  }
  .test__el .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .test__grid {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
  .test__grid .article__doc-info {
    padding-right: 0;
    padding: 0 0 25px;
  }
}

/* TEST END */
/* BEGIN ARTICLES */
.articles__container {
  position: relative;
  padding: 30px 20px 0;
}

.articles__container .swiper-slide {
  padding: 30px;
  height: auto;
}

.articles__container .swiper-container {
  overflow: hidden;
}

.articles__container .swiper-wrapper {
  height: auto;
}

.articles__container--not-slider .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.articles__container--not-slider .articles__arrow {
  display: none;
}

.articles__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e10858;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
}

.articles__arrow.swiper-button-disabled {
  background: #bdbdbd;
  pointer-events: none;
}

.articles__arrow:after {
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.articles__arrow--prev {
  left: -20px;
}

.articles__arrow--prev:after {
  left: 55%;
  border-top: none;
  border-right: none;
}

.articles__arrow--next {
  right: -20px;
}

.articles__arrow--next:after {
  left: 45%;
  border-bottom: none;
  border-left: none;
}

.articles__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -30px;
  width: calc(100% + 60px);
  padding-top: 35px;
}

.articles__item {
  height: auto;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #ffffff;
}

.articles__item:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}

.articles__image {
  font-size: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  overflow: hidden;
}

.articles__image img {
  width: 100%;
  height: auto;
}

.articles__info {
  padding: 30px 25px 50px;
  text-align: center;
}

.articles__info .date {
  font-size: 12px;
  color: #0775b6;
}

.articles__info .title {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
  min-height: 120px;
  height: 120px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  color: #e14177;
}

.articles__info .btn {
  max-width: 180px;
  width: 100%;
  margin: 30px auto 0;
  background: #ffffff;
  color: #e10858;
}

.articles__info .btn:hover {
  background: #e10858;
  color: #ffffff;
}

@media only screen and (max-width: 992px) {
  .articles__container .swiper-slide {
    padding: 30px 20px;
  }
  .articles__row {
    margin: 0 -10px;
    width: calc(100% + 20px);
    padding-top: 30px;
  }
  .articles__el {
    padding: 10px;
  }
  .articles__info {
    padding: 20px 20px 30px;
  }
  .articles__info .date {
    font-size: 12px;
    color: #0775b6;
  }
  .articles__info .title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5;
    min-height: 108px;
    height: 108px;
  }
  .articles__info .btn {
    margin: 20px auto 0;
  }
}


@media only screen and (max-width: 760px) {
  .articles__container {
    margin: 0 -10px;
    width: calc(100% + 20px);
    padding: 30px 0 0;
  }
  .articles__container .swiper-slide {
    padding: 0 10px;
    height: auto;
  }
  .articles__container .swiper-container {
    overflow: visible;
  }
  .articles__container .swiper-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .articles__container--not-slider .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .articles__arrow {
    display: none;
  }
  .articles__item {
    position: relative;
  }
  .articles__row {
    margin: 0;
    width: 100%;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .articles__el {
    padding: 15px 0 0;
    width: 100%;
  }
  .articles__info {
    padding: 20px 20px 84px;
    position: static;
  }
  .articles__info .date {
    font-size: 10px;
    color: #0775b6;
  }
  .articles__info .title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4;
    min-height: 1px;
    height: auto;
  }
  .articles__info .btn {
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 20px;
  }
}

/* END ARTICLES */

/*begin docs*/
.docs__container{
  padding: 0 0 30px;
}
.docs {
  width: auto;
  height: auto;
  position: relative;
  margin: 20px auto;
}
.docs .serts {
  width: 139px;
  height: 230px;
  position: relative;
  display: inline-block;
  margin: 0 19px;
  cursor: pointer;
  padding: 0 0 30px 0;
}
.docs .serts img {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0, 0,0.29);
  box-shadow: 0 0 10px 0 rgba(0,0, 0,0.29);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.docs .serts:hover img {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}
.docs .serts .overflow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/overflow.png) no-repeat;
  display: none;
}
.docs .serts:hover .overflow {
  display: block;
}
.docs__container a{
  display: block;
  text-decoration: underline;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #035e95;
}
/*end docs*/
/* BEGIN reviews */
.review__item {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
  background: #c84875;
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
  padding: 20px;
}

.review__items {
  padding-top: 35px;
}
.review__item .review__name{
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.collapse__reviews{
  overflow: hidden;
  display: none;
}
.all__reviews{
  border-radius: 20px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  margin: 20px 0;
}
.all__reviews p {
  padding: 26px 70px 26px 40px;
  font-size: 20px;
  line-height: 1.2;
  color: #c84875;
  cursor: pointer;
  position: relative;
}
.all__reviews p span {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 30px;
  top: 28px;
}
.all__reviews p span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  height: 20px;
  width: 2px;
  background: #e10858;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.all__reviews p span:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: #e10858;
}
.all__reviews p.is-active span:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}



@media only screen and (max-width: 760px) {
  .review__item{
    font-size: 16px;
  }
}


/* BEGIN QUESTION */
.question__item {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  margin-top: 20px;
  overflow: hidden;
}

.question__items {
  padding-top: 35px;
}

.question__title {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 26px 70px 26px 40px;
  font-size: 20px;
  line-height: 1.2;
  color: #035e95;
  cursor: pointer;
  position: relative;
  margin: 0;
}

.question__title span {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 30px;
  top: 28px;
}

.question__title span:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: #e10858;
}

.question__title span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  height: 20px;
  width: 2px;
  background: #e10858;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.question__title.is-active span:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.question__hidden {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  display: none;
}

.question__info {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 16px 40px 26px;
  background: #035e95;
  color: #ffffff;
}

.question__info p {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 10px;
}

.question__list {
  padding: 10px 0 10px 30px;
}

.question__list p {
  padding-left: 20px;
  position: relative;
}

.question__list p:before {
  content: '•';
  font-size: inherit;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
}

@media only screen and (max-width: 992px) {
  .question__item {
    margin-top: 16px;
  }
  .question__items {
    padding-top: 30px;
  }
  .question__title {
    padding: 20px 60px 20px 30px;
    font-size: 18px;
  }
  .question__title span {
    right: 24px;
    top: 20px;
  }
  .question__info {
    padding: 10px 30px 20px;
  }
  .question__info p {
    font-size: 18px;
    margin-top: 10px;
  }
  .question__list {
    padding: 10px 0 10px 10px;
  }
  .question__list p {
    padding-left: 20px;
    position: relative;
  }
}

@media only screen and (max-width: 760px) {
  .question__item {
    margin-top: 12px;
  }
  .question__items {
    padding-top: 20px;
  }
  .question__title {
    padding: 14px 40px 14px 20px;
  }
  .question__title span {
    right: 14px;
    top: 14px;
    width: 18px;
    height: 18px;
  }
  .question__title span:after {
    width: 16px;
    height: 2px;
  }
  .question__title span:before {
    height: 16px;
    width: 2px;
  }
  .question__info {
    padding: 6px 20px 14px;
  }
  .question__list {
    padding: 6px 0 6px 0;
  }
  .question__list p {
    padding-left: 20px;
    position: relative;
  }
}

/* END QUESTION */
.article {
  padding: 0 0 60px;
}

.article h3 {
  font-size: 36px;
  margin-top: 50px;
}

.article h4 {
  font-size: 24px;
  margin-top: 30px;
}

.article .consult {
  margin-top: 55px;
}

.article p {
  font-size: 18px;
  color: #0775b6;
  line-height: 1.6;
  margin-top: 30px;
}

.article p .bold, p.bold, span.bold {
  font-weight: 700;
}

.article p .large, p.large, span.large {
  font-size: 24px;
  font-weight: 700;
}
.article p .red, p.red {
  color: #e10858;
}

.article__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}

.article__grid--aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__grid-part--w50 {
  width: 50%;
}

.article__grid-part--w50:nth-child(1) {
  padding-right: 50px;
}

.article__grid-part--w50:nth-child(2) {
  padding-left: 50px;
}

.article__grid-part--w33 {
  width: 33.33333%;
}

.article__grid-part--pack {
  width: 50%;
  text-align: center;
}

.article__grid-part--pack-info {
  width: 50%;
  padding-left: 25px;
}

.article__grid-part--pack-info p:nth-child(1) {
  margin-top: 0;
}

.article__grid-image {
  font-size: 0;
  width: 100%;
}

.article__grid-image img {
  width: 100%;
}

.article__grid--no-pt {
  padding-top: 0;
}

.article__prostatit {
  font-size: 0;
  width: 100%;
}

.article__prostatit img {
  width: 100%;
  height: auto;
}

.article__prostatit-stat {
  width: 100%;
  text-align: center;
  max-width: 280px;
}

.article__prostatit-stat p {
  font-size: 20px;
}

.article__prostatit-stat img {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.article__prostatit-stat--row {
  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;
  max-width: 100%;
  margin-top: 30px;
}

.article__prostatit-stat--row p {
  text-align: right;
  max-width: 200px;
}

.article__prostatit-stat--row img {
  margin: 0 40px;
  max-width: 320px;
}

.article__prostatit-color {
  width: 100%;
  max-width: 220px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px auto 0;
  padding-left: 24px;
  position: relative;
}

.article__prostatit-color span {
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin-right: 10px;
}

.article__prostatit-color p {
  font-size: 14px;
  margin: 0;
}

.article__antibiotik {
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

.article__antibiotik p {
  max-width: 84%;
  margin-right: auto;
  margin-left: auto;
}

.article__antibiotik-image {
  font-size: 0;
  position: relative;
}

.article__antibiotik-image img {
  width: 100%;
  height: auto;
}

.article__antibiotik-image span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 65%;
}

.article__antibiotik-image span.good {
  background-size: 80%;
}

.article .mechanism {
  padding: 70px 0 20px;
}
.product{
  position: relative;
}
ul.check{
  margin-bottom: 60px;
}
ul.check li{
  font-size: 20px;
  line-height: 1.6;
  position: relative;
  padding-left: 45px;
  background: url("../img/check_1.png") no-repeat 0 0;
  background-size: 30px auto;
  margin-bottom: 25px;
}
.article__doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 35px;
  position: relative;
}
.article__doc-phrase {
  width: 56%;
  position: relative;
  margin: 35px 0;
}

.article__doc-phrase p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 20px;
  position: relative;
}

.article__doc-phrase p span {
  color: #e10858;
}

.article__doc-phrase p .bold {
  color: #0775b6;
}

.article__doc-phrase p .large {
  font-size: 48px;
  position: absolute;
  left: -35px;
  top: -28px;
}
.article__doc-info {
  position: absolute;
  right: -20px;
  max-width: 44%;
  max-height: calc(100% + 50px);
  top: -30px;
}

.article__doc-info .about {
  font-size: 13px;
  margin-top: 10px;
}

.article__doc-info .name {
  margin-top: 25px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.article__doc-image {
  min-width: 80%;
  position: relative;
}

.article__doc-image img {
  max-width: 100%;
  position: relative;
}



.article__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e10858;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
}

.article__arrow.swiper-button-disabled {
  background: #bdbdbd;
  pointer-events: none;
}

.article__arrow:after {
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.article__arrow--prev {
  left: 5px;
}

.article__arrow--prev:after {
  left: 55%;
  border-top: none;
  border-right: none;
}

.article__arrow--next {
  right: 5px;
}

.article__arrow--next:after {
  left: 45%;
  border-bottom: none;
  border-left: none;
}

.article__slider {
  position: relative;
  padding: 30px 50px;
}

.article__slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__slider .swiper-pagination {
  bottom: 5px;
}

.article__slider .swiper-container {
  overflow: hidden;
}

.article__slider .swiper-pagination-bullet {
  background: #d9dde2;
  opacity: 1;
}

.article__slider .swiper-pagination-bullet-active {
  background: #e10858;
}

.article__slider-image {
  font-size: 0;
  padding: 20px;
}

.article__slider-image img {
  width: 100%;
  height: auto;
}

.article__pharmacy {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  width: calc(100% + 20px);
}

.article__pharmacy-el {
  padding: 20px 10px 0;
  width: 25%;
}

.article__pharmacy-button {
  border-radius: 50px;
  background: #fff;
  border: 1px solid #ebebeb;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  display: block;
  height: 80px;
}

.article__pharmacy-button:hover {
  background: #f4f6f9;
  border-color: #f4f6f9;
}

.article__pharmacy-button span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.article__icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 25px;
}

.article__icon-image {
  min-width: 80px;
  width: 80px;
  margin-right: 40px;
  text-align: center;
  margin-top: 5px;
}

.article__icon-image img {
  width: 100%;
  height: auto;
}

.article__icon-info .article__icon-image {
  display: none;
}

.article__icon-info p {
  margin-top: 0;
}

.article__icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -10px;
  width: calc(100% + 20px);
}

.article__icon-el {
  width: 25%;
  padding: 30px 10px 0;
}

.article__icon-border {
  text-align: left;
}

.article__icon-border p {
  margin-top: 10px;
  min-height: 51px;
}

.article__icon-border-image {
  width: 100px;
  height: 100px;
  border: 3px solid #0775b6;
  position: relative;
}

.article__icon-border-image img {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}


.composition{
  width: 100%;
  padding: 25px 0 30px;
  position: relative;
}
.composition>div{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-flow: row nowrap;
  margin: 15px 0;
  width: 100%;
  padding-bottom: 30px;
}
.composition div img {
  margin: 0 30px 0 0;
  max-width: 150px;
  width: 70%;
  border-radius: 50px;
}
.composition div p{
  margin: 0;
  line-height: 26px;
}
.composition div p b{
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
}
.composition div p span{
  display: block;
  padding-left: 25px;
  position: relative;
  background: url(../img/point.png) no-repeat 0 7px;
  background-size: 12px 12px;
  margin: 0 0 5px;
}

.steps{
  width: 100%;
  padding: 25px 0 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: stretch;
  justify-content: space-between;
}
.steps>div{
  width: 40%;
  position: relative;
  margin: 0 0 60px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
}
.steps>div p{
  margin: 0;
}
.steps>div p b{
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
}
.steps>div p b span{
  color: #e14177;
  display: block;
  font-size: 16px;
}
.steps>div .arr{
  position: absolute;
  display: block;
  width: 40%;
  height: 2px;
  background: #e14177;
  top: 50%;
  left: 104%;
}
.steps>div .arr:after{
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/arr.png") no-repeat 0 0;
  top: -5px;
  left: calc(100% - 10px);
  background-size: 12px 12px;
}
.steps>div .arr2{
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-right: 2px solid #e14177;
  border-bottom: 2px solid #e14177;
  border-radius: 0 0 20px 0;
  top: calc(100% + 5px);
  left: calc(50% - 10px);
}
.steps>div .arr3{
  position: absolute;
  display: block;
  width: 150%;
  height: 2px;
  background: #e14177;
  top: calc(100% + 23px);
  right: calc(50% + 10px);
}
.steps>div .arr4{
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-left: 2px solid #e14177;
  border-top: 2px solid #e14177;
  border-radius: 20px 0 0 0;
  top: calc(100% + 23px);
  right: calc(200% + 10px);
}
.steps>div .arr4:after{
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/arr2.png") no-repeat 0 0;
  top: calc(100% - 2px);
  left: -7px;
  background-size: 12px 12px;
}
.eat{
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 30px 0 30px;
  justify-content: space-between;
}
.eat>div{
  width: 30%;
  position: relative;
  margin: 15px 0;
  text-align: center;
}
.eat div img {
  max-width: 120px;
  width: 70%;
  margin: 0 auto 15px;
}
.eat div p b{
  display: block;
  margin-bottom: 5px;
}
.results{
  max-width: 80%;
  width: 700px;
  display: block;
  margin: 0 auto 50px;
}
.result{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
.result div{
  width: 48%;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  padding-left: 45px;
  background: url(../img/check_1.png) no-repeat 0 0;
  background-size: 28px auto;
  margin-bottom: 25px;
}
.result div b{
  font-size: 20px;
}


@media only screen and (max-width: 1200px) {

  .article__doc-image{
    min-width: 0;
    max-width: 600px;
    margin: 0 auto;
  }
  .article__doc-image img{
    position: relative;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  .article__doc{
    display: block;
  }
  .article__doc-phrase{
    width: 100%;
  }

  .article__doc-info{
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
  }
  .article {
    padding: 0 0 40px;
  }
  .article h3 {
    font-size: 28px;
    margin-top: 35px;
  }
  .article h4 {
    font-size: 20px;
    margin-top: 20px;
  }
  .article .consult {
    margin-top: 40px;
  }
  .article p {
    font-size: 16px;
    margin-top: 20px;
  }
  .article__grid {
    padding-top: 20px;
  }
  .article__grid-part--w50 {
    width: 50%;
  }
  .article__grid-part--w50:nth-child(1) {
    padding-right: 25px;
  }
  .article__grid-part--w50:nth-child(2) {
    padding-left: 25px;
  }
  .article__grid--no-pt {
    padding-top: 0;
  }
  .article__pharmacy {
    padding-top: 25px;
  }
  .article__pharmacy-el {
    padding: 20px 10px 0;
    width: 25%;
  }
  .article__pharmacy-button {
    border-radius: 50px;
    height: 60px;
  }
  .article__prostatit-color p {
    margin-top: 0;
  }
  .article__icon-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article__icon-el {
    width: 50%;
    padding: 30px 10px 0;
  }
  .article__icon-border {
    text-align: left;
  }
  .article__icon-border p {
    margin-top: 10px;
    min-height: 1px;
  }
  ul.check li{
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 760px) {
  .article {
    padding: 0 0 30px;
  }
  .article h3 {
    font-size: 24px;
    margin-top: 25px;
  }
  .article h4 {
    font-size: 20px;
    margin-top: 25px;
  }
  .article .consult {
    margin-top: 25px;
  }
  .article p {
    font-size: 16px;
    margin-top: 15px;
  }
  .article p .large {
    font-size: 18px;
  }
  .article__grid {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article__grid-part--w33 {
    width: 100%;
  }
  .article__grid-part--w50 {
    width: 100%;
  }
  .article__grid-part--w50:nth-child(1) {
    padding-right: 0;
  }
  .article__grid-part--w50:nth-child(2) {
    padding-left: 0;
    padding-top: 20px;
  }
  .article__grid-part--pack {
    width: 100%;
    text-align: center;
  }
  .article__grid-part--pack .btn {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .article__grid-part--pack-info {
    width: 100%;
    padding: 20px 0 0;
  }
  .article__grid-part--pack-info .btn {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .article__grid-part--pack-info p:nth-child(1) {
    margin-top: 0;
  }
  .article__grid--no-pt {
    padding-top: 0;
  }
  .article__arrow {
    display: none;
  }
  .article__prostatit-stat {
    margin: 25px auto 0;
  }
  .article__prostatit-stat p {
    font-size: 16px;
    font-weight: 700;
  }
  .article__prostatit-stat--row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    margin-top: 5px;
  }
  .article__prostatit-stat--row p {
    text-align: center;
    max-width: 100%;
  }
  .article__prostatit-stat--row img {
    margin: 10px 0 0;
    max-width: 320px;
  }
  .article__prostatit-colors {
    padding-top: 10px;
  }
  .article__prostatit-color {
    width: 100%;
    max-width: 200px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px auto 0;
  }
  .article__prostatit-color span {
    width: 12px;
    min-width: 12px;
    height: 12px;
  }
  .article__prostatit-color p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
  }
  .article__antibiotik {
    padding: 15px 0;
  }
  .article .mechanism {
    padding: 30px 0 20px;
  }
  .article__doc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article__doc-info {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .article__doc-info .about {
    font-size: 13px;
    margin-top: 10px;
  }
  .article__doc-info .name {
    margin-top: 25px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .article__slider {
    padding: 0 0 25px;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .article__pharmacy {
    padding-top: 15px;
    margin: 0 -5px;
    width: calc(100% + 10px);
  }
  .article__pharmacy-el {
    padding: 10px 5px 0;
    width: 50%;
  }
  .article__pharmacy-button {
    height: auto;
    padding-bottom: 30%;
  }
  .article__icon-title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .article__icon-title-row p {
    margin-top: 0;
  }
  .article__icon-image {
    min-width: 70px;
    width: 70px;
    margin-right: 20px;
    margin-top: 0;
    display: none;
  }
  .article__icon-info .article__icon-image {
    display: inline-block;
  }
  .article__icon-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    width: 100%;
  }
  .article__icon-el {
    width: 100%;
    padding: 25px 0 0;
  }
  .article__icon-border {
    text-align: left;
  }
  .article__icon-border p {
    margin-top: 0;
    min-height: 1px;
  }
  .article__icon-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .article__icon-border-image {
    width: 70px;
    min-width: 70px;
    margin-right: 20px;
    height: 70px;
    border: 2px solid #0775b6;
  }
  .composition div p b{
    font-size: 20px;
  }
  .steps>div{
    width: 98%;
  }
  .steps>div .arr, .steps>div .arr4{
    width: 2px;
    height: 40px;
    top: calc(100% + 10px);
    left: calc( 50% - 1px);
    border: none;
    border-radius: 0;
    background: #e14177;
  }
  .steps>div .arr:after, .steps>div .arr4:after {
    content: '';
    background: url(../img/arr2.png) no-repeat 0 0;
    top: calc(100% - 3px);
    left: -5px;
    background-size: 12px 12px;
  }
  .steps>div .arr3, .steps>div .arr2{
    display: none;
  }
  .eat>div{
    width: 98%;
  }
  .result div{
    width: 98%;
  }
  .results{
    max-width: 100%;
  }


}
@media all and (max-width: 560px){
  .composition>div{
    flex-direction: column;
  }
  .composition div img{
    margin: 0 auto 20px;
    max-width: 200px;
  }
  .composition div p b{
    text-align: center;
  }
}

/* BEGIN CONSULT */
.consult {
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  position: relative;
}

.consult .politic {
  font-size: 10px;
  color: #555;
  line-height: 1.3;
  margin-top: 20px;
}

.consult .politic a {
  color: #000;
}

.consult .politic a span {
  border-bottom: 1px solid rgba(35, 73, 116, 0.7);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.consult .politic a:hover span {
  border-color: transparent;
}

.consult__body {
  background: #fff;
  padding: 25px 40px 20px;
  border-radius: 0 0 20px 20px;
}

.consult__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.consult__row .write-doc {
  margin-left: 50px;
}

.consult__row .input-container {
  margin-right: 15px;
}

.consult__row .btn {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 180px;
  width: 25%;
  margin-right: auto;
}

.consult__head {
  padding: 15px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c84875;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.consult__head img {
  width: 35px;
  min-width: 35px;
  height: 31px;
}

.consult__head p {
  margin: 0 0 0 15px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}

.consult__head .small {
  font-size: 14px;
  margin: 0 0 0 auto;
  max-width: 370px;
}

.consult .question h3 {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.consult .answers {
  padding-left: 0;
}

.consult .answer {
  margin-top: 20px;
  border-top: 1px solid #d3dbe3;
}

.consult .answer h4 {
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  margin-top: 20px;
}

.consult section {
  padding: 25px 0;
}

.consult .quest .buttons {
  padding-left: 0;
}
.overflow {
  overflow: hidden;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  overflow: auto;
  display: block;
}
.popup__hidden {
  display: none;
}
.consult__success {
  position: absolute;
  max-width: 400px;
  padding: 30px;
  width: 98%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
  text-align: left;
  z-index: 2;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.consult__success.question{
  max-width: 600px;
  top: 30px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.consult__success.cert{
  max-width: 555px;
  top: 10px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.consult__success.cert img{
  margin-top: 30px;
  max-width: 100%;
}
.consult__success.order{
  max-width: 500px;
  top: 10px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.consult__success .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.consult__success .close:after, .consult__success .close:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 24px;
  height: 1px;
  background: #636363;
  content: '';
}

.consult__success .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.consult__success h3 {
  text-transform: uppercase;
  margin: 0;
}

.consult__success p {
  font-size: 18px;
  margin-top: 15px;
  line-height: 1.5;
}
.popup .input-container{
  margin-top: 15px;
  width: 100%;
}
.popup .btn{
  margin-top: 15px;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .consult__head {
    padding: 15px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .consult__head p {
    width: calc(100% - 50px);
  }
  .consult__head .small {
    max-width: 100%;
  }
  .consult__body {
    padding: 20px;
  }
  .consult__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .consult__row .write-doc {
    margin-left: 15px;
  }
  .consult__row .input-container {
    margin-right: 10px;
  }
  .consult__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .consult__row .write-doc {
    margin-left: 15px;
  }
  .consult__row .input-container {
    margin-right: 10px;
  }

}

@media only screen and (max-width: 760px) {
  .consult p {
    margin-top: 15px;
  }
  .consult__head {
    padding: 15px;
  }
  .consult__head p {
    font-size: 16px;
    line-height: 1.1;
    margin: 0 0 0 10px;
  }
  .consult__head .small {
    max-width: 100%;
    width: 100%;
    font-size: 12px;
    margin: 10px 0 0;
  }
  .consult__body {
    padding: 15px;
  }
  .consult .question h3 {
    font-size: 16px;
    line-height: 1.5;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    background: #fff;
    padding: 5px 15px;
  }
  .consult .answer {
    margin-top: 15px;
  }
  .consult .answer h4 {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .consult__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .consult__row .write-doc {
    margin-left: 15px;
  }
  .consult__row .input-container {
    margin: 0 0 15px 0;
    width: 100%;
  }
  .consult__row .btn {
    width: calc(100% - 70px);
    max-width: 100%;
    margin-right: auto;
  }
  .consult__row .write-doc {
    margin-top: 0;
    margin-left: 10px;
  }
  .consult__row .write-doc__icon {
    margin: 0;
  }
  .consult__row .write-doc span {
    max-width: 60px;
    display: none;
  }
  .consult .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .consult section {
    padding: 15px 0;
  }
  .consult .answers-gradient {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .consult .answers-gradient .answer:nth-child(1) {
    padding-left: 15px;
  }
}

/* END CONSULT */
.p404 {
  position: relative;
  padding: 100px 0 40px;
  max-width: 2020px;
  width: 100%;
  margin: 0 auto;
}

.p404 .container {
  position: relative;
}

.p404__info {
  max-width: 520px;
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 2;
}

.p404 h2 {
  font-size: 60px;
  padding-bottom: 45px;
}

.p404 h2:after {
  display: none;
}

.p404 .btn {
  max-width: 270px;
  width: 100%;
}

.p404 p {
  margin-top: 35px;
  font-size: 18px;
}

.p404__image {
  position: static;
  width: 80%;
  height: auto;
}

@media only screen and (max-width: 992px) {
  .p404 {
    padding: 120px 0 20px;
  }
  .p404__info {
    left: 50px;
    top: -50px;
  }
  .p404 h2 {
    font-size: 50px;
    padding-bottom: 30px;
  }
  .p404 p {
    margin-top: 30px;
  }
  .p404__image {
    width: 95%;
  }
}

@media only screen and (max-width: 760px) {
  .p404 {
    padding: 25px 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p404__info {
    max-width: 100%;
    position: static;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 35px;
  }
  .p404 h2 {
    font-size: 28px;
    padding-bottom: 30px;
  }
  .p404 p {
    margin-top: 30px;
  }
  .p404__image {
    width: 90%;
    margin-left: -5%;
  }
}

.where-buy {
  padding: 50px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.where-buy .article__pharmacy {
  padding: 0;
}

.where-buy .article__pharmacy-el {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 760px) {
  .where-buy {
    padding: 10px 0 40px;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .where-buy .article__pharmacy-el {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* BEGIN TEST-PAGE */
.quest h3 {
  padding: 24px 10px;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
  background: #ffffff;
  z-index: 2;
}

.quest .buttons .btn, .quest .buttons button {
  min-width: 150px;
  margin: 0 20px 0 0;
}

.quest .buttons {
  padding: 40px 0 0 40px;
}

.answers {
  padding-left: 40px;
}

.answer h4 {
  padding: 34px 0 0;
}

.answer label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 20px 10px 0 0;
}

.answer label input {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.answer label input:checked + span {
  background: #e10858;
  color: #ffffff;
}

.answer label span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.15;
  font-family: "Montserrat", sans-serif;
  color: #e10858;
  font-weight: 400;
  border-radius: 100px;
  padding: 13px 25px;
  min-width: 80px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 1px solid #e10858;
  text-transform: uppercase;
  text-align: center;
}

.answers-gradient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 100%;
}

.answers-gradient .answer {
  padding-left: 0;
  width: 100%;
}

.answers-gradient .answer label {
  width: calc(100% - 10px);
}

.answers-gradient .answer label span {
  width: 100%;
  min-width: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.answers-unalt {
  max-width: 600px;
  width: 100%;
}

.answers-unalt .answer {
  width: 100%;
}

.answers-unalt .answer label {
  width: 100%;
}

.answers-unalt .answer label span {
  width: 100%;
}


.test-container {
  padding: 40px 50px;
}

.test-container .test-container__questions .test-container__item {
  padding-bottom: 20px;
  border-top: 1px solid #d3dbe3;
}

.test-container .test-container__questions .test-container__item:nth-child(1) {
  border-top: none;
}

.test-container .test-container__questions .test-container__item:nth-child(1) h3, .test-container .test-container__questions .test-container__item:nth-child(1) h4 {
  margin-top: 0;
}

.test-container .test-container__questions .test-container__item h3, .test-container .test-container__questions .test-container__item h4 {
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  margin-top: 20px;
  color: #0775b6;
}

.test-container__item-checkboxes label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 20px 10px 0 0;
}

.test-container__item-checkboxes label input {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.test-container__item-checkboxes label input:checked + span {
  background: #e10858;
  color: #ffffff;
}

.test-container__item-checkboxes label span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.15;
  font-family: "Montserrat", sans-serif;
  color: #e10858;
  font-weight: 400;
  border-radius: 100px;
  padding: 13px 25px;
  min-width: 80px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 1px solid #e10858;
  text-transform: uppercase;
  text-align: center;
}

.test-container__head {
  display: none;
}

.test-container__button {
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 1px solid #e10858;
  background: #e10858;
  padding: 21px 43px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
  color: #fff;
  line-height: 1.15;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  min-width: 150px;
  margin: 40px 20px 0 0;
}

.test-container__button:hover {
  background: #bb0e50;
  border-color: #bb0e50;
  color: #ffffff;
}

.test-container__button[disabled="disabled"] {
  border-color: #d1d1d1;
  background: #d1d1d1;
  pointer-events: none;
  color: #000000;
}

.test-container .questions-result .test-container__item {
  padding: 0;
}

.test-container .questions-result .test-container__item p {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding: 15px 0;
}

.questions-result-negative,
.questions-result-positive {
  display: none;
}

.questions-result-negative.is-active,
.questions-result-positive.is-active {
  display: block;
}

@media only screen and (max-width: 992px) {
  .quest h3 {
    padding: 16px 0;
  }
  .quest .buttons .btn, .quest .buttons button {
    min-width: 120px;
    margin: 0 20px 0 0;
  }
  .quest .buttons {
    padding: 24px 0 0 0;
  }
  .answers {
    padding-left: 0;
  }
  .answer h4 {
    padding: 24px 0 0;
  }
  .answer label {
    margin: 16px 10px 0 0;
  }
  .answers-gradient .answer {
    padding-left: 0;
  }
  .answers-gradient .answer label span {
    min-width: 44px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .answers-unalt {
    max-width: 480px;
  }
  .test-container {
    padding: 25px 35px;
  }
  .test-container__item-checkboxes label {
    margin: 16px 10px 0 0;
  }
  .test-container__button {
    min-width: 120px;
    margin: 24px 20px 0 0;
  }
  .test-container .questions-result .test-container__item p {
    font-size: 20px;
    font-weight: 500;
  }
}

@media only screen and (max-width: 760px) {
  .quest h3 {
    padding: 16px 10px 16px;
    margin-top: 0;
    margin-bottom: -12px;
  }
  .quest .buttons {
    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;
    padding-top: 24px;
  }
  .quest .buttons .btn, .quest .buttons button {
    min-width: 1px;
    margin: 10px 0 0;
    width: 48%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .quest .buttons {
    padding: 24px 0 0 0;
  }
  .answers {
    padding-left: 0;
  }
  .answer h4 {
    padding: 16px 0 0;
  }
  .answer label {
    margin: 16px 10px 0 0;
  }
  .answer label span {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .answers-gradient {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -20px;
    width: calc(100% + 40px);
    padding-left: 20px;
    padding-bottom: 15px;
    overflow: visible;
    overflow-x: scroll;
  }
  .answers-gradient .answer {
    padding-left: 0;
    width: auto;
  }
  .answers-gradient .answer:last-child label {
    padding-right: 20px;
  }
  .answers-gradient .answer label {
    width: 100%;
    margin: 16px 0 0;
    padding-right: 10px;
  }
  .answers-gradient .answer label span {
    min-width: 44px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .answers-unalt {
    max-width: 100%;
  }

  .test-container {
    padding: 15px;
  }
  .test-container .test-container__questions .test-container__item {
    padding-bottom: 15px;
  }
  .test-container .test-container__questions .test-container__item:nth-child(1) {
    border-top: none;
  }
  .test-container .test-container__questions .test-container__item:nth-child(1) h3, .test-container .test-container__questions .test-container__item:nth-child(1) h4 {
    margin-top: 0;
  }
  .test-container .test-container__questions .test-container__item h3, .test-container .test-container__questions .test-container__item h4 {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .test-container__item-checkboxes label {
    margin: 16px 10px 0 0;
  }
  .test-container__item-checkboxes label span {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .test-container__button {
    min-width: 120px;
    margin: 24px 20px 0 0;
  }
  .test-container .questions-result .test-container__item {
    padding: 0;
  }
  .test-container .questions-result .test-container__item p {
    margin: 0;
    font-size: 18px;
    padding: 10px 0;
  }
}

/* END TEST-PAGE */

/*# sourceMappingURL=app.css.map */

/* End */
/* /local/assets/dist/css/app.css?1643997161121103 */
