

/* Start:/local/templates/femibion/assets/css/fancybox.min.css?172976068717103*/
body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99999;
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    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;
    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;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg: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;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .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: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(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
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    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
    }
    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .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;
    box-shadow: inset 0 0 6px rgba(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, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .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)
    }
}
/* End */


/* Start:/local/templates/femibion/assets/css/nice-select.css?17277087864007*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

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

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

/* End */


/* Start:/local/templates/femibion/assets/css/datepicker.min.css?172770878615764*/
.datepicker--cells {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.datepicker--cell.-focus- {
    background: #f0f0f0
}

.datepicker--cell.-current- {
    color: #4B1271;
    font-weight: 500;
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a;
    font-weight: 500;
}

.datepicker--cell.-current-.-in-range- {
    color: #4B1271
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, .1);
    color: #4a4a4a;
    border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 0 4px 4px 0;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #4B1271
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    border: none
}

.datepicker--cell.-selected-.-focus- {
    background: #4B1271
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name {
    color: #FF9A19;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.-only-timepicker- .datepicker--content, .datepicker--body, .datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--cells-years, .datepicker--years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: 'Mont', Tahoma, sans-serif;
    font-size: 18px;
    color: #000;
    width: 300px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
    z-index: 100
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
    background: #f0f0f0
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2)
}

.datepicker--body.active {
    display: block
}

.datepicker--nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action, .datepicker--nav-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--buttons, .datepicker--time {
    border-top: 1px solid #efefef;
    padding: 4px
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: 0 0
}

.datepicker--buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.datepicker--button {
    color: #4B1271;
    cursor: pointer;
    border-radius: 4px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0
}

.datepicker--time {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
    -ms-flex: 0 1 138px;
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -webkit-flex: 0 1 153px;
    -ms-flex: 0 1 153px;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background: 0 0;
    cursor: pointer;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: 0
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #4B1271;
    border-color: #4B1271
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #4B1271;
    border-color: #4B1271
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #4B1271;
    border-color: #4B1271
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s;
    margin-top: -6px
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
    background: 0 0
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px)
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}
/* End */


/* Start:/local/templates/femibion/assets/css/swiper-bundle.min.css?172770878616120*/
@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.swiper-button-prev {
    background: url(/local/templates/femibion/assets/css/../img/portfolio/arrow-left.svg) center no-repeat
}

.swiper-button-next {
    background: url(/local/templates/femibion/assets/css/../img/portfolio/arrow-right.svg) center no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -20px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -20px;
    left: auto
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(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%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .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: flex;
    justify-content: 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%;
    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;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    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
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
/* End */


/* Start:/local/templates/femibion/assets/fonts/firasans/stylesheet.css?17277087862816*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on July 4, 2017 1:07 PM */

@font-face {
	font-family: 'Fira Sans';
	src: url('/local/templates/femibion/assets/fonts/firasans/FiraSans-Italic.eot');
	src: local('Fira Sans Italic'), local('FiraSans-Italic'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSans-Italic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSans-Italic.woff') format('woff'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSans-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Fira Sans';
	src: url('/local/templates/femibion/assets/fonts/firasans/FiraSans-Bold.eot');
	src: local('Fira Sans Bold'), local('FiraSans-Bold'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSans-Bold.woff') format('woff'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Fira Sans';
	src: url('/local/templates/femibion/assets/fonts/firasans/FiraSansMedium-Italic.eot');
	src: local('Fira Sans Medium Italic'), local('FiraSansMedium-Italic'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSansMedium-Italic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSansMedium-Italic.woff') format('woff'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSansMedium-Italic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Fira Sans';
	src: url('/local/templates/femibion/assets/fonts/firasans/FiraSansLight.eot');
	src: local('Fira Sans Light'), local('FiraSansLight'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSansLight.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSansLight.woff') format('woff'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSansLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Fira Sans';
	src: url('/local/templates/femibion/assets/fonts/firasans/FiraSans.eot');
	src: local('Fira Sans'), local('FiraSans'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSans.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSans.woff') format('woff'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Fira Sans';
	src: url('/local/templates/femibion/assets/fonts/firasans/FiraSansMedium.eot');
	src: local('Fira Sans Medium'), local('FiraSansMedium'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSansMedium.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSansMedium.woff') format('woff'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSansMedium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Fira Sans';
	src: url('/local/templates/femibion/assets/fonts/firasans/FiraSansLight-Italic.eot');
	src: local('Fira Sans Light Italic'), local('FiraSansLight-Italic'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSansLight-Italic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSansLight-Italic.woff') format('woff'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSansLight-Italic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Fira Sans';
	src: url('/local/templates/femibion/assets/fonts/firasans/FiraSans-BoldItalic.eot');
	src: local('Fira Sans Bold Italic'), local('FiraSans-BoldItalic'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSans-BoldItalic.woff') format('woff'),
		url('/local/templates/femibion/assets/fonts/firasans/FiraSans-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

/* End */


/* Start:/local/templates/femibion/assets/fonts/mont/stylesheet.css?17277087866576*/
@font-face {
    font-family: 'Mont';
    src: url('/local/templates/femibion/assets/fonts/mont/Mont-Black.eot');
    src: local('Mont Black'), local('Mont-Black'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Black.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Black.woff2') format('woff2'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Black.woff') format('woff'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('/local/templates/femibion/assets/fonts/mont/Mont-ThinItalic.eot');
    src: local('Mont Thin Italic'), local('Mont-ThinItalic'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-ThinItalic.woff2') format('woff2'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-ThinItalic.woff') format('woff'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Mont';
    src: url('/local/templates/femibion/assets/fonts/mont/Mont-ExtraLight.eot');
    src: local('Mont ExtraLight'), local('Mont-ExtraLight'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-ExtraLight.woff2') format('woff2'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-ExtraLight.woff') format('woff'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('/local/templates/femibion/assets/fonts/mont/Mont-Bold.eot');
    src: local('Mont Bold'), local('Mont-Bold'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Bold.woff2') format('woff2'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Bold.woff') format('woff'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('/local/templates/femibion/assets/fonts/mont/Mont-HeavyItalic.eot');
    src: local('Mont Heavy Italic'), local('Mont-HeavyItalic'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-HeavyItalic.woff2') format('woff2'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-HeavyItalic.woff') format('woff'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-HeavyItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Mont';
    src: url('/local/templates/femibion/assets/fonts/mont/Mont-BlackItalic.eot');
    src: local('Mont Black Italic'), local('Mont-BlackItalic'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-BlackItalic.woff2') format('woff2'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-BlackItalic.woff') format('woff'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Mont';
    src: url('/local/templates/femibion/assets/fonts/mont/Mont-ExtraLightItalic.eot');
    src: local('Mont ExtraLight Italic'), local('Mont-ExtraLightItalic'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-ExtraLightItalic.woff2') format('woff2'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-ExtraLightItalic.woff') format('woff'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Mont';
    src: url('/local/templates/femibion/assets/fonts/mont/Mont-Heavy.eot');
    src: local('Mont Heavy'), local('Mont-Heavy'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Heavy.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Heavy.woff2') format('woff2'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Heavy.woff') format('woff'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('/local/templates/femibion/assets/fonts/mont/Mont-SemiBold.eot');
    src: local('Mont SemiBold'), local('Mont-SemiBold'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-SemiBold.woff2') format('woff2'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-SemiBold.woff') format('woff'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('/local/templates/femibion/assets/fonts/mont/Mont-RegularItalic.eot');
    src: local('Mont Regular Italic'), local('Mont-RegularItalic'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-RegularItalic.woff2') format('woff2'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-RegularItalic.woff') format('woff'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Mont';
    src: url('/local/templates/femibion/assets/fonts/mont/Mont-BoldItalic.eot');
    src: local('Mont Bold Italic'), local('Mont-BoldItalic'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-BoldItalic.woff2') format('woff2'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-BoldItalic.woff') format('woff'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Mont';
    src: url('/local/templates/femibion/assets/fonts/mont/Mont-SemiBoldItalic.eot');
    src: local('Mont SemiBold Italic'), local('Mont-SemiBoldItalic'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-SemiBoldItalic.woff2') format('woff2'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-SemiBoldItalic.woff') format('woff'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Mont';
    src: url('/local/templates/femibion/assets/fonts/mont/Mont-LightItalic.eot');
    src: local('Mont Light Italic'), local('Mont-LightItalic'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-LightItalic.woff2') format('woff2'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-LightItalic.woff') format('woff'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Mont';
    src: url('/local/templates/femibion/assets/fonts/mont/Mont-Thin.eot');
    src: local('Mont Thin'), local('Mont-Thin'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Thin.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Thin.woff2') format('woff2'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Thin.woff') format('woff'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('/local/templates/femibion/assets/fonts/mont/Mont-Regular.eot');
    src: local('Mont Regular'), local('Mont-Regular'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Regular.woff2') format('woff2'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Regular.woff') format('woff'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('/local/templates/femibion/assets/fonts/mont/Mont-Light.eot');
    src: local('Mont Light'), local('Mont-Light'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Light.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Light.woff2') format('woff2'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Light.woff') format('woff'),
        url('/local/templates/femibion/assets/fonts/mont/Mont-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


/* End */


/* Start:/local/templates/femibion/assets/css/main.css?173813921142755*/
.tablebodytext {
    display: none !important;
}

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

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Asap';
}

.wrapper {
 /*    min-height: 100%; */
    display: flex;
    flex-direction: column;
     overflow: hidden;
}

.main {
    flex-grow: 1;
}

.container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 15px;
}


.footer {
    background: #422873;
}

.footer-top {
    padding: 45px 0 35px;
}

.footer-top__wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-top__logo {
    display: block;
    text-decoration: none;
    width: 100%;
    max-width: 365px;
    max-width: 315px;
}

.footer-top__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.footer-top__content {
    display: flex;
    flex-direction: column;
    padding-bottom: 35px;
}

.footer-top__nav {
    display: flex;
    align-items: center;
    padding: 35px 0 75px;
}

.footer-top__nav a {
    text-decoration: none;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin: 0 35px 0 0;
}

.footer-top__text {
    max-width: 455px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-top__slogan {
    text-align: center;
    font-weight: 400;
    font-size: 70px;
    line-height: 70px;
    font-family: "Fira Sans";
    color: rgba(255, 255, 255, 0.1);
}

.footer-bottom {
    padding: 25px 0 60px;
    background: #2A174E;
}

.footer-bottom__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Fira Sans';
    font-weight: 400;
}


.thanks_block {
    border-radius: 20px;
    padding: 60px 0px 60px 80px;
    background: #f5f3f4;
    max-width: 1203px;
    margin: 40px auto;
}

.thanks {
    padding: 60px 0px;
}

.thanks-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
}

.thanks-wrapper_img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 535px;
}

.thanks-text {
    width: 100%;
    max-width: 585px;
    margin-right: 100px;
}

.thanks-text__title {
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 600;
    font-size: 44px;
    line-height: 50px;
    color: #4B1271;
    margin-bottom: 35px;
}

.thanks-text__description {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 20px;
}



.where-buy__btn {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFB71B;
    border-radius: 20px;
    width: 200px;
    height: 65px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}

.bl1_mobile {
    display: none;
}

.bl2_mobile {
    display: none;
}

.bl3_mobile {
    display: none;
}

.bl4_mobile {
    display: none;
}

.main-block {
    background: #E6CFE8;
    padding: 50px 0 65px;
    height: 745px;
    background-image: url('/local/templates/femibion/assets/css/../img/main-bg.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.header {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px 0 20px 0;
    z-index: 99999;
}


.header__before.opacity-active::before {
    opacity: 1; 
}

.header__before_color a {
    transition: color 0.3s; /* Плавный переход цвета ссылок */
}

.header__before_color.opacity-active .header__link {
    color: #4B1271 !important; /* Цвет ссылок при скролле */
}

.header__before::before {
    position: absolute;
    content: "";
    top:0;
    right: 0;
    bottom: 0;
    left: -600px;
    width: 200%;
    height: 100%;
    background: rgba(248, 217, 248, 0.8);
    opacity: 0;
    transition: 0.4s;
}

.header-logo {
    position: relative;
    display: block;
    height: 52px;
    margin-right: 50px;
    z-index: 9999;
}

.header-logo img {
    display: block;
    height: 100%;
    width: auto;
}

.header nav {
    display: flex;
    align-items: center;
}

.header nav a {
    text-decoration: none;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #4B1271;
    margin-right: 30px;
}

.where_buy {
    display: flex;
    align-items: center;
    font-family: "Fira Sans", sans-serif;
    border-radius: 20px;
    padding: 8px 32px 8px 40px;
    width: 212px;
    background: #ffb71b;
    font-weight: 500;
    font-size: 20px;
    line-height: 90%;
    color: #fff !important;
    text-decoration: none;
    text-wrap: nowrap;
    transition: .3s;
}

.where_buy_absolut {
    position: absolute;
    right: -466px;
}

.where_buy__mobile {
    display: none;
    left: 130px;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 112%;
    color: #fff;
    border-radius: 15px;
    padding: 6px 30px;
    width: 148px;
}

.where_buy img {
    margin-left: 8px;
}

.where_buy:hover {
    background: #ffae00;
    transition: .3s;

}

.img__mobile {
    display: none;
}

.header-middle {
    margin-top: 105px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.header-middle__content {
    max-width: 485px;
    padding-top: 45px;
}

.header-middle__title {
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 700;
    font-size: 54px;
    line-height: 62px;
    margin-bottom: 20px;
    color: #4B1271;
}

.header-middle__subtitle {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 118.3%;
    margin-bottom: 25px;
    color: #000000;
}

.header-middle__start {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 312px;
    height: 65px;
    background: #C16AC1;
    border-radius: 20px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;

    color: #FFFFFF;
}

.header-mosaic {
    width: 545px;
    height: 480px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
}

.header-mosaic__item {
    text-decoration: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.448) 100%);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header-mosaic__item img {
    height: 86px;
    margin-bottom: 10px;
}

.header-mosaic__item span {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;

    color: #000000;
}

.header-mosaic__item:nth-child(1) {
    margin: 25px 25px 0 0;
}

.header-mosaic__item:nth-child(4) {
    margin: 0px 100px 0 0;
}

.header-mosaic__item:nth-child(3) {
    margin: 25px 25px 0 0;
}

.about {
    padding: 150px 0px;
}

.about-wrapper {
    display: flex;
}

.about-mosaic {
    display: flex;
    gap: 20px;
    flex-direction: column;
    flex-wrap: wrap;
    height: 640px;
    margin-right: 40px;
    width: 555px;
}

.about-mosaic__one {
    height: 640px;

}

.about-mosaic__one img {
    display: block;
    width: auto;
    height: 100%;
}

.about-mosaic__two {
    width: 224px;
    position: relative;
}

.about-mosaic__two img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.about-mosaic__label {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 2;
    color: #ffffff;
    width: calc(100% - 50px);
}

.about-mosaic__label img {
    width: 37px;
    position: absolute;
    right: 0px;
    top: 75px;
}

.about-mosaic__label h5 {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 130px;
    margin-bottom: 15px;
}

.about-mosaic__label span {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.about-mosaic__three {
    width: 224px;
}

.about-mosaic__three img {
    display: block;
    width: 100%;
    height: auto;
}

.about-logo {
    height: 75px;
    margin-bottom: 10px;
}

.about-title {
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 600;
    font-size: 34px;
    line-height: 39px;
    color: #FFB71B;
    margin-bottom: 28px;
}

.about-title span {
    color: #4B1271;
}

.about-content {
    width: calc(100% - 640px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.about-content p {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px;
    color: #000000;
}

.about-content h5 {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
    margin: 0 0 15px;
    color: #000000;
}

.about-btn {
    text-decoration: none;
    display: flex;
    width: 310px;
    height: 65px;
    background: #c16ac1;
    ;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}

.hidden {
    display: none;
}

.btn__show {
    font-family: 'Fira Sans';
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 112%;
    text-wrap: nowrap;
    color: #fff;
    border-radius: 20px;
    padding: 23px 73px 23px 73px;
    width: 310px;
    height: 56px;
    background: #c16ac1;
    margin: 80px 0;
    border: none;
    cursor: pointer;
}

.helper {
    padding: 100px 0px;
    /*  background-image: url('/local/templates/femibion/assets/css/../img/helper.png');
    background-size: cover; */
    box-shadow: 0 -25px 123px 0 rgba(188, 176, 197, 0.27);
    background: #f0e2f1;
    ;
    box-shadow: 0px -25px 123px rgba(188, 176, 197, 0.27);
}

.helper-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.helper-grid__main {
    background: #FFFFFF;
    height: 495px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    padding: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.helper-grid__main-title {
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 700;
    font-size: 34px;
    line-height: 39px;
    margin-bottom: 20px;
    color: #4B1271;
}

.helper-grid__main-text {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #000000;
}

.helper-grid__second {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.helper-grid__second-item {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.224) 100%);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.helper-second-logo {
    height: 62.3px;
    display: block;
    width: auto;
}

.helper-grid__second-title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin: 5px 0 20px;
    color: #000000;
}

.helper-grid__second-level {
    cursor: pointer;
    background: #F8D9F8;
    border-radius: 20px;
    width: 185px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #600760;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Fira Sans';
    margin-bottom: 5px;
}

.chat-bot {
    padding: 50px 0px;
    background-image: url("/local/templates/femibion/assets/css/../img/chat-bot-bg.png");
    background-size: cover;
    background-position: center;
}

.chat-bot__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.chat-bot__text {}

.chat-bot__text h5 {
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 600;
    font-size: 34px;
    line-height: 39px;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.chat-bot__text span {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.chat-bot__btn {
    text-decoration: none;
    display: flex;
    width: 310px;
    height: 65px;
    background: #FFB71B;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}

.chat-bot__logo {
    height: 52px;
}

.download {
    padding: 0px 0px;
    background-image: url("/local/templates/femibion/assets/css/../img/download-bg.png");
}

.download-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 435px;
}

.download-wrapper>img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 650px;
    max-width: 405px;
}

.download-content {
    max-width: 570px;
}

.download-content h5 {
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 600;
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 40px;
    color: #4B1271;
}

.download-content h5 span {
    color: #FFB71B;
}

.download-btn {
    text-decoration: none;
    display: flex;
    width: 310px;
    height: 65px;
    background: #D8A7D8;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}

.download-btn svg {
    margin-left: 18px;
    width: 18px;
}


.quiz {
    display: none;
    width: 100%;
    background: #760F76;
    color: #ffffff;
    max-width: 1320px;
}

.quiz-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.quiz-header__label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: rgba(193, 106, 193, 0.35);
    border-radius: 20px;
    width: 125px;
    height: 35px;
    margin: 0 10px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;

    color: #FFFFFF;
}

.quiz-header__label.active {
    background: #C16AC1;
}

.quiz-wrapper {}

.quiz-item {
    display: none;
}

.quiz-item.active {
    display: block;
}

.quiz-item__title {
    max-width: 665px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 50px;
    color: #FFFFFF;
}

.quiz-item__list {
    max-width: 850px;
    margin: 0 auto 50px;

}

.quiz-item__list label {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.quiz-item__list span {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.quiz-item__list input[type="radio"] {
    margin-right: 32px;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    background: transparent;
    border: #ffffff 1px solid;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.quiz-item__list input[type="radio"]:checked {
    background: #ffffff;
}

.quiz-item__btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz-item__btn a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 183, 27, 0.2);
    border-radius: 20px;
    width: 235px;
    height: 50px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}

.quiz-item__btn a.active {
    background: #FFB71B;
}


.articles {
    padding: 40px 0 100px;
}

.articles-container {
    display: flex;
    margin-bottom: 40px;
}


.articles-container__border {
    width: 50px;
    min-width: 50px;
    position: relative;
    overflow: hidden;
}

.articles-container__border img {
    display: block;
    width: auto;
    height: 103px;
    position: relative;
    z-index: 1;
}

.articles-container__border span {
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 130px;
    margin-left: -1px;
}

.articles-container:nth-child(3) .articles-container__border img {
    height: 114px;
}

.articles-container__content {
    padding: 180px 0 0 15px;
}

.articles-container__title {
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 500;
    font-size: 34px;
    line-height: 39px;
    margin-bottom: 40px;
    color: #000000;
}

.articles-container__info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.articles-container__info p {
    width: 48%;
    font-family: 'Mont';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
    color: #000000;
}


.articles-bot {
    padding: 30px;
    width: 460px;
    border: 1px dashed #C16AC1;
    border-radius: 20px;
    font-family: 'Mont';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    color: #C16AC1;
    margin-top: 25px;
}

.articles-bot a {
    position: absolute;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 55px;
    background: #C16AC1;
    border-radius: 20px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    top: 0;
    left: 0;
    transform: translate(-70%, -70%);
}

.articles-container__tab {
    display: none;
    flex-wrap: wrap;
    gap: 46px;
}

.articles-container__tab.active {
    display: flex;
}

.article-item {
    border-radius: 20px;
    width: 255px;
    /*height: 300px;*/
    position: relative;
}

.article-item_new {
    display: flex;
    flex-direction: column;
    background-color: #FFEF9E;
}

.article-item__inner {
    background: linear-gradient(0deg, #F0F0F0, #F0F0F0);
    border-radius: 20px;
    position: relative;
    margin-left: -5px;
    width: 255px;
    /*height: 300px;*/
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
}

.article-item__inner_new {
   text-decoration: none;
    position: relative;
    margin-left: -5px;
    width: 255px;
    /*height: 300px;*/
    height: 100%;
    z-index: 9;
}

.article-item__inner_new::before {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #F0F0F0, #F0F0F0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150%;
    border-radius: 20px;
    z-index: -1;
}

.article-item:nth-child(2n) .article-item__inner {
    background: linear-gradient(0deg, #F4EEEC, #F4EEEC);
}

.article-item__head {
    padding: 20px 20px 25px;
    display: flex;
    flex-direction: column;
        height: inherit;
}

.article-item__title {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 107.3%;
    text-decoration: none;
    color: #000000;
    display: block;
    margin-bottom: 20px;
}

.article-item__more {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: 'Mont';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 107.3%;
    color: #000000;
}

.article-item__more svg {
    margin-left: 15px;
}

.article-item__img {
    display: block;
    width: 100%;
    height: 155px;
    z-index: 9;
}

.article-item__img img {
    display: block;
    width: 100%;
    border-radius: 20px;
    height: 155px;
}

.article-item__img_new img {
    margin-left: -5px;
}

.articles-container__tabers {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 10px;
}

.articles-container__tabers a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    height: 30px;
    width: 105px;
    border-radius: 10px;
}

.pink-tabers a:nth-child(1) {
    border: 1px solid #F9B9F9;
    color: #F9B9F9;
}

.pink-tabers a:nth-child(2) {
    border: 1px solid #CC41CC;
    color: #CC41CC;
}

.pink-tabers a:nth-child(3) {
    border: 1px solid #600760;
    color: #600760;
}

.pink-tabers a.active,
.pink-tabers a:hover {
    background: #F8D9F8;
    color: #000000;
}

.yellow-tabbers a:nth-child(1) {
    border: 1px solid #FFEF9E;
    color: #FFEF9E;
}

.yellow-tabbers a:nth-child(2) {
    border: 1px solid #FFB71B;
    color: #FFB71B;
}

.yellow-tabbers a:nth-child(3) {
    border: 1px solid #EE6501;
    color: #EE6501;
}

.yellow-tabbers a.active,
.yellow-tabbers a:hover {
    background: #FFEF9E;
    color: #896627;
}


.rose-tabbers a:nth-child(1) {
    border: 1px solid #FFBECE;
    color: #FFBECE;
}

.rose-tabbers a:nth-child(2) {
    border: 1px solid #F64A74;
    color: #F64A74;
}

.rose-tabbers a:nth-child(3) {
    border: 1px solid #AC052D;
    color: #AC052D;
}

.rose-tabbers a.active,
.rose-tabbers a:hover {
    background: #FFBECE;
    color: #AC052D;
}

.green-tabbers a:nth-child(1) {
    border: 1px solid #ACEBE8;
    color: #ACEBE8;
}

.green-tabbers a:nth-child(2) {
    border: 1px solid #00BBB4;
    color: #00BBB4;
}

.green-tabbers a:nth-child(3) {
    border: 1px solid #00827D;
    color: #00827D;
}

.green-tabbers a.active,
.green-tabbers a:hover {
    background: #ACEBE8;
    color: #50A9A6;
}

.second-main {
    background: none !important;
    height: 145px;
}

.second-page {}

.second-page__title {
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 600;
    font-size: 34px;
    line-height: 39px;
    color: #4B1271;
    margin: 0 0 35px;
}

.product-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.product-row__text {
    width: 50%;
}

.product-row__text h2 {
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
    color: #4B1271;
}

.product-row__text h4 {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 20px;
}

.product-row__text p {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    color: #000000;
}

.product-row__text ul {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    color: #000000;
    margin-left: 25px;
}

.product-row__text ul li {
    margin-bottom: 10px;
}

.product-row__text .where-buy__btn {
    margin-top: 15px;
}

.product-row__img {
    width: 50%;
    text-align: center;
}

.product-row__img img {
    display: inline-block;
    max-width: 330px;
    width: 100%;
}


.quiz.finish {
    background-color: #C16AC1;
}

.quiz.finish .quiz-header__label,
.quiz.finish .quiz-wrapper {
    display: none;
}

.quiz .quiz-finish {
    display: none;
}

.quiz.finish .quiz-finish {
    display: block;
}

.quiz-finish h2 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 50px;
    color: #FFFFFF;
}

.quiz-finish p {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.quiz-finish__btn {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFB71B;
    border-radius: 20px;
    width: 235px;
    height: 50px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0 auto 50px;
}


.mobile-menu__btn,
.mobile-menu {
    display: none;
}

.where-buy__map {
    width: 100%;
    min-height: 500px;
    height: 600px;
    margin-bottom: 50px;
}

.where-buy__map iframe {
    width: 100%;
    height: 100%;
    border: #EEEEEE 1px solid;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.where-buy__subtitle {
    margin-bottom: 30px;
    font-family: 'Mont';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.quiz-header__back {
    display: none;
    align-items: center;
    text-decoration: none;
    position: absolute;
    left: -20px;
}

.quiz-header__back span {
    margin-left: 10px;
    font-family: 'Mont';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 107.3%;
    /* identical to box height, or 15px */
    color: #FFFFFF;
}

.quiz-header {
    position: relative;
}

.footer-disclaimer {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 20px 0;
    text-align: center;
    font-weight: 300;
    font-size: 70px;
    line-height: 70px;
    font-family: "Fira Sans";
    color: rgb(70, 39, 119);
    background-color: rgba(234, 231, 240, .8);
    z-index: 10;
}

.test-label {
    display: none;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: auto;
    z-index: 10;
}

.test-label svg {
    width: 100%;
}

.test-label2 {
    display: none;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: auto;
    z-index: 10;
}

.test-label2 svg {
    width: 100%;
}

.diary {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    padding: 120px 0px 140px;
}

.diary-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    overflow: hidden;
}

.diary-bg img {
    display: block;
    width: 100%;
    height: auto;
}

.diary .container {
    position: relative;
    z-index: 2;
}

.diary>img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: block;
    z-index: 1;
}

.diary-wrapper {
    display: flex;
    align-items: center;
}

.diary-text {
    width: 100%;
    max-width: 600px;
    margin-right: 35px;
}

.diary-text__title {
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 600;
    font-size: 34px;
    line-height: 39px;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.diary-text__description {
    margin-bottom: 20px;
    font-family: 'Mont';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.diary-text .where-buy__btn {
    width: 250px;
}

.diary-wrapper img {
    display: block;
    width: 100%;
    max-width: 557px;
}


.chatBot {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 720px;
    height: 444px;
    border-radius: 20px 20px 0 20px;
    background-image: url("/local/templates/femibion/assets/css/../img/chatbot-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 20;
    display: none;
}

.chatBot._show {
    display: block;
}

.chatBot-woman {
    position: absolute;
    bottom: 0;
    right: 0px;
    display: block;
    height: 100%;
    z-index: 1;
}

.chatBot-text {
    position: relative;
    padding: 55px 0px 55px 40px;
    z-index: 2;
    max-width: 420px;
}

.chatBot-text__title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.chatBox-text__subtitle {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 20px;
    max-width: 295px;
}

.chatBot-text__buttons {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.chatBot-text__buttons a {
    display: block;
    text-decoration: none;
    transition: transform .3s ease;
}

.chatBot-text__buttons a:nth-child(1) {
    margin-right: 20px;
}

.chatBot-text__buttons a:hover {
    transform: scale(1.05);
}

.chatBot-text__buttons a img {
    display: block;
    width: 91px;
}

.chatBot-text__after {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}

.chatBot-close {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    width: 30px;
    height: 30px;
    opacity: .65;
    transition: all .3s ease;
}

.chatBot-close:hover {
    opacity: 1;
    transform: rotate(90deg);
}

.article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.article-left {
    width: 50%;
}

.article-title {
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 600;
    font-size: 34px;
    line-height: 39px;
    margin-bottom: 30px;
    color: #4B1271;
}

.article-right {
    width: 50%;
    padding-left: 40px;
}

.article-preview {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 30px;
}

.article-img {
    margin-bottom: 30px;
}

.article-img img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.article-text {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
}

.article-text p {
    margin-bottom: 15px;
}

.article-text strong {
    font-weight: 600;
}

.article-text ol,
.article-text ul {
    margin-left: 15px;
}

.article-text ol li,
.article-text ul li {
    margin-bottom: 15px;
}

.article-text ol {
    counter-reset: item;
    margin-left: 0;
}

.article-text ol li {
    display: block;
}

.article-text ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: bold;
}


.article-footnote {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.3);
    margin-top: 20px;
}

.article-footnote a {
    color: rgba(0, 0, 0, 0.3);
}

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

.article-navs__prev {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C16AC1;
    border-radius: 20px;
    width: 265px;
    height: 65px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #C16AC1;
    font-family: "Fira Sans";
    text-decoration: none;
}

.article-navs__next {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C16AC1;
    background-color: #C16AC1;
    border-radius: 20px;
    width: 265px;
    height: 65px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-family: "Fira Sans";
    text-decoration: none;
}

.article-breadcrumbs {
    margin-bottom: 25px;
    font-family: 'Mont';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;

    color: rgba(0, 0, 0, 0.5);
}

.article-breadcrumbs a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}

.article-breadcrumbs a:hover {
    color: #4B1271;
}

#quiz-finish-text {
    max-width: 500px;
    display: block;
    margin: 0 auto 30px;
}

.about-main_img {
    margin-bottom: 40px;
}

.about-main_img a {
    display: block;
    max-width: 375px;
    width: 100%;
}

.about-main_img a img {
    display: block;
    width: 100%;
    height: auto;
}

.article-detail img {
    display: block;
    width: 100%;
}

.calendar-fert {}

.calendar-fert form {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.calendar-fert__col {
    width: 265px;
}

.calendar-fert__col label {
    display: block;
    font-family: 'Fira Sans';
    font-weight: bold;
    font-size: 20px;
    color: #4B1271;
    margin-bottom: 15px;
}

.calendar-fert__col input {
    outline: none;
    font-family: "Mont";
    width: 100%;
    padding: 10px 15px;
    border-radius: 10px;
    border: #000 1px solid;
    font-size: 20px;
    min-height: 50px;
}

.nice-select {
    outline: none;
    font-family: "Mont";
    width: 100%;
    padding: 0px 15px;
    border-radius: 10px;
    border: #000 1px solid !important;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
}

.nice-select .list {
    width: 100%;
    margin-left: 0px;
    max-height: 350px;
    overflow-y: auto;
}

.nice-select .option {
    font-size: 20px;
}

.calendar-fert__btn {
    border: none;
    text-decoration: none;
    display: flex;
    width: 310px;
    height: 65px;
    background: #FFB71B;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.calendar-input-row {
    position: relative;
}

.calendar-input-row::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background-image: url("/local/templates/femibion/assets/css/../svg/calendar-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.calendar-pop {
    display: none;
    width: 100%;
    max-width: 700px;
    overflow: visible !important;
}

.calendar-pop .popup__title {
    text-align: center;
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 600;
    font-size: 34px;
    line-height: 39px;
    color: #4B1271;
    margin: 0 0 35px;
}

.calendar-pop .calendar-item:nth-child(1),
.calendar-pop .calendar-item:nth-child(3) {
    display: none;
}

.calendar-pop .calendar-item {
    width: 100%;
    font-family: 'Mont';
    margin: 0px;
}

.calendar-pop .calendar-head {
    color: #ffffff;
    background-color: #7d67a0;
    padding: 10px !important;
    font-size: 18px !important;
}

.calendar-pop .calendar-item th {
    font-size: 16px;
    padding: 10px;
    color: #ffffff !important;
    background-color: #7d67a0;
    border: 1px solid #7d67a0;
}

.calendar-pop .calendar-item td {
    background-color: #f1e8ff;
    color: #393939 !important;
    font-size: 16px;
    text-align: left;
    padding: 15px;
}

.calendar-pop .calendar-item td.next-month {
    opacity: .8;
}

.calendar-pop .calendar-item td.calendar__menstruation {
    background-color: #f8f4ff !important;
    background-image: url('/local/templates/femibion/assets/css/../img/menstruation-icon.png');
    background-repeat: no-repeat;
    background-position: 75% 50%;
    background-size: 25px;
}

.calendar-pop .calendar-item td.calendar__urine-test {
    background-color: #f8f4ff !important;
    background-image: url('/local/templates/femibion/assets/css/../img/urine-test-icon.png');
    background-repeat: no-repeat;
    background-position: 75% 50%;
    background-size: 25px;
}

.calendar-pop .calendar-item td.calendar__ovulation {
    background-color: #a0dc8b !important;
    background-image: url('/local/templates/femibion/assets/css/../img/ovulation-icon.png');
    background-repeat: no-repeat;
    background-position: 75% 50%;
    background-size: 25px;
}

.calendar-pop .calendar-item td.calendar__very-fertility {
    background-color: #a0dc8b !important;
    background-repeat: no-repeat;
    background-position: 75% 50%;
    background-size: 25px;
}

.calendar-pop .calendar-item td.calendar__fertility {
    background-color: #bff1ae !important;
    background-repeat: no-repeat;
    background-position: 75% 50%;
    background-size: 25px;
}

.calendar-pop .calendar-item td.calendar__implantation {
    background-color: #f8f4ff !important;
    background-image: url('/local/templates/femibion/assets/css/../img/implantation-icon.png');
    background-repeat: no-repeat;
    background-position: 75% 50%;
    background-size: 25px;
}

.calendar-popup__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 1rem;
}


.buy {
    padding: 100px 0px;
    box-shadow: 0 -25px 123px 0 rgba(188, 176, 197, 0.27);
    background: #f0e2f1;
}


.buy__where {
    padding: 100px 0px;
}

.buy__list {
    list-style: none;
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;

    gap: 28px;
    max-width: 1220px;
}

.buy__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #fff;
    max-width: 276px;
    width: 100%;
    min-height: 114px;
    transform: scale(1);
    transition: .3s;
}



.buy__item.visible {
    display: flex;
}

.buy__item_btn {
    display:flex;
}

.buy__link::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.buy__item:hover {
    transform: scale(1.03);
    transition: .3s;
}

.buy__item_btn {
    background: #c16ac1;
}

.buy__link_btn {
    display: flex;
    align-items: center;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 90%;
    color: #fff;
    text-decoration: none;
}

.buy__link_btn svg {
    margin-left: 16px;
}

.buy__link_btn_mobile {
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 90%;
    color: #fff;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    padding: 16px;
    border-radius: 16px;
    background: #c16ac1;
    margin-top: 40px;
    display: none;
}


@media only screen and (min-width: 768px) {
    .calendar-popup__list {
        align-items: flex-start;
        align-content: center;
        height: 155px;
    }
}

.calendar-popup__item {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    line-height: 1.4375;
    font-weight: 300;
    margin-top: 2rem;
    font-family: "Mont";
}

@media only screen and (min-width: 768px) {
    .calendar-popup__item {
        width: 200px;
        /*width: 200px;
        pading-right: 20px;*/
    }
}

.calendar-popup__item::before {
    display: inline-block;
    border-radius: 100%;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.calendar-popup__item--very-fertility::before {
    background-color: #a0dc8b;
}

.calendar-popup__item--fertility::before {
    background-color: #bff1ae;
}

.calendar-popup__item--menstruation::before {
    background-image: url(/local/templates/femibion/assets/css/../img/menstruation-icon.png);
}

.calendar-popup__item--ovulation::before {
    background-image: url(/local/templates/femibion/assets/css/../img/ovulation-icon.png);
}

.calendar-popup__item--urine-test::before {
    background-image: url(/local/templates/femibion/assets/css/../img/urine-test-icon.png);
}

.calendar-popup__item--implantation::before {
    background-image: url(/local/templates/femibion/assets/css/../img/implantation-icon.png);
}

.calendar-popup {
    top: auto !important;
    bottom: 50px !important;
    padding: 0px !important;
}

.calendar-popup .hint_body {
    padding: 15px;
}

.calendar-popup .hint_head {
    padding: 15px;
    color: #ffffff;
    background-color: #7d67a0;
    font-weight: bold;
}

.calendar-popup:before {
    transform: rotate(180deg);
    bottom: -17px !important;
}

.btn__up {
    position: fixed;
    bottom: 60px;
    right: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 99999;
}

@media (max-width: 767px) {
    .calendar-pop {
        padding: 10px 10px 10px 5px !important;
    }

    .calendar-pop .calendar-item td {
        padding: 10px;
        font-size: 14px;
        background-size: 17px !important;
        background-position: 85% 50% !important;
    }

    .where_buy__mobile {
        display: flex;
    }

    .img__block_thanks {
        display: none;
    }

    .img__mobile {
        display: block;
    }
}

@media (max-width: 567px) {

    .header {
        top: 0;
        width: 87%;
        padding: 20px 0 0px 0;  
    }

    .header__before::before {
        left: -200px;
    }

    .articles-container__tabs {
        overflow-y: hidden;
        max-width: 375px;
    }

    .bl1,
    .bl2,
    .bl3,
    .bl4 {
        display: none;
    }


    .bl1_mobile,
    .bl2_mobile,
    .bl3_mobile,
    .bl4_mobile {
        display: block;
    }

    .btn__show {
        display: none;
    }

    .articles-container__tab_new {
        flex-wrap: wrap !important;
    }

    .articles-container__tab {
        flex-wrap: nowrap;
    }

    .article-item__inner_new {
        width: 100%;
    }

    .thanks_block {
        padding: 18px 0px;
    }

    .where_buy__mobile_thanks {
        width: 100%;
        max-width: 324px;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }

    .where_buy img {
        max-width: 20px;
    }


    .buy__list {
        gap: 20px 8px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .buy__item_mobile {
        display: none !important;
    }

    .buy__item {
        max-width: 175px;
        min-height: 48px;
    }

    .buy__link_btn_mobile {
        display: flex;
    }

    .btn__up {
        width: 50px;
        height: 50px;
        right: 20px;
    }
    .btn__up img {
        max-width: 100%;
    }
}
/* End */


/* Start:/local/templates/femibion/assets/css/calendar.css?17277087861549*/
.calendar-item {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 0 16px 20px;
    font: 14px/1.2 Arial, sans-serif;
}
.calendar-head {
    text-align: center;
    padding: 5px;
    font-weight: 700;
    font-size: 14px;
}
.calendar-item table {
    border-collapse: collapse;
    width: 100%;
}
.calendar-item th {
    font-size: 12px;
    padding: 6px 7px;
    text-align: center;
    color: #888;
    font-weight: normal;
}
.calendar-item td {
    font-size: 13px;
    padding: 6px 5px;
    text-align: center;
    border: 1px solid #ddd;
}
.calendar-item tr th:nth-child(6), .calendar-item tr th:nth-child(7),
.calendar-item tr td:nth-child(6), .calendar-item tr td:nth-child(7)  {
    color: #e65a5a;
}
.calendar-day.last {
    color: #999 !important;
}
.calendar-day.today {
    font-weight: bold;
}
.calendar-day.event {
    background: #ffe2ad;
    position: relative;
    cursor: pointer;
}
.calendar-day.event:hover .calendar-popup {
    display: block;
}
.calendar-popup {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    min-width: 200px;
    padding: 15px;
    background: #fff;
    text-align: left;
    font-size: 13px;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    color: #000;
}
.calendar-popup:before {
    content: "";
    border: solid transparent;
    position: absolute;
    left: 8px;
    bottom: 100%;
    border-bottom-color: #fff;
    border-width: 9px;
    margin-left: 0;
}
/* End */


/* Start:/local/templates/femibion/assets/css/adaptive.css?172770878614127*/
.article-navs {
    gap: 15px;
}

@media (max-width: 1440px) {
    .diary-bg img {
        display: block;
        height: 100%;
        width: auto;
    }
    
}

@media (max-width: 987px) and (min-width: 769px) {
    .header-mosaic {
        display: none;
    }

    .main-block {

    }

    .header-middle__title {
        font-size: 36px;
        line-height: 42px;
    }

    .header-middle__content {
        max-width: 310px;
    }

    .header-middle__start {
        width: 100%;
    }

    .about {
        padding: 50px 0px;
    }

    .about-wrapper {
        flex-direction: column-reverse;
    }

    .about-content {
        width: 100%;
        margin-bottom: 30px;
    }

    .helper-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .helper-grid__main {
        height: 340px;
    }

    .chat-bot__text {
        order: 2;
        margin-bottom: 30px;
    }

    .chat-bot__logo {
        order: 1;
        margin-bottom: 30px;
    }

    .chat-bot__btn {
       /* width: 100%;*/
        order: 3;
    }

    .chat-bot__wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .chat-bot {
        padding: 40px;
        background-image: url("/local/templates/femibion/assets/css/../img/chat-bot-bg-mob.png");
    }

    .download-wrapper > img {
        max-width: 216px;
    }

    .download-content h5 {
        font-size: 34px;
        line-height: 42px;
    }

    .articles-container__info {
        flex-wrap: wrap;
    }

    .articles-container__info p {
        width: 100%;
    }

    .articles-bot {
        margin-left: 100px;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .thanks {
        padding: 50px 0px;
    }

    .thanks-wrapper {
        flex-wrap: wrap;
    }

    .thanks-text__title {
        font-size: 36px;
        line-height: 42px;
    }

    .thanks-text {
        margin-right: 20px;
        max-width: 48%;
    }

    .thanks-wrapper img {
        max-width: 48%;
    }

    .footer-top__logo {
        max-width: 270px;
    }

    .footer-top__nav {
        padding-bottom: 35px;
    }


    .diary {
        padding: 50px 0;
        min-height: auto;
    }

    .diary-text__title {
        font-size: 28px;
        line-height: 32px;
    }

    .diary-text__description {
        font-size: 14px;
        line-height: 16px;
    }

    .diary-wrapper img {
        max-width: 320px;
    }

    .diary-bg img {
        width: auto;
        height: 100%;
        max-height: 500px;
    }

    .diary > img {
        position: relative;
        height: auto;
        width: 100%;
    }

}


@media (max-width: 768px) {
    body {
        width: 100%;
        overflow-x: hidden;
    }

    .header-mosaic {
        display: none;
    }

    .header nav {
        display: none;
    }

    .header {
        justify-content: space-between;
        align-items: flex-start;
    }

    .mobile-menu__btn {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 25px;
        width: 20px;
        justify-content: center;
        align-items: center;
    }

    .mobile-menu__btn span {
        display: block;
        width: 20px;
        height: 3px;
        background-color: #4B1271;
        border-radius: 2px;
        margin: 2px 0;
    }

    .mobile-menu__btn.open span:nth-child(1) {
        transform: rotate(45deg);
        position: absolute;
    }

    .mobile-menu__btn.open span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu__btn.open span:nth-child(3) {
        transform: rotate(-45deg);
        position: absolute;
    }

    .mobile-menu {
        width: 100%;
        height: 100vh;
        transform: translateX(100%);
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        padding: 40px;
        z-index: 9999999;
        transition: transform .3s ease;
    }

    .mobile-menu.open {
        transform: translateX(0);
    }

    .mobile-menu__header {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 20px;
    }

    .mobile-menu nav {
        display: flex;
        flex-direction: column;
    }

    .mobile-menu nav a {
        text-decoration: none;
        color: #4B1271;
        font-family: "Fira Sans";
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
        display: inline-block;
        margin-bottom: 15px;
    }

    .quiz-header {
        padding-top: 30px;
    }

    .quiz-header__back {
        display: none;
        align-items: center;
        text-decoration: none;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }

    .test-label {
        width: 44px;
    }

    .test-label2 {
        width: 44px;
    }

    .diary > img {
        position: relative;
        height: auto;
        width: 100%;
        margin-top: -50px;
        margin-bottom: 20px;
    }

    .article-left, .article-right {
        width: 100%;
        padding: 0px;
    }
	.footer-disclaimer {
		font-size: 20px;
		line-height: 24px;
		padding: 10px 30px;
height: auto !important;
	}
	.disc-cookie {bottom:6vh !important;}

}

@media (max-width: 567px) {

}

@media (max-width: 567px) {
    .thanks {
        padding: 40px 0px;
    }

    .footer-top__slogan {
        font-size: 31px;
        line-height: 38px;
    }

    .footer-top__nav {
        flex-direction: column;
        padding: 30px 0px;
    }

    .footer-top__nav a {
        margin: 0 0 15px;
    }

    .thanks-text__title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .thanks-text {
        margin-right: 0;
    }

    .thanks-wrapper {
        flex-direction: column;
    }

    .download-wrapper {
        flex-direction: column;
    }

    .download-wrapper > img {
        max-width: 216px;
    }

    .download-content h5 {
        font-size: 28px;
        line-height: 32px;
    }

    .download-btn {
        width: 100%;
    }

    .download {
        padding-bottom: 33px;
    }

    .articles-container__info {
        flex-direction: column;
    }

    .articles-bot {
        width: 100%;
    }

    .helper-grid__second {
        display: none;
    }


    .about-wrapper {
        flex-direction: column-reverse;
    }

    .about-logo {
        height: 40px;
    }

    .about-title {
        font-size: 26px;
        line-height: 30px;
    }

    .about-content {
        width: 100%;
        margin-bottom: 25px;
    }

    .about-btn {
        width: 100%;
    }

    .about-content p {
        font-size: 14px;
        line-height: 18px;
    }

    .about-content h5 {
        font-size: 24px;
        line-height: 30px;
    }

    .about-mosaic {
        width: 100%;
        height: 355px;
        gap: 10px;
        margin: 0;
    }

    .about-mosaic__one {
        height: 355px;
    }

    .about-mosaic__two {
        width: 124px;
    }

    .about-mosaic__three {
        width: 124px;
    }

    .about-mosaic__label {
        width: calc(100% - 30px);
        left: 15px;
        top: 15px
    }

    .about-mosaic__label h5 {
        font-size: 14px;
        line-height: 18px;
    }

    .about-mosaic__label span {
        font-size: 12px;
        line-height: 15px;
    }

    .about-mosaic__label img {
        display: none;
    }

    .about {
        padding: 30px 0px;
    }

    .helper {
        padding: 30px 0px;
    }

    .helper-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .helper-grid__main-title {
        font-size: 26px;
        line-height: 30px;
    }

    .helper-grid__main {
        height: 370px;
    }

    .helper-grid__main-text {
        font-size: 14px;
        line-height: 18px;
    }

    .chat-bot__text {
        order: 2;
        margin-bottom: 30px;
    }

    .chat-bot__logo {
        order: 1;
        margin-bottom: 30px;
    }

    .chat-bot__btn {
        width: 100%;
        order: 3;
    }

    .chat-bot__wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .chat-bot {
        padding: 40px;
        background-image: url("/local/templates/femibion/assets/css/../img/chat-bot-bg-mob.png");
    }

    .chat-bot__text h5 {
        font-size: 28px;
        line-height: 32px;
    }

    .chat-bot__text span {
        font-size: 16px;
        line-height: 20px;
    }

    .main-block {
        height: 425px;
        padding: 30px 0;
        background-image: url("/local/templates/femibion/assets/css/../img/main-bg-mob.png");
        background-position: right bottom;
    }

    .header-logo img {
        height: 39px;
    }

    .header-middle {
        margin-top: 45px;
    }

    .header-middle__content {
        padding: 0;
        max-width: 100%;
        width: 100%;
    }

    .header-middle__title {
        font-size: 26px;
        line-height: 30px;
        max-width: 190px;
    }

    .header-middle__subtitle {
        font-size: 13px;
        line-height: 118.3%;
        max-width: 190px;
    }

    .header-middle__start {
        width: 100%;
    }

    .articles {
        padding: 40px 0px;
    }

    .articles-container__border span {
        display: none;
    }

    .articles-container__content {
        padding: 110px 0 0 0;
        margin-left: -50px;
    }

    .articles-container__title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .articles-container__info p {
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .articles-bot {
        font-size: 12px;
        line-height: 15px;
        padding: 50px 20px 20px;
        width: calc(100% - 15px);
        margin-left: 15px;
    }

    .articles-bot a {
        transform: translate(-15px, -25px);
    }

    .articles-container__tabers {
        margin: 25px 0;
    }

    .article-item {
        width: 100%;
        height: 380px;
    }

    .article-item__inner {
        width: 320px;
        height: 380px;
    }

    .article-item__img {
        height: 220px;
    }

    .article-item__img img {
        width: 100%;
        height: auto;
    }

    .where-buy__btn {
        width: 100%;
    }

    .footer-bottom {
        padding: 20px 0px;
    }

    .footer-bottom__text {
        
        line-height: 12px;
    }

    .second-main {
        background: none;
        height: 95px;
    }

    .product-row {
        flex-wrap: wrap;
    }

    .product-row__text {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-row__text h2 {
        margin-bottom: 20px;
    }

    .product-row__text h4 {
        font-size: 14px;
        line-height: 18px;
    }

    .product-row__text p {
        font-size: 12px;
        line-height: 16px;
    }

    .product-row__text ul {
        font-size: 12px;
        line-height: 16px;
    }

    .product-row__img {
        width: 100%;
    }

    .quiz {
        padding: 20px 0;
    }

    .quiz-header {
        flex-wrap: wrap;
    }

    .quiz-header__label {
        width: auto;
        height: auto;
        padding: 5px 15px;
        margin: 0 5px 5px;
    }

    .quiz-item__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .quiz-item__list input[type="radio"] {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        margin: 5px 15px 0 0;
    }

    .quiz-item__list span {
        font-size: 14px;
        line-height: 20px;
    }

    .quiz-item__btn a {
        width: 100%;
    }

    .chatBot .textArea_1 {
        font-size: 12px;
        line-height: 14px;
    }

    .diary {
        padding: 50px 0;
        min-height: auto;
    }

    .diary-wrapper {
        flex-direction: column-reverse;
    }

    .diary-text {
        margin-right: 0;
    }

    .diary-text__title {
        font-size: 28px;
        line-height: 32px;
    }

    .diary-text__description {
        font-size: 14px;
        line-height: 16px;
    }

    .diary-wrapper img {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .diary-bg img {
        width: auto;
        height: 100%;
        max-height: 800px;
    }

    .diary-text .where-buy__btn {
        width: 100%;
    }

    .chatBot {
        width: 100%;
        background-size: cover;
        height: 400px;
        border-radius: 20px 20px 0 0px;
    }

    .chatBot-text {
        padding: 25px 20px 25px 20px;
        max-width: 100%;
    }

    .chatBot-text__title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .chatBox-text__subtitle {
        max-width: 50%;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .chatBot-text__buttons {
        margin-bottom: 15px;
    }

    .chatBot-text__buttons a img {
        width: 61px;
    }

    .chatBot-text__after {
        font-size: 14px;
        max-width: 50%;
    }

    .chatBot-woman {
        height: auto;
        width: 60%;

    }

    .article-navs {
        margin-bottom: 25px;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
}


@media (max-width: 450px) {
    .about-mosaic {
        height: 460px;
    }
    .about-mosaic__one img {
        display: block;
        width: 100%;
        height: auto;
    }
    .about-mosaic__one {
        height: auto;
        width: 55%;
    }
    .about-mosaic__two {
        width: 40%;
    }
    .about-mosaic__three {
        width: 40%;
    }
}

@media (max-width: 400px) {
    .about-mosaic {
        height: 415px;
    }
    .about-mosaic__one img {
        display: block;
        width: 100%;
        height: auto;
    }
    .about-mosaic__one {
        height: auto;
        width: 55%;
    }
    .about-mosaic__two {
        width: 40%;
    }
    .about-mosaic__three {
        width: 40%;
    }
}

@media(min-width:1921px) {

	.main-block {
		background-size: contain;
background-image: url('/local/templates/femibion/assets/css/../img/main-bg-hd.svg');
		}
}
@media(min-width:2560px) {

	.main-block {
		background-size: contain;
background-image: url('/local/templates/femibion/assets/css/../img/main-bg-hd2.svg');
		}
}


.footer-disclaimer {
    padding: 0px;
    height: auto !important;
}

.disc-cookie {
    bottom: 70px !important;
}
/* End */


/* Start:/local/templates/femibion/assets/css/changes.css?175249891114653*/
.footer-disclaimer {
      height: 10vh;
}

@media(max-width:1540px) and (min-width: 1370px) {
.footer-disclaimer {

font-size: 60px;
line-height:60px
}

}


@media(max-width:1369px) and (min-width: 1280px) {
.footer-disclaimer {
font-size: 50px;
line-height:50px
}
  .disc-cookie {
bottom: 50px !important;
}
}

.disc-cookie {
  position: fixed;
  bottom: 10vh;
  left: 0;
  right: 0;
  width: auto;
  background: #F5F3F4;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 12px 8%;
  z-index: 100;
  }

  .disc-cookie__text {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
  .disc-cookie__mtext {
  color: #110F14;
  font-size: 16px;
  }
  .disc-cookie__mtext a {
  text-decoration: underline;
   color: #110F14;
  }
  
  .disc-cookie__link {
  font-size: 12px;
  color: #828282;
  text-decoration: underline;
  margin-top: 10px;
  }
  
  .disc-cookie__agree {
  width: 180px;
  min-width: 180px;
  height: 50px;
  font-size: 14px;
  border-radius: 6px;
  margin-left: 10px;
  font-family: Fira Sans;
  cursor: pointer;
    color: #fff;
    background: #C16AC1;
    border: 0;
  }
  
  .disc-cookie.discCookieDown {
  bottom: 0;
  }
  
  @media (max-width: 650px) {
  .disc-cookie {
    padding: 15px 15px 10px 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .disc-cookie__agree {
    width: 293px;
    min-width: 293px;
    height: 34px;
    margin-left: 0;
  }
  .disc-cookie__mtext {
    font-size: 12px;
  }
  .disc-cookie__link {
    margin: 5px 0;
  }
  }

.article-navs__m {
display: none;
}

@media (max-width: 768px) {
.article-navs__d {
display: none;
}
.article-navs__m{display: flex; margin-top: 35px}
}

.header nav a {
  font-size: 20px;
}


@media (max-width: 567px) {
    .article-item {
        height: 320px;
    }
}

.footer-top__nav [href="/wheretobuy/#buy"] {
    display: none !important;
}

@media (max-width: 360px) {
  .where_buy.where_buy_absolut.where_buy__mobile span {
    display: none;
  }
  .where_buy.where_buy_absolut.where_buy__mobile {
             padding: 6px 0px;
    width: 35px;
    top: 17px;
        left: 190px;
  }
}

.header-middle__check-list {
   color: #4B1271;  
    font-size: 14px;
    font-family: Mont;
    line-height: 1.2;
    font-weight: 600;
    margin: 30px 0;
}

.header-middle__check-btn {
    background: #4B1271;
}

.mob-check {
  display: none;
}

.download-check {
 background-image: url(/local/templates/femibion/assets/img/check-bg.png);
     position: relative;
}

.download-check .download-content {
    margin-left: auto;
}

.download-check .download-btn {
    background: #C16AC1;
}
.download-check__img {
  display: none;
}

@media (max-width: 1920px) {
  .download-check .download-content {
     position: absolute;
    top: 55px;
    right: 10%;
}
.download-check {
 background-position: left 93% center;
}
}

@media (max-width: 1150px) {
   .header-middle__check-list {
    max-width: 75%;
    font-size: 13px;
   }
}

@media (max-width: 767px) {
.download-check .download-content {
  position: static;
}
}

@media (max-width: 567px) {
  .header-middle .header-middle__check-list,
  .header-middle .header-middle__check-btn {
    display: none;
  }
  .mob-check {
  display: block;
}
.mob-check {
   background: #E6CFE8; 
   padding: 0 15px;
   padding-top: 20px;
    padding-bottom: 30px;
}

.header-middle__check-list {
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 100%;
}

  .download-check {
 background-image: url(/local/templates/femibion/assets/img/download-bg.png);
}


.download-check__img {
  display: block;
  margin-bottom: 30px;
  width: 100vw;
}

.download-content h5 {
  font-size: 24px;
}

}

.where-buy__video img {
  height: 32px;
  min-width: 32px;
}

.where-buy__video {
 width: 262px; 
}
@media (max-width: 567px) {
  .where-buy__video {
    width: 100%; 
   }
}

.article-heads {
    width: 100%;
    font-family: Fira Sans;
}
.article-head {
    font-family: Mont;
}
.article-head__list {
    margin-top: 15px;
    padding-left: 25px;
    margin-bottom: 40px;
    line-height: 1.5;
}
.article-head__list a {
    color: #000000;
}
.article-eat {
    display: flex;
   align-items: center;
    font-family: Fira Sans;
    margin-bottom: 20px;
    padding-top: 10px;
}
.article-eat__item {
    display: flex;
    align-items: center;
    margin-right: 5%;
}
.article-eat__item img {
    margin-right: 10px;
}

.article-author {
    width: 100%;
    background: #F5F3F4;
    border-radius: 20px;
    padding: 50px 40px;
    margin-top: 50px;
}

.article-author__flex {
    display: flex;
}
.article-author__img {
    min-width: 180px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
}
.article-author__img img {
    object-fit: cover;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.article-author__texts {
    margin-left: 35px;
    font-family: Fira Sans;
}

.article-author__title {
    font-size: 32px;
    font-weight: 400;
}

.article-author__info {
  margin-top: 25px;
}

.article-author__link {
    color: #44196D;
    font-weight: 700;
    font-style: italic;
    margin-top: 25px;
    display: inline-block;
}
.article-author__link:hover {
  text-decoration: none;
}

.article-like {
    background: #F5F3F4;
}

.article-like__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Fira Sans;
    padding: 50px 0;
        margin: 85px 0;
}

.article-like__left-hide {
    display: none;
}
.article-like__left {
    color: #44196D;
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
}

.article-like__center {
    border-radius: 16px;
    border: 1px solid #44196D;
    width: 190px;
    height: 60px;
    color: #44196D;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Fira Sans;
    cursor: pointer;
    transition: .2s;
}

.article-like__center img {
    margin-right: 10px;
    transition: .2s;
} 

.article-like__right a {
    display: inline-block;
    margin-left: 5px;
    transition: .2s;
}

.article-like__right a:hover {
  transform: scale(1.1);
}

.article-like__center:hover {
  background-color: #44196D;
  color: #ffffff;
} 

.article-like__center:hover img {
  filter: brightness(0) invert(1);
}

.article-item_new-date {
    font-family: Fira Sans;
    color: rgba(0,0,0,.5);
    margin-bottom: 20px;
}

.article-item_new-data {
    color: rgba(0,0,0,.5);
      font-family: Fira Sans;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: auto;
}

.articles-more {
    color: #44196D;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    font-family: Fira Sans;
    margin-bottom: 30px;
}

.article-text.article-detail a {
       word-break: break-all !important;
}

@media (max-width: 1200px) {
   .article-author__title {
    font-size: 26px;
 }
 .article-author__img {
          min-width: 140px;
          width: 140px;
    height: 140px;
    }
}

@media (max-width: 1023px) {
  .article-like__flex {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .article-like__left, .article-like__right {
    width: 100%;
  }
  .article-like__flex .trigger-star {
    margin: 30px 0;
  }
}



@media (max-width: 767px) {
    .article-author__flex {
      flex-wrap: wrap;
    margin: 40px 0;
    }
    .article-author__texts {
      width: 100%;
      margin-left: 0;
      margin-top: 20px;
    }
    .article-like__left {
      font-size: 26px;
    }
    .article-like__right a {
      margin: 0 5px;
    }
    .article-like__right a img {
       width: 30px;
    }
    .article-like__center {
      width: 150px;
    height: 40px;
        font-size: 14px;
    }
    .article-author {
          padding: 0px 20px;
    margin-top: 25px;
    }
    
 .article-like__flex {
      padding: 40px 0;
    margin: 40px 0;
 }


}

@media (max-width: 567px) {
    .article-item {
        height: initial !important;
    }
}

.article-authors .article-author {
    margin-top: 25px;
    width: 49%;
    padding-left: 25px; 
    padding-right: 20px;
    
}

.article-authors {
    display: flex;
    flex-wrap: wrap;
     justify-content: space-between;
    margin-bottom: 50px;
    width: 100%;
}

@media (max-width: 1023px) {
  .article-authors .article-author {
    width: 100%;
  }
}

.article-author-expert .article-author__title {
  font-weight: 700;
    color: #44196D;
    font-style: italic;
}

.article-author.article-author-expert {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
}

.article-author__info-bold {
    font-weight: 700;
    color: #44196D;
}

.article-author__list {
    padding-left: 25px;
}

.article-author.article-author-expert + .articles {
    margin-top: 30px;
}

.article-author.article-author-expert + .articles .articles-more {
    font-size: 32px;
}

.expert-back {
    margin-top: 50px;
}
.expert-back a {
    margin: auto;
    text-decoration: none;
}

@media (max-width: 767px) {
  .article-author.article-author-expert + .articles {
    margin-top: 10px;
}
}

@media (max-width: 567px) and (min-width: 500px) {
  .expert-back {
    margin-top: 80px;
}

}

.f-contacts {
    font-family: 'Fira Sans';
}
.f-contacts__subtitle {
    font-weight: 500;
    
}

.f-contacts__item {
    color: #00000080;
    margin: 20px 0 10px 0;
    display: flex;
    align-items: center;
}
.f-contacts__item img {
    margin-right: 10px;
}

.f-contacts__info {
    padding-left: 35px;
}
.f-contacts__info a {
    color: #000;
    text-decoration: none;
}
.f-contacts__info a:hover {
    text-decoration: underline;
}

.f-contacts__map {
    margin: 35px 0 70px 0;
}

.f-contacts__map iframe {
    max-width: 100%;
}
.abs-sup-cont {
    position: relative;
}

.abs-sup {
    position: absolute;
    right: -15%;
    top: -15%;
}

@media (max-width: 1200px) {
   nav .where_buy.where_buy_absolut {
     transform: translateX(100%);
     right: -20px;
   }
}

@media (max-width: 1023px) {
    nav .where_buy.where_buy_absolut {
    left: 0;
    transform: translateX(-90%);
    top: calc(100% + 40px);
}
}

@media (max-width: 768px) and (min-width: 568px) {
    .header .where_buy__mobile {
                left: initial;
        right: 100px;
        display: flex;
    }
    .mobile-menu__btn {
    position: absolute;
    right: 30px;
    top: 30px;
    }
    .header__before::before {
        width: 300%;
    }
}

#drawing_canvas {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, -40%);
     width: 100vw;
    height: 100vh;
    z-index: 999;
}

.indexer {
  position: relative;
  z-index: 1000;
}

.thanks_block, a.thanks {
    display: block;
    text-decoration: none;
}

.about-text__wrapper img {
    left: 117% !important;
}

#choice {
    width: 127px;
    position: absolute;
    left: 110% !important;
    bottom: 15px;
}

.choice {
  margin-top: 30px;
}

@media (max-width: 1400px) {
  .about-text__wrapper img {
    left: 110% !important;
}

#choice {
    left: 103% !important;
}
}

@media (max-width: 787px) {
  .about-text__wrapper img {
    left: 0 !important;
}

#choice {
          width: 18vw;
        left: initial !important;
        bottom: initial;
        top: 21%;
        right: 0;
}
}

.buy__link_btn_mobile {
   position: relative;
}

.article-text.article-detail h2,
.article-text.article-detail h3 {
   margin-top: -100px;
   padding-top: 100px;
}

.promo-btn {
    position: absolute;
    bottom: -35px;
    right: 0;
    width: 525px;
    height: 56px;
    font-size: 20px;
    transition: .2s;
    display: none;
}

.promo-btn:hover {
    transform: translatey(-2px);
}

.promo-btn.promo-btn-mob {
  display: none;
}

.header-middle {
    position: relative;
}

.DOM-promo.promo-btn-desk {
  display: flex;
}

.indexer.promo-btn-desk {
  position: absolute;
}
.indexer.promo-btn-mob {
  position: relative;
}

@media (max-width: 1100px) {
  .promo-btn {
     right: initial;
    left: 0;
    bottom: initial;
    top: calc(100% + 20px);
    font-size: 16px;
    width: 100%;
  }
}

@media (max-width: 567px) {
  .promo-btn {
    position: static;
    margin-top: 30px;
    height: 65px;
  }
  .promo-btn.promo-btn-mob {
  display: flex;
}
.promo-btn.promo-btn-desk {
  display: none;
}
.DOM-promo.promo-btn-desk {
  display: none;
}
.DOM-promo.promo-btn-mob {
  display: flex;
}
}


.promo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #28282887;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    display: none;
}

.promo__banner {
    background: #44196D;   
    border-radius: 30px;
    position: relative;
    padding: 0 20px 0 50px;
}

.promo__content {
    display: flex;
    color: #fff;
}
.promo__close {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}

.promo__title {
    font-size: 32px;
    font-family: Fira Sans;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
}

.promo__left {
    max-width: 500px;
    padding-top: 130px;
    margin-right: -170px;
}

.promo__img {
  min-height: 100%;
  display: block;
}


.promo__item {
    font-family: Mont;
    margin-bottom: 15px;
    font-size: 16px;
}

.promo__data {
    font-weight: 700;
    margin-top: 7px;
}

.promo__head {
   font-weight: 300;
}

@media (max-width: 1279px) {
  .promo__left {
    margin-right: -25vw;
    padding-top: 70px;
  }
  .promo__title {
    font-size: 25px;
  }

  .promo__banner {
    padding: 0 0 0 50px;
  }
}


@media (max-width: 1023px) {
  .promo__content {
    flex-wrap: wrap;
}
.promo__left {
  margin-right: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.promo__right {
  width: 100%;
}
.promo__img {
          min-height: initial;
        width: 100%;
        margin-top: -20vw;
        margin-left: -11vw;
}
.promo__title {
  font-size: 18px;
}
.promo__item {
  font-size: 14px;
}
.promo__banner {
  padding: 0;
}
.promo__banner {
  max-width: calc(100% - 30px);
  max-height: 100%;
        overflow: auto;
}
.promo__close {
  top: 30px;
  right: 20px;
}

.promo {
  align-items: flex-start;
  padding-top: 40px;
}

}
    

.article-head__list-js li > ul {
    margin-left: 15px;
}

.article-head__list-js li {
    display: none;
}

.article-head__list-js li.li-visible {
    display: list-item;
}

.article-heads__more- {
    display: none;
}

.article-heads__more {
   color: #44196D;
    display: block;
    margin-bottom: 40px;
    margin-top: -25px;
}

.activer .article-heads__more- {
    display: block;
}

.activer .article-heads__morem {
    display: none;
}

.it_h3_li {
   transform: translateX(15px);
}
/* End */
/* /local/templates/femibion/assets/css/fancybox.min.css?172976068717103 */
/* /local/templates/femibion/assets/css/nice-select.css?17277087864007 */
/* /local/templates/femibion/assets/css/datepicker.min.css?172770878615764 */
/* /local/templates/femibion/assets/css/swiper-bundle.min.css?172770878616120 */
/* /local/templates/femibion/assets/fonts/firasans/stylesheet.css?17277087862816 */
/* /local/templates/femibion/assets/fonts/mont/stylesheet.css?17277087866576 */
/* /local/templates/femibion/assets/css/main.css?173813921142755 */
/* /local/templates/femibion/assets/css/calendar.css?17277087861549 */
/* /local/templates/femibion/assets/css/adaptive.css?172770878614127 */
/* /local/templates/femibion/assets/css/changes.css?175249891114653 */
