/*
Theme Name: Wellme
Author: Bondar Stanislav
Author Email: staslfogl@gmail.com
Text Domain: Wellme template

*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}


body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    color: black;
    background-color: #F4F4F4;
}
html, body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

h1 {

}
h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
}

#wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 1920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
footer {
    margin-top: auto;
} 



header  {
    background-color: #fff;
    box-shadow: 0 0 20px #00000015;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 0 16px;
}

header #menu,
.head_spacer {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}
header #menu ul {
    display: flex;
    gap: 32px;
    justify-content: flex-end;
}
header #menu a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    transition: .3s ease-in-out;
}
header #menu a:hover {
    text-shadow: 0 0 1px #000;
}

.menu_item_wpglobus_menu_switch {
    display: flex;
    gap: 8px;
}
.menu_item_wpglobus_menu_switch a {
    text-transform: capitalize;
}
header #menu .wpglobus-current-language > a {
    color: #E90032;
}
header #menu .wpglobus_language_name {
    padding-left: 0;
    background: none;
}
header #menu .sub-menu {
    position: relative;
}
header #menu .sub-menu:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -4px;
    background-color: #000;
}

.menu-button {
    display: none;
}
.bar {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background-color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.active .bar:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
}
.active .bar:nth-of-type(2) {
    opacity: 0;
}
.active .bar:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
}


.hero_home > .wp-block-group__inner-container {
    width: 1792px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    padding-bottom: 134px;
    padding-top: 152px;
}
.hero_home h1 {
    font-size: 96px;
    font-weight: bold;
    z-index: 4;
    padding-bottom: 80px;
    position: relative;
    max-width: 52%;
}

.hero_home ul {
    list-style: none;
    display: flex;
    background-color: #744EDF;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 24px;
    z-index: 2;
    position: relative;
    max-width: fit-content;
    padding-right: 45px;
    margin-left: -80px;
    padding-left: 80px;
}
.hero_home li {
    padding-left: 24px;
    position: relative;
    font-size: 24px;
    line-height: 29px;
}
.hero_home li:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #E4A1C8;
}
.hero_img {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 3;
    max-width: 58.2%;
    height: auto;
}

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

.bulb_animation .wp-block-image {
    position: absolute;
    bottom: -180px;
    left: 23%;
    animation: 16s linear 0s infinite  sun-rise;
}
.bulb_animation .wp-block-group__inner-container .wp-block-image:nth-child(1) {
    width: 118px;
}
.bulb_animation .wp-block-group__inner-container .wp-block-image:nth-child(2) {
    animation: 12s linear 1s infinite sun-rise;
    left: 45%;
    width: 87px;
}
.bulb_animation .wp-block-group__inner-container .wp-block-image:nth-child(3) {
    animation: 10s linear 7s infinite sun-rise;
    left: 55%;
    width: 71px;
    filter: blur(1px);
}
.bulb_animation .wp-block-group__inner-container .wp-block-image:nth-child(4) {
    animation: 21s linear 3s infinite sun-rise;
    left: 65%;
}
.bulb_animation .wp-block-group__inner-container .wp-block-image:nth-child(5) {
    animation: 14s linear 10s infinite sun-rise;
    left: auto;
    width: 71px;
    filter: blur(1px);
    right: 0;
}

@keyframes sun-rise {
  from {
    bottom: -180px;
  }
  to {
    /* returns the sun to its default position */
    bottom: calc(100% + 180px);
  }
}


.home_adv {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 16px;
    padding-right: 16px;
    width: 1792px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.home_adv_items {
    gap: 24px;
    justify-content: space-between;
}
.home_adv_items h3 {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    padding-bottom: 4px;
}
.home_adv_item > .wp-block-columns {
    gap: 24px;
}
.home_adv_item .wp-block-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 120%;
}


.home_catalog {
    background-color: #fff;
    border-radius: 28px;
    box-shadow: 0 0 20px #00000015;
}
.home_catalog > .wp-block-group__inner-container {
    padding-top: 60px;
    padding-bottom: 26px;
    padding-left: 16px;
    padding-right: 16px;
    width: 1792px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.home_catalog h4 {
    font-size: 24px;
    font-weight: 500;
    color: #DD469E;
    line-height: 120%;
    padding-bottom: 12px;
    text-align: center;
}
.home_catalog h2 {
    text-transform: uppercase;
    padding-bottom: 60px;
}
.home_catalog_items {
    gap: 24px;
    margin-bottom: 34px;
}
.home_catalog_item p,
.home_catalog_item h5 {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 120%;
}
.pcs_label {
    display: block;
    width: fit-content;
    margin-left: auto;
    padding: 3px 8px;
    border-radius: 50px;
    color: #fff;
    line-height: 120%;
    margin-bottom: 4px;
}
.home_catalog_item figure {
    display: flex;
    justify-content: center;
}
.home_catalog_item a {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
    line-height: 120%;
    transition: .3s ease-in-out;
}
.home_catalog_item a:hover {
    text-shadow: 0 0 1px #000;
}
.home_catalog_item h5 strong,
.home_catalog_item h5 strong a {
    font-weight: bold;
}

.big_line {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 85px;
    margin-bottom: 85px;
}

.accordion-js .content {
    display: none;
}
.faq_section > .wp-block-group__inner-container {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 16px;
    padding-right: 16px;
    width: 1792px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.faq_section h3 {
    font-size: 32px;
    font-weight: 500;
    padding-bottom: 32px;
}
.faq_item {
    border-bottom: 1px solid #fff;
    margin-bottom: 24px;
    width: 1165px;
    max-width: 100%;
}
.faq_item h4 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 12px;
    line-height: 120%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.faq_item h4:after {
    content: "";
    display: block;
    flex: 1 0 24px;
    max-width: 24px;
    height: 24px;
    background: url(images/faq_arrow_up.svg) 0 0 no-repeat;
    transition: 0.3s ease-in-out;
}
.faq_item .content {
    padding-bottom: 12px;
    line-height: 140%;
}
.faq_item h4.accord_active:after {
    transform: rotate(180deg);
}
.faq_item strong {
    font-weight: 600;
}
a.show_more_faq {
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    transition: .3s ease-in-out;
    width: fit-content;
    background-color: #9873FF;
    overflow: hidden;
    position: relative;
}
a.show_more_faq:after {
    content: "";
    width: 80px;
    height: 80px;
    background: url(images/buble.png) 0 0 no-repeat;
    position: absolute;
    bottom: -80px;
    left: 15px;
    z-index: 10;
    background-size: 80px auto;
} 
a.show_more_faq:hover {
    opacity: .8;
}
a.show_more_faq:hover:after {
    animation: 5s linear 0s infinite sun-rise_button;
}
@keyframes sun-rise_button {
  from {
    bottom: -80px;
  }
  to {
    /* returns the sun to its default position */
    bottom: calc(100% + 80px);
  }
}
a.show_more_faq.accord_active {
    display: none;
}
.show_more_faq,
.more_faq_content {
    display: none;
}

.item_top {
    padding-left: 16px;
    padding-right: 16px;
    width: 1792px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
}
.item_top_cols {
    gap: 36px;
}
.item_top_cols > .wp-block-column {
    box-shadow: 0 0 20px #00000015;
    background-color: #fff;
    padding: 24px;
}
.item_top_txt {
    padding: 24px 32px;
    font-weight: 500;
    line-height: 120%;
}
.item_top_txt h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 8px;
}
.item_top_txt h2 {
    font-size: 20px;
    font-weight: 500;
}
.item_top_txt h3 {
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 600;
}
.item_top_txt > .wp-block-columns {
    padding-bottom: 12px;
    margin-bottom: 32px;
    border-bottom: 1px solid #8F8F8F;
}
.item_txt_adv > .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.item_txt_adv .wp-block-columns {
    flex: 1 0 397px;
    max-width: 100%;
    gap: 16px;
}

.item_top_img {
    height: fit-content;
}
.item_top_img figure {
    display: flex;
    justify-content: center;
}

#footer {
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #fff;
}
#footer .xoxo {
    flex-wrap: wrap;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    width: 1792px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#footer  #media_image-2 {
    width: 184px;
    margin-top: 10px;
}

#menu-footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#footer a {
    color: #000;
    text-decoration: none;
    line-height: 120%;
    font-weight: 500;
}
#footer a:hover {
    text-shadow: 0 0 1px #000;
}
#footer #text-2 .textwidget {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#footer #text-2 p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #744EDF;
}

.about_hero {
    padding-top: 50px;
    padding-bottom: 60px;
    width: 912px;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    line-height: 130%;
}
.about_hero h1 {
    font-size: 20px;
    line-height: 120%;
    padding-bottom: 8px;
}
.about_hero h2 {
    font-size: 24px;
    line-height: 120%;
    padding-bottom: 24px;
}
.about_02 {
    width: 1166px;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    box-shadow: 0 0 20px #00000015;
    margin-bottom: 60px;
}
.about_02 > div {
    width: 1020px;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
}
.about_02 h3 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 40px;
}
.about_02_items .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 32px;
}
.about_02_items .wp-block-columns {
    flex: 1 0 calc(50% - 16px);
    max-width:  calc(50% - 16px);
    display: flex;
    gap: 12px;
}
.about_02_items .wp-block-column {
    display: flex;
    align-items: center;
}
.about_02_items figure {
    width: 48px;
}

.about_03 {
    width: 1166px;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.about_03 h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 40px; 
}
.about_03 .wp-block-columns {
    width: 756px;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}
.about_03 .wp-block-column {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    flex: 1 0 162px;
    max-width: 162px;
    text-align: center;
    font-weight: 500;
    line-height: 120%;
}
.about_02_items_bullets p { 
    position: relative;
    flex: 1 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    line-height: 120%;
}
.about_02_items_bullets p:before {
    content: "";
    flex: 1 0 8px;
    max-width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #744EDF;
}


@media screen and (min-width: 781.94px) {
    .item_top_img {
        position: sticky;
        top: 0;
    }
}
@media screen and (max-width: 1700.94px) {

    .hero_home h1 {
        font-size: 76px;
    }
    .hero_home li {
        font-size: 21px;
    }
    .hero_home > .wp-block-group__inner-container {
        padding-bottom: 114px;
        padding-top: 132px;
    }
}

@media screen and (max-width: 1500.94px) {
    .hero_home h1 {
        font-size: 66px;
    }
    .hero_home li {
        font-size: 19px;
    }
    .hero_home > .wp-block-group__inner-container {
        padding-bottom: 104px;
        padding-top: 122px;
    }
    .hero_home ul {
        gap: 20px;
        max-width: 64%;
    }
}

@media screen and (max-width: 1300.94px) {
    .hero_home h1 {
        font-size: 56px;
        padding-bottom: 50px;
    }
    .hero_home li {
        font-size: 18px;
    }
    .hero_home > .wp-block-group__inner-container {
        padding-bottom: 94px;
        padding-top: 112px;
    }
}

@media screen and (max-width: 1023.94px) {
    #header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    .menu-button {
        display: block;
        cursor: pointer;
        width: 20px;
        height: 20px;
    }
    #header #menu.active {
      top: 55px;
        display: block;
        z-index: 99;
    }
    header #menu ul {
      flex-direction: column;
    }
    #header #menu {
      position: absolute;
      left: 0;
      right: 0;
      height: auto;
      top: 0;
      background: #fff;
      display: flex;
      padding: 16px;
      justify-content: flex-end;
      display: none;
      transition: .3s ease-in-out;
      box-shadow: 0 0 20px #00000015;
    }
    .head_spacer {
        display: none;
    }
    .hero_home ul {
        max-width: 100%;
        margin-left: 0;
        padding-left: 16px;
        flex-wrap: wrap;
    }
    .hero_home li {
        font-size: 16px;
    }
    h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 623.94px) {
    .hero_home h1 {
        font-size: 36px;
        padding-bottom: 40px;
    }
    #footer .xoxo {
        flex-direction: column;
        align-items: flex-start;
    }
    #footer #text-2 p {
        flex-wrap: wrap;
        gap: 4px;
    }
    .about_02_items_bullets p {
        flex: 1 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 424.94px) {

    .about_02_items .wp-block-columns {
        flex: 1 0 100%;
        max-width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .about_02_items .wp-block-column {
        justify-content: center;
    }
}