@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600&display=block);

.header__nav input#show-menu:checked~#menu,a.btn,a.download-btn{
    display:block
}
.advantages__item-text,.footer__section-title{
    text-transform:uppercase
}
.advantages .wrap,.header__nav .menu li,.how-it-works__step-icon,.need .block-title,.practice .block-title,.reviews,.scroll-top,a.btn{
    text-align:center
}
.advantages__item,.reviews__item-wrap{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal
}
body{
    margin:0;
    padding:0;
    color:#404852;
    font-weight:400;
    font-family:Manrope,sans-serif;
    line-height:1.3;
}
.advantages__item-link:hover,.advantages__item-text a:hover,.header__logo:hover a,a,a.btn:hover,a.disabled-link{
    text-decoration:none
}
.advantages__item-link,.advantages__item-text a,a:hover{
    text-decoration:underline
}
a.download-btn{
    width:200px;
    border-radius:10px
}
a.download-btn img{
    width:100%;
    vertical-align:bottom
}
a.download-btn:hover{
    -webkit-box-shadow:0 0 10px 0 rgba(255,255,255,.75);
    box-shadow:0 0 10px 0 rgba(255,255,255,.75)
}
a.btn{
    width:100%;
    max-width:215px;
    padding:15px 0;
    border-radius:25px;
    color:#fff;
    background-color:#4b7ab5
}
a.btn:hover{
    background-color:#603a86
}
a.disabled-link{
    cursor:not-allowed;
    opacity:.5;
    pointer-events:none
}
.scroll-top,a,button,input[type=button],input[type=submit],label{
    cursor:pointer
}
.wrap{
    width:75%;
    margin:0 auto
}
.block-padding{
    padding:100px 0
}
@media all and (max-width:1281px){
    .wrap{
        width:85%
    }
    .block-padding{
        padding:70px 0
    }
}
.block-title{
    margin:0;
    color:#404852;
    font-weight:500;
    font-size:36px
}
.main-text{
    font-weight:300;
    font-size:18px
}
.scroll-top{
    width:60px;
    height:60px;
    position:fixed;
    right:2%;
    bottom:5%;
    z-index:999999999;
    display:none;
    color:#fff;
    font-size:50px;
    line-height:60px;
    text-shadow:0 0 5px #000
}

.header,.tagline__img-right{
    right:0
}

#header{
    position:fixed;
    top:0;
    left:0;
    z-index:2;

    /* old header styles */
    border-bottom:1px solid #eae8e7;
    background-color:#f2f2f0;
    
    /* glass background effect */
    /* box-shadow: inset 0 -1px 0 0 #eaeaea;
    backdrop-filter: saturate(180%) blur(5px);
    background: hsla(0,0%,100%,.9);
    border-bottom: 0px solid hsla(0,0%,92%,1);; */
}

.start,.tagline{
    position:relative
}
.header .wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:15px 0
}
.about-us__content .wrap,.advantages__items,.footer .wrap,.header__logo a,.header__nav .menu,.how-it-works__step,.need__item,.practice__item,.reviews__items,.social-item a,.social-items,.start .wrap{
    display:-webkit-box;
    display:-ms-flexbox
}
.header__content_right,.how-it-works__btn{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.header__logo a{
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    color:#404852;
    font-weight:600;
    font-size:18px;
    /* font-size:16px; */
}
.header__logo img{
    width:60px;
    height:60px;
    /* width:50px; */
    /* height:50px; */
    margin-right:10px
}
.header__logo:hover a{
    color:inherit
}
@media all and (max-width:1039px){
    a.download-btn{
        width:180px
    }
    .wrap{
        width:95%
    }
    .block-title{
        font-size:26px
    }
    .header__logo a,.main-text{
        font-size:14px
    }
}
.info__img img,.tagline__img img{
    width:100%
}
.header__nav .menu{
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin:0;
    padding:0;
    list-style:none
}
.header__nav .menu li{
    display:inline-block
}
.header__nav .menu li a{
    color:#404852;
    font-weight:500;
    font-size:20px
}
.header__nav .menu li:not(:first-child){
    margin-left:50px
}
.footer__section-copyright,.header__nav .show-menu-btn,.header__nav input#show-menu{
    display:none
}
.header__nav .show-menu-btn .bar-i{
    width:30px;
    height:4px;
    display:block;
    margin:4px 0;
    border-radius:5px;
    background-color:#2d2d2d;
    -webkit-transition:.5s;
    transition:.5s
}
.header__nav .show-menu-btn .bar-i:not(:last-child){
    margin-bottom:7px
}
.header__nav .show-menu-btn .bar-i.close-menu{
    margin:4px 0;
    background-color:#fff
}
.header__nav .show-menu-btn .bar-1.close-menu{
    -webkit-transform:rotate(-45deg) translate(-8px,3px);
    transform:rotate(-45deg) translate(-8px,3px)
}
.header__nav .show-menu-btn .bar-2.close-menu{
    opacity:0
}
.header__nav .show-menu-btn .bar-3.close-menu{
    -webkit-transform:rotate(45deg) translate(-8px,-3px);
    transform:rotate(45deg) translate(-8px,-3px)
}
@media all and (max-width:1281px){
    .header__nav .menu li a{
        font-size:16px
    }
}
@media all and (max-width:1039px){
    .header__nav .menu li:not(:first-child){
        margin-left:30px
    }
}
.header__switcher{
    margin-left:100px;
    font-size:14px;
    cursor:default
}
.footer a,.header__switcher a,.tagline__text{
    color:#fff
}
@media all and (max-width:768px){
    .block-padding{
        padding:50px 0
    }
    .block-title{
        font-size:18px
    }
    .header__logo a{
        font-size:13px
    }
    .header__logo img{
        width:40px;
        height:40px;
        margin-right:5px
    }
    .header__nav .menu li a{
        font-size:12px
    }
    .header__nav .menu li:not(:first-child){
        margin-left:15px
    }
    .header__switcher{
        margin-left:30px;
        font-size:12px
    }
}
@media all and (max-width:569px){
    .header__logo img{
        width:30px;
        height:30px
    }
    .header__nav{
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2;
        margin-left:20px
    }
    .header__nav .menu{
        position:absolute;
        top:0;
        left:0;
        z-index:3;
        display:none;
        width:100%;
        padding:30px 0;
        text-align:center;
        background-color:#535bff
    }
    .header__nav .menu li{
        display:block;
        width:80%;
        margin:0 auto
    }
    .header__nav .menu li a{
        display:block;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        padding:15px 0;
        color:#fff
    }
    .header__nav .menu li:not(:first-child){
        margin-left:auto
    }
    .header__nav .show-menu-btn{
        position:relative;
        z-index:5;
        display:block;
        font-size:48px;
        text-align:center;
        cursor:pointer
    }
    .header__switcher{
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
        margin-left:0;
        color:#fff
    }
}
.start{
    z-index:1;
    background: url('../images/1.jpg') right top/cover no-repeat;
    height: 100vh;
}

.start .start__content {
    height: 100%;
}

.start .wrap{
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    /* margin-top:51px; */
    padding-top: 51px;
    height: calc(100% - 40px);
    flex-shrink: 0;
}
.start .block-padding{
    /* padding:250px 0 350px */
}
.footer .download-btn__apple,.info__text .main-text:not(:last-child),.start .download-btn__apple{
    margin-bottom:20px
}
@media all and (max-width:1281px){
    .start .block-padding{
        /* padding:200px 0 150px */
    }
    .reviews__item-name{
        font-size:24px
    }
}

.start__info{
    position: relative;
    bottom: 10px;
    width:70%;
    max-width:615px;
    color:#2d2d2d
}

.start__title{
    margin:0;
    font-weight:600;
    font-size:55px;
    line-height:1.2
}

.start__btn.download-btn {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    line-height: 66px;
    text-align: center;
    text-decoration: none !important;

    background-color: #535bff;
    width: 300px;
    height: 66px;
    border-radius: 66px;
    padding-bottom: 1px;
    transition: .3s ease;
}

.start__btn:hover {
    background-color: #2030a0;
}

@media all and (max-width:1039px){
    .start{
        background-position:65% center
    }
    .start__info{
        width:60%
    }
    .start__title{
        font-size:46px
    }
}
.start__text{
    margin:50px 0;
    font-weight:400;
    font-size:20px;
    line-height:1.2
}
@media all and (max-width:1039px){
    .start__text{
        margin:40px 0;
        font-size:18px
    }

    .start__btn.download-btn {
        font-size: 20px;
        line-height: 60px;
        width: 230px;
        height: 60px;
    }
}
@media all and (max-width:768px){
    .start .block-padding{
        padding:40% 0 10%
    }
    .start .download-btn__apple{
        margin-right:15px;
        margin-bottom:0
    }
    .start__title{
        font-size:36px
    }
    .start__text{
        margin:30px 0;
        font-size:16px
    }
    .start__btn{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
}
@media all and (max-width:481px){
    .start{
        background:url('../images/1-mob.png') center center/cover no-repeat;
        height: calc(100vh - 130px);
        margin-top: 25px;
    }

    .start .wrap{
        padding-top: 0px;
        /* margin-top:31px */
        height: 100%;
        align-items: flex-end;
    }

    .start .block-padding{
        padding:100% 0 10%
    }

    .start__btn.download-btn {
        font-size: 18px;
        line-height: 50px;
        width: 200px;
        height: 50px;
    }

    .start__info{
        bottom: 35px;
        width:100%;
        max-width:300px
    }
    .start__title{
        font-size:24px
    }
    .start__text{
        margin:20px 0;
        font-size:14px
    }
    .how-it-works__content{
        text-align:center
    }
}
@media all and (max-width:375px){
    .start__text{
        font-size:12px
    }
}
.tagline{
    overflow:hidden;
    background-color:#535bff
}
.tagline__img{
    position:absolute;
    top:5%;
    width:20%;
    max-width:464px
}
.tagline__img-left{
    left:0;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.need__item-icon img,.practice__item-icon img{
    height:auto;
    -webkit-transform:translate(-50%,-50%);
    left:50%;
    position:absolute;
    top:50%
}
.info-affirmation .info__img,.info-meditation .info__text{
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1
}
.info-affirmation .info__text,.info-meditation .info__img{
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2
}
.info .block-title{
    margin-bottom:50px
}
.how-it-works .wrap,.info .wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.about-us__text,.info__text{
    width: 55%;
}
.info__img{
    width: 40%;
    max-width: 570px;
    -webkit-box-shadow: 0px 0px 21px 0px #e5e5e5de;
    -moz-box-shadow: 0px 0px 21px 0px #e5e5e5de;
    box-shadow: 0px 0px 21px 0px #e5e5e5de;
}
.info__img-affirmation img{
    max-width: 570px;
}
.info__img-meditation img{
    width: 100%;
    max-width: 570px;
}
.info .btn{
    margin-top:30px
}
.practice__items{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-top:70px
}
.practice__item{
    display:flex;
    width:48%;
    margin-bottom:45px
}
.practice__item-icon{
    width:53px;
    height:53px;
    position:relative;
    -ms-flex-negative:0;
    flex-shrink:0;
    margin-right:20px;
    border-radius:50%;
    background-color:#535bff
}
.practice__item-icon img{
    width:26px;
    transform:translate(-50%,-50%)
}
.about-us__img img,.how-it-works__img img,.practice__item-text{
    width:100%
}
.about-us,.advantages,.need{
    background-color:#f3f5f9
}
.advantages__item-icon,.how-it-works__step-icon,.need__item-icon{
    border-radius:50%;
    background-color:#535bff;
    position:relative
}
.about-us__content .wrap{
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.about-us__text .main-text{
    padding-top:30px
}
.about-us__img{
    width:30%;
}
.how-it-works__img{
    position:relative;
    width:40%;
    max-width:600px;
    -webkit-box-shadow: 0px 0px 21px 0px #e5e5e5de;
    -moz-box-shadow: 0px 0px 21px 0px #e5e5e5de;
    box-shadow: 0px 0px 21px 0px #e5e5e5de;
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){
    .how-it-works__img,.info__img{
        overflow:hidden
    }
}
.how-it-works__content{
    width: 55%
}
.how-it-works__steps{
    margin:90px 0
}
.how-it-works__step{
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom:35px
}
.how-it-works__step-icon{
    width:50px;
    height:50px;
    -ms-flex-negative:0;
    flex-shrink:0;
    margin-right:30px;
    color:#ededed;
    font:400 26px/50px Manrope,sans-serif
}
.how-it-works__step-text{
    width:100%
}
.how-it-works__btn .download-btn__apple{
    margin-right:70px
}
.footer__section:not(:last-child),.need__item-icon{
    margin-right:30px
}
.need__items{
    margin-top:70px
}
.need__item{
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.need__item:not(:last-child){
    margin-bottom:30px
}
.need__item-icon{
    width:114px;
    height:114px;
    -ms-flex-negative:0;
    flex-shrink:0
}
.need__item-icon img{
    width:73px;
    transform:translate(-50%,-50%)
}
.need__item-text{
    width:100%
}
.advantages__items{
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-top:15px
}
.advantages__item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:30%;
    margin-top:85px
}
.advantages__item-link{
    display:block;
    color:#404852
}
.advantages__item-icon{
    width:116px;
    height:116px;
    margin:0 auto 35px
}
.advantages__item-icon img{
    width:auto;
    height:70px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.advantages__item-text a{
    color:inherit
}
.reviews{
    background-color:#fff
}

.reviews__subtitle {
    margin-top: 15px;
    font-size: 18px;
}

.reviews__items{
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-top:100px
}
.reviews__item{
    width:30%
}
.reviews__item-img{
    width:100%;
    max-width:225px
}

@media all and (max-width: 1024px){
    .reviews__subtitle {
        margin-top: 12px;
        font-size: 14px;
    }

    .reviews__subtitle br {
        display: none;
    }
}

/* FAQ SECTION */
.faq {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  background-color: #f3f5f9;
  padding: 80px 0;
}

.faq .block-title {
  margin-bottom: 50px;
}

.faq ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.faq li {
  list-style: none;
}

.accordion-list {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.accordion-list__item {
  margin-bottom: 20px;
}

.accordion {
  background-color: #fff;
  border-radius: 20px
}

.accordion__btn {
  padding: 22px 15px 22px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: padding-bottom .3s ease-in;
  -o-transition: padding-bottom .3s ease-in;
  transition: padding-bottom .3s ease-in
}

.accordion__btn:hover .accordion__icon {
  background-color: #2030a0
}

.accordion__btn--active {
  padding-bottom: 10px
}

.accordion__btn--active:hover .accordion__icon {
  background-color: #535bff
}

.accordion__btn--active .accordion__icon {
  opacity: .4
}

.accordion__btn--active .accordion__icon:hover {
  background-color: #535bff
}

.accordion__btn--active .accordion__icon::before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg)
}

.accordion__btn--active .accordion__icon::after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg)
}

.accordion__descr {
  font-size: 20px;
  font-weight: 500
}

.accordion__icon {
  width: 50px;
  height: 50px;
  background-color: #535bff;
  border-radius: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity .3s, background-color .4s;
  -o-transition: opacity .3s, background-color .4s;
  transition: opacity .3s, background-color .4s
}

.accordion__icon::before,
.accordion__icon::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 25px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-transition: background-color .3s, -webkit-transform .3s;
  transition: background-color .3s, -webkit-transform .3s;
  -o-transition: transform .3s, background-color .3s;
  transition: transform .3s, background-color .3s;
  transition: transform .3s, background-color .3s, -webkit-transform .3s
}

.accordion__icon::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.accordion__content {
  display: none;
  padding: 0 40px 22px 40px
}

.accordion__content--active {
  display: block
}

.accordion__text {
  /* max-width: 650px; */
  line-height: 1.4;
  font-size: 15px
}

.accordion__text > div {
  margin-bottom: 8px
}

.accordion__text span {
  display: block;
  font-weight: 800
}

.accordion__text a {
  text-decoration: underline;
  position: relative;
  -webkit-transition: text-shadow .3s, opacity .3s;
  -o-transition: text-shadow .3s, opacity .3s;
  transition: text-shadow .3s, opacity .3s;
  word-wrap: break-word;
}

.accordion__text a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 45px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.accordion__text a:hover {
  text-shadow: 0 0 .1px #404852, 0 0 .1px #404852;
  opacity: .9
}

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

.accordion__text-wrap > div {
  width: 100%;
}

.accordion__num {
  margin-right: 8px
}

@media all and (max-width:1400px){
  .accordion-list {
    max-width: calc(100% - 20px);
  }
}

@media all and (max-width:1039px){
  .faq {
    padding: 60px 0 70px 0;
  }

  .faq .block-title {
    margin-bottom: 40px;
  }

  .accordion__btn {
    padding: 16px 15px 15px 16px;
  }

  .accordion__icon {
    width: 45px;
    height: 45px;
  }

  .accordion__content {
    padding: 0 60px 16px 16px;
  }

  /* .accordion__icon::before,
  .accordion__icon::after {
    width: 3px;
    height: 20px;
  } */

  .accordion__descr {
    font-size: 16px;
    margin: 0;
    max-width: 250px;
  }
}

/* FOOTER SECTION */
.footer{
    color:#fff;
    background-color:#535bff
}
.footer .main-text{
    font-size:14px
}
.footer .wrap{
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.footer .block-padding{
    padding:80px 0
}
.footer__section p:not(.footer__section-title){
    margin:1em 0
}
.footer__section-title{
    font-weight:700;
    font-size:22px
}
.footer__section-top{
    margin-bottom:80px
}
.agreement .main,.copyright .main,.policy .main{
    margin:100px 0
}
.agreement .main h2,.copyright .main h2,.policy .main h2{
    font-weight:500;
    color:#242323
}
.agreement .main p,.copyright .main p,.policy .main p{
    margin:15px 0;
    font-weight:300;
    font-size:18px;
    line-height:2em
}
.additional-p .bold-text,.agreement .main p span,.copyright .main p span,.policy .main p span{
    font-weight:500
}
.agreement .main-title,.copyright .main-title,.policy .main-title{
    margin:0;
    font-weight:700;
    font-size:36px;
    text-align:center;
    color:#242323
}
@media all and (max-width:767px){
    .agreement .main-title,.copyright .main-title,.policy .main-title{
        font-size:22px
    }
}
.agreement .footer__section-info p,.copyright .footer__section-info p,.policy .footer__section-info p{
    cursor:default
}
.agreement-info,.copyright-info,.policy-info{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:80px 0 30px;
    font-size:16px
}
.webp .call-to-action .grid-container{
    background-image:url(/images/download-bg.webp);
    background-repeat:no-repeat;
    background-size:cover
}
.call-to-action .grid-container,.no-webp .call-to-action .grid-container{
    background-image:url(/images/download-bg.jpg);
    background-size:cover;
    background-repeat:no-repeat
}
.call-to-action .grid-container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-bottom:20px;
    padding:50px 15px
}
.call-to-action .title{
    margin:0;
    color:#5360a2;
    font-weight:400;
    font-size:25px
}
.call-to-action p{
    margin-bottom:40px
}
.call-to-action .button-container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.call-to-action .button-container div:first-child{
    margin-right:15px
}
@media all and (max-width:1039px){
    .how-it-works__steps{
        margin:40px 0
    }
    .how-it-works__btn .download-btn__apple{
        margin-right:30px
    }
    .advantages__item,.advantages__items{
        margin-top:50px
    }
    .advantages__item-icon{
        width:100px;
        height:100px;
        margin-bottom:25px
    }
    .advantages__item-icon img{
        width:auto;
        height:50px
    }
    .footer .wrap{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        text-align:center
    }
    .footer__section-top{
        margin-bottom:30px
    }
    .footer__section-copyright{
        display:block
    }
    .footer__section-info{
        margin-top:30px;
        margin-bottom:0
    }
    .footer__section-copy{
        display:none
    }
    .footer__section-btn{
        margin:30px 0
    }
    .agreement .main p,.copyright .main p,.policy .main p{
        font-size:16px
    }
    .call-to-action .grid-container{
        padding:20px 5px
    }
    .call-to-action .title{
        font-size:22px
    }
    .call-to-action .button-container a.download-btn{
        width:170px
    }
    .social-items{
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .lang-selector{
        margin-top:15px
    }
}
@media all and (max-width:481px){
    .how-it-works__step{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .how-it-works__step-icon{
        margin-right:0;
        margin-bottom:15px
    }
    .advantages__item{
        width:47%
    }
    .advantages__item:last-child{
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1
    }
    .call-to-action p{
        margin-bottom:20px
    }
    .call-to-action .button-container{
        padding-right:0;
        padding-left:0
    }
}
@media all and (max-width:768px){
    .about-us,.practice__item{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal
    }
    .about-us .block-title,.how-it-works__title,.info .block-title,.need__item,.practice__item,.tagline{
        text-align:center
    }
    .start__content{
        background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(75%,rgba(255,255,255,0)));
        background:linear-gradient(to top,#fff 0,rgba(255,255,255,0) 75%)
    }
    .info-meditation .info__img{
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1
    }
    .about-us__text,.info-meditation .info__text,.info__text{
        -webkit-box-ordinal-group:3;
        order:2
    }
    .info-meditation .info__text{
        -ms-flex-order:2
    }
    .info .block-title{
        margin-bottom:30px
    }
    .about-us__content .wrap,.how-it-works .wrap,.how-it-works__btn,.info .wrap{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .info__text{
        -ms-flex-order:2;
        width:100%;
        margin-top:30px
    }
    .info__img{
        width:80%;
    }
    .info__img img{
        margin:0 auto
    }
    .info .btn{
        margin:30px auto 0
    }
    .need__items,.practice__items,.reviews__items{
        margin-top:50px
    }
    .practice__item{
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        width:100%;
        margin-bottom:0
    }
    .practice__item:not(:last-child){
        margin-bottom:30px
    }
    .how-it-works__btn .download-btn__apple,.need__item-icon,.practice__item-icon{
        margin-bottom:20px;
        margin-right:0
    }
    .about-us{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .about-us .block-padding{
        padding:30px 0
    }
    .about-us__text{
        width:100%;
        -ms-flex-order:2
    }
    .about-us__img{
        width:90%;
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .agreement-info,.copyright-info,.need__item,.policy-info{
        -ms-flex-direction:column;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal
    }
    .how-it-works__img{
        width: 80%
    }
    .how-it-works__content{
        width:100%;
        margin-top:25px
    }
    .need__item{
        flex-direction:column
    }
    .advantages__items{
        margin-top:0
    }
    .reviews__item{
        width:100%
    }
    .reviews__item:not(:last-child){
        margin-bottom:30px
    }
    .reviews__item-img{
        width:50%
    }
    .reviews__item-name{
        margin:20px 0;
        font-size:18px
    }
    .footer .main-text{
        font-size:12px
    }
    .footer .block-padding{
        padding:50px 0
    }
    .footer__section:not(:last-child){
        margin-right:0
    }
    .agreement .main,.copyright .main,.policy .main{
        margin:50px 0
    }
    .agreement .main p,.copyright .main p,.policy .main p{
        font-size:14px
    }
    .agreement-info,.copyright-info,.policy-info{
        flex-direction:column;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        padding:5px 0
    }
    .call-to-action .grid-container{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        text-align:center
    }
    .call-to-action .title{
        font-size:20px;
        line-height:24px
    }
    .call-to-action .button-container{
        margin-top:20px
    }
    .call-to-action .button-container a.download-btn{
        width:100%;
        max-width:150px
    }
}
button{
    -webkit-transition:.3s;
    transition:.3s
}
button,input,textarea{
    margin:0;
    padding:0;
    border:0;
    outline:0
}
.reviews__items{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.reviews__items.show{
    max-height:none;
    -webkit-transition:.8s;
    transition:.8s;
    background:0 0!important
}
.reviews__item{
    margin-bottom:50px
}
.reviews__item-wrap{
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.reviews__item-name{
    margin:10px 0 0;
    color:#b9b9b9;
    font-size:18px
}
.reviews__button{
    display:none;
    position:relative;
    margin-top:30px;
    font-size:14px;
    background-color:transparent
}
.reviews__button-text{
    font-family:Manrope,sans-serif
}
.nice-select.open .list .option:first-child,.reviews__button-text-hide{
    display:none
}
.reviews__button-arrow{
    width:28px;
    height:10px;
    display:block;
    margin:10px auto;
    -webkit-transform:scale(-1,-1);
    transform:scale(-1,-1)
}
.reviews__button-arrow img{
    display:inline-block;
    width:100%
}
.reviews__button.active .reviews__button-arrow{
    -webkit-transform:scale(1,1);
    transform:scale(1,1)
}
@media (min-width:1040px){
    .reviews__item-text{
        font-size:20px
    }
}
@media (max-width:1039px){
    .reviews__items{
        overflow:hidden;
        -webkit-transition:.8s ease-in-out;
        transition:.8s ease-in-out;
        height:100%;
        max-height:520px;
        position:relative
    }
    .reviews__items::after{
        content:'';
        width:100%;
        height:170px;
        position:absolute;
        bottom:0;
        display:block;
        background:-webkit-gradient(linear,left top,left bottom,color-stop(75%,rgba(255,255,255,0)),to(#fff));
        background:linear-gradient(to bottom,rgba(255,255,255,0) 75%,#fff 100%)
    }
    .reviews__button{
        display:inline-block
    }
}
.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover,.nice-select.open{
    background-color:#1f41c9
}
.social-items{
    display:flex
}
.social-item{
    width:40px;
    height:40px;
    border-radius:50%;
    background-color:#fff
}
.social-item:hover{
    -webkit-transform:scale(1.1);
    transform:scale(1.1)
}
.social-item:not(:last-child){
    margin-right:10px
}
.social-item a{
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:100%;
    height:100%
}
.social-item img{
    width:70%;
    -ms-flex-negative:0;
    flex-shrink:0
}
.footer__section-title{
    margin-bottom:1em;
    margin-top:0
}
.agreement .main a,.copyright .main a,.policy .main a{
    text-decoration:underline;
    color:#4b7ab5
}
.agreement .main a:hover,.copyright .main a:hover,.policy .main a:hover{
    text-decoration:none;
    color:#596172
}
.simple-ordered-list{
    margin-left:20px;
    list-style:decimal
}
.nice-select{
    border-radius:20px;
    background-color:transparent;
    outline:0;
    color:#fff;
    padding:10px 25px 10px 35px;
    width:100%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    max-width:210px;
    min-width:150px;
    height:auto;
    line-height:normal
}
.nice-select ul::-webkit-scrollbar{
    width:6px
}
.nice-select ul::-webkit-scrollbar-thumb{
    border-radius:3px;
    min-height:35px;
    background-color:#fff
}
.nice-select ul::-webkit-scrollbar-track{
    border-radius:3px;
    background-color:#0e2582
}
.nice-select:after{
    border-bottom:2px solid #fff;
    border-right:2px solid #fff
}
.nice-select.open,.nice-select:active,.nice-select:focus{
    border:1px solid #fff
}
.nice-select span.current{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis
}
.nice-select span.current::before{
    background-image:url(/images/lang.svg);
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:20px;
    height:21px;
    content:"";
    position:absolute;
    left:10px;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.nice-select.open{
    border-radius:7px 7px 0 0;
    border:1px solid #1f41c9
}
.nice-select.open span.current::before{
    background-image:none
}
.nice-select .list{
    border-radius:0 0 7px 7px;
    overflow-y:auto;
    max-height:250px;
    width:calc(100% + 2px);
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background-color:#0d2ba3;
    margin:0
}
.nice-select.open .list{
    -webkit-transform:scale(1) translate(-1px,0);
    transform:scale(1) translate(-1px,0)
}
.nice-select .option{
    padding-left:35px;
    padding-right:5px;
    text-overflow:ellipsis;
    overflow:hidden
}
.nice-select .option.selected{
    font-weight:400
}

/* ///////////////// */