@import url(select2.min.css);
@font-face {
    font-family: 'Gesta';
    src: url('/fonts/Gesta-Regular.eot');
    src: url('/fonts/Gesta-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Gesta-Regular.woff2') format('woff2'),
        url('/fonts/Gesta-Regular.woff') format('woff'),
        url('/fonts/Gesta-Regular.ttf') format('truetype'),
        url('/fonts/Gesta-Regular.svg#Gesta-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
   	font-family: 'Gesta';
    src: url('/fonts/Gesta-Light.eot');
    src: url('/fonts/Gesta-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Gesta-Light.woff2') format('woff2'),
        url('/fonts/Gesta-Light.woff') format('woff'),
        url('/fonts/Gesta-Light.ttf') format('truetype'),
        url('/fonts/Gesta-Light.svg#Gesta-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
	
@font-face {
    font-family: 'Gesta';
    src: url('/fonts/Gesta-Medium.eot');
    src: url('/fonts/Gesta-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Gesta-Medium.woff2') format('woff2'),
        url('/fonts/Gesta-Medium.woff') format('woff'),
        url('/fonts/Gesta-Medium.ttf') format('truetype'),
        url('/fonts/Gesta-Medium.svg#Gesta-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gesta';
    src: url('/fonts/Gesta-Bold.eot');
    src: url('/fonts/Gesta-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Gesta-Bold.woff2') format('woff2'),
        url('/fonts/Gesta-Bold.woff') format('woff'),
        url('/fonts/Gesta-Bold.ttf') format('truetype'),
        url('/fonts/Gesta-Bold.svg#Gesta-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN 2014';
    src: url('/fonts/DIN2014-ExtraLight.eot');
    src: url('/fonts/DIN2014-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('/fonts/DIN2014-ExtraLight.woff2') format('woff2'),
        url('/fonts/DIN2014-ExtraLight.woff') format('woff'),
        url('/fonts/DIN2014-ExtraLight.ttf') format('truetype'),
        url('/fonts/DIN2014-ExtraLight.svg#DIN2014-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('/fonts/MyriadPro-Regular.eot');
    src: url('/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('/fonts/MyriadPro-Regular.woff') format('woff'),
        url('/fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('/fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gesta';
    src: url('/fonts/Gesta-Italic.woff2') format('woff2'), url('/fonts/Gesta-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

body{

    font-family: 'Gesta';
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-family: 'Gesta';
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

figure {
    margin: 0;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.wrapper {
    overflow: hidden;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-45 {
    margin-bottom: 45px;
}

.bg-f9d4ca {
    background-color: #f9d4ca;
}

.bg-dfb5c2 {
    background-color: #dfb5c2;
}
/********** THANKS PAGE ********/

header {
    background-color: #2D9A99;
    padding: 38px 0;
}

.navigation {
    padding: 0;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    max-width: 170px;
    width: 100%;
}

.navbar-nav .nav-item {
    padding: 0 10px;
}

.navbar-nav .nav-item .nav-link {
    padding: 0;
    font-size: 16.55px;
    font-weight: normal;
    position: relative;
    z-index: 1000;
    color: #fff;
}

.secondary-header .navbar-nav .nav-item .nav-link {
    color: #147c8a;
}

.green-txt{
	color:#2D9A99;
	font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}
}

.navbar-nav .nav-item .nav-link:hover {
    color: #DFB5C2;
}

.navbar-nav .nav-item.active .nav-link {
    color: #fff;
}

.secondary-header .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
}

.secondary-header .navbar-nav .nav-item.active .nav-link {
    color: #fff;
}

.header-right {
    border-left: 1px solid #fff;
    padding: 3px 0 3px 20px;
    margin-left: 15px;
}

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

.header-right ul li {
    padding-left: 18px;
}

.header-right ul li:first-child {
    padding-left: 0;
}

.header-right ul li a {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #fff;
    font-size: 14.82px;
    line-height: 1;
}

.secondary-header .header-right ul li a {
    color: #147c8a;
}

.header-right ul li a img {
    height: 32px;
    margin-right: 6px;
}

.navigation .media {
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    position: relative;
    z-index: 1000;
}
/***** BANNER SEC ****/

.banner-sec {
    background-color: #2D9A99;
    position: relative;
}

.banner-sec:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -120px;
    width: 100%;
    background-color: #2D9A99;
    height: 100%;
    transform: skewY(-7deg);
    z-index: 1;
}

.banner-sec .image-holder {
    float: left;
    margin: -306px 0px -208px -300px;
    position: relative;
    z-index: 10;
}

.banner-sec .image-holder img {
    max-width: inherit;
}

.banner-sec .text-box {
    height: 100%;
    display: flex;
    padding: 115px 0 0 0;
    justify-content: center;
    z-index: 10;
    width: 80%;
    position: relative;
}

.banner-sec .text-inner {
    width: 100%;
}

.banner-sec .text-inner a {
    color: #2D9A99;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 148px;
    height: 43px;
    background-color: #DFB5C2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
}

.social-icon {
    position: absolute;
    z-index: 10;
    right: 42px;
    bottom: -50px;
    transform: rotate(-9deg);
}

.social-icon ul {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.social-icon ul li {
    padding: 0 5px;
}

.social-icon ul li a img {
    height: 28px;
}
/******** FEELING DIET SEC *****/

.feeling-diet-sec {
    padding: 20px 0 100px;
}

.feeling-diet-inner {
    max-width: 1233px;
    width: 100%;
    margin: -55px auto 0;
    display: flex;
    align-items: center;
}

.feeling-diet-left {
    background-color: #DFB5C2;
    flex: 0 0 470px;
    height: 470px;
    border-radius: 50%;
    margin-right: -60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 60px;
    position: relative;
    top: 33px;
}

.feeling-diet-left img {
    position: relative;
    z-index: 1;
    height: 280px;
    margin-left: 64px;
    margin-top: -63px;
}

.feeling-diet-mid {
    background-color: #2D9A99;
    flex: 0 0 398px;
    height: 398px;
    border-radius: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    top: 124px;
}

.feeling-diet-mid img {
    margin: -7px 0 0 0;
}

.feeling-diet-right {
    flex: 0 0 535px;
    height: 535px;
    background-color: #F9D4CA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -100px;
}

.feeling-diet-right img {
    height: 325px;
    margin-right: -30px;
    margin-top: -42px;
}

.down-arrow {
    text-align: center;
    margin: 85px 0 0 0;
}

.down-arrow a img {
    height: 18px;
}
/********* ORGANIZE SEC *****/

.organize-sec {
    padding: 0;
}

.organize-inner {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
}

.organize-inner .image-holder {
    padding-right: 7.5px;
}

.organize-inner .text-box {
    padding-left: 7.5px;
    position: relative;
    z-index: 100;
}

.organize-inner .text-box h3 {
    color: #2D9A99;
    font-weight: 300;
    font-size: 46px;
    max-width: 410px;
    line-height: 40px;
}

.organize-inner .text-box h3 strong {
    font-weight: bold;
}

.organize-inner .text-box h4 {
    font-weight: bold;
    color: #147C8A;
    margin: 17px 0 11px;
    font-size: 18px;
}

.organize-inner .text-box ul {
    margin-bottom: 26px;
}

.organize-inner .text-box ul li {
    display: flex;
    line-height: 16.94px;
    margin-bottom: 8px;
    font-size: 15.88px;
    font-weight: normal;
    color: #147C8A;
}

.organize-inner .text-box ul li span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Myriad Pro';
    color: #fff;
    border-radius: 50px;
    background-color: #2D9A99;
}

.organize-inner .text-box ul li p {
    flex: 1;
    width: 100%;
    margin-left: 10px;
}

.organize-inner .text-box a {
    color: #fff;
    font-size: 17.5px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #2D9A99;
    max-width: 152px;
    width: 100%;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center
}

.organize-inner .text-box a:hover {
    background-color: #DFB5C2;
}
/****** NUTRITION SEC *******/

.nutrition-sec {
    background: url(../images/uztur-bg.png) no-repeat;
    background-size: cover;
    position: relative;
    padding: 270px 0 140px;
    margin-bottom: -174px;
    margin-top: -60px;
}

.nutrition-inner {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}

.nutrition-top {
    max-width: 880px;
    width: 100%;
    display: flex;
    margin: 0 auto -45px;
}

.nutrition-inner .text-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 65px;
    flex: 1;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.nutrition-inner .text-box h3 {
    color: #147C8A;
    font-weight: 300;
    font-size: 66px;
    text-align: center;
    margin-bottom: 6px;
}

.nutrition-inner .text-box p {
    color: #147C8A;
    font-weight: normal;
    font-size: 15.88px;
    line-height: 16.94px;
    text-align: center;
    margin-bottom: 9px;
}

.nutrition-inner .text-box a {
    font-weight: bold;
    font-size: 15.88px;
    line-height: 16.94px;
    color: #147C8A;
    display: block;
    text-align: center;
}

.nutrition-inner .image-holder {
    width: 345px;
    margin: -175px 0px 0 0;
}

.nutrition-inner .image-holder img {
    max-width: inherit;
    width: 370px !important;
    margin-left: -20px;
    transform: rotate(-23deg);
}

.nutrition-inner .text-inner {
    max-width: 691px;
    flex: 1;
    width: 100%;
    position: relative;
    z-index: 1000;
}

.nutrition-inner .text-inner h4 {
    text-align: center;
    color: #147C8A;
    font-size: 29px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: none;
}

.nutrition-inner .text-inner ul {
    display: flex;
    margin: 0 -5px 13px;
    width: 100%;
}

.nutrition-inner .text-inner ul li {
    padding: 0 5px;
    width: 20%;
}

.nutrition-inner .text-inner ul li .text-inner-list span {
    background-color: #2D9A99;
    width: 49px;
    height: 49px;
    font-family: 'Myriad Pro';
    color: #fff;
    border-radius: 50px;
    font-size: 34px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.nutrition-inner .text-inner ul li .text-inner-list p {
    font-weight: normal;
    font-size: 15.88px;
    line-height: 14.82px;
    color: #147C8A;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.nutrition-inner .text-inner ul li .text-inner-list p strong {
    font-weight: bold;
    /*display: inline-block;*/
}

.nutrition-inner .text-inner a {
    color: #fff;
    font-size: 17.5px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #2D9A99;
    max-width: 152px;
    width: 100%;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
/******* MOVEMENT SEC *******/

.movement-sec {
    background: url(../images/movement-bg.png) no-repeat;
    background-size: cover;
    padding: 117px 0px 242px;
    position: relative;
    z-index: 1;
}

.movement-inner {
    display: flex;
}

.movement-inner .image-holder {
    max-width: 450px;
    width: 100%;
}

.movement-inner .image-holder img {
    max-width: initial;
    width: 675px !important;
    margin: 0 0 0 -100px;
}

.movement-inner .text-box {
    flex: 1;
    width: 100%;
    text-align: center;
    max-width: 530px;
    padding: 30px 0 0 0;
}

.movement-inner .text-box h3 {
    color: #DFB5C2;
    font-size: 64.60px;
    margin-bottom: 5px;
    font-weight: 300;
}

.movement-inner .text-box p {
    margin-bottom: 6px;
    font-size: 15.88px;
    line-height: 16.94px;
    font-weight: 400;
    color: #fff;
}

.movement-inner .text-box p br {
    display: none;
}

.movement-inner .text-box strong {
    font-size: 15.88px;
    line-height: 16.94px;
    font-weight: bold;
    color: #fff;
}

.movement-inner .text-box ul {
    display: flex;
    justify-content: center;
    margin-bottom: 7px;
}

.movement-inner .text-box ul li {
    margin: 15px 0;
    padding: 0 10px;
}

.movement-inner .text-box ul li span {
    color: #2D9A99;
    background-color: #DFB5C2;
    max-width: 49px;
    width: 100%;
    height: 49px;
    font-family: 'Myriad Pro';
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    border-radius: 50px;
}

.movement-inner .text-box ul li p {
    font-weight: normal;
    font-size: 15.88px;
}

.movement-inner .text-box a {
    color: #2D9A99;
    font-size: 17.5px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 152px;
    width: 100%;
    height: 43px;
    margin: 0 auto;
    background-color: #DFB5C2;
}
/******* FELLING SEC *****/

.feelling-sec {
    background: url(../images/felling-bg.png) no-repeat;
    background-size: cover;
    padding: 70px 0 200px;
    margin: -350px 0 0 0;
    background-position: center center;
}

.feelling-inner {
    display: flex;
}

.feelling-inner > .feeling-xs {
	margin-top: -240px;
}

.feelling-inner .image-holder {
    max-width: 415px;
    width: 100%;
    margin-top: 40px;
}

.feelling-inner .image-holder img {
    max-width: initial;
    width: 600px !important;
    margin: 0 0 0 -90px;
    transform: rotate(-75deg);
}

.feelling-inner .text-box {
    text-align: center;
    flex: 1;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: 40px;
    padding: 240px 0 0 0;
}

.feelling-inner .text-box h3 {
    color: #2D9A99;
    font-size: 64.59px;
    font-weight: 300;
    margin-bottom: 5px;
}

.feelling-inner .text-box p {
    font-size: 15.88px;
    line-height: 16.94px;
    font-weight: normal;
    color: #147C8A;
    max-width: 530px;
    margin: 0 auto 5px;
}

.feelling-inner .text-box strong {
    font-weight: bold;
    font-size: 15.88px;
    display: block;
    color: #147C8A;
    margin-bottom: 0;
}

.feelling-inner .text-box ul {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.feelling-inner .text-box ul li {
    margin: 15px 0;
    padding: 0 15px;
}

.feelling-inner .text-box ul li .text-inner span {
    background-color: #2D9A99;
    width: 49px;
    height: 49px;
    font-family: 'Myriad Pro';
    border-radius: 50px;
    font-size: 34px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.feelling-inner .text-box ul li .text-inner p {
    font-weight: normal;
    font-size: 15.88px;
    line-height: 14.82px;
    color: #147C8A;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.feelling-inner .text-box a {
    color: #fff;
    font-size: 17.5px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #2D9A99;
    max-width: 152px;
    width: 100%;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
/****** OUR TEAM SEC ******/

.our-team-sec {
    padding: 0;
    margin-bottom: -90px;
}

.our-team-inner h3 {
    text-align: center;
    font-size: 46.29px;
    color: #2D9A99;
    font-weight: 300;
}

.team-slide {
    max-width: 715px;
    width: 100%;
    margin: 25px auto 0;
    text-align: center;
    position: relative;
}

.team-box {
    position: relative;
}

.team-box:after {
    position: absolute;
    content: "";
    right: -13px;
    top: 0;
    width: 1px;
    height: 151px;
    background-color: #2D9A99;
}

.team-box .text-box {
    margin: 10px 0 0 0;
}

.team-box h4 {
    font-size: 26.25px;
    font-weight: 500;
    line-height: 26.25px;
    color: #2D9A99;
    margin-bottom: 5px
}

.team-box p {
    font-size: 15.88px;
    font-weight: normal;
    color: #147C8A;
    line-height: 15.88px;
}

.team-slide a {
    background-color: #147C8A;
    color: #fff;
    font-size: 17.5px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 165px;
    height: 43px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
    position: relative;
    z-index: 100;
}

.team-slide a:hover {
    background-color: #DFB5C2;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: auto;
    height: auto;
    margin: 0;
    top: 70px;
}

.swiper-button-next img,
.swiper-button-prev img {
    height: 23px;
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -40px;
    right: auto;
}
/******* REVIEW SEC *****/

.review-sec {
    position: relative;
    background: url(../images/uztur-bg.png) no-repeat;
    background-size: cover;
    padding: 220px 0 180px 0;
}

.review-inner {
    position: relative;
    z-index: 1000;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.review-inner h3 {
    font-weight: 300;
    color: #2D9A99;
    font-size: 46.29px;
    text-align: center;
    margin-bottom: 20px;
}

.review-inner h3 strong {
    display: block;
    font-weight: bold;
}

.review-inner .review-box .image-holder {
    max-width: 152px;
    width: 100%;
    height: 152px;
    background-color: #167F87;
    border-radius: 50%;
    margin: 0 auto 13px;
}

.review-box {
    position: relative;
}

.review-box:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 151px;
    background-color: #2D9A99;
}

.review-inner .review-box .text-box img {
    height: 23px;
}

.review-inner .review-box .text-box h4 {
    font-weight: 500;
    font-size: 26.25px;
    color: #fff;
    text-align: center;
    margin: 11px 0 7px;
}

.review-inner .review-box .text-box p {
    font-size: 15.88px;
    line-height: 15.88px;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    max-width: 218px;
    width: 100%;
    color: #147C8A;
}

.review-inner .review-box .text-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-inner .review-box .text-box ul li {
    width: auto;
    padding: 0 4px;
}

.review-inner .swiper-button-next,
.review-inner .swiper-button-prev {
    top: 50%;
}
/*.review-inner ul li .text-box ul li:after{
display: none;
}*/
/******* WHAT DO SEC *****/

.what-do-sec {
    background: url(../images/movement-bg.png) no-repeat;
    background-size: cover;
    padding: 130px 0 200px;
    margin: -180px 0;
    position: relative;
    z-index: 1;
}

.what-do-inner {
    display: flex;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}

.what-do-left {
    max-width: 270px;
    width: 100%;
}

.what-do-left-inner {
    padding: 105px 0 24px;
    background-color: #DFB5C2;
    position: relative;
}

.what-do-list {
    background-color: rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    max-width: 218px;
    width: 100%;
    height: 218px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
}

.what-do-list h4 {
    color: #2D9A99;
    font-weight: normal;
    font-size: 37.24px;
    line-height: 37.24px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.what-do-list h3 {
    color: #fff;
    font-weight: bold;
    font-size: 80px;
    line-height: 81.25px;
    text-transform: uppercase;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.what-do-list h3 span {
    font-weight: 300;
    font-size: 51.49px;
}

.what-do-right {
    flex: 1;
    width: 100%;
    display: flex;
    margin-left: 0;
    align-items: center;
    justify-content: flex-end;
}

.what-do-left-inner .text-box p {
    font-weight: 500;
    font-size: 17.81px;
    line-height: 19.06px;
    text-align: center;
    color: #2D9A99;
    margin: 10px 0;
}

.what-do-left-inner .text-box a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 148px;
    width: 100%;
    margin: 0 auto;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2D9A99;
    color: #fff;
}

.tag {
    font-size: 16.81px;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../images/tag-img.png) no-repeat;
    background-size: cover;
    width: 130px;
    height: 100px;
    color: #2D9A99;
    text-align: center;
    padding: 29px 0;
    position: absolute;
    top: -12px;
    right: 0;
}

.avocado-img {
    position: absolute;
    top: -109px;
    left: -88px;
    width: 230px;
}

.what-do-right h3 {
    font-size: 46.29px;
    font-weight: 300;
    color: #DFB5C2;
    text-align: center;
    margin-bottom: 20px;
}

.what-do-right ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.what-do-right ul li {
    width: 50%;
    text-align: center;
    margin: 7px 0;
}

.what-do-right ul li span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Myriad Pro';
    border-radius: 50px;
    font-size: 34px;
    background-color: #DFB5C2;
    color: #fff;
    margin: 0 auto 9px;
}

.what-do-right ul li p {
    color: #fff;
    line-height: 14.82px;
    font-size: 15.88px;
    text-align: center;
}

.what-do-right .text-box {
    max-width: 340px;
    width: 100%;
}
/***** START LIVING ******/

.start-living-sec {
    padding: 35px 0px 40px;
    position: relative;
    z-index: 100;
}

.start-living-inner {
    display: flex;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}

.start-living-left {
    max-width: 330px;
    width: 100%;
    padding: 180px 0 0 0;
}

.start-living-left .text-box h3 {
    font-size: 64.59px;
    font-weight: bold;
    color: #2D9A99;
    text-align: center;
    margin-bottom: 25px;
    line-height: 60px;
}

.start-living-left .text-box p {
    font-size: 64.59px;
    font-weight: 300;
    color: #2D9A99;
    text-align: center;
    line-height: 45.53px;
    margin-bottom: 24px;
}

.start-living-left .text-box a:hover {
    background-color: #DFB5C2;
}

.start-living-left .text-box a {
    color: #fff;
    font-size: 17.5px;
    max-width: 148px;
    width: 100%;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin: 0 auto;
    background-color: #2D9A99;
}
/***** FOOTER *****/

footer {
    background-color: #DFB5C2;
    padding: 14px 0;
    position: relative;
}

.footer-bg {
    position: absolute;
    left: 121px;
    bottom: 0;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-logo {
    max-width: 170px;
    width: 100%;
}

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

.footer-nav-left ul {
    display: flex;
    align-items: center;
}

.footer-nav-left ul li {
    padding: 0 10px;
}

.footer-nav-left ul li a {
    color: #fff;
    font-size: 16.55px;
    font-weight: normal;
    display: inline-block;
}

.footer-nav-right {
    border-left: 1px solid #fff;
    padding: 2px 0 2px 20px;
    margin-left: 13px;
}

.footer-nav-right ul {
    display: flex;
    align-items: center;
}

.footer-nav-right ul li {
    display: flex;
    align-items: center;
    margin-left: 19px;
}

.footer-nav-right ul li:first-child {
    margin-left: 0;
}

.footer-nav-right ul li span {
    max-width: 32px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-right: 7px;
}

.footer-nav-right ul li span img {
    width: 100%;
}

.footer-nav-right ul li h3 {
    flex: 1;
    width: 100%;
    color: #fff;
    font-size: 14.82px;
    line-height: 14.82px;
    color: #fff;
    text-transform: uppercase;
}

.social-media {
    padding: 29px 0;
    border-bottom: 1px solid #fff;
}

.social-media ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 224px;
    width: 100%;
    margin-left: auto;
}

.social-media ul li {
    margin-left: 10px;
}

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

.footer-bottom .text-box {
    max-width: 500px;
    width: 100%;
}

.footer-bottom .text-box span {
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    display: block;
    line-height: 21px;
    margin-bottom: 4px;
}

.footer-bottom .text-box h4 {
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    display: block;
    line-height: 21px;
    margin-bottom: 14px;
}

.footer-bottom .text-box strong {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    display: block;
    line-height: 17px;
    margin-bottom: 3px;
}

.footer-bottom .text-box p {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    display: block;
    line-height: 17px;
}

.brands {
    flex: 1;
    width: 100%;
    max-width: 524px;
    margin-left: auto;
}

.brands ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

.brands ul li:nth-child(3) {
    border-right: 1px solid #fff;
    padding-right: 13px;
}

.brands span {
    max-width: 308px;
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright {
    position: relative;
    z-index: 1;
    text-align: center;
}
.copyright a {
    color: #fff;
}


.copyright p {
    color: #fff;
    font-weight: normal;
    font-size: 12.41px;
}
/******** START LIVING RIGHT ******/

.start-living-right {
    flex: 1;
    width: 100%;
    margin-left: auto;
    max-width: 330px;
}

.start-living-box .media {
    position: relative;
    z-index: 100;
}

.start-living-box {
    background-color: #2D9A99;
    text-align: center;
    padding: 20px 20px 36px;
}

.start-living-box h3 {
    font-size: 28.79px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
}

.start-living-box h3 span {
    font-weight: bold;
}

.living-box-left {
    width: 50%;
}

.living-box-left-inner {
    max-width: 100px;
    width: 100%;
    margin: 0 auto;
}

.living-box-left-inner2 {
    max-width: 114px;
    width: 100%;
    margin: 0 auto;
}

.living-box-left .text-box .form-control {
    font-weight: bold;
    font-size: 33.42px;
    text-align: center;
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: 1.164px solid #fff;
    background-color: transparent;
    color: #F9D4CA;
}

.living-box-left .text-box .form-control:focus::placeholder {
    color: transparent !important;
}

 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #F9D4CA !important;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #F9D4CA !important;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    color: #F9D4CA !important;
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: #F9D4CA !important;
}

.living-box-left .text-box {
    margin-bottom: 10px;
}

.living-box-left .text-box p {
    color: #fff;
    font-size: 13.82px;
    font-weight: 400;
    text-align: center;
}

.living-box-left ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.living-box-left ul li {
    padding: 0 3px;
}

.living-box-left ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.living-box-left ul li a img {
    height: 61px;
}

.living-box-left ul li a img.active-state {
    display: none;
}

.living-box-left ul li.active a img.simple-state {
    display: none;
}

.living-box-left ul li.active a img.active-state {
    display: block;
}

.start-living-box .text-inner {
    margin: 5px 0 0 0;
}

.start-living-box .text-inner a {
    color: #2D9A99;
    font-weight: 500;
    font-size: 17.74px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F9D4CA;
    max-width: 128px;
    width: 100%;
    height: 44px;
    margin: 0 auto;
}

.start-living-box .text-inner h4 {
    color: #fff;
    font-size: 46px;
    line-height: 46px;
    font-weight: bold;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 4px;
}

.start-living-box .text-inner span {
    color: #fff;
    font-size: 15.88px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
}

.start-living-box .text-inner p {
    font-size: 15.88px;
    line-height: 20px;
    color: #fff;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
}
/*#barometer_form{
display: none;
}*/
#barometer{
        margin: 0 0 -70px 0;
		height: 250px;
		overflow: hidden;
}

.meter_scale {
	  z-index: 100;

}
.meter_arrow {
	position: relative;
	top: -150px;
	width: 32px;
	  z-index: 200;

}



.kusibas-banner-sec,
.top-green-section {
    background-color: #2D9A99;
    position: relative;
    z-index: 3;
    padding-bottom: 250px;
    overflow: hidden;
}

.kusibas-banner-sec:before,
.top-green-section:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -310px;
    width: 100%;
    background-color: #fff;
    height: 100%;
    transform: skewY( -9deg);
    z-index: -1;
}

.kusibas-banner-sec:after,
.top-green-section:after {
    position: absolute;
    content: "";
    background: url('/images/sub-banner-shape.svg') no-repeat;
    width: 1250px;
    height: 168px;
    left: -290px;
    bottom: 95px;
    z-index: -1;
}

.sub-banner-content {
    padding-top: 60px;
    text-align: center;
    padding-left: 50px;
}

.sub-banner-content h2, .sub-banner-content h1 {
    font-size: 108px;
    line-height: 110px;
    color: #dfb5c2;
    margin-bottom: 10px;
}

.sajutas-banner-sec .sub-banner-content h2,.sajutas-banner-sec .sub-banner-content h1 {
    color: #2d9a99;
}

.register-btn,
.kusibas-banner-sec .register-btn {
    font-size: 18px;
    line-height: 24px;
    color: #2d9a99;
    font-family: 'Gesta';
    font-weight: 500;
    padding: 12px 20px;
    background-color: #dfb5c2;
    border-radius: 0;
}

.sajutas-banner-sec .register-btn {
    background-color: #2d9a99;
    /*color: #dfb5c2;*/
    color: #dfb5c2;
}

.kusibas-banner-sec .image-holder {
    position: absolute;
    top: 20px;
}

.process-sec-content-box>p {
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
    font-family: 'Gesta';
    color: #2d9a99;
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.process-count-heading {
    font-size: 30px;
    line-height: 32px;
    font-weight: normal;
    font-family: 'Gesta';
    color: #2d9a99;
    max-width: 250px;
    margin: 0 auto;
}

.process-count-heading span {
    font-weight: bold;
}

.process-step-box {
    text-align: center;
}

.process-step-detail-box {
    text-align: left;
    padding-right: 220px;
}

.process-step-detail-box h2 {
    font-size: 46px;
    line-height: 50px;
    font-weight: normal;
    font-family: 'Gesta';
    color: #2D9A99;
    margin-bottom: 20px;
}

.process-step-detail-box h2 span {
    font-weight: bold;
}

.process-step-detail-box>p {
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    font-family: 'Gesta';
    color: #2d9a99;
    margin-bottom: 10px;
}

.process-step-detail-box>p.bold-text {
    font-weight: bold;
    margin-bottom: 15px;
}

.process-step-detail-box>p span {
    font-weight: bold;
}

.video-box {
    position: relative;
}

.play-icon {
    position: absolute;
    content: "";
    width: 37px;
    height: 37px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.process-count-box {
    margin-bottom: 10px;
}

.process-sec {
    padding-bottom: 60px;
    position: relative;
    z-index: 5;
}

.expert-sec {
    padding: 40px 0 50px;
    background-color: #E8C9D2;
}

.expert-sec-beige {
    padding: 40px 0 50px;
    background-color: #fceae5;
}

.section-heading h2 {
    font-size: 46px;
    font-weight: 300;
    line-height: 40px;
    color: #2d9a99;
    font-family: 'Gesta';
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h2 span {
    font-weight: bold;
}

.expert-detail-box {
    text-align: center;
}

.expert-detail-box figure img {
    width: 151px;
}

.expert-detail-box figure {
    margin-bottom: 10px;
}

.expert-detail-box h4 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Gesta';
    color: #2d9a99;
    margin-bottom: 5px;
}

.expert-detail-box p {
    font-size: 16px;
    line-height: 14px;
    font-weight: 400;
    color: #2d9a99;
    font-family: 'Gesta';
}

.expert-detail-box p span {
    font-style: italic;
}

.view-more-btn {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.view-more-btn a {
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    font-family: 'Gesta';
    background-color: #2D9A99;
    padding: 11px 24px;
}

.what-to-do-sec {
    background-color: #2d9a99;
    padding: 75px 0 40px;
}

.right-tag {
    background: url(../images/tag-img02.svg) no-repeat;
    top: -19px;
    z-index: 1;
}

.what-to-do-sec .what-do-right h3 {
    font-size: 44.29px;
}

.what-to-do-sec .what-do-right ul {
    display: block;
}

.what-to-do-sec .what-do-right ul li {
    width: 100%;
    margin: 0 0 35px 0;
    position: relative;
}

.what-to-do-sec .what-do-right ul li:last-child {
    margin-bottom: 0;
}

.what-to-do-sec .what-do-right ul li:before {
    position: absolute;
    content: "";
    background-color: #E8C9D2;
    width: 1px;
    height: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -28px;
}

.what-to-do-sec .what-do-right ul li:last-child::before {
    display: none;
}

.video-sec {
    padding: 60px 0;
}

.video-cntainer-box {
    font-size: 46px;
    line-height: 40px;
    font-weight: 300;
    color: #2d9a99;
    font-family: 'Gesta';
    text-align: center;
    margin-bottom: 50px;
}

.process-step-box-outer,
.process-step-box-outer02 {
    position: relative;
		margint-bottom: 30px;
}

.process-step-box-outer:before {
    position: absolute;
    content: "";
    background: #2d9a99;
    width: 0.87px;
    height: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.process-step-box-outer02:before {
    position: absolute;
    content: "";
    background: #2d9a99;
    width: 1.54px;
    height: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.process-step-first-row,
.expert-sec-details-row {
    position: relative;
}

.return-to-top {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 9;
}

.return-to-top figure {
    width: 25px;
}

.sajutas-banner-sec {
    background-color: #f9d4ca;
    position: relative;
    z-index: 3;
    padding-bottom: 270px;
}

.sajutas-banner-sec:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -280px;
    width: 100%;
    background-color: #fff;
    height: 100%;
    transform: skewY( -9deg);
    z-index: -1;
}

.sajutas-banner-sec .image-holder {
    position: absolute;
    top: -60px;
    right: -20px;
    left: auto;
    width: 100%;
    height: 100%;
    transform: rotate( 9deg);
}

.sajutas-banner-sec:after {
    position: absolute;
    content: "";
    background: url(../images/sub-banner-shape.svg) no-repeat;
    width: 1250px;
    height: 169px;
    left: -315px;
    bottom: 150px;
    background-size: 100%;
    z-index: -1;
}

.palm-img {
    position: absolute;
    width: 400px;
    top: -150px;
    left: -130px;
}

.what-do-left-inner.bg-f9d4ca {
    background-color: #f9d4ca;
}

.secondary-what-to-do .what-do-right h3 {
    color: #f9d4ca;
}

.secondary-what-to-do .what-do-right ul li span {
    background-color: #f9d4ca;
}

.video-lesson-sec {
    padding: 50px 0 65px;
}

.video-lesson-heading h2 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
    color: #2d9a99;
    font-family: 'Gesta';
    text-align: center;
    max-width: 600px;
    margin: 0 auto 40px;
}

.video-lesson-heading h2 span {
    font-weight: bold;
}

.video-lesson-wrapper .video-box {
    margin-bottom: 10px;
}

.video-lesson-wrapper h4 {
    font-size: 20px;
    line-height: 16px;
    font-family: 'Gesta';
    font-weight: bold;
    color: #2d9a99;
    margin-bottom: 5px;
}

.video-lesson-wrapper p {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Gesta';
    color: #2d9a99;
}

.video-lesson-wrapper p span {
    font-weight: bold;
}

.video-lesson-heading {
    position: relative;
}

.video-lesson-heading .return-to-top {
    top: -30px;
    bottom: auto;
}

.uzturs-banner-sec {
    background-color: #dfb5c2;
}

.uzturs-banner-sec .image-holder {
    top: -40px;
    right: -20px;
}

.uzturs-banner-sec:before {
    bottom: -325px;
}

.uzturs-banner-sec:after {
    bottom: 95px;
}

.video-lesson-wrapper .video-box {
    width: 290px;
}

.return-to-top.bottom-btn {
    bottom: -30px;
}

.expert-detail-box figure {
    border-right: 1px solid #2d9a99;
}

.expert-detail-box:last-child figure {
    border-right: none;
}

.nutrition-experts-sec {
    background-color: rgba(223, 181, 194, 0.50);
}

.sajutas-banner-sec .social-icon {
    bottom: 35px;
}

.uzturs-banner-sec .social-icon {
    bottom: -10px;
}

.sajutas-page-sec .process-step-box-outer:before {
    height: 0%;
    background-color: #f9d4ca;
}

.sajutas-page-sec .process-step-box-outer02:before {
    height: 0%;
    background-color: #f9d4ca;
}

.uzturs-page-sec .process-step-box-outer:before {
    background-color: #f9d4ca;
}

.uzturs-page-sec .process-step-box-outer02:before {
    height: 0%;
    background-color: #f9d4ca;
}

.uzturs-page-sec .process-step-box-outer03:before {
    position: absolute;
    content: "";
    background: #f9d4ca;
    width: 1.54px;
    height: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.uzturs-page-sec .process-step-box-outer04:before {
    position: absolute;
    content: "";
    background: #f9d4ca;
    width: 1.54px;
    height: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.page-title {
	font-family: din-2014-narrow, sans-serif;
	font-weight: 300;
	font-style: normal;
}

/* FAQ SECTION */
.faq-section {
	padding: 60px 0px;
}
.faq-block {
	margin-bottom: 30px;
}
.faq-block:last-child {
	margin-bottom: 0px;
}
.faq-block h2 {
	margin-bottom: 30px;
	color: #2D9A99;
}
.faq-section .accordion .card .card-header {
	background: #2D9A99;
	padding: 5px 0px;
}
.faq-section .accordion .card .btn-link {
	color: #DFB5C2;
	font-weight: 500;
	padding-left: 25px;
	text-decoration: none;
}
.faq-section .accordion .card .btn-link.collapsed {
	color: #fff;
}
.faq-section .accordion .card .btn-link:hover{
	color: #DFB5C2;
}
[data-toggle="collapse"].btn-link:before {  
	content: "\003E";
	position: absolute;
	top: 12px;
	left: 11px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
[data-toggle="collapse"].btn-link.collapsed:before {
	content: "\003E";
	position: absolute;
	top: 11px;
	left: 10px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
/* FAQ SECTION END */

.about-program-sec .text-box p {
	text-align: justify !important;
}
.about-program-sec .container:last-child {
	margin-bottom: 30px;
	margin-top: 60px;
}
.about-program h1 {
	font-size: 84px;
}
.about-program-nutrition-inner .text-box h3, 
.about-program-feeling-inner .text-box h3, 
.about-program-movement-inner .text-box h3 {
	font-family: din-2014-narrow, sans-serif;
}
/* KONTAKTS SECTION */
.top-green-section {
	background: url(../images/png/top-green-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 620px;
	position: relative;
}
.top-green-section:after,
.top-green-section:before {
	content: unset;
}
.kontakti .social-icon,
.specialisti .social-icon {
    top: 43%;
    left: 70%;
}
.kontakti .sub-banner-content h2, .kontakti .sub-banner-content h1,
.specialisti .sub-banner-content h2,.specialisti .sub-banner-content h1 {
	margin-bottom: 92px;
	color: #F9D4CA;
}
.kontakt-steps {
	padding-bottom: 20px;
}
.kontakt-steps .steps-wrapper {
	display: flex;
    justify-content: space-between;
	align-items: baseline;
	flex-direction: row;
}
.kontakt-steps .steps-wrapper .step {
	display: flex;
	text-align: center;
	align-items: center;
	flex-direction: column;
	flex: 0 0 18%;
}
.kontakt-steps .steps-wrapper .sep-line {
	height: 1px;
    background: #F9D4CA;
    display: flex;
    flex: 0 0 10%;
}
.kontakt-steps .steps-wrapper .step .img {
	margin-bottom: 15px;
	width: 100px;
}
.kontakt-steps .steps-wrapper .step .img img {
	width: 100%
}
.kontakt-steps .steps-wrapper .step .txt {
	color: #2D9A99;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
	white-space: nowrap;
}
.kontakt-steps .steps-wrapper .step .txt b {
	font-size: 20px;
}
.kontakt-form {
	padding-bottom: 100px;
}
.kontakt-form .col-12 {
	width: 60%;
	max-width: 60%;
	margin: 0 auto;
}
.kontakt-form .title {
	color: #2D9A99;
    font-weight: 500;
    font-size: 21px;
    text-transform: uppercase;
}
.kontakt-form form .row {
	margin-bottom: 20px;
}
.kontakt-form form label {
	margin-bottom: 0px;
    color: #2D9A99;
    font-weight: 600;
    font-size: 14px;
}
.kontakt-form form input,
.kontakt-form form textarea {
	resize: none;
    border-radius: unset;
    border: 1px solid #2D9A99;
}
.kontakt-form form textarea {
	width: 100%;
	height: 250px;
}
.kontakt-form form input[type="submit"] {
	background: #2D9A99;
	color: #f9d4ca;
	text-transform: uppercase;
	cursor: pointer;
	padding: 5px 15px;
}
.kontakts-map {
	width: 100%;
	height: 400px;
}
/* KONTAKTS SECTION END */

/* SPECIALISTI SECTION */
.kusibas-banner-sec.specialisti {
	padding-bottom: 250px !important;
}
.specialisti .image-holder {
	width: 290px;
    transform: rotate(75deg);
    right: 160px;
}
.specialisti .sub-banner-content h2, .specialisti .sub-banner-content h1 {
    color: #F9D4CA;
}
.specialisti.eksperti {
	padding: 50px 0px;
	position: relative;
}
.specialisti.eksperti.first {
	padding-top: 35px;
	margin-top: -40px;
}
.specialisti.eksperti.last {
	padding-bottom: 100px;
}
.specialisti.eksperti.pink {
	background: #f2e1e7;
	margin-top: 115px;
}
.specialisti.eksperti.pink .over-img,
.specialisti.eksperti.last .over-img {
	width: 430px;
    position: absolute;
    top: -185px;
    left: -10px;
}
.specialisti.eksperti.last .over-img {
	width: 200px;
    left: unset;
    right: 118px;
    top: -120px;
}
.specialisti.eksperti.pink .over-img img,
.specialisti.eksperti.last .over-img img {
	width: 100%;
}
.specialisti.eksperti h3 {
	text-align: center;
    font-size: 46.29px;
    color: #2D9A99;
    font-weight: 300;
	margin-bottom: 70px;
	line-height: 40px;
}
.specialisti.eksperti h3 strong {
	font-weight: 600;
}
.specialisti .team-list {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.specialisti .team-list .item {
	flex-flow: column;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    flex: 0 0 30%;
	margin-bottom: 20px;
}
.specialisti .team-list .item .img {
	width: 100%;
    border-right: 1px solid #2D9A99;
	margin-bottom: 10px;
}
.specialisti .team-list .item:nth-child(3n) .img {
	border-right: unset;
}
.specialisti .team-list .item .title {
	font-weight: 500;
    font-family: 'Gesta';
    color: #2d9a99;
    margin-bottom: 5px;
	font-size: 14px;
}
.specialisti .team-list .item .title b {
	display: block;
    font-size: 22px;
    font-weight: 500;
	line-height: 20px;
}
/* SPECIALISTI SECTION END */

/* FIXES */
.kontakti .social-icon,
.specialisti .social-icon,
.cenas .social-icon,
.arstiem .social-icon {
	left: unset;
    right: 0%;
    top: 70%;
}
.specialisti .image-holder {
	top: -125px;
}
.banner-sec.about-program-banner-sec:before {
	position: absolute;
    content: "";
    background: url(../images/sub-banner-shape.svg) no-repeat;
    width: 1500px;
    height: 210px;
    left: 70px;
    bottom: -71px;
    z-index: 2;
    background-size: cover;
}
/* FIXES END */

/* CENAS SECTION */
.kusibas-banner-sec.cenas{
    padding-bottom: 250px !important;
}
.cenas .sub-banner-content h2, .cenas .sub-banner-content h1 {
	font-family: din-2014-narrow, sans-serif;
	margin-bottom: 92px;
	font-size: 108px;
    color: #DFB5C2;
}
.what-to-do-sec.cenas {
	background: #fff;
}
.cenas.first {
    position: relative;
    top: -105px;
	z-index: 3;
}
.cenas.first .what-do-wrapper {
	display: flex;
	justify-content: flex-end;
}
.cenas .what-do-left {
	-webkit-box-shadow: 0px 3px 21px -1px rgba(0,0,0,0.14); 
	box-shadow: 0px 3px 21px -1px rgba(0,0,0,0.14);
}
.cenas.first .what-do-wrapper .avocado-img {
	width: 430px;
    top: -165px;
    left: -255px;
	z-index: 99;
}
.cenas.first .steps-wrapper {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.cenas.first .steps {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.cenas h2 {
	color: #2D9A99;
    font-family: 'Gesta';
    font-size: 46px;
    font-weight: 300;
	margin-bottom: 20px;
	white-space: nowrap;
}
.cenas.first .steps-wrapper .step {
	flex-flow: column;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    flex: 0 0 50%;
	margin-bottom: 10px;
}
.cenas.first .steps-wrapper .step .number {
	width: 50px;
    height: 50px;
    background: #2D9A99;
    color: #fff;
    border-radius: 50px;
	font-family: 'Myriad Pro';
	font-size: 34px;
	margin-bottom: 10px;
}
.cenas.first .steps-wrapper .step .txt {
	font-weight: 500;
	color: #2D9A99;
	line-height: 15px;
}
.pad-right-30 {
	padding-right: 30px !important;
}
.cenas.you-get {
	display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    top: -70px;
}
.cenas.you-get h2 {
	text-transform: uppercase;
	margin-bottom: 0px;
}
.cenas.you-get .img { 
	margin-bottom: 25px;
	width: 38px; 
}
.cenas.you-get .img img { width: 100%; }
.cenas.common {
    padding: 20px 0px 50px 0px;
    position: relative;
    top: -50px;
}
.cenas.common .row.flex {
	display: flex;
	justify-content: center;
	position: relative;
}
.cenas.second {
	background: #f2e1e7;
}
.cenas.second .img-block-container {
	width: 680px;
    position: absolute;
    transform: rotate(-32deg);
    top: -168px;
    right: -285px;
}
.cenas.second h2 {
	padding-left: 20px;
}
.cenas .hor-steps {
	display: flex;
    flex-flow: column;
    flex-wrap: wrap;
}
.cenas .hor-steps .step {
	display: flex;
    align-items: center;
}
.cenas .hor-steps .hor-step-sep {
	background: #2D9A99;
    width: 1px;
    height: 40px;
    margin: 10px 0px 10px 24px;
}
.cenas .hor-steps .step .number {
	width: 50px;
    height: 50px;
    background: #2D9A99;
    color: #fff;
    border-radius: 50px;
	font-family: 'Myriad Pro';
	font-size: 34px;
	margin-right: 15px;
	text-align: center;
}
.cenas .hor-steps .step .txt {
	font-weight: 500;
	color: #2D9A99;
	line-height: 15px;
}
.cenas.common .arrow-up,
.arstiem .arrow-up {
	float: right;
    width: 20px;
    position: relative;
    top: 30px;
}
.clear {
	clear: both;
}
.cenas.common .cross {
    color: #fff;
    width: 80px;
    height: 80px;
    background: #e8c9d2;
    border-radius: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 37px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cenas.common .cross div {
	width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/png/cenas/cross.png) no-repeat;
    background-size: contain;	
}
.cenas.fourth {
	background: #2D9A99;
    padding-bottom: 75px;
	z-index: 1;
}
.cenas.fourth h2 {
    color: #DFB5C2;
    padding-left: 25px;
}
.cenas.fourth .hor-steps .step .number {
	background: #DFB5C2;
	color: #2D9A99;
	margin-left: 15px;
	margin-right: 0px;
}
.cenas.fourth .hor-steps .step .txt {
	color: #fff;
	width: 150px;
}
.cenas.fourth .hor-steps .hor-step-sep {
	background: #DFB5C2;
	margin-left: 0px;
	position: relative;
    right: -190px;
}
.cenas.fourth .img-block-container {
    width: 680px;
    position: absolute;
    top: -80px;
    left: -240px;
    z-index: 10;
}
.cenas.fifth {
	background: #fbe5df;
	padding: 70px 0px;
}
.cenas.fifth .img-block-container {
	transform: scaleX(-1) rotate(-110deg);
	top: -130px;
}
.cenas.fifth .arrow-up {
	top: 40px;
}
.cenas.sixth {
	padding-bottom: 70px;
}
/* CENAS SECTION END */

/* ARSTIEM SECTION */
.arstiem h2.page-title {
	font-size: 75px;
    color: #f9d4ca;
    line-height: 95px;
	margin-bottom: 102px;
}
.arstiem h2.page-title br.mobile {
	display: none;
}
.arstiem .social-icon {
	top: 79%;
}
.kusibas-banner-sec.arstiem:before {
	background: #f9d4ca;
	bottom: -400px;
}
section.arstiem.first {
	padding-bottom: 30px;
	background: #f9d4ca;
}
.arstiem.first .top-block {
	text-align: center;
}
.arstiem.first .top-block p {
	font-weight: 500;
	font-size: 18px;
    color: #2D9A99;
	line-height: 20px;
	margin-bottom: 15px;
}
.arstiem.first .top-block p:last-child {
	margin-bottom: 0px;
}
.arstiem.first .middle-block {
	padding-top: 60px;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    align-content: flex-start;
}
.arstiem.first .middle-block .step {
	display: flex;
    flex-direction: column;
    flex: 0 0 33%;
    align-items: center;
	justify-content: flex-start;
}
.arstiem.first .middle-block .step.bordered {
	border-left: 1px solid #147c8a;
	border-right: 1px solid #147c8a;
}
.arstiem.first .middle-block .step .img {
	margin-bottom: 30px;
}
.arstiem.first .middle-block .step .img img {
	width: 100%;
	height: 100%;
}
.arstiem.first .middle-block .step:nth-child(1) .img {
	width: 261px;
	height: 143px;
}
.arstiem.first .middle-block .step:nth-child(2) .img {
	width: 164px;
	height: 164px;
}
.arstiem.first .middle-block .step:nth-child(2) .txt {
	position: relative;
	top: -10px;
}
.arstiem.first .middle-block .step:nth-child(3) .img {
	width: 164px;
	height: 164px;
}
.arstiem.first .middle-block .step:nth-child(3) .txt {
	position: relative; 
	top: -10px;
}
.arstiem.first .middle-block .step:nth-child(3) .img img {
	/*position: relative;
	top: -38px;*/
}
.arstiem.first .middle-block .step .txt {
	font-weight: 500;
    font-size: 18px;
    color: #2D9A99;
    line-height: 20px;
	text-align: center;
}
.arstiem.first .bottom-block {
	display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    align-items: center;
}
.arstiem.first .bottom-block .arrow-down {
	width: 40px;
    position: relative;
    top: -30px;
}
.arstiem.first .bottom-block .arrow-down img {
	width: 100%;
}
.arstiem.first .bottom-block .tips,
.arstiem.first .bottom-block .txt {
	font-weight: 500;
    font-size: 18px;
    color: #2D9A99;
    line-height: 20px;
    text-align: center;
}
.arstiem.first .bottom-block .tips {
	font-size: 40px;
    margin-bottom: 20px;
}
.arstiem.first .bottom-block .tips strong {
	font-size: 55px;
}
.arstiem.second {
	padding: 35px 0px 60px 0px;
	background: #fcece7;
}
.arstiem.second h2 {
    text-align: center;
    font-size: 75px;
    color: #2D9A99;
    line-height: 95px;
    font-weight: 300;
    font-family: din-2014-narrow, sans-serif;
}
.arstiem.second .txt {
	text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #2D9A99;
    line-height: 23px;
}
.arstiem.third {
	position: relative;
	padding-bottom: 70px;
}
.arstiem.third .arrow-down {
    display: flex;
	justify-content: center;
	padding: 30px 0px;
}
.arstiem.third .arrow-down img {
	width: 40px;
}
.arstiem.third .block-img {
	position: absolute;
    top: -80px;
    left: -150px;
    width: 95%;
	z-index: 2;
}
.arstiem.third .block-img img {
	width: 100%;
}
.arstiem.third .step-row {
	display: flex;
	display: -webkit-flex;
	flex: 0 0 100%;
}
.arstiem.third .step-row.left {
	justify-content: flex-start;
}
.arstiem.third .step-row.right {
	justify-content: flex-end;
}
.arstiem.third .steps .step {
	display: flex;
    flex: 0 0 40%;
    flex-flow: column;
	position: relative;
}
.arstiem.third .steps .step .title-block {
	display: flex;
    flex-flow: column;
    align-items: center;
	padding-bottom: 5px;
}
.arstiem.third .steps .step .title-block .number {
	width: 113px;
    height: 113px;
    border-radius: 60px;
    color: #fff;
    font-family: 'Gesta';
    background: #2D9A99;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 74px;
    font-weight: 500;
}
.arstiem.third .steps .step .title-block .lekcija {
	font-family: 'DIN 2014';
	color: #2D9A99;
	font-size: 30px;
    font-weight: 600;
}
.arstiem.third .steps .step .title-block .title {
	color: #2D9A99;
    font-size: 30px;
    font-weight: 600;
	line-height: 30px;
    text-align: center;
}
.arstiem.third .steps .step .title-block .desc {
	color: #2D9A99;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
}
.arstiem.third .steps .step .title-block .arrow-up {
	width: 20px;
    height: 20px;
    position: absolute;
    top: 25%;
    right: 0;
}
.arstiem.third .steps .step .title-block .arrow-up img {
	width: 100% !important;
	height: 100% !important;
	position: unset;
}
.arstiem.third .steps .step .list li:before {
	content: "\2022";
	color: #2d9a99;
	margin-right: 5px;
	font-weight: 600;
    position: relative;
    top: 1px;
}
.arstiem.third .steps .step .list li {
	color: #2d9a99;
    font-size: 16px;
    font-family: 'Gesta';
	line-height: 20px;
	margin-bottom: 10px;
}
.arstiem.third .steps .step .title-block img {
	position: absolute;
}
.arstiem.third .steps .step.first {
	margin-top: 205px;
}
.arstiem.third .steps .step.second {
	margin-top: -285px;
}
.arstiem.third .steps .step.third {
	margin-top: -35px;
}
.arstiem.third .steps .step.fourth {
	margin-top: -320px;
}
.arstiem.third .steps .step.fifth {
	margin-top: -245px;
	margin-bottom: 20px;
}
.arstiem.third .steps .step.first .title-block img {
	width: 250px;
	height: 151px;
	left: -130px;
    top: -20px;
}
.arstiem.third .steps .step.second .title-block img {
	width: 284px;
    height: 205px;
    top: -195px;
    right: -125px;
}
.arstiem.third .steps .step.third .title-block img {
	width: 240px;
    height: 165px;
    top: -107px;
    left: -120px;
}
.arstiem.third .steps .step.fourth .title-block img {
	width: 180px;
    height: 146px;
    top: -165px;
    right: 50px;
}
.arstiem.third .steps .step.fifth .title-block img {
	width: 200px;
    height: 150px;
    top: -194px;
    left: 15px;
}
.arstiem.third .arrow-up {
	top: 45px;
}
/* ARSTIEM SECTION END */

/* MAIN PAGE SECOND SLIDER FIXES */
.banner-sec.main-page .image-holder {
    transform: rotate(5deg);
}
/* MAIN PAGE SECOND SLIDER FIXES END */
.video-lesson-wrapper div {
	color: #2d9a99;
}
button#bmiCalc {
    background: #F9D4CA;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 600;
}

/* FOOTER SOCIAL ICONS */
footer .social-media ul li a {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 15px;
}
footer .social-media ul li a img {
	width: 17px;
	height: 17px;
}
footer .social-media ul li.fabk a img {
	position: relative;
	left: -0.5px;
}
footer .social-media ul li.inst a img {
	width: 20px;
	height: 20px;
}
/* FOOTER SOCIAL ICONS END */
@supports (-webkit-touch-callout: none) {
  	.living-box-left .text-box .form-control {
		padding: 0px;
	}
}

/* ARSTIEM FIXES */ 
.arstiem h2.page-title {
	margin-bottom: 15px;
}
.kusibas-banner-sec.arstiem .register-btn {
	margin-bottom: 40px;
	background: #f9d4ca;
}
/* ARSTIEM FIXES END */ 

/* CENAS FIXES */
.cenas.second,
.cenas.fourth {
	display: none;
}
.cenas.you-get h2 {
	cursor: pointer;
	z-index: 4;
}
/* CENAS FIXES END */

/* KONTAKTI FIXES */
.kontakt-form form input[type="text"] {
	height: 50px;
}
.kontakt-form form input[type="file"] {
	display: none;
}
.select2-container .select2-selection--single {
	height: 50px;
	border: 1px solid #2D9A99;
	border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	padding-left: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	left: 5px;
	right: unset;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: #2D9A99 transparent transparent transparent;
	border-width: 14px 12px 0px 12px;
	top: 43%;
}
.select2-results__option--selectable {
	color: #2D9A99;
    font-weight: 600;
    font-size: 14px;
	padding-left: 15px;
}
.select2-results__option--selectable:first-child {
	padding-top: 5px;
}
.select2-dropdown {
	border: 1px solid #a3ccd1;
	border-radius: 0px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
	background: none;
	color: #2D9A99;
}
.kontakt-form form input[type="submit"] {
	color: #fff;
}
.kontakt-form .col.one-row {
	display: flex;
    align-items: center;
}
.kontakt-form .col.one-row .select {
	width: 100%
}
.kontakt-form .col.one-row .file {
	width: 25%;
	text-align: right;
}
.kontakt-form label.input-file-upload {
	margin-top: 25px;
	cursor: pointer;
	white-space: nowrap;
}
/* KONTAKTI FIXES END */

/* CENAS FIXES */
.cenas h2.first {
	font-family: din-2014-narrow, sans-serif;
    text-align: center;
    line-height: 55px;
    font-size: 56px;
}
.cenas h2.first b {
	font-weight: 600;
	font-size: 60px;
}
.cenas.you-get.two {
	padding-top: 60px;
}
.cenas.you-get h3 {
	text-align: center;
	font-weight: 500;
    color: #147c8a;
}
.visible .cenas.common {
	position: unset;
}
.visible .cenas.common h2 {
	margin-bottom: 0px;
}
.visible .cenas.common h5 {
	text-align: center;
	font-size: 16px;
	color: #2D9A99;
	margin-bottom: 20px;
	line-height: 15px;
}
.visible .cenas.first.common .what-do-wrapper .avocado-img {
	width: 375px;
    top: -172px;
    left: -155px;
    z-index: 99;
}
.visible .cenas.first.common .what-do-wrapper .avocado-img.boots {
	width: 315px;
    top: -110px;
    left: -110px;
    z-index: 99;
}
.visible .cenas.first.common .what-do-wrapper .avocado-img.leaf {
	top: -86px;
    width: 330px;
    transform: rotate(-30deg);
    left: -110px;
}
.visible .cenas.common {
	padding: 70px 0px 50px 0px;
}
.visible .cenas.common .what-do-list h3 {
	align-items: center;
	font-size: 110px;
}
.visible .cenas.common .what-do-list h3 span {
	position: absolute;
    right: 15px;
    bottom: 45px;
}
.visible .cenas.common.bg-yellow {
	background: #fdf2ef;
}
.visible .cenas.common.bg-yellow .what-do-left-inner {
	background: #f9d4ca;
}
.visible .cenas.common.bg-yellow .right-tag {
	z-index: 101;
}
.visible .cenas.common.bg-yellow .what-do-left-inner .text-box p {
	margin: 25px 0px;
}
.visible .cenas.common.bg-pink {
	background: #f5e8ec;
}
.visible .cenas.common.bg-green h2 {
	color: #e8c9d2;
}
.visible .cenas.common.bg-green h5 {
	color: #fff;
}
.visible .cenas.common.bg-green .step .number {
	background: #e8c9d2;
	color: #38abc1;
}
.visible .cenas.common.bg-green .step .txt {
	color: #fff;
}
.visible .cenas.common.bg-green {
	padding: 70px 0px;
}
.visible .cenas.common.bg-green {
	background: #2d9a99;
}
.visible .cenas.common.bg-yellow .step .number {
	background: #f9d4ca;
	color: #2d9a99;
}
.visible .cenas.common.bg-white {
	padding: 120px 0px;
}
.visible .cenas.common.bg-white .arrow-up {
	bottom: -80px;
    top: unset;
}
.visible .cenas.first.common .what-do-wrapper .avocado-img.fndskp {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	top: -125px;
    left: -80px;
}
.visible .cenas.common.bg-white .what-do-left-inner {
	background: #2d9a99;
	color: #fff;
}
.visible .cenas.common.bg-white .what-do-left-inner .text-box p {
	color: #fff;
}
/* CENAS FIXES END */

/* REG.MODAL FIXES */
#popup_reg .popup-ir p {
	font-size: 20px;
  font-weight: 500;
}
#popup-question-sent-msg {
	color:#2D9A99;
}
#popup_reg .popup-group input {
	height: 35px;
}
#popup_reg .exclamation {
	display: none;
}
#popup_reg .checkmark {
	width: 35px !important;
	height: 35px !important;
}
#popup_reg span.required-fields {
	font-size: 14px !important;
}
#popup_reg .col.required-fields-wrap {
	margin-top: 15px;
}
#popup_reg .agree-txt-block {
	width: auto !important;
    line-height: 14px;
    margin-left: -5px;
    color: #2D9A99;
    font-size: 16px;
    font-weight: 500;
    padding-top: 3px;
}
#popup_reg .checkmark:after {
	width: 15px !important;
	height: 22px !important;
}
/* REG.MODAL FIXES END */

/* PAR PROGRAMMU FIXES */
.banner-sec.about-program-banner-sec:after {
	transform: skewY(355deg);
}
.banner-sec.about-program-banner-sec:before {
	position: absolute;
    content: "";
    background: url(../images/sub-banner-shape.svg) no-repeat;
    width: 1250px;
    height: 168px;
    left: -290px;
    bottom: -175px;
}
.banner-sec.about-program-banner-sec .social-icon {
	bottom: -75px;
}
/* PAR PROGRAMMU FIXES END */
.jsc-center {
	justify-content: center;
}

/* registrationVerificationCode popup */
#registrationVerificationCode {
	width: 280px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    padding: 20px 0px;
	text-align: center;
}
#registrationVerificationCode div.title {
	margin-bottom: 5px;
	color: #2D9A99;
}
#registrationVerificationCode div.input input {
	width: 80%;
    border: 1px solid #2D9A99;
    border-radius: unset;
    color: #2D9A99;
    font-size: 15px;
}
#verifyCodeBtn {
	color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #2D9A99;
    border: 0px;
    cursor: pointer;
    margin-top: 10px;
}
#registrationProductStepModal {
	width: 920px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	padding: 94px 75px 10px 70px;
    display: none;
}
#registrationProductStepModal .row {
	display: flex;
    justify-content: space-between;
	border-bottom: 1px solid #2d9a99;
}
#registrationProductStepModal .row.center {
	justify-content: center;
}
#registrationProductStepModal .row.paddings {
	padding: 65px 0px 0px 0px;
}
#registrationProductStepModal .row.paddings2 {
	padding: 45px 0px 0px 0px;
}
#registrationProductStepModal .row:last-child {
	border-bottom: 0px;
}
#registrationProductStepModal .block {
	width: 230px;
	position: relative;
}
#registrationProductStepModal .block .bottom-txt {
	color: #2D9A99;
    text-align: center;
    font-size: 14px;
    font-family: 'Gesta';
    font-weight: 500;
    margin: 5px 0px 10px 0px;
	line-height: 13px;
}
#registrationProductStepModal .block-content.pink {
	background: #e8c9d2;
}
#registrationProductStepModal .block-content.green {
	background: #2d9a99;
}
#registrationProductStepModal .block-content.rose {
	background: #f9d4ca;
}
#registrationProductStepModal .clear {
	clear: both;
}
#registrationProductStepModal .block .topTitle {
	font-size: 18px;
    line-height: 16px;
    text-align: center;
    float: right;
    font-family: 'Gesta';
    color: #2D9A99;
}
#registrationProductStepModal .block .topTitle strong {
	font-weight: bold;
    font-size: 16px;
}
#registrationProductStepModal .block .img {
	position: absolute;
    z-index: 2;
    width: 200px;
    top: -100px;
    left: -65px;
}
#registrationProductStepModal .block .img.avocado {
	transform: rotate(30deg);
    width: 132px;
    left: -28px;
    top: -60px;
}
#registrationProductStepModal .block .img.boots {
	top: -50px;
    left: -42px;
    transform: rotate(1deg);
}
#registrationProductStepModal .block .img.leaf {
	transform: scaleX(-1) rotate(-85deg);
    width: 120px;
    top: -60px;
    left: 0px;
}
#registrationProductStepModal .block .img.fndskp {
	transform: scaleX(-1) rotate(13deg);
    width: 185px;
    top: -38px;
    left: -45px;
}
#registrationProductStepModal .block .block-content {
	display: flex;
    height: 157px;
    align-items: center;
}
#registrationProductStepModal .block-content .left {
	flex: 0 0 40%;
	text-align: center;
	padding-top: 35px;
}
#registrationProductStepModal .block-content .left.short-txt {
	padding-top: 70px;
}
#registrationProductStepModal .block-content .left .txt {
	text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Gesta';
    color: #2D9A99;
    font-weight: 500;
}
#registrationProductStepModal .block-content .left .txt.white {
	color: #fff;
}
#registrationProductStepModal .block-content .left button {
	color: #fff;
    background: #2D9A99;
    border: none;
    text-transform: uppercase;
    padding: 5px 15px;
    cursor: pointer;
}
#registrationProductStepModal .block-content .left button.pink {
	background: #e8c9d2;
}
#registrationProductStepModal .block-content .right {
	flex: 0 0 60%;
}
#registrationProductStepModal .block-content .circle {
	width: 128px;
    height: 128px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    position: relative;
    padding-top: 10px;
}
#registrationProductStepModal .block-content .circle.no-months {
	line-height: 100px;
}
#registrationProductStepModal .block-content .circle .months {
	color: #2D9A99;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
	margin-bottom: 5px;
}
#registrationProductStepModal .block-content .circle .price {
	color: #fff;
    font-weight: bold;
    font-size: 64px;
    padding-right: 10px;
}
#registrationProductStepModal .block-content .circle .price span {
	font-size: 30px;
    font-weight: 100;
    position: absolute;
    top: 66px;
}
#registrationProductStepModal .block-content .circle.no-months .price span {
	top: 30px;
}
#registrationProductStepModal .block-content .circle.pink {
	background: #eed6dd;
}
#registrationProductStepModal .block-content .circle.green {
	background: #5fb2b1;
}
#registrationProductStepModal .block-content .circle.rose {
	background: #faded7;
}
/* registrationVerificationCode popup end */

/* MANS PROFILS */
.profile_section__wrapper {
	position: relative;
    top: -90px;
    z-index: 3;
}
.profile_section__wrapper .menu {
	background: #F9D4CA;
    padding: 20px;
    width: fit-content;
    position: absolute;
    z-index: 3;
    left: 0px;
	top: 150px;
}
.profile_section__wrapper .menu li {
	border-bottom: 1px solid #2D9A99;
	padding: 6px 0px;
}
.profile_section__wrapper .menu li:last-child {
	border-bottom: none;
}
.profile_section__wrapper .menu li a {
	font-size: 22px;
	color: #2D9A99;
	line-height: 12px;
}
.profile_section__wrapper .menu li.active a {
	font-weight: bold;
}
.kusibas-banner-sec.mans-profils:after {
	width: 1250px;
    left: 0px;
    bottom: 150px !important;
}
.kusibas-banner-sec.mans-profils:before {
	border-top: 20px solid #F9D4CA;
	bottom: -290px;
}
.mans-profils .social-icon {
	top: 65%;
}
.mans-profils-info {
	text-align: center;
	position: relative;
}
.mans-profils-info .navigation {
	width: 120px;
    position: absolute;
    z-index: 4;
    right: -35px;
    top: -140px;
}
.mans-profils-info .navigation ul li {
	line-height: 13px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
}
.mans-profils-info .navigation ul li i {
	display: block;
	width: 33px;
	height: 33px;
	background: red;
	border-radius: 33px;
	margin-right: 7px;
}
.mans-profils-info .navigation ul li a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}
.mans-profils-info .navigation ul li.profile i {
	background: #2D9A99;
}
.mans-profils-info .navigation ul li.profile i img {
	margin-top: 5px;
}
.mans-profils-info .navigation ul li.profile a {
	color: #2D9A99;
}
.mans-profils-info .navigation ul li.help i {
	display:none;
	background: #705797;
}
.mans-profils-info .navigation ul li.help i img {
	display:none;
	margin-top: 6px;
}
.mans-profils-info .navigation ul li.help a {
	display:none;
	color: #705797;
}
.mans-profils-info .avatar {
	margin: 0 auto;
	margin-bottom: 20px;
}
.mans-profils-info .avatar,
.mans-profils-info .avatar img {
	width: 150px;
	height: 150px;
	background: #2D9A99;
	border-radius: 100px;
}
.mans-profils-info .name {
	color: #2D9A99;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 20px;
}
.mans-profils-info .name i {
	font-style: unset;
	text-transform: uppercase;
}
.mans-profils-form {
	background: #FDEEEA;
	padding: 40px 0px 50px 0px;
}
.mans-profils-form .row.first {
	margin-bottom: 50px;
}
.mans-profils-form .row.last {
	margin-top: 60px;
}
.mans-profils-form .col-3 {
	text-align: center;
	width: 100%;
}
.mans-profils-form .title,
.mans-profils-bottom .block .title {
	height: 48px;
    display: flex;
    justify-content: center;
    align-items: end;
	font-size: 21px;
	color: #2D9A99;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 1px solid #2D9A99;
	padding-bottom: 5px;
	margin-bottom: 13px;
}
.mans-profils-form .input,
.mans-profils-bottom .block .input {
	position: relative;
	width: 100%;
}
.mans-profils-bottom .block .input input,
.mans-profils-form .input input {
	border: 1px solid #2D9A99;
	background: none;
	width: 80px;
	height: 40px;
}
.mans-profils-form .input i,
.mans-profils-bottom .block .input i {
	position: absolute;
    font-size: 15px;
    color: #2D9A99;
    font-style: unset;
    top: 25px;
    padding-left: 5px;
}
.mans-profils-form .input .gender {
	display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 7px;
}
.mans-profils-form .input .gender svg {
	height: 100%;
}
.mans-profils-form .input .m,
.mans-profils-form .input .w {
	font-size: 15px;
	color: #2D9A99;
	width: 25px;
	height: 61px;
}
.mans-profils-form .input .w {
	margin-right: 5px;
}
.mans-profils-form .tooltips,
.mans-profils-bottom .tooltips {
	position: relative;
    display: block;
    width: 14px;
	right: -3px;
	top: -2px;
}
.mans-profils-form .inline-flex .tooltips {
	margin-left: auto;
}
.mans-profils-form span.text {
	position: relative;
    top: 5px;
}
.mans-profils-form .chck-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #2D9A99;
	line-height: 15px;
	white-space: nowrap;
}
.mans-profils-form .chck-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.mans-profils-form .chck-container .checkmark {
	position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: unset;
    border: 1px solid #2D9A99;
}
.mans-profils-form .chck-container input:checked ~ .checkmark {
	background-color: unset;
}
.mans-profils-form .chck-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.mans-profils-form .chck-container input:checked ~ .checkmark:after {
	display: block;
}
.mans-profils-form .chck-container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid #2D9A99;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mans-profils-bottom {
	padding: 50px 0px 0px 0px;
}
.mans-profils-bottom .block {
	display: flex;
    justify-content: center;
}
.mans-profils-bottom .block .title {
	border-bottom: unset;
	margin-right: 20px;
	text-align: right;
}
.mans-profils-bottom .block .input {
	width: 153px;
}
.mans-profils-bottom .block .input input {
	width: 100%;
}
.mans-profils-bottom .block .input i {
	left: unset;
    padding-left: 3px;
}
.border-bottom-unset {
	border-bottom: none !important;
}
.height-unset {
	height: unset !important;
}
.inline-flex {
	display: inline-flex;
	width: 100%;
}
.justify-center {
	justify-content: center;
}
/* MANS PROFILS END */

/* MANS PROFILS JAUTAJUMI */
.profile_section__wrapper.questions {
	padding-bottom: 120px;
}
.mans-profils-info h3 {
	font-family: 'Gesta';
	font-weight: 600;
	font-size: 26px;
	color: #2D9A99;
}
.mans-profils-info .search_frm__wrapper {
	padding: 50px 0px 20px 0px;
	white-space: nowrap;
}
.mans-profils-info .search_frm__wrapper .search-icon svg {
	width: 20px;
    height: 18px;
    position: relative;
    top: -3px;
}
.mans-profils-info .search_frm__wrapper input {
	width: 272px;
	margin-left: 10px;
	border: 1px solid #147C8A;
}
.mans-profils__questions {
	padding: 40px 0px;
}
.mans-profils__questions .container {
	position: relative;
}
.mans-profils__questions h3 {
	font-family: 'Gesta';
	font-size: 38px;
	color: #2D9A99;
	font-weight: 100;
}
.mans-profils__questions h3 strong {
	font-weight: 600;
}
.mans-profils__questions.uztura-specialists {
	background: #e2ccd487;
}
.mans-profils__questions.uztura-specialists .top-image {
	width: 350px;
    position: absolute;
    right: -250px;
    transform: rotate(125deg);
    top: -200px;
}
.mans-profils__questions.treneris .top-image {
	width: 500px;
	position: absolute;
    left: -405px;
    top: -144px;
}
.mans-profils__questions.psihologs .top-image {
	width: 350px;
    position: absolute;
    right: -320px;
    top: -200px;
}
.mans-profils__questions. .top-image img,
.mans-profils__questions. .bottom-image img {
	width: 100%;
}
.mans-profils__questions.treneris {
	background: #2D9A99;
}
.mans-profils__questions.treneris h3 {
	color: #fff;
}
.mans-profils__questions.psihologs {
	background: #F9D4CA;
}
.mans-profils__questions .questions {
	padding: 30px 0px 0px 0px;
}
.mans-profils__questions .accordion .card {
	border: 1px solid #fff;
	margin-bottom: 3px;
}
.mans-profils__questions .accordion .card-header {
	background: #fff;
	border: 1px solid #fff;
	padding-right: 60px;
}
.mans-profils__questions .accordion .card-header button {
	font-family: 'Gesta';
	font-weight: 600;
	font-size: 16px;
	color: #2D9A99;
	padding: unset;
}
.mans-profils__questions .accordion [data-toggle="collapse"].btn-link:before {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13.5px 0 13.5px;
    border-color: #2d9a98 transparent transparent transparent;
	top: 22px;
    left: unset;
    right: 20px;
}
.mans-profils__questions .accordion .card-body {
	padding: 0.75rem 1.25rem;
}
.mans-profils__questions .accordion .card-body .ava {
	text-align: center;
}
.mans-profils__questions .accordion .card-body .ava .name {
	font-family: 'Gesta';
	font-weight: 500;
	font-size: 18px;
	color: #2D9A99;
	margin-top: 5px;	
}
.mans-profils__questions .accordion .card-body .ava .name span {
	text-transform: uppercase;
}
.mans-profils__questions .accordion .card-body .ava .profession {
	font-family: 'Gesta';
	font-weight: 500;
	font-size: 15px;
	color: #2D9A99;
	position: relative;
    top: -10px;
}
.mans-profils__questions .accordion .card-body .text {
	font-family: 'Gesta';
	font-weight: 500;
	font-size: 16px;
	color: #2D9A99;
}
.mans-profils__questions .ask-question {
	margin-top: 35px;
}
.mans-profils__questions .ask-question button {
	border: none;
	background: #147C8A;
	color: #fff;
	font-family: 'Gesta';
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	padding: 10px;
}
.mans-profils__questions.treneris .ask-question button {
	background: #fff;
	color: #2D9A99;
}
#questionPopup {
	width: 500px;
	background: #fff;
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
#cabinet__personal_form .container {
	margin-top: 55px;
}
#cabinet__personal_form textarea {
	border: 1px solid #2D9A99;
	width: 100%;
	height: 150px;
	padding: 0px 10px;
	color: #2D9A99;
}
#cabinet__personal_form #questionSubmitBtn {
	height: unset;
    padding: 5px 35px;
    text-align: center;
}
.align-self-auto {
	align-self: auto;
}
/* MANS PROFILS JAUTAJUMI END */

/* MANS PROFILS UZTURA SKIVIS */
.profile_section__wrapper.uztura-skivis .mans-profils-info {
	padding-bottom: 60px;
}
.profile_section__wrapper.uztura-skivis .mans-profils-info h2 {
	font-weight: 400;
	font-size: 64px;
	color: #2D9A99;
	margin-bottom: 23px;
	line-height: 50px;
}
.profile_section__wrapper.uztura-skivis .mans-profils-info p {
	color: #2D9A99;
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 14px;
	line-height: 22px;
}
.profile_section__wrapper.uztura-skivis .mans-profils-info p strong {
	font-weight: bold;
}
.uztura-skivis__section {
	text-align: center;
	padding-bottom: 10px;
}
.uztura-skivis__section h2 {
	font-size: 38px;
	font-weight: 600;
	color: #2D9A99;
	text-transform: uppercase;
	line-height: 40px;
}
.uztura-skivis__section h2 span {
	text-transform: uppercase;
}
.uztura-skivis__section .h2__desc {
	font-size: 38px;
	font-weight: 400;
	color: #2D9A99;
	line-height: 34px;
	margin-bottom: 30px;
}
.uztura-skivis__section .left {
	text-align: right;
	font-size: 25px;
	font-weight: 400;
	color: #2D9A99;
	line-height: 31px;
}
.uztura-skivis__section .left strong {
	font-weight: 600;
}
.uztura-skivis__section .right {
	padding-left: 15px;
}
.uztura-skivis__section .step {
	display: flex;
	margin-bottom: 50px;
	position: relative;
}
.uztura-skivis__section .step:before {
	position: absolute;
    content: "";
    background: #2d9a99;
    width: 2px;
    height: 60%;
    bottom: 0;
    left: 25px;
    top: 65px;
}
.uztura-skivis__section .step:last-child:before {
	display: none;
}
.uztura-skivis__section .step:last-child {
	margin-bottom: 0px;
}
.uztura-skivis__section .step .number {
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background: #DFB5C2;
	font-size: 33px;
	line-height: 50px;
	color: #147C8A;
	margin-right: 15px;
}
.uztura-skivis__section .step .text {
	font-size: 16px;
	color: #147C8A;
	line-height: 16px;
	font-weight: 500;
	text-align: left;
	align-self: center;
}
.uztura-skivis__section .step .text strong {
	font-weight: bold;
}
.uztura-skivis__section .arrow-down {
    width: 29px;
    height: 14px;
    position: relative;
    left: 0px;
    margin-top: 70px;
	margin-left: 12px;
}
.uztura-skivis__section.third .left {
	align-self: center;
}
.uztura-skivis__section.fifth .image {
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 296px;
}
.extra-virgin {
	background: #F9D4CA;
}
.uztura-skivis__section.sixth {
	margin-bottom: 45px;
}
.uztura-skivis__section.sixth .arrow-up {
	width: 29px;
    height: 29px;
    position: absolute;
    right: 0px;
}
.uztura-skivis__section .food_disc__wrapper {
	position: relative;
	display: flex;
	background: url(../images/food_disk.png) no-repeat;
	flex: 0 0 650px;
	max-width: 650px;
	width: 650px;
    height: 650px;
    background-size: cover;
    margin: 0 auto;
	margin-bottom: 110px;
}
.uztura-skivis__section .food_disc__wrapper .center-circle {
	width: 26px;
    height: 26px;
    background: #147C8A;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 49%;
}
.uztura-skivis__section .food_disc__wrapper .center-stick {
	width: 3px;
    height: 48%;
    background: #147C8A;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 73%
}
.uztura-skivis__section .food_disc__wrapper .block {
	position: absolute;
	min-width: 184px;
	display: block;
	z-index: 1;
}
.uztura-skivis__section .food_disc__wrapper .block.first {
	left: -7%;
    top: 10%;
}
.uztura-skivis__section .food_disc__wrapper .block.second {
	left: -8%;
    top: 70%;
}
.uztura-skivis__section .food_disc__wrapper .block.third {
	left: 36%;
    top: 95%;
}
.uztura-skivis__section .food_disc__wrapper .block.fourth {
	left: 81%;
    top: 43%;
}
.uztura-skivis__section .food_disc__wrapper .block .number {
	width: 45px;
    height: 45px;
    border-radius: 50px;
    background: #147C8A;
    color: #fff;
    font-size: 23px;
    margin: 0 auto;
	line-height: 40px;
	margin-bottom: 10px;
}
.uztura-skivis__section .food_disc__wrapper .block .number span {
	font-size: 10px;
    position: relative;
    top: -30px;
}
.uztura-skivis__section .food_disc__wrapper .block .text {
	color: #147C8A;
	font-size: 20px;
	display: block;
    text-align: center;
	line-height: 20px;
}
.uztura-skivis__section .food_disc__wrapper .block .text strong {
	display: block;
	line-height: 20px;
}
.uztura-skivis__section .food_disc__wrapper .block .text ul {
	margin-top: 30px;
	font-size: 18px;
}
.uztura-skivis__section .food_disc__wrapper .block .text ul li {
	white-space: nowrap;
}
.uztura-skivis__section .food_disc__wrapper .block .text ul li span {
	font-size: 13px;
}
.uztura-skivis__section .padoms {
	background: #DFB5C2;
    width: 405px;
    border-radius: 4px;
    padding: 10px 25px 20px 25px;
    color: #147C8A;
    text-align: center;
    margin: 0 auto;
}
.uztura-skivis__section .padoms .title {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 33px;
}
.uztura-skivis__section .padoms .text {
	line-height: 17px;
	font-size: 16px;
}
/* MANS PROFILS UZTURA SKIVIS END */

/* MANS PROFILS KUSTIBAS */
.profile_section__wrapper.kustibas {
    margin-bottom: -90px;
}
.profile_section__wrapper.kustibas .mans-profils-info h3 {
	font-size: 64px;
    font-weight: 100;
    line-height: 58px;
}
.profile_section__wrapper.kustibas .mans-profils-info h3 strong {
	font-weight: 600;
}
.profile_section__wrapper.kustibas .mans-progres {
	padding: 40px 0px;
    display: flex;
}
.profile_section__wrapper.kustibas .mans-progres .title {
	font-size: 18px;
    color: #2D9A99;
    line-height: 18px;
    display: flex;
    flex: 0 0 105px;
}
.profile_section__wrapper.kustibas .mans-progres .bar-wrapper {
	display: flex;
    flex: 0 0 560px;
    align-items: center;
	padding-left: 20px;
	position: relative;
}
.profile_section__wrapper.kustibas .mans-progres .bar-wrapper .full {
	width: 100%;
	height: 1px;
	background: #2D9A99;
}
.profile_section__wrapper.kustibas .mans-progres .bar-wrapper .current {
	background: #2D9A99;
    position: absolute;
    z-index: 2;
    height: 5px;
    top: 7px;
}
.profile_section__wrapper.kustibas .video-lesson-sec {
   padding-bottom: 70px;
   background: #d9eded;
}
.profile_section__wrapper.kustibas .weeks-wrapper {
	background: #d9eded;
	padding: 50px 0px 50px 0px;
	position: relative;
}
.profile_section__wrapper.kustibas .weeks-wrapper .image {
	width: 550px;
    position: absolute;
    right: -90px;
    top: -285px;
}
.profile_section__wrapper.kustibas .weeks-wrapper .week {
	display: flex;
    justify-content: space-evenly;
	position: relative;
}
.profile_section__wrapper.kustibas .weeks-wrapper .week .number:before {
    position: absolute;
    content: "";
    background: #2d9a99;
    width: 2px;
    /*height: 70%;*/
    bottom: 0;
    left: 56px;
    top: 160px;
}
.profile_section__wrapper.kustibas .weeks-wrapper .week:last-child .number:before {
	display: none;
}
.profile_section__wrapper.kustibas .weeks-wrapper .week .number {
	position: relative;
}
.profile_section__wrapper.kustibas .weeks-wrapper .week .number .round {
	width: 112px;
    height: 112px;
    background: #2D9A99;
    color: #fff;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 78px;
	margin-bottom: 15px;
}
.profile_section__wrapper.kustibas .weeks-wrapper .week .number .down {
	width: 29px;
	height: 15px;
	margin: 0 auto;
    margin-bottom: 25px;
	display: none;
}
.profile_section__wrapper.kustibas .weeks-wrapper .week .number .title {
	display: flex;
    justify-content: center;
    font-size: 31px;
    color: #2D9A99;
    line-height: 21px;
    font-weight: 500;
}
.profile_section__wrapper.kustibas .weeks-wrapper .week .list {
    display: flex;
    flex: 0 0 610px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 130px;
}
.profile_section__wrapper.kustibas .weeks-wrapper .week .list .heading {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.7rem;
    font-size: 31px;
    color: #2D9A99;
    line-height: 21px;
    font-weight: 500;
}
.profile_section__wrapper.kustibas .weeks-wrapper .week .list .item {
	display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    margin-bottom: 25px;
    flex: 0 0 290px;
}
.profile_section__wrapper.kustibas .weeks-wrapper .week .list .info {
	line-height: 17px;
    padding-top: 7px;
    color: #2D9A99;
    font-size: 15px;
	display: flex;
	margin-right: 30px;
}
.profile_section__wrapper.kustibas .weeks-wrapper .week .list .info strong {
	font-weight: bold;
}
.profile_section__wrapper.kustibas .weeks-wrapper .week .list .info .text {
}
.profile_section__wrapper.kustibas .weeks-wrapper .week .list .info .checkbox-wrapper {
	width: 20px;
	height: 20px;
	display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #2D9A99;
    line-height: 15px;
    white-space: nowrap;
}
.profile_section__wrapper.kustibas .weeks-wrapper .checkbox-wrapper input {
	position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.profile_section__wrapper.kustibas .weeks-wrapper .checkbox-wrapper .checkmark {
	position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: unset;
    border: 1px solid #2D9A99;
}
.profile_section__wrapper.kustibas .weeks-wrapper .checkbox-wrapper input:checked ~ .checkmark {
	background-color: unset;
}
.profile_section__wrapper.kustibas .weeks-wrapper .checkbox-wrapper .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.profile_section__wrapper.kustibas .weeks-wrapper .checkbox-wrapper input:checked ~ .checkmark:after {
	display: block;
}
.profile_section__wrapper.kustibas .weeks-wrapper .checkbox-wrapper .checkmark:after {
	left: 7px;
    top: 0px;
    width: 10px;
    height: 18px;
	border: solid #2D9A99;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* MANS PROFILS KUSTIBAS END */

/* MANS PROFILS SAJUTAS */
.profile_section__wrapper.sajutas .weeks-wrapper .image {
	width: 360px;
}
.profile_section__wrapper.sajutas .weeks-wrapper .image img {
	width: 100%;
}
.profile_section__wrapper.sajutas .weeks-wrapper {
	background: #fef3f1;
}
.profile_section__wrapper.kustibas .weeks-wrapper .week {
	justify-content: center;
	padding-bottom: 30px;
}
.profile_section__wrapper.kustibas .weeks-wrapper .week .number {
	margin-right: 60px;
}
/*.profile_section__wrapper.sajutas .weeks-wrapper .week .list {
	flex: 0 0 289px;
}*/
.profile_section__wrapper.sajutas .weeks-wrapper .week .list .info .title {
	font-size: 20px;
}
.profile_section__wrapper.sajutas .weeks-wrapper .week .list .info b {
	font-size: 15px;
}
.profile_section__wrapper.sajutas .video-box {
	position: relative;
}
.profile_section__wrapper.sajutas .video-box .copy {
	position: absolute;
    bottom: 0px;
    right: -35px;
	cursor: pointer;
}
.profile_section__wrapper.sajutas .video-box .copy svg {
	width: 23px;
	height: 27px;
}
/* MANS PROFILS SAJUTAS END */

/* MANS PROFILS UZTURS */
.profile_section__wrapper.uzturs .weeks-wrapper .image {
	transform: rotate(130deg);
}
.profile_section__wrapper.uzturs .weeks-wrapper {
	background: #f4e4e9;
}
.profile_section__wrapper.uzturs .weeks-wrapper .week .list .info .title {
	font-size: 20px;
}
.profile_section__wrapper.uzturs .weeks-wrapper .week .list .info b {
	font-size: 15px;
}
/* MANS PROFILS UZTURS END */

/* MANS PROFILS PROGRAMMAS PLANS */
.profile_section__wrapper p.h-txt {
	font-size: 21px;
	line-height: 22px;
	color: #2D9A99;
	font-weight: 500;
}
.pad-top20-bottom15 {
	padding: 20px 0px 15px 0px;
}
.line-height30 {
	line-height: 30px !important;
}
.result_date__block {
	padding: 50px 0px;
	font-size: 15px;
	color: #2D9A99;
	font-weight: 500;
	position: relative;
}
.result_date__block button {
	background: #2D9A99;
	border: none;
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
	font-weight: bold;
	margin-left: 5px;
}
.programmas-plans .progress-section {
	background: #fcece7;
	text-align: center;
	padding: 50px 0px;
}
.programmas-plans .progress-section .row {
	align-items: center;
	margin-bottom: 20px;
}
.programmas-plans .progress-section .row:last-child {
	margin-bottom: 0px;
}
.programmas-plans .progress-section .title {
	text-align: right;
	font-size: 18px;
	color: #2D9A99;
	line-height: 15px;
	font-weight: 500;
}
.programmas-plans .progress-section .progress-block .current {
	background: #f6c4b7;
	height: 5px;
	position: absolute;
	top: -2px;
}
.programmas-plans .progress-section .progress-block .total {
	background: #f6c4b7;
	width: 100%;
	height: 1px;
}
.programmas-plans .progress-section .row.green .progress-block .current,
.programmas-plans .progress-section .row.green .progress-block .total {
	background: #147c8a;
}
.programmas-plans .progress-section .total {
	color: #2D9A99;
	font-size: 21px;
	line-height: 22px;
}
.programmas-plans .progress-section .total.heading {
	font-size: 26px;
	line-height: 24px;
	font-weight: bold;
}
.programmas-plans .weeks-wrapper {
	background: none !important;
}
.profile_section__wrapper.kustibas.programmas-plans .weeks-wrapper .week .number .round {
	margin: 0 auto;
	margin-bottom: 15px;
}
.profile_section__wrapper.kustibas.programmas-plans .weeks-wrapper .week .number .date {
	font-size: 18px;
	line-height: 21px;
	color: #2D9A99;
	margin-top: 10px;
	white-space: nowrap;
}
.profile_section__wrapper.kustibas.programmas-plans .weeks-wrapper .week .number:before {
	left: 93px;
    top: 200px;
    height: 62%;
}
.profile_section__wrapper.kustibas.programmas-plans .weeks-wrapper .week .list .item {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 40px;
}
.profile_section__wrapper.kustibas.programmas-plans .weeks-wrapper .week .list .item:last-child {
	margin-bottom: 0px;
}
.profile_section__wrapper.kustibas.programmas-plans .weeks-wrapper .week .list .item .title {
	font-size: 46px;
	line-height: 45px;
	color: #2D9A99;
	margin-bottom: 10px;
	padding-left: 35px;
}
.profile_section__wrapper.kustibas.programmas-plans .weeks-wrapper .week .list .item .desc {
	padding-left: 35px;
	font-size: 18px;
	font-weight: bold;
	color: #2D9A99;
}
.profile_section__wrapper.kustibas.programmas-plans .weeks-wrapper .week .list .info {
	align-items: center;
}
.profile_section__wrapper.kustibas.programmas-plans .weeks-wrapper .week .list .info .checkbox-wrapper {
	margin-bottom: 5px;
}
.profile_section__wrapper.kustibas.programmas-plans .weeks-wrapper .checkbox-wrapper .checkmark {
	width: 20px;
	height: 20px;
}
.profile_section__wrapper.kustibas.programmas-plans .weeks-wrapper .checkbox-wrapper .checkmark:after {
	left: 5px;
    top: 1px;
    width: 9px;
    height: 13px;
}
.visibility-hidden {
	visibility: hidden;
}
.profile_section__wrapper.kustibas.programmas-plans .weeks-wrapper .week .list {
	position: relative;
}
.profile_section__wrapper.kustibas.programmas-plans .weeks-wrapper .week .list .actions {
	display: flex;
	flex: 0 0 75px;
	max-width: 75px;
	position: absolute;
	right: 0px;
}
.profile_section__wrapper.kustibas.programmas-plans .weeks-wrapper .week .list .actions a {
	display: block;
	width: 25px;
	height: 25px;
}
.profile_section__wrapper.kustibas.programmas-plans .weeks-wrapper .week .list .actions a.print {
	margin-right: 15px;
}
.mob-image { display: none; }
.dateModalWrapper {
	width: 184px;
    height: 95px;
    position: absolute;
    right: -35px;
	top: 0px;
    -webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.62); 
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.62);
    border-radius: 4px;
    z-index: 9;
    background: #fff;
	padding: 15px 25px;
	display: none;
}
.dateModalWrapper .row {
	display: flex;
    justify-content: space-evenly;
}
.dateModalWrapper .row input {
	width: 79px;
	height: 25px;
	line-height: 25px;
	padding: 0px 10px;
	border: 1px solid #2D9A99;
}
.dateModalWrapper .row input::placeholder {
	color: #eaeaea !important;
}
.dateModalWrapper .row .block {
	font-size: 12px;
}
.dateModalWrapper .row .date-image {
	width: 23px;
	height: 23px;
}
.dateModalWrapper .row .date-image svg {
	width: 100%;
	height: 100%;
}
.dateModalWrapper .row .save {
    height: 29px;
    line-height: 29px;
    text-align: center;
    border: none;
    border-radius: unset;
    padding-left: 0px;
	margin-left: 0px;
    margin-top: 15px;
	text-transform: uppercase;
	padding: 0px 10px;
}
/* MANS PROFILS PROGRAMMAS PLANS END */

/* MANS PROFILS REKOMENDACIJAS */
.kusibas-banner-sec.kontakti.rekomendacijas:before {
	border-top: 20px solid #F9D4CA;
}
.profile_section__wrapper.kustibas.rekomendacijas .mans-profils-info {
	padding-bottom: 30px;
}
.rekomend-top-wrapper {
	padding: 40px 0px 20px 0px;
}
.rekomend-top-wrapper .separator {
	width: 100%;
    height: 2px;
    background: #147c8a;
    margin: 20px 0px;
}
.rekomend-top-item .title {
	color: #2D9A99;
	font-size: 38px;
	font-weight: bold;
}
.rekomend-top-item .text {
	color: #2D9A99;
	font-size: 16px;
	line-height: 15px;
	margin-bottom: 15px;
}
.rekomend-top-item table {
	border-collapse: collapse;
	background: #d5ebeb;
	border-radius: 2px;
	border-style: hidden;
    -webkit-box-shadow: -1px 1px 16px -2px rgba(0,0,0,0.37); 
	box-shadow: -1px 1px 16px -2px rgba(0,0,0,0.37);
	width: 100%;
}
table.skidrums tr:first-child td {
	font-size: 64px;
	font-weight: 300;
	color: #147c8a;
	border-bottom: 1px solid #147c8a;
	padding: 0px;
}
table.skidrums tr:first-child td {
	font-size: 64px;
	font-weight: 300;
	color: #147c8a;
	border-bottom: 1px solid #147c8a;
}
table.skidrums tr:last-child td {
	font-size: 15px;
	color: #147c8a;
}
table.skidrums tr:last-child td:first-child {
	border-right: 1px solid #147c8a;
}
table.skidrums tr:last-child td:last-child {
	text-align: left;
}
table.skidrums i.glass {
	display: inline-flex;
	width: 35px;
	height: 45px;
}
table.skidrums i.glass svg {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
table.kustibas tr:first-child td:first-child {
	border-right: 1px solid #147c8a;
	border-bottom: 1px solid #147c8a;
}
table.kustibas tr:first-child td:last-child {
	border-left: 1px solid #147c8a;
	border-bottom: 1px solid #147c8a;
}
table.kustibas tr:first-child td span:first-child {
	font-size: 18px;
	font-weight: bold;
	color: #147c8a;
	display: block;
	line-height: 16px;
	min-height: 34px;
}
table.kustibas tr:first-child td span:last-child {
	font-size: 19px;
	font-weight: 300;
	color: #147c8a;
	display: block;
	min-height: 10px;
}
table.kustibas tr:last-child td span {
	font-size: 22px;
    font-weight: 600;
    color: #147c8a;
    display: block;
    line-height: 18px;
}
.mt-1p7 {
	margin-top: 1.7rem!important;
}
.profile_section__wrapper.kustibas.rekomendacijas i.info {
	background: #147c8a;
    color: #fff;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 30px;
    margin: 0px 5px;
    cursor: pointer;
    font-style: inherit;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    font-weight: bold;
}
table.kalorijas span.image {
	margin-bottom: 15px;
	display: inline-block;
	width: 70px;
	height: 70px;
}
table.kalorijas span.image svg {
	width: 100%;
	height: 100%;
}
table.kalorijas tr:last-child td {
	border-top: 1px solid #147c8a;
	color: #147c8a;
	font-size: 18px;
	line-height: 14px;
}
table.kalorijas .range {
	width: 85%;
    height: 20px;
    border-left: 3px solid #147c8a;
    border-right: 3px solid #147c8a;
    text-align: center;
    margin: 0 auto;
	position: relative;
	margin-bottom: 13px;
}
table.kalorijas .range .full {
	background: #147c8a;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
}
table.kalorijas .range .text {
	font-weight: 300;
	font-size: 19px;
	color: #147c8a;
}
table.kalorijas .range .text.left {
	position: absolute;
    left: -20px;
    top: -20px;
}
table.kalorijas .range .text.right {
	position: absolute;
    right: -20px;
    top: -20px;
}
table.uzturvielas tr td {
	padding: 4px 0px;
	color: #147c8a;
	font-size: 19px;
	font-weight: 300;
	vertical-align: middle;
}
table.uzturvielas tr td strong {
	font-weight: bold;
}
table.uzturvielas tr td strong span {
	font-size: 13px;
    line-height: 14px;
    display: inline-block;
}
table.uzturvielas td {
	border-left: 1px solid #147c8a;
	border-bottom: 1px solid #147c8a;
}
.rekomendacijas-progress {
	background: #fcece7;
	padding: 40px 0px 70px 0px;
	position: relative;
}
.rekomendacijas-progress h3,
.kustibu-progress h3 {
	font-size: 64px;
	font-weight: 300;
	text-align: center;
	color: #147c8a;
	margin-bottom: 13px;
	line-height: 50px;
}
.rekomendacijas-progress p {
	text-align: center;
	color: #147c8a;
	font-size: 21px;
	line-height: 22px;
}
.rekomendacijas-progress p:last-child {
	margin-bottom: 30px;
}
.rekomendacijas-progress .chart {
	width: 100%;
}
.rekomendacijas-progress .chart .title {
	color: #147c8a;
	font-size: 18px;
	margin-bottom: 5px;
}
.rekomendacijas-progress .chart .title strong {
	font-weight: bold;
}
.rekomendacijas-progress .chart canvas,
.kustibu-progress .chart canvas {
	width: 100%;
}
canvas.graph-scroll {
	position: relative;
	padding-top: 30px;
	margin-top: -30px;
}
.rekomendacijas-progress .chart .show-filter,
.kustibu-progress .chart .show-filter,
.challenges .show-filter {
	color: #147c8a;
	font-size: 12px;
	line-height: 6px;
	text-align: right;
}
.rekomendacijas-progress .chart .show-filter button,
.kustibu-progress .chart .show-filter button,
.challenges .show-filter button {
	font-weight: bold;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    border: none;
    background: #147c8a;
    padding: 7px;
}
.rekomendacijas-progress .image {
	position: absolute;
    width: 165px;
    transform: rotate(-56deg);
    right: 27%;
    top: -80px;
}
.rekomendacijas-progress .image img {
	width: 100%;
}
.kustibu-progress {
	background: #efd9e0;
	padding: 40px 0px 100px 0px;
}
.kustibu-progress h3 {
	margin-bottom: 35px;
}
.kustibu-progress .chart {
	width: 85%;
}
.kustibu-progress .nav-tabs {
	flex: 0 0 300px;
	max-width: 300px;
}
.kustibu-progress .nav-link {
	font-size: 18px;
	font-weight: bold;
	color: #147c8a;
	border-color: #fff;
	background: #fff;
	line-height: 17px;
	text-align: center;
	padding: 0.5rem 1.1rem;
}
.kustibu-progress .nav-link.active {
	color: #147c8a;
	background: #e5c4ce;
	border-color: #e5c4ce;
}
.kustibu-progress .tab-content {
	width: 300px;
	text-align: center;
}
.kustibu-progress .tab-content>.active {
	background: #e5c4ce;
    padding: 10px 0px 5px 0px;
}
.kustibu-progress .tab-content .stats {
	width: 100%;
}
.kustibu-progress .tab-content .stats .date {
	font-size: 18px;
	color: #147c8a;
	font-weight: bold;
	margin-bottom: 13px;
}
.kustibu-progress .tab-content .stats .item {
	color: #147c8a;
    font-size: 18px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
	align-items: baseline;
}
.kustibu-progress .tab-content .stats .item .left,
.kustibu-progress .tab-content .stats .item .right {
	width: 150px;
    height: 40px;
}
.kustibu-progress .tab-content .stats .item .left {
	text-align: right;
}
.kustibu-progress .tab-content .stats .item span {
	border: 1px solid #147c8a;
    width: 93px;
    display: inline-flex;
    justify-content: center;
	font-weight: bold;
}
.kustibu-progress .tab-content .stats .item i {
	font-size: 11px;
    font-style: unset;
    position: relative;
    top: 7px;
    left: 2px;
}
.kustibu-progress .image {
	width: 256px;
	position: absolute;
	z-index: 2;
	top: -50px;
}
.kustibu-progress .image img {
	width: 100%;
}
.kustibu-progress .chart canvas {
	background: #fff;
}
.zindex4 {
	z-index: 4;
}
.align-end {
	display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    align-self: baseline;
}
.kustibu-progress .intense-block {
	padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 20px;
    height: 100%;
    width: 100%;
}
.kustibu-progress .intense-block ul {
	padding-left: 18px;
}
.kustibu-progress .intense-block li {
    color: #147c8a;
	line-height: 16px;
	margin-bottom: 5px;
	list-style-type: none;
    position: relative;
	padding-left: 5px;
}
.kustibu-progress .intense-block li:before {
    content: '■';
    position: absolute;
    left: -0.8em;
    font-size: 1.5em;
}
.kustibu-progress .intense-block .title {
	font-size: 18px;
	font-weight: bold;
	color: #147c8a;
	line-height: 15px;
	white-space: nowrap;
	margin-bottom: 15px;
}
.kustibu-progress .intense-block.low {
	border-left: 24px solid #99afab;
}
.kustibu-progress .intense-block.middle {
	border-left: 24px solid #e7b6be;
}
.kustibu-progress .intense-block.high {
	border-left: 24px solid #768bce;
}
.rekomendacijas .challenges {
	padding: 40px 0px 100px 0px;
}
.rekomendacijas .challenges h3 {
	font-size: 64px;
	color: #147C8A;
	text-align: center;
	margin-bottom: 10px;
}
.rekomendacijas .challenges p {
	text-align: center;
	color: #147C8A;
	font-size: 21px;
	line-height: 22px;
	margin-bottom: 10px;
}
.rekomendacijas .challenges p:last-child {
	margin-bottom: 65px;
}
.challenges .show-filter {
	text-align: left;
}
.challenges .show-filter button {
	margin-left: 5px;
}
.challenges table.activities {
	width: 100%;
	background: #f1f8f8;
}
.challenges table.activities tr td:first-child {
	background: #fff;
}
.challenges table.activities span {
	font-size: 21px;
    color: #147C8A;
    font-weight: 400;
    line-height: 38px;
    text-align: right;
    display: inline-block;
    padding-right: 20px;
    width: 100%;
}
.challenges table.activities img {
	width: 100%;
}
.challenges table.activities tr td {
	text-align: center;
}
.challenges table.activities tr div {
	cursor: pointer;
	display: inline-flex;
}
.challenges table.activities tr.plate div {
	width: 27px;
	height: 27px;
	background: url('/images/achievements/plate.png');
}
.challenges table.activities tr.plate div.hidden {
	background-position: bottom;
}
.challenges table.activities tr.candy div {
	width: 32px;
	height: 13px;
	background: url('/images/achievements/candy.png');
}
.challenges table.activities tr.candy div.hidden {
	background-position: 32px 13px;
}
.challenges table.activities tr.glass div {
	width: 21px;
	height: 29px;
	background: url('/images/achievements/glass.png');
}
.challenges table.activities tr.glass div.hidden {
	background-position: bottom;
}
.challenges table.activities tr.boots div {
	width: 30px;
	height: 16px;
	background: url('/images/achievements/boots.png');
}
.challenges table.activities tr.boots div.hidden {
	background-position: bottom;
}
.challenges table.activities tr.footprints div {
	width: 33px;
	height: 22px;
	background: url('/images/achievements/footprints.png');
}
.challenges table.activities tr.footprints div.hidden {
	background-position: bottom;
}
.challenges table.activities tr.coffee div {
	width: 27px;
	height: 29px;
	background: url('/images/achievements/coffee.png');
}
.challenges table.activities tr.coffee div.hidden {
	background-position: bottom;
}
.challenges table.activities tr.sleep div {
	width: 25px;
	height: 26px;
	background: url('/images/achievements/sleep.png');
}
.challenges table.activities tr.sleep div.hidden {
	background-position: bottom;
}
.challenges table.activities tr.clock div {
	width: 30px;
	height: 22px;
	background: url('/images/achievements/clock.png');
}
.challenges table.activities tr.clock div.hidden {
	background-position: bottom;
}
.challenges .sasniegumi {
	width: 70%;
    text-align: center;
    position: relative;
    top: -80px;
    margin: 0 auto;
}
.challenges .sasniegumi .title {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #147C8A;
	line-height: 30px;
	margin-bottom: 15px;
}
.challenges .sasniegumi .title i.info {
	position: relative;
    top: -4px;
}
.challenges .sasniegumi .badge {
	position: relative;
}
.challenges .sasniegumi .badge.hidden .image img,
.challenges .sasniegumi .badge.hidden .text {
	opacity: 0.3;
}
.challenges .sasniegumi .badge .image {
	width: 94px;
	height: 83px;
}
.challenges .sasniegumi .badge .image img {
	width: 100%;
}
.challenges .sasniegumi .badge .text {
	text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
    color: #147C8A;
	position: relative;
    top: -10px;
}
.challenges .sasniegumi .badge .count {
	width: 30px;
    height: 30px;
    color: #fff;
    background: #147C8A;
    border: 2px solid #ffff;
    font-size: 19px;
    font-weight: bold;
    line-height: 28px;
    border-radius: 20px;
    position: absolute;
    top: 48px;
    right: -17px;
}
.challenges .challenges-description {}
.challenges .challenges-description h3 {
	text-align: center;
	font-size: 21px;
	color: #147C8A;
	font-weight: bold;
}
.challenges .challenges-description .arrow-down {
	width: 25px;
	height: 14px;
	margin: 0 auto;
}
.challenges .challenges-description .desc-block {
	text-align: center;
}
.challenges .challenges-description .row .col-4:nth-child(2),
.challenges .challenges-description .row .col-4:nth-child(3) {
	border-left: 1px solid #9bc7cd;
}
.challenges .challenges-description .desc-block .image {
	height: 200px;
}
.challenges .challenges-description .desc-block .image img {
	width: 198px;
	height: 162px;
}
.challenges .challenges-description .desc-block .image .text {
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
    top: -15px;
	color: #007f8f;
}
.challenges .challenges-description .desc-block .image .text.saldumi { color: #bb9780; }
.challenges .challenges-description .desc-block .image .text.udens { color: #ac537f; }
.challenges .challenges-description .desc-block .image .text.sports { color: #a77095; }
.challenges .challenges-description .desc-block .image .text.soli { color: #705798; }
.challenges .challenges-description .desc-block .image .text.atputa { color: #699363; }
.challenges .challenges-description .desc-block .image .text.miegs { color: #546986; }
.challenges .challenges-description .desc-block .image .text.screentime { color: #b3ad71; }
.challenges .challenges-description .desc-block .title {
	font-size: 38px;
	line-height: 35px;
	color: #007f8f;
	font-weight: bold;
	margin: 20px 0px;
}
.challenges .challenges-description .desc-block .title i.info {
	position: relative;
    top: -8px;
    left: -2px;
}
.challenges .challenges-description .desc-block .desc {
	font-size: 15px;
	color: #007f8f;
	line-height: 15px;
}
.challenges .challenges-description .desc-block .desc strong {
	margin-bottom: 7px;
	display: block;
}
.rekomendacijas-progress .chart {
	position: relative;
}
.rekomendacijas-progress .chart .popup-filters {
	-webkit-box-shadow: -1px 1px 16px -2px rgb(0 0 0 / 37%);
    box-shadow: -1px 1px 16px -2px rgb(0 0 0 / 37%);
    width: 100%;
    background: #fff;
    position: absolute;
    border-radius: 4px;
    display: flex;
    flex-flow: wrap;
    flex: 0 0 184px;
    max-width: 202px;
    padding: 13px 0px;
	position: absolute; 
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
	display: none;
}
.rekomendacijas-progress .chart .popup-filters .f-row {
	display: flex;
    flex-flow: row;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
	align-items: center;
	color: #147c8a;
	padding-bottom: 15px;
}
.rekomendacijas-progress .chart .popup-filters .f-row:last-child {
	padding-bottom: 0px;
}
.rekomendacijas-progress .chart .popup-filters .f-row .title {
	font-size: 12px;
	min-width: 39px;
}
.rekomendacijas-progress .chart .popup-filters .f-row .title,
.rekomendacijas-progress .chart .popup-filters .f-row .input {
	padding: 0px 5px;
}
.rekomendacijas-progress .chart .popup-filters .f-row input {
	width: 80px;
	color: #D4D4D4;
	border: 1px solid #147c8a;
	padding: 5px;
}
.rekomendacijas-progress .chart .popup-filters button {
	color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border: none;
    background: #147c8a;
    padding: 7px 13px;
	cursor: pointer;
}
.rekomendacijas-progress .chart .popup-filters i {
	font-style: normal;
    position: relative;
    top: 13px;
    left: 5px;
}
.rekomendacijas-progress .chart .popup-filters .date-icon {
	display: flex;
    width: 23px;
    height: 23px;
}
.rekomendacijas-progress .chart .popup-filters .date-icon svg {
	width: 100%;
	height: 100%;
}
.padding-left-0 {
	padding-left: 0px !important;
}
/* MANS PROFILS REKOMENDACIJAS END*/

/* SVEICIENS POPUP */
.sveiciens_popup__wrapper {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
}
.sveiciens_popup {
	width: 850px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 62%); */
    box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 62%);
    border-radius: 4px;
}
.sveiciens_popup .left-image {
	position: absolute;
    top: -230px;
    z-index: 99;
    width: 835px;
    left: -325px;
}
.sveiciens_popup .top:before {
	position: absolute;
    content: "";
    left: 0;
    bottom: -9px;
    width: 100%;
    background-color: #2D9A99;
    height: 10%;
    transform: skewY(-1deg);
    z-index: 1;
}
.sveiciens_popup .top {
	background: #2D9A99;
	text-align: right;
	position: relative;
	padding: 40px 150px 40px 40px;
}
.sveiciens_popup .top .logo {
	width: 250px;
    height: 50px;
    margin-bottom: 70px;
    position: absolute;
    right: 213px
}
.sveiciens_popup .top .text,
.sveiciens_popup .bottom .text {
	color: #f9d4ca;
    font-weight: 100;
    font-size: 46px;
    line-height: 42px;
    margin-top: 115px;
}
.sveiciens_popup .top .closex {
	width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 14px;
}
.sveiciens_popup .bottom {
    position: relative;
	padding: 40px;
}
.sveiciens_popup .bottom .text {
	text-align: right;
	margin-top: 0px;
	font-size: 32px;
	line-height: 29px;
	color: #2D9A99;
	padding-right: 200px;
}
.sveiciens_popup .bottom .helper-block {
	display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    flex-flow: row;
	justify-content: flex-end;
	margin-top: 25px;
}
.sveiciens_popup .bottom .helper-block .item {
	display: flex;
    flex-flow: column;
    flex: 0 0 125px;
    max-width: 125px;
    justify-content: center;
    align-self: baseline;
    align-items: center;
}
.sveiciens_popup .bottom .helper-block .item .image.apple-desc {
	width: 54px;
	height: 59px;
}
.sveiciens_popup .bottom .helper-block .item .image.video-lekcijas {
	width: 55px;
	height: 55px;
}
.sveiciens_popup .bottom .helper-block .item .image.receptes {
	width: 54px;
	height: 54px;
}
.sveiciens_popup .bottom .helper-block .item .image.motivacija {
	width: 71px;
	height: 68px;
}
.sveiciens_popup .bottom .helper-block .item .image.brain {
	width: 62px;
	height: 67px;
}
.sveiciens_popup .bottom .helper-block .item .image img {
	width: 100%;
	height: 100%;
}
.sveiciens_popup .bottom .helper-block .item .text {
	font-size: 18px;
    text-align: center;
    padding: unset;
    line-height: 18px;
	margin-top: 15px;
	font-weight: 500;
}
/* SVEICIENS POPUP END */

/* PALIDZIBA */
.profile_section__wrapper.palidziba .weeks-wrapper {
	background: none;
	padding: 50px 0px;
}
.profile_section__wrapper.palidziba .weeks-wrapper .week .list {
	padding-top: 0px;
}
.profile_section__wrapper.palidziba .support-wrapper {
	background: #FDF1EE;
	padding: 60px 0px;
	text-align: center;
}
.support-wrapper .title {
	font-size: 48px;
	font-weight: 400;
	color: #147C8A;
	line-height: 51px;
	margin-bottom: 7px;
}
.support-wrapper .desc {
	color: #147C8A;
	font-size: 19px;
	font-weight: 500;
	line-height: 20px;
}
.support-wrapper .form-wrapper {
	padding: 50px 0px 0px 0px;
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
}
.support-wrapper .form-wrapper form {
	width: 610px;
}
.support-wrapper .form-wrapper .field {
	display: flex;
    flex-flow: column;
    text-align: left;
	margin-bottom: 25px;
}
.support-wrapper .form-wrapper .field label {
	color: #147C8A;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 5px;
}
.support-wrapper .form-wrapper .field input,
.support-wrapper .form-wrapper .field textarea {
	border: 1px solid #147C8A;
	padding: 12px;
}
.support-wrapper .form-wrapper .field textarea {
	width: 100%;
	height: 196px;
}
.support-wrapper .form-wrapper .field .image-upload input {
	display: none;
}
.support-wrapper .form-wrapper .field .image-upload .file-input {
	margin-bottom: 0px;
	cursor: pointer;
}
.support-wrapper .form-wrapper .field .image-upload .file-input span {
    font-weight: 500;
	font-size: 15px;
}
.support-wrapper .form-wrapper .field .image-upload .file-input svg {
	width: 19px;
    height: 25px;
}
.support-wrapper .form-wrapper .field .file-desc {
	color: #147C8A;
	line-height: 17px;
	font-weight: 500;
	font-size: 15px;
}
.support-wrapper .form-wrapper .field.one-row {
	display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}
.support-wrapper .form-wrapper .field input[type="submit"] {
	color: #fff;
    text-transform: uppercase;
    background: #147C8A;
    cursor: pointer;
    width: 130px;
    padding: 11px;
}
/* PALIDZIBA END */

/* KABINETS REKOM POPUP */
.izaicinajumi-row .popup-filters {
	-webkit-box-shadow: -1px 1px 16px -2px rgb(0 0 0 / 37%);
    box-shadow: -1px 1px 16px -2px rgb(0 0 0 / 37%);
    width: 100%;
    background: #fff;
    position: absolute;
    border-radius: 4px;
    flex-flow: wrap;
    flex: 0 0 184px;
    max-width: 240px;
    padding: 13px 0px;
	position: absolute; 
	left: -90%; 
	top: -60px;
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
	display: none;
}
.izaicinajumi-row .popup-filters .f-row {
	display: flex;
    flex-flow: row;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
	align-items: center;
	color: #147c8a;
	padding-bottom: 15px;
}
.izaicinajumi-row .popup-filters .f-row:not(:first-child) {
	justify-content: space-around;
	padding-bottom: 0px;
}
.izaicinajumi-row .popup-filters .f-row:last-child {
	padding-top: 15px;
}
.izaicinajumi-row .popup-filters .f-row .chck-row {
	display: flex;
    flex-flow: row;
}
.izaicinajumi-row .popup-filters .f-row .chck-row label {
	font-size: 12px;
}
.izaicinajumi-row .popup-filters .f-row .chck-row .checkbox-wrapper {
	width: 20px;
    height: 20px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #2D9A99;
    line-height: 15px;
    white-space: nowrap;
}
.izaicinajumi-row .popup-filters .f-row .chck-row .checkbox-wrapper input {
	position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.izaicinajumi-row .popup-filters .f-row .chck-row .checkbox-wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: unset;
    border: 1px solid #2D9A99;
}
.izaicinajumi-row .popup-filters .f-row .chck-row .checkbox-wrapper input:checked ~ .checkmark {
	background-color: unset;
}
.izaicinajumi-row .popup-filters .f-row .chck-row .checkbox-wrapper .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.izaicinajumi-row .popup-filters .f-row .chck-row .checkbox-wrapper input:checked ~ .checkmark:after {
	display: block;
}
.izaicinajumi-row .popup-filters .f-row .chck-row .checkbox-wrapper .checkmark:after {
	left: 7px;
    top: 0px;
    width: 10px;
    height: 18px;
	border: solid #2D9A99;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.izaicinajumi-row .popup-filters .f-row .title,
.izaicinajumi-row .popup-filters .f-row .input {
    padding: 0px 5px;
}
.izaicinajumi-row .popup-filters .f-row .title {
	text-align: right;
    font-size: 12px;
    min-width: 85px;
    color: #147c8a;
    padding-right: 15px;
}
.izaicinajumi-row .popup-filters .f-row input {
    width: 79px;
    color: #D4D4D4;
    border: 1px solid #147c8a;
    padding: 5px;
}
.izaicinajumi-row .popup-filters .date-icon {
    display: flex;
    width: 23px;
    height: 23px;
}
.izaicinajumi-row .popup-filters .date-icon svg {
    width: 100%;
    height: 100%;
}
.izaicinajumi-row .popup-filters button {
	color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border: none;
    background: #147c8a;
    padding: 7px 13px;
    cursor: pointer;
}
.izaicinajumi-row .popup-filters .f-row .text {
	padding-right: 7px;
    font-size: 12px;
    min-width: 67px;
    text-align: right;
}
.activities td.filter-td {
	text-align: left !important;
	background: #fff;
}
.activities td.filter-td .show-filter {
	align-items: baseline;
    padding-bottom: 12px;
}
.challenges table.activities tr.plate td {
	padding-top: 10px;
}
/* KABINETS REKOM POPUP END */

/* KABINETS KONSULTACIJA */
.konsultacija .mans-profils-info {
	padding-bottom: 50px;
}
.konsultacija .page-title {
	font-size: 79px;
    line-height: 88px;
    margin-bottom: 100px;
}
.konsultacija .pieteiksana {
	padding: 50px 0px 20px 0px;
	background: #fdefec;
}
.konsultacija .pieteiksana .blocks-wrapper {
	display: flex;
    justify-content: space-between;
}
.pieteiksana .blocks-wrapper .block {
	display: flex;
	flex-flow: column;
	align-items: center;
}
.pieteiksana .blocks-wrapper .block .title {
	text-align: center;
    color: #2D9A99;
    font-size: 43px;
    font-weight: 100;
    line-height: 38px;
    margin-bottom: 20px;
}
.pieteiksana .blocks-wrapper .block .select-spec {
	width: 339px;
    border: 1px solid #2D9A99;
}
.pieteiksana .blocks-wrapper .block .select-spec .choose {
	border-bottom: 1px solid #2D9A99;
    padding: 10px;
    font-size: 16px;
    line-height: 17px;
    color: #2D9A99;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #fdefec;
}
.pieteiksana .blocks-wrapper .block .select-spec .choose i {
	width: 0;
    height: 0;
    border-width: 9px 9px 9px 0;
    border-color: transparent #2D9A98 transparent transparent;
    border-style: solid;
    display: inline-block;
    margin-right: 20px;
}
.pieteiksana .blocks-wrapper .block .select-spec .specialisti {
	padding: 10px;
    font-size: 16px;
    line-height: 19px;
    color: #2D9A99;
    font-weight: bold;
}
.pieteiksana .blocks-wrapper .block a {
	padding: 10px;
		display:inline-block;
    font-size: 16px;
    line-height: 19px;
    color: #2D9A99;
    font-weight: bold;
}
.pieteiksana .blocks-wrapper .block svg {
		display:inline-block;
    line-height: 19px;
		width:20px;
    fill: #2D9A99;
}
.pieteiksana .blocks-wrapper .block i.info {
	background: #147c8a;
    color: #fff;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 30px;
    margin: 0px 5px;
    cursor: pointer;
    font-style: inherit;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    font-weight: bold;
}
.pieteiksana .blocks-wrapper .block .cls-1 {
    fill: #2D9A99;
}
.pieteiksana .blocks-wrapper .block .available-times {
	width: 260px;
    height: 100px;
    overflow: auto;
}
.pieteiksana .blocks-wrapper .block .available-times li {
	color: #2D9A99;
    font-size: 18px;
	cursor: pointer;
	padding: 0px 20px;
}
.pieteiksana .blocks-wrapper .block .available-times li.active {
	background: #f9d7ce;
	padding: 5px 20px;
}
.pieteiksana .blocks-wrapper .block .available-times li strong {
	font-weight: bold;
}
.pieteiksana .blocks-wrapper .block .available-times::-webkit-scrollbar {
	background: transparent;
    width: 20px;
}
.pieteiksana .blocks-wrapper .block .available-times::-webkit-scrollbar-track {
	background: #2D9A99;
    border-left: 9px solid #fdefec;
    border-right: 9px solid #fdefec;
}
.pieteiksana .blocks-wrapper .block .available-times::-webkit-scrollbar-thumb {
	background: #2D9A99;
    border-left: 7px solid #fdefec;
    border-right: 7px solid #fdefec;
}
.pieteiksana .results-wrapper {
	display: flex;
    flex-flow: column;
    align-items: center;
    padding-top: 50px;
}
.pieteiksana .results-wrapper .choosed {
	font-size: 21px;
	color: #2D9A99;
	margin-bottom: 20px;
    text-align: center;
}
.pieteiksana .results-wrapper button {
	width: 113px;
	height: 43px;
	cursor: pointer;
	background: #2D9A99;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-size: 17px;
	font-weight: 500;
}
.pieteiksanas-history {
	padding: 70px 0px;
}
.pieteiksanas-history .blocks-wrapper {
	display: flex; 
	justify-content: space-between; 
}
.pieteiksanas-history .blocks-wrapper .block {
	display: flex;
    flex-flow: column;
    align-items: center;
}
.pieteiksanas-history .blocks-wrapper .block:first-child {
	flex: 0 0 60%;
	max-width: 60%;
}
.pieteiksanas-history .blocks-wrapper .block:last-child {
	flex: 0 0 40%;
	max-width: 40%;
}
.pieteiksanas-history .blocks-wrapper .block .title {
	text-align: center;
    color: #2D9A99;
    font-size: 43px;
    font-weight: 100;
    line-height: 38px;
    margin-bottom: 20px;
}
.pieteiksanas-history .blocks-wrapper .block .title svg {
	width: 158px;
	height: 25px;
}
.pieteiksanas-history .blocks-wrapper .block p {
	font-size: 21px;
	line-height: 24px;
	color: #2D9A99;
	font-weight: 400;
}
.pieteiksanas-history .blocks-wrapper .block:last-child p {
	text-align: center;
}
.pieteiksanas-history .button-block {
	text-align: center;
    margin-top: 30px;
}
.pieteiksanas-history button {
	color: #fff;
	background: #2D9A99;
	border: none;
	width: 168px;
	height: 43px;
	cursor: pointer;
	font-weight: 500;
}
.additional-konsul {
	padding: 60px 0px 150px 0px;
}
.additional-konsul .block {
	display: flex;
    flex-flow: column;
    align-items: center;
    border: 1px solid #2D9A99;
    padding: 20px 0px;
}
.additional-konsul .block .title {
	text-align: center;
    font-size: 43px;
    line-height: 38px;
    margin-bottom: 30px;
    color: #2D9A99;
    font-weight: 400;
}
.additional-konsul .block button {
	color: #fff;
	background: #2D9A99;
	border: none;
	width: 168px;
	height: 43px;
	cursor: pointer;
	font-weight: 500;
}
/* KABINETS KONSULTACIJA END */

/* KABINETS FIZIOTERAPIJA */
.profile_section__wrapper.fizioterapija .weeks-wrapper .image {
	width: 650px;
    top: -285px;
    right: -25%;
}
.profile_section__wrapper.fizioterapija .weeks-wrapper .week {
	align-items: center;
	flex-flow: column;
}
.profile_section__wrapper.fizioterapija .weeks-wrapper .week .desc {
	font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    color: #2D9A99;
    text-align: center;
    width: 575px;
}
.profile_section__wrapper.fizioterapija .weeks-wrapper .week .desc .arrow-down {
	width: 29px;
    height: 14px;
    margin: 0 auto;
    margin-top: 15px;
}
.profile_section__wrapper.fizioterapija .weeks-wrapper .week .list {
	flex-flow: column;
	align-items: center;
	padding-top: 45px;
}
.profile_section__wrapper.fizioterapija .weeks-wrapper .week .list .title {
	font-size: 46px;
    line-height: 45px;
    font-weight: 400;
    color: #2D9A99;
    text-align: center;
	margin-bottom: 15px;
}
.profile_section__wrapper.fizioterapija .weeks-wrapper .week .list .title strong {
	font-weight: bold;
}
.profile_section__wrapper.fizioterapija .weeks-wrapper .week .list .item {
	max-width: 510px;
}
.profile_section__wrapper.fizioterapija .weeks-wrapper .week .list .item .text {
	
}
/* KABINETS FIZIOTERAPIJA END */

/* KABINETS MEDIATACIJA */
.profile_section__wrapper.meditacija .weeks-wrapper {
	background: #f8f6f5;
}
.profile_section__wrapper.meditacija .weeks-wrapper .week .list {
	justify-content: flex-start;
}
.profile_section__wrapper.meditacija .weeks-wrapper .image {
    width: 650px;
    top: -190px;
    right: -25%;
}
.meditacija .meditacijas-wrapper {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.meditacija .meditacijas-wrapper .items-row {
	display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: space-between;
}
.meditacija .meditacijas-wrapper .item {
	display: flex;
    flex-flow: column;
    flex: 0 0 33%;
    max-width: 33%;
	align-items: center;
	margin-bottom: 50px;
	padding: 0px 15px;
}
.meditacija .meditacijas-wrapper .item:nth-child(even) {
	border-left: 1px solid #2D9A99;
    border-right: 1px solid #2D9A99;
}
.meditacija .meditacijas-wrapper .item .icon {
	width: 105px;
    height: 105px;
    border-radius: 50%;
    background: #2D9A99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.meditacija .meditacijas-wrapper .item .title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #2D9A99;
	margin: 10px 0px 10px 0px;
}
.meditacija .meditacijas-wrapper .item .icon svg {
	width: 51px;
	height: 60px;
}
.meditacija .meditacijas-wrapper .item .info {
    line-height: 17px;
    padding-top: 7px;
    color: #2D9A99;
    font-size: 15px;
    display: flex;
}
.meditacija .meditacijas-wrapper .item .info .checkbox-wrapper {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #2D9A99;
    line-height: 15px;
    white-space: nowrap;
}
.meditacija .arrow-down-common {
    width: 29px;
    height: 14px;
    margin: 0 auto;
    margin-top: 15px;
}
/* KABINETS MEDIATACIJA END */

/* SMALL FIXES */
.f-row input {
	width: 85px!important;
	color: #2D9A99!important;
}
.f-row input::placeholder {
	color: #D4D4D4!important;
}
/* SMALL FIXES END*/

/* FIXES */
.kustibu-progress .chart .popup-filters {
	-webkit-box-shadow: -1px 1px 16px -2px rgb(0 0 0 / 37%);
    box-shadow: -1px 1px 16px -2px rgb(0 0 0 / 37%);
    width: 100%;
    background: #fff;
    position: absolute;
    border-radius: 4px;
    display: flex;
    flex-flow: wrap;
    flex: 0 0 184px;
    max-width: 270px;
    padding: 13px 0px;
    position: absolute;
    left: 12%;
    display: none;
}
.kustibu-progress .chart .popup-filters .f-row {
    display: flex;
    flex-flow: row;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    color: #147c8a;
    padding-bottom: 15px;
}
.kustibu-progress .chart .popup-filters .f-row .title, 
.kustibu-progress .chart .popup-filters .f-row .input {
    padding: 0px 5px;
}
.kustibu-progress .chart .popup-filters .f-row .title {
	min-width: 115px;
    text-align: right;
}
.kustibu-progress .chart .popup-filters .f-row input {
	width: 80px;
    color: #D4D4D4;
    border: 1px solid #147c8a;
    padding: 5px;
}
.kustibu-progress .chart .popup-filters .date-icon {
    display: flex;
    width: 23px;
    height: 23px;
}
.kustibu-progress .chart .popup-filters .date-icon svg {
    width: 100%;
    height: 100%;
}
.kustibu-progress .chart .popup-filters button {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border: none;
    background: #147c8a;
    padding: 7px 13px;
    cursor: pointer;
}
.kustibu-progress .chart .popup-filters i {
    font-style: normal;
    position: relative;
    top: 13px;
    left: 5px;
}
/* FIXES END*/

/* FIXES */
.popup-filters {
	z-index: 1;
}
.challenges table.activities span {
	white-space: nowrap;
}
.challenges .overflow-table_wrapper {
	width: 100%;
    overflow: auto;
	padding-bottom: 15px;
}
.challenges .overflow-table_wrapper::-webkit-scrollbar {
	background: transparent;
    height: 20px;
}
.challenges .overflow-table_wrapper::-webkit-scrollbar-track {
	background: #2D9A99;
    border-top: 9px solid #fff;
    border-bottom: 9px solid #fff;
}
.challenges .overflow-table_wrapper::-webkit-scrollbar-thumb {
	background: #2D9A99;
    border-top: 7px solid #fff;
    border-bottom: 7px solid #fff;
}
.challenges table.activities tr div {
	background: none!important;
}
.challenges table.activities img.disabled {
	opacity: .3;
}
/* FIXES END */

/* FIXES */
#myTabContent canvas {
	width: 100%;
    border: 1px solid #147c8a;
    background: #fff;
}
.activities td.filter-td .show-filter {
    white-space: nowrap;
}
/* FIXES END */

/* EDIENKARTE */
.edienkarte .page-title {
	font-size: 79px;
}
.edienkarte .subH3 {
	font-size: 21px;
	line-height: 22px;
	color: #147C8A;
	padding: 15px 0px;
	display: block;
}
.edienkarte .product-group {
	display: flex;
    justify-content: space-evenly;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.edienkarte .product-group .item {
    align-self: center;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.edienkarte .product-group .item svg {
	width: 100%;
}
.edienkarte .product-group .item .icon {
	display: flex;
    align-items: end;
	margin-bottom: 0.6rem;
}
.edienkarte .product-group .item.gluten .icon {
	width: 23px;
	min-height: 60px;
}
.edienkarte .product-group .item.milk .icon {
	width: 25px;
	min-height: 60px;
}
.edienkarte .product-group .item.fish .icon {
	width: 55px;
	min-height: 60px;
}
.edienkarte .product-group .item.meat .icon {
	width: 40px;
	min-height: 60px;
}
.edienkarte .product-group .item .icon .cls-1 {
	fill: #147c8a;
}
.edienkarte .product-group .item .title {
	color: #147C8A;
	font-size: 18px;
	line-height: 19px;
	margin-bottom: 0.6rem;
}
.edienkarte .product-group .item .checkbox {
	width: 25px;
}
.checkbox-wrapper {
	width: 20px;
	height: 20px;
	display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #2D9A99;
    line-height: 15px;
    white-space: nowrap;
}
.checkbox-wrapper input {
	position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox-wrapper .checkmark {
	position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: unset;
    border: 1px solid #2D9A99;
}
.checkbox-wrapper input:checked ~ .checkmark {
	background-color: unset;
}
.checkbox-wrapper .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox-wrapper input:checked ~ .checkmark:after {
	display: block;
}
.checkbox-wrapper .checkmark:after {
	left: 7px;
    top: 0px;
    width: 10px;
    height: 18px;
	border: solid #2D9A99;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.product-group-create button {
	background: #147C8A;
    border: 1px solid #147C8A;
    outline: 0;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 15px;
}
.receipes-wrapper {
	background: #fff;
    padding: 50px 0px 100px 0px;
    position: relative;
}
.receipes-wrapper .main-image {
	width: 305px;
    height: 242px;
    position: absolute;
    z-index: 100;
    /* transform: rotate(90deg); */
    right: -240px;
    top: -140px;
}
.receipes-wrapper .main-image img {
    transform: rotate(90deg);
}
.receipe-wrapper {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
	position: relative;
}
.receipe-wrapper .nav-tabs {
	border-bottom: none;
}
.receipe-wrapper .nav-tabs .nav-link {
	font-size: 18px;
    font-weight: bold;
    color: #147C8A;
    padding: 10px 35px;
	-webkit-box-shadow: 0px 3px 15px -1px rgba(0,0,0,0.14); 
	box-shadow: 0px 3px 15px -1px rgba(0,0,0,0.14);
}
.receipe-wrapper .nav-tabs .nav-link.active {
	background: #f1dfe5;
	border: 1px solid #f1dfe5;
}
.receipe-wrapper .tab-content {
	position: relative;
	top: -1px;
	z-index: 10;
}
.receipe-wrapper .tab-pane {
	padding: 0 10px 10px 10px;
	border-radius: 0.25rem;
	background: #f1dfe5;
	max-height: 960px;
    overflow-y: auto;
}
.receipe-wrapper .tab-pane::-webkit-scrollbar {
	background: transparent;
    width: 20px;
}
.receipe-wrapper .tab-pane::-webkit-scrollbar-track {
	background: #2D9A99;
    border-left: 9px solid #f1dfe5;
    border-right: 9px solid #f1dfe5;
}
.receipe-wrapper .tab-pane::-webkit-scrollbar-thumb {
	background: #2D9A99;
    border-left: 7px solid #f1dfe5;
    border-right: 7px solid #f1dfe5;
}
.receipe-wrapper .tab-pane .week-day {
	padding: 7px 0px;
	font-size: 29px;
	color: #fff;
	text-transform: capitalize;
}
.receipe-wrapper .panel {
	cursor: pointer;
    background: #fff;
    border-radius: 0.25rem;
	padding: 15px 10px;
	margin-bottom: 0.5rem;
}
.receipe-header:after {
	content: "";
    font-weight: 900;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #147c8a transparent transparent transparent;
    position: absolute;
    bottom: 0px;
    right: 0px;
	transform: rotate(180deg);
}
.receipe-header.collapsed:after {
	transform: rotate(0deg);
}
.receipe-header {
	display: flex;
    flex: 0 0 100%;
    max-width: 100%;
	position: relative;
}
.receipe-header .left {
	flex: 0 0 80%;
	max-width: 80%;
}
.receipe-header .right {
	flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    flex-flow: column;
    align-items: end;
}
.receipe-header .meal-day {
	color: #147C8A;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
}
.receipe-header .receipe-title {
	font-size: 26px;
	color: #147C8A;
	font-weight: bold;
}
.receipe-header .heart {
	padding-top: 7px;
}
.receipe-header .heart svg {
	width: 26px;
	height: 20px;
}
.receipe-header .heart .cls-1 {
	stroke: #dfb5c2;
	fill: #dfb5c2;
	stroke-width: 0px;
}
.receipe-header .heart.disabled .cls-1 {
	fill: #fff;
    stroke-width: 2px;
    stroke: #dfb5c2;
}
.receipe-header .change-receipt {
	margin-bottom: 0.5rem;
}
.receipe-header .change-receipt button {
	color: #fff;
    background: #147C8A;
    border: 1px solid #147C8A;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    padding: 4px 7px;
}
.receipe-header .skip {
	display: flex;
}
.receipe-header .skip span {
	color: #147C8A;
    font-size: 12px;
	white-space: nowrap;
}
.receipe-header .checkbox-wrapper,
.receipe-header .checkbox-wrapper .checkmark {
	width: 15px;
	height: 15px;
}
.receipe-header .checkbox-wrapper {
	padding-left: 0px;
	margin-left: 5px;
}
.receipe-header .checkbox-wrapper .checkmark:after {
	width: 6px;
	height: 10px;
	left: 3px;
	border-width: 0 2px 2px 0;
}
.receipe-description-wrapper {
	padding: 25px 0px 0px 0px;
    display: flex;
    flex-flow: column;
}
.receipe-description-wrapper .title {
	color: #147C8A;
	font-size: 25px;
	font-weight: bold;
}
.receipe-description-wrapper .top {
	display: flex;
	justify-content: space-between;
}
.receipe-description-wrapper .top .receipe-image {
	flex: 0 0 50%;
	max-width: 50%;
}
.receipe-description-wrapper .top .receipe-image img {
	width: 100%;
	height: 100%;
}
.receipe-description-wrapper .top .components {
	flex: 0 0 45%;
	max-width: 50%;
}
.receipe-description-wrapper .components .count-part {
	display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #147C8A;
    align-items: center;
	padding-bottom: 10px;
}
.receipe-description-wrapper .counter-block {
	margin-left: 1rem;
}
.receipe-description-wrapper .counter-block span {
	color: #147C8A;
	font-size: 26px;
	font-weight: bold;
	padding: 0px 5px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.receipe-description-wrapper .counter-block span.count {
	border-left: 2px solid #147C8A;
	border-right: 2px solid #147C8A;
	padding: 0px 10px;
}
.receipe-description-wrapper .components .description .title {
	padding: 7px 0px 5px 0px;
}
.receipe-description-wrapper .components .description li {
	color: #147C8A;
	font-size: 16px;
	line-height: 16px;
}
.receipe-description-wrapper .middle .operations {
	display: flex;
    justify-content: space-between;
	align-items: baseline;
}
.receipe-description-wrapper .middle .operations .links {
	display: flex;
}
.receipe-description-wrapper .links.mobile {
	display: none;
}
.receipe-description-wrapper .links.mobile a {
	width: 25px;
	height: 25px;
}
.receipe-description-wrapper .links.mobile a.print {
	margin-right: 15px;
}
.receipe-description-wrapper .links.mobile a .cls-1 {
	fill: #fff;
}
.receipe-description-wrapper .middle .operations .links .download,
.receipe-description-wrapper .middle .operations .links .print {
	width: 25px;
	height: 25px;
}
.receipe-description-wrapper .middle .operations .links .print .cls-1 {
	fill: #fff;
}
.receipe-description-wrapper .middle .operations .links .print {
	margin-right: 1rem;
}
.receipe-description-wrapper .middle .operations .links svg {
	width: 100%;
	height: 100%;
}
.receipe-description-wrapper .middle .operations .links svg .cls-1 {
	fill: none;
}
.receipe-description-wrapper .middle .title {
	padding: 13px 0px 15px 0px;
}
.receipe-description-wrapper .middle ol {
	padding-left: 28px;
	list-style: auto;
}
.receipe-description-wrapper .middle li {
	color: #147C8A;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 1.5rem;
}
.receipe-description-wrapper .middle li::marker {
	font-size: 26px;
    font-weight: bold;
}
.receipe-description-wrapper .bottom {
	display: flex;
    justify-content: space-between;
}
.receipe-description-wrapper .bottom .item,
.receipe-wrapper .tab-pane .items .item {
	flex: 0 0 23%;
	max-width: 23%;
	background: #147C8A;
	text-align: center;
	border-radius: 0.25rem;
	color: #fff;
	padding: 5px 0px;
}
.receipe-description-wrapper .bottom .item .text,
.receipe-wrapper .tab-pane .items .item .text {
	font-size: 18px;
}
.receipe-description-wrapper .bottom .item .value,
.receipe-wrapper .tab-pane .items .item .value {
	color: #DFB5C2;
	font-size: 22px;
	font-weight: bold;
}
.day-energy-results {
	display: flex;
    flex-flow: column;
	padding-top: 13px;
	margin-bottom: 0.5rem
}
.day-energy-results .items {
	display: flex;
	justify-content: space-between;
}
.day-energy-results .title {
	font-weight: bold;
	font-size: 18px;
	color: #147C8A;
	padding-bottom: 10px;
	text-align: center;
}
.product-create-wrapper {
	width: 100%;
    text-align: center;
    margin: 3rem 0 1rem 0;
}
.product-create-wrapper button {
	text-transform: uppercase;
	font-size: 15px;
	background: #147C8A;
	border: 1px solid #147C8A;
	outline: 0;
	cursor: pointer;
	color: #fff;
	padding: 10px 15px;
}
.next-week-product-list-wrapper {
	display: flex;
	max-width: 860px;
	flex: 0 0 100%;
	flex-flow: column;
	align-items: center;
	margin: 0 auto;
}
.next-week-product-list-wrapper .title {
	font-size: 64px;
    font-weight: 300;
    color: #147C8A;
    white-space: nowrap;
}
.next-week-product-list-wrapper .actions {
	display: flex;
    justify-content: flex-end;
    flex: 0 0 100%;
    width: 100%;
}
.next-week-product-list-wrapper .actions a {
	width: 25px;
    height: 25px;
}
.next-week-product-list-wrapper .actions a.print {
	margin-right: 20px;
}
.next-week-product-list-wrapper .actions a.print .cls-1 {
	fill: #fff;
}
.next-week-product-list-wrapper .list {
	width: 100%;
    display: flex;
    justify-content: space-between;
	margin-top: 1.5rem;
}
.next-week-product-list-wrapper .list ul {
	width: 40%;
}
.next-week-product-list-wrapper .list .separator {
	width: 1px;
	background: #147C8A;
}
.next-week-product-list-wrapper .list li {
	color: #147C8A;
	border-bottom: 1px solid #147C8A;
	font-size: 18px;
	font-weight: 400;
}
.next-week-product-list-wrapper .list li:last-child {
	border-bottom: none;
}
.next-week-product-list-wrapper .bottom-image {
	width: 400px;
    height: 280px;
    transform: rotate(180deg);
    margin-top: 3rem;
}
.manas-receptes-wrapper {
	display: flex;
	max-width: 860px;
	flex: 0 0 100%;
	flex-flow: column;
	align-items: center;
	margin: 0 auto;
}
.manas-receptes-wrapper .title {
	font-size: 64px;
    font-weight: 300;
    color: #147C8A;
    white-space: nowrap;
	margin-bottom: 1rem;
}
.manas-receptes-wrapper .list {
	display: flex;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
    justify-content: space-between;
}
.manas-receptes-wrapper .list .item {
	position: relative;
	flex: 0 0 23%;
    max-width: 23%;
    background: #f1dfe5;
    text-align: center;
    border-radius: 0.25rem;
    color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0px;
}
.manas-receptes-wrapper .list .item.active {
	background: #e3bfca;
}
.manas-receptes-wrapper .list .item .title {
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 0px;
}
.manas-receptes-wrapper .list .item .number {
    position: absolute;
    border: 3px solid #fff;
    color: #fff;
    border-radius: 50px;
    background: #147C8A;
    width: 34px;
    height: 34px;
    line-height: 31px;
    font-size: 19px;
    font-weight: bold;
    right: 5px;
    bottom: -20px;
}
.manas-receptes-title-wrapper {
	width: 100%;
    display: flex;
    flex: 0 0 100%;
    margin: 4rem 0 2rem 0;
	justify-content: center;
}
.manas-receptes-title-wrapper .title {
	font-size: 29px;
	font-weight: 600;
	color: #147C8A;
	text-transform: uppercase;
}
.manas-receptes-content-wrapper {
	width: 100%;
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.manas-receptes-content-wrapper .item {
	display: flex;
	flex-flow: column;
	flex: 0 0 33%;
	width: 33%;
	max-width: 33%;
	margin-bottom: 2.5rem;
	padding-right: 2rem;
}
.manas-receptes-content-wrapper .item:nth-child(3n + 3) {
	/*padding-right: 0;*/
}
.manas-receptes-content-wrapper .item img {
	width: 100%;
}
.manas-receptes-content-wrapper .item .title,
.manas-receptes-content-wrapper .item .actions {
	background: #efdbe1;
    padding-left: 15px;
    padding-right: 10px;
}
.manas-receptes-content-wrapper .item .title {
	/*color: #147C8A;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	padding: 1rem 10px 2rem 15px;*/
	color: #147C8A;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding: 1rem 10px 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 80px;
}
.manas-receptes-content-wrapper .item .actions {
	padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
	padding-top: 15px;
}
.manas-receptes-content-wrapper .item .actions button {
	color: #fff;
    background: #147C8A;
    border: 1px solid #147C8A;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    padding: 4px 7px;
}
.manas-receptes-content-wrapper .item .actions .heart svg {
    width: 26px;
    height: 20px;
}
.manas-receptes-content-wrapper .item .actions .heart .cls-1 {
	stroke: #dfb5c2;
	stroke-width: 0.7px;
	fill: #dfb5c2;
}
/* EDIENKARTE END */

/* EDIENKARTE POPUP */
.receipePopUp {
	width: 750px;
	background: #fff;
	position: fixed;
    	top: 50%;
	left: 50%;
    	transform: translate(-50%, -50%);
	padding: 15px 20px 15px 20px;
	/* max-height: 753px; */
    max-height: 80%;
	overflow-y: auto;
	display: none;
}
.receipePopUp::-webkit-scrollbar {
	background: transparent;
    width: 20px;
}
.receipePopUp::-webkit-scrollbar-track {
	background: #2D9A99;
    border-left: 9px solid #fff;
    border-right: 9px solid #fff;
}
.receipePopUp::-webkit-scrollbar-thumb {
	background: #2D9A99;
    border-left: 7px solid #fff;
    border-right: 7px solid #fff;
}
.receipePopUp #close {
    position: absolute;
    right: 0px;
    top: 0px;
	z-index: 999;
	width: 15px;
	height: 15px;
}
.receipePopUp #close svg .cls-1 {
	stroke: #fff;
}
.receipePopUp .receipe-header:after { content: none; }
.receipePopUp .receipe-header {
	background: #efdbe1;
	padding: 10px 20px;
}
.receipePopUp .receipe-description-wrapper {
	padding: 5px 25px 15px 25px;
}
.receipePopUp .popup-right {
	-webkit-box-shadow: 0px 3px 21px -1px rgba(0,0,0,0.14); 
	box-shadow: 0px 3px 21px -1px rgba(0,0,0,0.14);
}
.receipe-description-wrapper .plus,
.receipe-description-wrapper .minus {
	cursor: pointer;
}
/* EDIENKARTE POPUP END */
video {
	width: 100%;
}
/* new menu */
.authorized-user ul,
.authorized-user li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.authorized-user a {
	text-decoration: none;
	color: white;
}
.authorized-user > ul {
	display: flex;
	justify-content: center;
	/*background: #facbcc;*/
}
.authorized-user > ul > li {
	position: relative;
}
.authorized-user > ul > li > a {
	display: block;
	padding: 10px 20px;
}
.authorized-user > ul > li > ul {
	display: none;
	white-space: nowrap;
	position: absolute;
	left: -15%;
	padding-top: 10px;
}
.authorized-user > ul > li > ul > li > a {
	display: block;
	background-color: #F9D4CA;
	color: #147C8A;
	font-size: 18px;
	padding: 0px 10px 5px 10px;
}
.authorized-user > ul > li > ul > li:first-child > a {
	padding-top: 5px;
}
.authorized-user > ul > li > ul > li > a:after {
	content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #147c8a;
	margin-top: 3px;
}
.authorized-user > ul > li > ul > li:last-child > a:after {
	content: none;
}
.authorized-user > ul > li > ul > li:last-child > a {
	border-bottom: none;
}
.authorized-user > ul > li > ul:after {
	position: absolute;
	left: 30%;
	transform: translateX(-50%);
	top: 3px;
	width: 0;
	height: 0;
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #f9d4ca;
}
.authorized-user > ul > li:hover > ul {
	display: block;
}
.authorized-user li a:first-child:nth-last-child(2):before { 
	content: ""; 
	position: absolute; 
	height: 0; 
	width: 0;
	top: 47%;
	right: -8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
 }
.authorized-user li a:first-child:nth-last-child(2):before {
    border-top-color: #fff;
}
.authorized-user.profile ul {
	background: none;
}
.authorized-user.profile li a:first-child:nth-last-child(2):before {
	content: unset;
}
.authorized-user.profile > ul > li > a {
	padding: 0px;
}
.authorized-user.profile > ul > li > ul {
	left: -18%;
}
.authorized-user.profile > ul > li > ul > li {
	padding-left: 0px !important;
}
.authorized-user.profile > ul > li > ul > li > a {
	font-weight: 400;
}
.authorized-user.profile > ul > li > ul > li:first-child > a {
	padding-top: 8px;
}
.authorized-user.profile > ul > li > ul > li:last-child > a {
	padding-bottom: 8px;
}
.authorized-user.profile > ul > li > ul > li > a:after {
	margin-top: 7px;
}
.profile_section__wrapper .menu {
	display: none;
}
/* user mobile menu */
.user__mobile-menu {
	overflow-y: auto;
	display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F9D4CA;
	z-index: 9999;
}
.user__mobile-menu .close {
	position: absolute;
	right: 32px;
	top: 32px;
	width: 24px;
	height: 24px;
	opacity: 1;
}
.user__mobile-menu .close:before, 
.user__mobile-menu .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 24px;
	width: 2px;
	background-color: #147c8a;
}
.user__mobile-menu .close:before {
	transform: rotate(45deg);
}
.user__mobile-menu .close:after {
	transform: rotate(-45deg);
}
.user__mobile-menu .links {
	padding-left: 20px;
	padding-top: 60px;
}
.user__mobile-menu .links ul li {
	border-bottom: 1px solid #147C8A;
}
.user__mobile-menu .links ul li:last-child {
	border-bottom: none;
}
.user__mobile-menu .links ul li ul { 
	border-top: 1px solid #147C8A;
	display: none;
}
.user__mobile-menu .links ul li.opened ul {
	display: block;
}
.user__mobile-menu .links ul li ul li {
	padding-left: 30px;
}
.user__mobile-menu .links ul li a {
	position: relative;
	font-size: 29px;
	color: #147C8A;
}
.user__mobile-menu .links ul li.list a:before {
	content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 35%;
    right: -20px;
    border: solid #147C8A;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-top-color: #147C8A;
}
.user__mobile-menu .links ul li.list.opened a:before {
	-webkit-transform: rotate(224deg);
	transform: rotate(224deg);
    top: 50%;
}
.user__mobile-menu .links ul li.list ul li a:before {
	content: none;
}
.user__mobile-menu .links ul li.social-icons {
	padding-top: 15px;
}
.user__mobile-menu .links ul li.social-icons a {
	transform: rotate(9.5deg);
	display: inline-block;
	margin-right: 10px;
    width: 32px;
    height: 32px;
}
.user__mobile-menu .links ul li.social-icons a img {
	width: 100%;
    display: block;
    height: initial;
}
/* user mobile menu end */

/* user menu fixes */
section.mans-profils,
section.kusibas-banner-sec.kontakti.rekomendacijas {
	display: none;
}
.profile_section__wrapper {
	margin-bottom: 0px !important;
	padding-top: 190px;
	position: unset;
}
.mans-profils-info .navigation {
	right: -68px;
    top: -45px;
}
.mans-profils-info .navigation li.profile {
	display: none;
}
header.user__profile {
	border-bottom: 10px solid #F9D4CA;
    position: fixed;
    width: 100%;
    z-index: 102;
}
.collapse.navbar-collapse.authorized-user {
	position: relative;
}
.collapse.navbar-collapse.authorized-user .socials-blocks {
	position: absolute;
	right: 0;
	top: -35px;
}
.collapse.navbar-collapse.authorized-user .socials-blocks ul {
	display: flex;
}
.collapse.navbar-collapse.authorized-user .socials-blocks ul li {
	margin-right: 10px;
	width: 23px;
	height: 23px;
}
.collapse.navbar-collapse.authorized-user .socials-blocks ul li:last-child {
	margin-right: 0px;
}
.collapse.navbar-collapse.authorized-user .socials-blocks ul li a img { 
    transform: rotate(10deg);
	vertical-align: bottom;
	width: 100%; 
}
.mans-profils-bottom {
    padding: 50px 0px 50px 0px;
}
.user-cart {
	margin-left: 15px;
	height: 22px;
	width: 25px;
}
.user-cart a {
	background: url('/images/cart.svg');
	position: relative;
	cursor: pointer;
	display: block;
	width: 100%;
    height: 100%;
}
.user-cart a .count-wrapper {
	text-align: center;
	background: #E4032E;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: -5px;
    left: 2px;
	color: #fff;
}
.user-cart a .count-wrapper i {
	font-family: 'DIN 2014';
    font-size: 8px;
    font-weight: bold;
    font-style: normal;
    padding: 0px 1px;
    position: absolute;
	left: 3.6px;
	top: 2px;
    display: block;
    height: 10px;
    line-height: 10px;
}
.authorized-user .mans-kabinets {
	text-transform: uppercase;
	display: flex;
}
.next-week-product-list-wrapper .actions a svg .cls-1 {
	fill: none;
}
/* user menu fixes end */

/* GROZS */
.grozs__wrapper {
	display: flex;
	flex: 0 0 1100px;
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 150px;
	align-items: baseline;
}
.grozs__wrapper form {
	width: 100%;
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    align-items: baseline;
}
.grozs__wrapper .block {
	display: flex;
	flex: 0 0 50%;
	max-width: 50%;
	flex-flow: column;
}
.grozs__wrapper .block:first-child {
	border-right: 1px solid #2D9A99;
	padding-right: 30px;
}
.grozs__wrapper .block:last-child {
	padding-left: 30px;
}
.grozs__wrapper .heading {
	display: flex;
	flex: 1 1 100%;
	max-width: 100%;
	border-bottom: 1px solid #2D9A99;
	padding-bottom: 5px;
}
.grozs__wrapper .heading div {
	display: flex;
	flex: 0 0 50%;
	max-width: 50%;
	text-transform: uppercase;
	color: #2D9A99;
	font-weight: bold;
}
.grozs__wrapper .heading.full div {
	flex: 0 0 100%;
	max-width: 100%;
}
.grozs__wrapper .heading div:first-child {
	font-size: 25px;
}
.grozs__wrapper .heading div:last-child {
	justify-content: flex-end;
	align-items: end;
	font-size: 15px;
}
.grozs__wrapper .items .item {
	display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
	border-bottom: 1px solid #2D9A99;
	padding: 15px 0px;
}
.grozs__wrapper .items .delete {
	width: 15px;
    height: 15px;
    cursor: pointer;
}
.grozs__wrapper .items .image {
	width: 80px;
	height: 75px;
}
.grozs__wrapper .items .image img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.grozs__wrapper .items .title {
	color: #2D9A99;
	font-size: 16px;
	width: 270px;
}
.grozs__wrapper .items .title span {
	text-transform: uppercase;
	display: block;
	font-size: 19px;
}
.grozs__wrapper .items .price {
	font-weight: bold;
	font-size: 16px;
	color: #2D9A99;
}
.grozs__wrapper .refresh-continue-buttons {
	display: flex;
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 15px;
	justify-content: space-between;
}
.grozs__wrapper .button {
	display: block;
	width: 49%;
	text-align: center;
	background: #2D9A99;
	padding: 10px 0px;
	cursor: pointer;
	border: none;
	font-size: 18px;
}
.grozs__wrapper .button.full {
	width: 100%;
}
.grozs__wrapper .button.peach {
	background: #f9d4ca;
}
.grozs__wrapper .button span {
	/*background: #facbcc;*/
	color: #fff;
}
.grozs__wrapper .button.peach span {
	background: none;
	color: #2d9a99;
	font-size: 17px;
	font-weight: 500;
}
.grozs__wrapper .total {
	margin-top: 4rem;
}
.grozs__wrapper .total .summa {
	display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: space-between;
	border-bottom: 1px solid #2D9A99;
	padding: 10px 0px;
	font-size: 16px;
	color: #2D9A99;
	font-weight: bold;
}
.grozs__wrapper .total .summa span {
	/*background: #facbcc;*/
}
.grozs__wrapper .total .summa.padded {
	padding: 30px 0px;
	font-size: 19px;
	font-weight: 400;
}
.grozs__wrapper .continue__btn-wrapper {
	margin: 2rem 0;
}
.grozs__wrapper .coupon {
	display: flex;
    flex: 0 0 100%;
    flex-flow: column;
}
.grozs__wrapper .apply__coupon {
	margin-top: 1rem;
}
.grozs__wrapper .coupon label {
	display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
	font-size: 17px;
	color: #2D9A99;
}
.grozs__wrapper .coupon label svg {
	margin-right: 8px;
	width: 15px;
	height: 15px;
}
.grozs__wrapper input {
	border: 1px solid #2D9A99;
	padding-left: 5px;
}
.grozs__wrapper .client__data {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    flex-flow: column;
    margin: 35px 0px;
}
.grozs__wrapper .field-block {
	display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.grozs__wrapper .field-block.text {
	font-size: 20px;
	color: #147C8A;
	line-height: 20px;
}
.grozs__wrapper .field-block.flex-start {
	align-items: flex-start;
}
.grozs__wrapper .field-block:last-child {
	margin-bottom: 0px;
}
.grozs__wrapper .field-block label {
	font-size: 16px;
    color: #147C8A;
    margin-bottom: 0;
}
.grozs__wrapper .field-block input {
	width: 291px;
}
.grozs__wrapper .checkbox-wrapper .checkmark {
	width: 26px;
	height: 24px;
}
.grozs__wrapper .checkbox-text {
	font-size: 19px;
    /*background: #facbcc;*/
    color: #2D9A99;
    font-weight: 500;
    line-height: 18px;
	width: 100%;
}

.privacy-link {
	color: #2D9A99;
}
/* GROZS END */

/* ARSTIEM PROFILS */
.arstiem-wrapper {
	display: flex;
	flex-flow: column;
	flex: 0 0 870px;
	max-width: 870px;
	margin: 0 auto;
	position: relative;
}
.arstiem-wrapper.center {
	align-items: center;
}
.arstiem-wrapper .navigation {
	right: -135px;
}
.arstiem-wrapper .avatar {
	background: none;
	width: 151px;
	height: 151px;
}
.arstiem-wrapper .avatar img {
	border-radius: 50%;
	background: none;
}
.arstiem-wrapper .name-surname {
	font-weight: 500;
	font-size: 40px;
	color: #2D9A99;
}
.arstiem-wrapper .tips {
	margin-top: 1rem;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.arstiem-wrapper .tips span {
	margin-bottom: 5px;
	font-size: 21px;
	color: #2D9A99;
}
.arstiem-wrapper .tips div {
	font-weight: 500;
	font-size: 26px;
	color: #2D9A99;
	width: fit-content;
	padding: 1px 33px;
	border: 1px solid #b9dddd;
}
.arstiem-wrapper.certificates {
	padding-bottom: 5rem;
    margin-top: 1rem;
    flex-flow: wrap;
    justify-content: space-between;
}
.arstiem-wrapper.certificates .heading {
	width: 100%;
	font-size: 43px;
	font-weight: 500;
	color: #2D9A99;
	margin-bottom: 4rem;
	position: relative;
}
.arstiem-wrapper.title .heading {
	width: 100%;
	font-size: 43px;
	font-weight: 500;
	color: #2D9A99;
	margin-bottom: 2rem;
	position: relative;
}
.arstiem-wrapper.certificates .heading .download {
	width: 108px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}
.arstiem-wrapper.certificates .heading .download a {
	font-size: 21px;
	color: #2D9A99;
	display: block;
}
.arstiem-wrapper.certificates .heading .download .image {
	display: inline-flex;
	width: 24px;
	height: 22px;
}
.arstiem-wrapper.certificates .heading .download .text {
	line-height: 17px;
}
.arstiem-wrapper.certificates .item {
	display: flex;
	flex: 0 0 250px;
	max-width: 250px;
	flex-flow: column;
	align-items: center;
	margin-bottom: 40px;
}
.arstiem-wrapper.certificates .item .image {
	width: 191px;
	height: 125px;
	position: relative;
}
.arstiem-wrapper.certificates .item .image .tip {
	background: #147C8A;
    border-radius: 50px;
	width: 69px;
    height: 69px;
    line-height: 69px;
	position: absolute;
    bottom: -30px;
    left: -30px;
}
.arstiem-wrapper.certificates .item .image .tip span {
	text-transform: uppercase;
	font-size: 23px;
	color: #fff;
}
.arstiem-wrapper.certificates .item .content {
	display: flex;
    flex: 0 0 100%;
    max-width: 100%;
	text-align: left;
	margin-top: 35px;
	align-items: baseline;
}
.arstiem-wrapper.certificates .checkbox-wrapper {
	padding-left: 25px;
	margin: 0;
}
.arstiem-wrapper.certificates .checkbox-wrapper,
.arstiem-wrapper.certificates .checkbox-wrapper .checkmark {
	width: 19px;
	height: 19px;
	top: 1px;
}
.arstiem-wrapper.certificates .checkbox-wrapper .checkmark:after {
	width: 9px;
    height: 12px;
	left: 4px;
}
.arstiem-wrapper.certificates .item .content .text span {
	display: inline-block;
	color: #2D9A99;
	font-size: 20px;
}
.arstiem-wrapper.certificates .item .content .text span:first-child {
	white-space: nowrap;
	padding-right: 5px;
	font-weight: 500;
}
.arstiem-wrapper h3 {
	margin-bottom: 2.5rem;
	font-size: 64px;
}
.arstiem-wrapper p {
	color: #2D9A99;
	max-width: 515px;
	font-size: 21px;
	line-height: 22px;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
.arstiem-wrapper p.first {
	margin-bottom: 10px;
}
.arstiem-wrapper p span {
	color: #2D9A99;
	box-decoration-break: clone;
}
.arstiem-wrapper.videos {
	flex-flow: wrap;
    justify-content: space-between;
    flex: 0 0 950px;
    max-width: 950px;
	padding: 5rem 0;
}
.arstiem-wrapper.videos .item {
	display: flex;
    flex-flow: column;
    flex: 0 0 289px;
    max-width: 289px;
	margin-bottom: 30px;
}
.arstiem-wrapper.videos .video-box {
	margin-bottom: 10px;
}
.arstiem-wrapper.videos .content {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    align-items: baseline;
}
.arstiem-wrapper.videos .checkbox-wrapper {
	padding-left: 28px;
}
.arstiem-wrapper.videos .checkbox-wrapper .checkmark:after {
	left: 4px;
    width: 9px;
    height: 12px;
}
.arstiem-wrapper.videos .checkbox-wrapper, 
.arstiem-wrapper.videos .checkbox-wrapper .checkmark {
    width: 19px;
    height: 19px;
    top: -1px;
}
.arstiem-wrapper.videos .content .text span {
    display: inline-block;
    color: #2D9A99;
    font-size: 20px;
}
.arstiem-wrapper.videos .content .text span:first-child {
    white-space: nowrap;
    padding-right: 5px;
    font-weight: 500;
}
.arstiem-wrapper.videos .tests {
	padding-left: 28px;
    text-align: left;
    margin-top: 5px;
}
.arstiem-wrapper.videos .tests button {
	border: none;
    background: #147C8A;
    padding: 5px 11px;
	cursor: pointer;
}
.arstiem-wrapper.videos .tests button span {
	text-transform: uppercase;
	color: #fff;
}
/* ARSTIEM PROFILS END */

/* NEW POPUP */
.popupOverlay {
	position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    display: none;
    z-index: 9999;
}
.popupOverlay .close {
	display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='%232D9A99' stroke-width='6'/><path d='M0 0 L100 100' stroke='%232D9A99' stroke-width='6'/></svg>");
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 100% 100%, auto;
	opacity: 1;
}
.popupOverlay .content-wrapper {
	padding: 50px 20px 20px 20px;
    background: #fff;
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex: 0 0 655px;
	width: 655px;
    max-width: 655px;
    flex-flow: column;
	align-items: center;
    max-height: 80%;
    overflow-y: scroll;
}
.testsPopUp .content-wrapper .heading {
	font-size: 64px;
	color: #2D9A99;
}
.testsPopUp .content-wrapper .desc {
	font-size: 21px;
    line-height: 20px;
    color: #2D9A99;
    text-align: center;
    margin-bottom: 20px;
}
.testsPopUp .content-wrapper .content {
	display: flex;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	flex-flow: column;
}
.testsPopUp .content .block {
	display: flex;
	flex: 0 0 100%;
	width: 100%;
	justify-content: center;
}
.testsPopUp .content .block .number {
	background: #147C8A;
    width: 50px;
    height: 50px;
    border-radius: 35px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 33px;
	position: relative;
}
.testsPopUp .content .block .number:before {
	position: absolute;
    content: "";
    background: #2D9A99;
    width: 1px;
    height: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    top: 55px;
}
.testsPopUp .content .block.no-hor-line .number:before {
	content: unset;
}
.testsPopUp .content .block .texts {
	margin-left: 15px;
	margin-top: 9px;
	font-size: 16px;
	color: #2D9A99;
	width: calc(100% - 100px);
}
.testsPopUp .content .block .title {
	font-size: 20px;
	font-weight: bold;
	color: #2D9A99;
	margin-bottom: 3px;
	line-height: 20px;
}
.testsPopUp .content .block .portions {
	display: flex;
	align-items: center;
	margin-bottom: 3px;
}
.testsPopUp .content .block .portions:last-child {
	margin-bottom: 0px;
}
.testsPopUp .content .block .checkbox-wrapper {
	padding-left: 30px;
	margin-bottom: 0px;
}
.testsPopUp .content .block .checkbox-wrapper .checkmark {
	width: 20px;
	height: 20px;
}
.testsPopUp .content .block .checkbox-wrapper .checkmark:after {
	width: 8px;
    height: 12px;
    left: 5px;
    top: 1px;
}
.testsPopUp .content .block.button {
	margin: 20px 0px 5px 0px;
}
.testsPopUp .content .block.button button {
	border: none;
    background: #147C8A;
    padding: 10px 20px;
    cursor: pointer;
}
.testsPopUp .content .block.button button span {
	text-transform: uppercase;
    color: #fff;
}
.testsPopUp .content .block.result {
	font-weight: bold;
	font-size: 20px;
	color: #2D9A99;
}
/* NEW POPUP END */

/* SPECIALISTI FIXES */
.specialisti .team-list .item:nth-child(3n + 2) .img {
	border: 1px solid #2D9A99;
	border-top: none;
	border-bottom: none;
}
.specialisti .team-list .item .img,
.specialisti .team-list .item:last-child .img {
	border: none;
}
/* SPECIALISTI FIXES END*/

/* PRIVATE/TERMS TEXTS */
.kusibas-banner-sec.texts {}
section.texts-section {
	padding: 0 0 100px 0px;
}
section.texts-section .wrapper {
	max-width: 1040px;
	margin: 0 auto;
	color: #2D9A99;
}
section.texts-section .intro {
	text-align: center;
}
section.texts-section .intro h1 {
	font-size: 64px;
    font-weight: 100;
    line-height: 58px;
	margin-bottom: 10px;
}
section.texts-section .intro p {
	font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
}
section.texts-section ol { counter-reset: item; }
section.texts-section ol { 
	display: block; 
}
section.texts-section ol a {
	color: #007bff!important;
}
section.texts-section ol li:before { 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    font-weight: 600; 
}
section.texts-section ol li.no-number {
	text-align: left;
}
section.texts-section ol li.no-number:before {
	content: none; 
    counter-increment: item; 
}
section.texts-section ol li.heading {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 30px;
}
section.texts-section ol li > li {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}
section.texts-section ol li > ol {
	padding-top: 10px;
    padding-left: 60px;
}
section.texts-section ol li > ol > li {
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 15px;
}
section.texts-section ol > li > ol > li:before {
	font-weight: normal;
}
section.texts-section ol li.bold:before {
	font-weight: bold;
}
section.texts-section ol > li > p {
	font-weight: normal;
	line-height: 25px;
	margin-top: 15px;
}
/* PRIVATE/TERMS TEXTS END */

/* MANS KABINETS TOOLTIPS FIXES */
.mans-profils-form span.text {
	display: flex;
	flex: 0 0 100%;
	max-width: 100%;
}
.tooltip {
	background: #fff;
	color: #2D9A99;
	-webkit-box-shadow: 1px 2px 16px -2px rgb(0 0 0 / 81%);
    box-shadow: 1px 2px 16px -2px rgb(0 0 0 / 81%);
}
.tooltip.show {
	opacity: 1;
}
.tooltip-inner {
	background: #fff;
	color: #2D9A99;
	font-size: 15px;
}
.tooltip .arrow { display: none; }
.mans-profils-form .tooltips, 
.mans-profils-bottom .tooltips {
	min-width: 14px;
}
/* MANS KABINETS TOOLTIPS FIXES END*/
body.main section {
	max-width: 1900px;
	margin-left: auto;
	margin-right: auto;
}
.profile_section__wrapper.meditacija .weeks-wrapper .week .list .item {
	display: initial;
}
.profile_section__wrapper .video-box figure a:before {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/images/play.png) no-repeat;
    background-position: center;
    opacity: .5;
}
/* UZTURS STRIPES */
.process-step-box-outer.r1:before {
	height: 50%;
    bottom: -30px;
}
.process-step-box-outer.r2:before {
	height: 15%;
    bottom: -40px;
}
.process-step-box-outer.r3:before {
	height: 35%;
    bottom: -30px;
}
.process-step-box-outer.r4:before {
	height: 15%;
    bottom: -38px;
}

.process-sec-content-box.with-line .process-step-box-outer:before {
	height: 0!important;
}
.process-sec-content-box.with-line .process-count-box {
    padding-top: 15px;
}
.process-sec-content-box.with-line .process-step-box {
	background: #fff;
}
.process-sec-content-box.with-line .process-count-heading {
	padding-bottom: 15px;
}
.process-sec-content-box.with-line {
	position: relative;
}
.process-sec-content-box.with-line .line {
	position: absolute;
	top: 0px;
	left: 16%;
	width: 1px;
	height: 100%;
	background: #2D9A99;
}
@media screen and (max-width: 767px) {
	.process-sec-content-box.with-line .line {
		display: none;
	}
}
/* UZTURS STRIPES END */

.cookie-overlay {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  background: #fff;
  z-index: 2051;
  line-height: 20px;
  font-size: 14px;
  border-radius: 6px;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

  > div:first-child {
    width: 458px;
  }

  a {
    text-decoration: underline;
  }

  .close-cookies {
    cursor: pointer;
  }

  @include media-breakpoint-down(md) {
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;

    > div:first-child {
      width: auto;
    }
  }
}
.recipe-overlay {
  /*Hides pop-up when there is no "active" class*/
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	display: none;
	z-index: 9999;
}

.recipe-content {
	max-width: 750px;
	min-width: 350px;
	width: 85%;
	max-height: 350px;
	height: 80%;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* overflow: hidden; */
	overflow: inherit;
	display: none;
	z-index: 10000;
}
.recipe-content .h2 {
	color:#147C8A;
	padding-right:10px;
	padding-left:10px;
}
.recipe-content .close {
	float: right;
	cursor: pointer;
	margin: 7px;
	width: 30px;
	height: 30px;
}
.recipe-overlay.active{
  /*displays pop-up when "active" class is present*/
  display: block;
}

.recipe-content.active {
	display:block;
}

.recipe-list {
	height:224px;
	overflow:auto;
	background:#fff;
	color:#147C8A;
	padding-right:10px;
	padding-left:10px;
	width:100%;
}

/* FIXES */
.process-sec-content-box.with-line .process-count-heading {
	display: none;
}
.process-sec-content-box.with-line .process-count-box {
	padding-bottom: 10px;
}
.process-sec-content-box.with-line .line {
	height: 85%;
}
.start-living-box input[type="text"].form-control {
	height: auto;
}

/* Start: Mani izaicinājumi - datums */
#activities_table #row_activity_date .activity-date {
    font-size: 12px;
    color: #147C8A;
    padding: 0px 4px;
}
/* End: Mani izaicinājumi - datums */

/* Start: Edienkarte - change-recipe popup */
.recipe-list .row {
    align-items: center;
    margin-top: 8px;
}

.recipe-list .row .col-md-2 {
    padding-left: 0;
    padding-right: 0;
}

.recipe-list .row .col-md-10 {
    padding-left: 0;
    padding-right: 0;
}

.recipe-list .row .col-md-10 a {
    color: #147C8A;
}
/* End: Edienkarte - change-recipe popup */

/* Start: Navigation link not available for user */
a.nav-not-available-for-user {
    color: gray !important;
    font-size: 16px !important;
    cursor: default !important;
}

a.nav-link.nav-not-available-for-user {
    color: #E0E0E0 !important;
    font-size: 16.55px !important;
}

.user__mobile-menu a.nav-not-available-for-user {
    color: gray !important;
    font-size: 26px !important;
    cursor: default !important;
}
/* END: Navigation link not available for user */

/* Start: user products list in profile */
.user-products-list-wrapper {
    width: 100%;
}

.user-products-list-wrapper .col-product {
    text-align: right;
}

.user-products-list-wrapper .col-date {
    text-align: left;
}

.user-products-list-wrapper .upl-label {
    font-weight: bold;
}

.user-products-list-wrapper .upl-product-days-left {
    color: #2D9A99;
}

.user-products-extend-wrapper {
    margin: 20px auto;
    width: 40%;
}

@media(max-width:1000px) {
    .user-products-extend-wrapper {
        width: 100%;
    }
}

.user-products-extend-wrapper .info-text {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 1rem;
    color: black;
}

.user-products-extend-wrapper .extend-link {
    background: #147C8A;
    border: 1px solid #147C8A;
    outline: 0;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 15px;
    display: inline-block;
}
/* End: user products list in profile */

/* Start: no access by product popup */
#no-access-by-product-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

#no-access-by-product-overlay #popup-content {
    max-width: 400px;
    min-width: 350px;
    width: auto;
    max-height: 250px;
    height: auto;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    overflow: inherit;
    z-index: 10000;
}

#no-access-by-product-overlay #popup-content .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

#no-access-by-product-overlay #popup-content .popup-close img {
    max-width: 30px;
}

#no-access-by-product-overlay #popup-content h3 {
    margin: 20px 20px;
    text-align: center;
    font-size: 22px;
}

#no-access-by-product-overlay #popup-content .info-text {
    margin: 0 20px 20px 20px;
    text-align: center;
    font-size: 18px;
}

#no-access-by-product-overlay #popup-content .go-to-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

#no-access-by-product-overlay #popup-content .go-to-link {
    background: #147C8A;
    border: 1px solid #147C8A;
    outline: 0;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 15px;
    display: inline-block;
}
/* End: no access by product popup */

/* Start: Page GrozsKlientiem */
.grozs-klientiem-wrapper .success-wrapper p {
    text-align: center;
    color: green;
    font-weight: bold;
    font-size: 1.8rem;
}

.grozs-klientiem-wrapper .canceled-wrapper p {
    text-align: center;
    color: red;
    font-weight: bold;
    font-size: 1.8rem;
}

.grozs-klientiem-wrapper .products-list .row {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2D9A99;
}

.grozs-klientiem-wrapper .products-list .row-header {
    padding-top: 20px;
    padding-bottom: 5px;
}

.grozs-klientiem-wrapper .products-list .col-header-product {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

.grozs-klientiem-wrapper .products-list .col-header-price {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    justify-content: flex-end;
    align-items: end;
}

.grozs-klientiem-wrapper .products-list .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #2D9A99;
}

.grozs-klientiem-wrapper .products-list .col-checkbox {
    max-width: 100px;
    align-items: center;
}

.grozs-klientiem-wrapper .products-list .col-checkbox .checkmark {
    width: 40px;
    height: 40px;
}

.grozs-klientiem-wrapper .products-list .col-checkbox .checkmark::after {
    width: 22px;
    height: 20px;
    top: 4px;
}

.grozs-klientiem-wrapper .products-list .col-checkbox .pagarinat-pasutit {
    margin-top: 10px;
}

.grozs-klientiem-wrapper .products-list .col-image {
    max-width: 100px;
}

.grozs-klientiem-wrapper .products-list .col-description .valid-till {
    font-weight: bold;
    font-size: 0.9rem;
}

.grozs-klientiem-wrapper .products-list .col-price {
    max-width: 160px;
    text-align: right;
}

.grozs-klientiem-wrapper .products-list .col-price .price-without-discount {
    font-size: 1.4rem;
    text-decoration-line: line-through;
    text-decoration-color: red;
    text-decoration-thickness: 2px;
}

.grozs-klientiem-wrapper .products-list .col-price .price-with-discount {
    font-size: 1.75rem;
    font-weight: bold;
}

.grozs-klientiem-wrapper .summary .row-header {
    padding-top: 20px;
    padding-bottom: 5px;
}

.grozs-klientiem-wrapper .summary .col-header {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2D9A99;
    border-bottom: 1px solid #2D9A99;
}

.grozs-klientiem-wrapper .summary .col-total-sum {
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: bold;
    color: #2D9A99;
    border-bottom: 1px solid #2D9A99;
    font-size: 1.75rem;
}

.grozs-klientiem-wrapper .summary .button {
    margin-top: 20px;
}

.grozs-klientiem-wrapper .summary .pvn-text {
    font-size: 1.4rem;
}

@media (max-width:1000px) {
    .grozs-klientiem-wrapper .summary {
        text-align: center;
    }

    .grozs-klientiem-wrapper .summary .col-empty {
        max-width: 0;
        padding: 0;
    }
}

@media (max-width:720px) {
    .grozs-klientiem-wrapper .products-list .col-header-product {
        text-align: center;
    }

    .grozs-klientiem-wrapper .products-list .col-header-price {
        align-items: center;
    }

    .grozs-klientiem-wrapper .products-list .row {
        flex-direction: column;
    }

    .grozs-klientiem-wrapper .products-list .col-checkbox {
        max-width: unset;
    }

    .grozs-klientiem-wrapper .products-list .col-image {
        max-width: unset;
    }

    .grozs-klientiem-wrapper .products-list .col-image img {
        width: 80px;
        align-self: center;
    }

    .grozs-klientiem-wrapper .products-list .col-description {
        text-align: center;
    }

    .grozs-klientiem-wrapper .products-list .col-price {
        max-width: unset;
        text-align: center;
        margin-top: 10px;
    }
}
/* End: Page GrozsKlientiem */

/* Start Page Cenas Version-2 */
.page-cenas-version-2-wrapper {
    margin-bottom: 100px;
}

.page-cenas-version-2-wrapper .category-title {
    font-family: din-2014-narrow, sans-serif;
    text-align: center;
    line-height: 55px;
    font-size: 56px;
    color: #2D9A99;
    font-weight: 300;
    margin-bottom: 20px;
    white-space: nowrap;
    margin-top: 50px;
}

.page-cenas-version-2-wrapper .single-product-wrapper-outer {
    width: 375px;
    padding-left: 80px;
    padding-top: 125px;
    height: 660px;
}

.page-cenas-version-2-wrapper .single-product-wrapper-inner {
    width: 100%;
    max-width: 270px;
    padding: 105px 0 24px;
    position: relative;
    height: 100%;
}

.page-cenas-version-2-wrapper .single-product-wrapper-inner .what-do-list h3 {
    align-items: center;
    font-size: 110px;
}

.page-cenas-version-2-wrapper .single-product-wrapper-inner .what-do-list h3 span {
    position: absolute;
    right: 15px;
    bottom: 45px;
    font-weight: 300;
    font-size: 51.49px;
}

.page-cenas-version-2-wrapper .single-product-wrapper-inner .info-text {
    font-weight: 500;
    font-size: 17.81px;
    line-height: 19.06px;
    text-align: center;
    margin: 10px 0;
}

.page-cenas-version-2-wrapper .single-product-wrapper-inner .product-title {
    font-weight: bold;
    font-size: 24px;
}

.page-cenas-version-2-wrapper .single-product-wrapper-inner .product-description {
    overflow: hidden;
    max-height: 96px;
    padding: 0 18px;
}

.page-cenas-version-2-wrapper .single-product-wrapper-inner .buy-state-wrapper {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.page-cenas-version-2-wrapper .single-product-wrapper-inner .buy-state-wrapper .buy-state {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 148px;
    width: 100%;
    margin: 0 auto;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.page-cenas-version-2-wrapper .products-wrapper .buy-state-wrapper .buy-state-add-to-basket:hover {
    background-color: #40d2d1;
    color: white;
}

.page-cenas-version-2-wrapper .products-wrapper .buy-state-wrapper .buy-state-in-basket:hover {
    background-color: #40d2d1;
    color: white;
}

.page-cenas-version-2-wrapper .slick-slider .slick-slider-nav {
    position: absolute !important;
    top: calc(50% - 18.5px + 62.5px);
    cursor: pointer;
}

.page-cenas-version-2-wrapper .slick-slider .slick-slider-nav img {
    height: 37px !important;
    width: 37px !important;
}

.page-cenas-version-2-wrapper .slick-slider .slick-slider-nav-prev {
    left: -50px;
}

.page-cenas-version-2-wrapper .slick-slider .slick-slider-nav-next {
    right: -50px;
}

.page-cenas-version-2-wrapper .slick-slider .slick-slider-nav.slick-disabled img {
    filter: grayscale(80%);
}

/* START images */
.page-cenas-version-2-wrapper .single-product-wrapper-outer .img-wrapper-avocado {
    position: absolute;
    width: 275px;
    top: -102px;
    left: -75px;
    z-index: 99;
}

.page-cenas-version-2-wrapper .single-product-wrapper-outer .img-wrapper-leaf {
    position: absolute;
    width: 275px;
    top: -102px;
    left: -75px;
    z-index: 99;
    transform: rotate(-30deg);
}

.page-cenas-version-2-wrapper .single-product-wrapper-outer .img-wrapper-boots {
    position: absolute;
    width: 275px;
    top: -102px;
    left: -75px;
    z-index: 99;
}

.page-cenas-version-2-wrapper .single-product-wrapper-outer .img-wrapper-stetoskops {
    transform: scale(-1, 1);
    top: -125px;
    left: -80px;
    width: 375px;
    z-index: 99;
    position: absolute;
}
/* END images */

/* START product-style-1 */
.page-cenas-version-2-wrapper .product-style-1 .single-product-wrapper-inner {
    background: #DFB5C2;
    color: #2D9A99;
}

.page-cenas-version-2-wrapper .product-style-1 .buy-state-wrapper .buy-state {
    background-color: #FFFFFF;
    color: #2d9a99;
}
/* END product-style-1 */

/* START product-style-2 */
.page-cenas-version-2-wrapper .product-style-2 .single-product-wrapper-inner {
    background: #f9d4ca;
    color: #2D9A99;
}

.page-cenas-version-2-wrapper .product-style-2 .buy-state-wrapper .buy-state {
    background-color: #FFFFFF;
    color: #2d9a99;
}
/* END product-style-2 */

/* START product-style-3 */
.page-cenas-version-2-wrapper .product-style-3 .single-product-wrapper-inner {
    background: #2d9a99;
    color: #FFFFFF;
}

.page-cenas-version-2-wrapper .product-style-3 .buy-state-wrapper .buy-state {
    background-color: #FFFFFF;
    color: #2d9a99;
}
/* END product-style-3 */

/* START product-style-4 */
.page-cenas-version-2-wrapper .product-style-4 .single-product-wrapper-inner {
    background: #53b3e1;
    color: #FFFFFF;
}

.page-cenas-version-2-wrapper .product-style-4 .buy-state-wrapper .buy-state {
    background-color: #FFFFFF;
    color: #2d9a99;
}
/* END product-style-4 */

.buy-state-special-dzivo {
    background-color: #FFFFFF !important;
    color: #2d9a99 !important;
    transition: unset !important;
}

.buy-state-special-dzivo:hover {
    background-color: #40d2d1 !important;
    color: white !important;
}

/* End Page Cenas Version-2 */

/* START: products-with-videos */
.products-with-videos {
    max-width: 950px;
    margin: 30px auto;
}

.products-with-videos .product-item:not(:first-child) {
    border-top: 1px solid #2D9A99;
}

.products-with-videos .product-header {
    padding: 10px 0;
    cursor: pointer;
}

.products-with-videos .product-header:hover {
    background-color: #EBF2F2;
}

.products-with-videos .product-header .product-title {
    color: #2D9A99;
    font-weight: bold;
    text-align: left;
    font-size: 22px;
    margin-left: 10px;
}

.products-with-videos .product-content {
    width: 100%;
    display: flex;
}

.products-with-videos .info {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 10px;
}

.products-with-videos a {
    color: #2D9A99;
}

.products-with-videos .arrow-down {
    width: 25px;
    height: 14px;
    position: relative;
    top: -27px;
    float: right;
    margin-right: 20px;
}

.products-with-videos .arrow-down img {
    vertical-align: unset;
}

.products-with-videos .arstiem-wrapper.videos {
    padding: 0;
}

.products-with-videos .arstiem-wrapper.videos .checkbox-wrapper, .products-with-videos .arstiem-wrapper.videos .checkbox-wrapper .checkmark {
    top: 1px;
}

.products-with-videos .arstiem-wrapper.videos .content {
    flex: unset;
}
/* END: products-with-videos */

/* Start Page Cenas Version-3 */
.page-cenas-version-3-wrapper .dzivo-row {
    align-items: center;
    justify-content: center;
}

.page-cenas-version-3-wrapper .section-for-doctors {
    padding: 40px 0 100px 0;
    margin-top: 40px;
    background-color: #fceae5;
}

.page-cenas-version-3-wrapper .single-product-wrapper-inner {
    height: 643px;
    width: 365px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.page-cenas-version-3-wrapper .style-dzivo {
    background-image: url('/images/products/product-dzivo.png');
}

.page-cenas-version-3-wrapper .product-dzivo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(365px, 1fr));
    max-width: 750px;
    margin: 0 auto;
    align-items: center;
    margin-top: -60px;
}

@media (max-width: 1000px) {
    .page-cenas-version-3-wrapper .product-dzivo-grid {
        margin-top: 0;
    }

    .page-cenas-version-3-wrapper .cenas.first, .cenas.you-get {
        position: relative !important;
    }
}

.page-cenas-version-3-wrapper .cenas.first .steps-wrapper {
    margin-top: 20px;
}

.page-cenas-version-3-wrapper .style-uzturs {
    background-image: url('/images/products/product-uzturs.png');
}

.page-cenas-version-3-wrapper .style-kustibas {
    background-image: url('/images/products/product-kustibas.jpg');
}

.page-cenas-version-3-wrapper .style-sajutas {
    background-image: url('/images/products/product-sajutas.png');
}

.page-cenas-version-3-wrapper .style-arstiem {
    background-image: url('/images/products/product-arstiem.png');
}

.page-cenas-version-3-wrapper .slick-slider-nav {
    position: absolute !important;
    top: calc(50% - 18.5px + 62.5px);
    cursor: pointer;
    z-index: 100 !important;
}

.page-cenas-version-3-wrapper .slick-slider-nav img {
    height: 37px !important;
    width: 37px !important;
}

.page-cenas-version-3-wrapper .slick-slider-nav-prev {
    left: 0;
}

.page-cenas-version-3-wrapper .slick-slider-nav-next {
    right: 0;
}

.page-cenas-version-3-wrapper .slick-slider-nav.slick-disabled img {
    filter: grayscale(80%);
}

.page-cenas-version-3-wrapper .single-product-wrapper-inner .top-text {
    position: relative;
    top: 118px;
    left: 212px;
    color: #2D9A99;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.page-cenas-version-3-wrapper .duration-and-price {
    position: relative;
    top: 240px;
}

.page-cenas-version-3-wrapper .duration-and-price h4 {
    color: #2D9A99;
    font-weight: normal;
    font-size: 37px;
    line-height: 37px;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: center;
}

.page-cenas-version-3-wrapper .duration-and-price h3 {
    color: #fff;
    font-weight: bold;
    font-size: 110px;
    line-height: 81px;
    text-transform: uppercase;
    text-align: center;
}

.page-cenas-version-3-wrapper .style-dzivo .duration-and-price h3 {
    font-size: 80px;
    line-height: 81px;
}

.page-cenas-version-3-wrapper .duration-and-price h3 span {
    font-weight: 300;
    font-size: 51px;
    position: absolute;
}

.page-cenas-version-3-wrapper .title-and-description {
    position: relative;
    top: 288px;
    height: 130px;
    width: 236px;
    margin: 0 auto;
    overflow: hidden;
}

.page-cenas-version-3-wrapper .product-title {
    color: #2D9A99;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}

.page-cenas-version-3-wrapper .product-description {
    color: #2D9A99;
    font-weight: 500;
    font-size: 17px;
    line-height: 19px;
    text-align: center;
}

.page-cenas-version-3-wrapper .style-dzivo .product-description {
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px;
}

.page-cenas-version-3-wrapper .style-arstiem .product-description {
    color: white;
}

.page-cenas-version-3-wrapper .style-kustibas .product-title {
    color: white;
}

.page-cenas-version-3-wrapper .style-kustibas .product-description {
    color: white;
}

.page-cenas-version-3-wrapper .category-title {
    font-family: din-2014-narrow, sans-serif;
    text-align: center;
    line-height: 55px;
    font-size: 56px;
    color: #2D9A99;
    font-weight: 300;
    white-space: nowrap;
}

.page-cenas-version-3-wrapper .buy-state-wrapper {
    position: relative;
    top: 294px;
    height: 46px;
    width: 150px;
    margin: 0 auto;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #2d9a99;
}

.page-cenas-version-3-wrapper .buy-state-wrapper .buy-state {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.page-cenas-version-3-wrapper .buy-state-wrapper .buy-state:hover {
    background-color: #def0df;
}

.page-cenas-version-3-wrapper .buy-state-wrapper .buy-state-bought:hover {
    background-color: unset;
    cursor: unset;
}

.page-cenas-version-3-wrapper .cenas.you-get.two {
    padding-left: 30px;
    padding-right: 30px;
}

/* End Page Cenas Version-3 */