@media (max-width: 576px) {
    .lp-header__nav {
        display: none;
    }
}

.lp-btn {
    display: inline-block;
    padding: 0 34px;
    font-family: "Cocon", 'cocon-regularregular', 'PT Sans', "Arial", sans-serif;
    font-size: 16px;
    line-height: 46px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    background-color: #8e2b62;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

@media (max-width: 576px) {
    .lp-btn {
        padding: 0 20px;
    }
}

.lp-btn:hover {
    background-color: #ef762f;
}

.lp-promo-text {
    font-family: "Cocon", 'cocon-regularregular', 'PT Sans', Arial, sans-serif;
    font-size: 1.125em;
    color: #8e2b62;
}

.lp-мedical-appointment__wrap {
    margin: 0 -30px;
}

@media (max-width: 950px) {
    .lp-мedical-appointment__wrap {
        margin: 0 -20px;
    }
}

@media (max-width: 576px) {
    .lp-small-container {
        width: 100%;
    }
}

/* ---------- lp-about-banner */

.lp-about-banner #video
{
    position: absolute;
    top: -350px;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
}
@media (max-width: 1400px)
{
	.lp-about-banner #video
	{
		left: -400px;
	}
}
@media (max-width: 500px)
{
	.lp-about-banner #video
	{
	    left: -600px;
	}
}




.lp-about-banner
{
    overflow: auto;
    margin: 0px -30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% top;
	position:relative;
	overflow:hidden;
}

.lp-about-banner__gradient {
    background: linear-gradient(270deg, #FDFDFD 29.37%, rgba(255, 255, 255, 0) 65.87%);
    overflow: auto;
    z-index: 99;
    position: relative;
}

.lp-about-banner__info
{
    width: calc(100% / 12 * 5);
    padding: 110px 80px 110px 0;
    float: right;
    box-sizing: border-box;
}

.lp-about-banner .lp-about-banner__title {
    line-height: 1.2;
    font-size: 34px;
    margin-bottom: 2.5rem;
}

.lp-about-banner .lp-about-banner__appointment {
    margin-bottom: 3.125rem;
}

.lp-about-banner__text-container {
    width: calc(1210px / 12 * 5);
    max-width: 100%;
}

.lp-doctors {
    margin: 0 -30px;
    padding: 70px 0 0;
}

.lp-doctors .lp-h2 {
    margin-bottom: 50px;
}

.lp-doctors .b-service_doctors-review a,
.lp-doctors .b-service_doctors-reply a,
.lp-doctors .b-service_doctors-name a {
    border-bottom: none;
}

.lp-doctors .slick-initialized .slick-slide {
    display: flex;
    align-items: center;
}

.lp-doctors .b-service_doctors {
    margin: 0;
}

.lp-doctors .b-service_padding {
    padding: 0;
    margin-left: 0;
}

.lp-doctors .landings_doctors_slaider-wrap {
    max-width: 100%;
}

.lp-doctors .b-service_doctors-item_wrap {
    width: auto;
    max-width: 100%;
}

.lp-doctors .landings_doctors_slaider-wrap .prev {
    left: 15px;
    z-index: 10;
}

@media (max-width: 950px) {
    .lp-doctors {
        margin: 0 -20px;
    }
}

@media (max-width: 1024px) {
    .lp-about-banner {
        background-position-x: 60%;
    }
}

@media (max-width: 950px) {
    .lp-about-banner {
        margin: 0px -20px 0;
    }
}

@media (max-width: 768px) {
    .lp-about-banner {
        background-size: cover;
        background-position: center top;
    }

    .lp-about-banner__gradient {
        background: no-repeat;
    }

    .lp-about-banner__info {
        padding: 30px 60px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.60);
    }

}

@media (max-width: 576px) {
    .lp-about-banner {
        background-position: 34% center;
    }

    .lp-about-banner .lp-about-banner__title {
        line-height: 1.2;
        font-size: 1.5rem;
        /* hyphens: auto; */
        /* -webkit-hyphens: auto; */
    }

}

@media (max-width: 425px) {
    .lp-about-banner .lp-about-banner__title {
        font-size: 1.2rem;
    }
}

/* ---------- lp-about-banner END */


/* ---------- lp-utp */

.lp-utp__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -50px;
}

.lp-utp__list * {
    box-sizing: border-box;
}

.lp-utp__col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 10 * 4);
    padding: 0 15px;
    margin-bottom: 50px;
}

.lp-utp__col:nth-child(even) {
    margin-left: calc(100% / 10 * 1);
}

.lp-utp__item {
    display: flex;
    align-items: center;
}

.lp-utp__img-wrap {
    max-width: 90px;
    margin-right: 20px;
    flex: 0 0 35%;
}

.lp-utp .lp-utp__img {
    margin: auto;
    width: auto;
    height: auto;
}

.lp-utp__title {
    font-family: "Cocon", 'cocon-bold', 'Arial', sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .lp-utp__title {
        font-size: 1rem;
    }

    .lp-utp__col {
        flex-basis: 50%;
    }

    .lp-utp__col:nth-child(even) {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .lp-utp__img-wrap {
        align-self: flex-start;
        margin-right: 10px;
        flex: 0 0 20%;
    }

    .lp-utp__title {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .lp-utp__col {
        flex-basis: 100%;
    }

    .lp-utp__col:nth-child(even) {
        margin-left: 0;
    }
}

@media (max-width: 425px) {
    .lp-utp__title {
        font-size: 0.8rem;
    }
}

/* ---------- lp-utp END */


/* ---------- lp-stage */

.lp-stage {
    background: #F8F8F8;
    padding: 70px 9%;
    margin: 0 -30px;
    position: relative;
    overflow: hidden;
}

.lp-stage * {
    box-sizing: border-box;
}

.lp-stage__fon {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(20%);
    z-index: 0;
}

.lp-stage__container {
    margin-top: 65px;
    position: relative;
    z-index: 1;
}

.lp-stage__list {
    display: flex;
    flex-wrap: wrap;
}

.lp-stage__col {
    border-top: 1px dashed #F3B13E;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3);
    padding-left: calc(100% / 12 / 2 + 20px);
    padding-right: calc(100% / 12 / 2);
}

.lp-stage__col:nth-child(1) {
    order: 1;
}

.lp-stage__col:nth-child(2) {
    order: 2;
}

.lp-stage__col:nth-child(3) {
    order: 3;
}

.lp-stage__col:nth-child(4) {
    order: 6;
}

.lp-stage__col:nth-child(5) {
    order: 5;
}

.lp-stage__col:nth-child(6) {
    order: 4;
}

.lp-stage__col:nth-child(7) {
    order: 7;
}

.lp-stage__col:nth-child(8) {
    order: 8;
}

.lp-stage__col:nth-child(9) {
    order: 9;
}

@media (min-width: 769px) {
    .lp-stage__col:nth-child(3n - 2):not(:nth-child(6n - 2)) {
        padding-left: 0;
        margin-left: calc(100% / 12 / 2 + 20px);
        flex-basis: calc(100% / 3 - 100% / 24);
    }

    .lp-stage__col:nth-child(3n - 1) {
        padding-left: 0;
        padding-right: calc(100% / 12);
        flex-basis: calc(100% / 3 + 100% / 12 / 2 - 20px);
    }

    .lp-stage__col:nth-child(3n):not(:nth-child(6n)),
    .lp-stage__col:nth-child(3n + 1):not(:nth-child(6n + 1)) {
        padding-left: 0;
        padding-right: 20px;
        flex-basis: calc(100% / 3 - 100% / 12 / 2 - 20px);
    }

    .lp-stage__col:nth-child(3n):not(:nth-child(6n)) {
        border-right: 1px dashed #F3B13E;
        border-bottom: 1px dashed #F3B13E;
        border-radius: 0 100px 100px 0;
    }

    .lp-stage__col:nth-child(6n) {
        flex-basis: calc(100% / 3 + 20px);
        border-left: 1px dashed #F3B13E;
        border-bottom: 1px dashed #F3B13E;
        border-radius: 100px 0 0 100px;
    }

    .lp-stage__col:nth-child(3n + 1):not(:first-child) {
        border: 0;
    }

    .lp-stage__col:last-child {
        border: 0 !important;
    }
}

.lp-stage__item {
    margin-top: -15px;
    padding-bottom: 70px;
}

.lp-stage__text {
    margin: 0;
}

.lp-stage__step {
    font-family: "Cocon", 'cocon-regularregular', 'PT Sans', "Arial", sans-serif;
    color: white;
    background: #8E2B62;
    display: inline-block;
    padding: 5px 14px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.lp-stage__notes-wrap {
    display: inline-flex;
    align-items: center;
    border: 2px solid #F3B13E;
    border-radius: 30px;
    font-family: "Cocon", 'cocon-regularregular', 'PT Sans', "Arial", sans-serif;
    font-size: 1.125rem;
    line-height: 0.6;
    padding: 5px 8px;
    color: #8E2B62;
    position: relative;
    top: 4px;
}

.lp-stage__notes {
    margin-bottom: -6px;
}

@media (max-width: 950px) {
    .lp-stage {
        padding: 70px 5%;
        margin: 0 -20px;
    }
    #lp-controls {
        padding: 70px 0;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .lp-stage {
        padding: 70px 20px;
        margin: -20px;
    }
    #lp-controls {
         padding: 70px 0;
         margin: 0;
     }

    .lp-stage__col:nth-child(3) {
        order: 4;
    }

    .lp-stage__col:nth-child(4) {
        order: 3;
    }

    .lp-stage__col:nth-child(6) {
        order: 6;
    }

    .lp-stage__col:nth-child(7) {
        order: 8;
    }

    .lp-stage__col:nth-child(8) {
        order: 7;
    }

    .lp-stage__col {
        /* -webkit-hyphens: auto; */
        /* -moz-hyphens: auto; */
        /* -ms-hyphens: auto; */
        /* hyphens: auto; */
        flex-basis: calc(100% / 2);
        max-width: calc(100% / 2);
        padding-left: calc(100% / 12 / 2);
    }

    .lp-stage__col:nth-child(2n):not(:nth-child(4n)) {
        border-right: 1px dashed #F3B13E;
        border-bottom: 1px dashed #F3B13E;
        border-radius: 0 50px 50px 0;
    }

    .lp-stage__col:nth-child(4n):not(:first-child) {
        border-top: 1px dashed #F3B13E;
        border-left: 1px dashed #F3B13E;
        border-bottom: 1px dashed #F3B13E;
        border-radius: 50px 0 0 50px;
    }

    .lp-stage__col:nth-child(8):not(:first-child) {
        border-bottom: 0;
    }

    .lp-stage__col:nth-child(2n + 1):not(:first-child) {
        border: 0;
    }

    .lp-stage__col:nth-child(2n - 1):not(:nth-child(4n - 1)) {
        padding-left: 0;
        margin-left: calc(100% / 12 / 2);
        flex-basis: calc(100% / 2 - 100% / 24);
        max-width: calc(100% / 2 - 100% / 24);
    }

    .lp-stage__col:nth-child(4n - 2),
    .lp-stage__col:nth-child(4n - 1) {
        padding-left: 0;
    }
}

@media (max-width: 425px) {
    .lp-stage {
        padding-right: 10px;
    }
    #lp-controls {
         padding: 70px 0;
    }

    .lp-stage .lp-h2 {
        text-align: center;
    }

    .lp-stage__fon {
        transform: translateX(40%);
    }

    .lp-stage__item {
        margin-top: -15px;
        padding-bottom: 30px;
    }

    .lp-stage__step {
        margin-bottom: 15px;
    }

    .lp-stage__text {
        font-size: 0.8rem;
        padding: 0 5px;
    }
}

/* ---------- lp-stage END */


/* ---------- lp-procrastination */

.lp-procrastination {
    display: flex;
    margin: 0 -30px;
}

.lp-procrastination * {
    box-sizing: border-box;
}

.lp-procrastination__list {
    margin: 50px -15px -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.lp-procrastination__col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3);
    padding: 0 15px;
    margin-bottom: 40px;
}

.lp-procrastination__img {
    height: 220px;
    width: auto;
    margin: 0 auto 30px;
    display: block;
}

.lp-procrastination__text {
    font-family: "Cocon", 'cocon-bold', 'Arial', sans-serif;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #8E2B62;
    margin: 0 0 14px;
    text-align: center;
    display: block;
}

@media (max-width: 950px) {
    .lp-procrastination {
        margin: 0 -20px;
    }
}

@media (max-width: 768px) {
    .lp-procrastination__col {
        flex-basis: 50%;
    }
}

@media (max-width: 576px) {
    .lp-procrastination {
        margin: 0 auto;
    }

    .lp-procrastination__col {
        flex-basis: 100%;
    }
}

/* ---------- lp-procrastination END */


/* ---------- lp-why-we */

.lp-why-we {
    padding: 0 6.5%;
    display: flex; /* it is margin fix for children element */
    margin: 0 -30px;
    background-color: #F8F8F8;
}

.lp-why-we * {
    box-sizing: border-box;
}

.lp-why-we__list {
    margin: 50px -10px -20px;
    display: flex;
    flex-wrap: wrap;
}

.lp-why-we__col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0 10px 20px;
}

.lp-why-we__item {
    border: 3px solid #F3B13E;
    background-color: white;
    border-radius: 12px;
    padding: 33px 28px;
    position: relative;
    line-height: 1.2;
    height: 100%;
}

.lp-why-we__head {
    display: flex;
    align-items: center;
}

.lp-why-we__icon {
    margin-right: 20px;
    flex: 0 0 30%;
    width: 30%;
    max-width: 60px;
}

.lp-why-we__title {
    font-family: "Cocon", 'cocon-regularregular', 'PT Sans', "Arial", sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0;
    color: #8e2b62;
}

.lp-why-we__sublist {
    margin: 40px 0 0;
    padding: 0;
}

.lp-why-we__subitem {
    min-height: 1.5rem;
    display: flex;
    align-items: center;
}

.lp-why-we__subitem ~ .lp-why-we__subitem {
    margin-top: 24px;
}

.lp-why-we__subitem:before {
    content: '';
    display: inline-block;
    align-self: flex-start;
    margin-right: 20px;
    flex: 0 0 1.5rem;
    height: 1.5rem;
    background: url("/bitrix/templates/mamadeti_adaptive_opt/assets-eco/img/circle-tick-icon.svg") no-repeat center;
}

.lp-why-we__img-wrap {
    position: relative;
    height: 100%;
}

.lp-why-we__img {
    position: absolute;
    left: 50%;
    transform: translateX(-40%);
    bottom: 0;
    height: 115%;
}

@media (max-width: 1024px) {
    .lp-why-we__img {
        height: 80%;
    }

    .lp-why-we__col {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (max-width: 950px) {
    .lp-why-we {
        margin: 0 -20px
    }
}

@media (max-width: 768px) {
    .lp-why-we__col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .lp-why-we__col:first-child {
        display: none;
    }
}

@media (max-width: 576px) {
    .lp-why-we__item {
        padding: 25px 20px 30px
    }

    .lp-why-we__head {
        margin: 0 -10px 20px -10px;
    }

    .lp-why-we__icon {
        margin-right: 10px;
    }

    .lp-why-we__title {
        font-size: 1rem;
    }

    #CalltouchWidgetFrame {
      left: 0;
      bottom: 0;
    }
}

/* ---------- lp-why-we END */


/* ---------- lp-price */

.lp-price {
    background: #F8F8F8;
    margin: 0 -30px;
    padding: 0 9%;
    display: flex;
}

.lp-price * {
    box-sizing: border-box;
}

.lp-price__list {
    margin: 40px -10px 0;
    display: flex;
    flex-wrap: wrap;
}

.lp-price__col {
    padding: 0 10px;
    flex-shrink: 0;
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
	margin-bottom:20px;
}

.lp-price__item {
    border: 3px solid #F3B13E;
    border-radius: 12px;
    text-align: center;
    font-family: "Cocon", 'cocon-regularregular', 'PT Sans', "Arial", sans-serif;
    line-height: 1.2;
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.lp-price__title {
    font-size: 1.5rem;
    display: block;
    color: #8E2B62;
}

.lp-price__prise {
    margin-top: 25px;
    font-size: 2.25rem;
    display: block;
    white-space: nowrap;
}

.lp-price__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

.lp-price__button a {
    text-decoration: none;
    color: #fff;
}

.lp-price__button a:hover {
    color: #fff;
}

@media (max-width: 1024px) {
    .lp-price__col {
        flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .lp-price__col:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 950px) {
    .lp-price {
        margin: 0 -20px;
    }
}

@media (max-width: 768px) {
    .lp-price__item {
        padding: 20px;
    }

    .lp-price__title {
        font-size: 1rem;
    }

    .lp-price__prise {
        margin-top: 15px;
        font-size: 1.25rem;
    }
}

@media (max-width: 1400px) {
    .lp-price__prise {
        margin-top: 15px;
        font-size: 1.25rem;
    }
    .lp-price__title {
        font-size: 1.3rem;
    }
}

@media (max-width: 576px) {
    .lp-price__col {
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* ---------- lp-price END */
#lp-price .lp-h2
{
text-align:center;
}

@media (max-width: 768px) {
    #lp-reserve .height-fix-mobile{
        height: 325px;
    }

    .controls-block .lp-h2{
        text-align: initial;
    }
}

.sales-funnel__tell, .sales-funnel__tell:hover{
    color: white;
    display: flex;
    align-items: center;
    margin: auto;
    text-decoration: none;
    margin-top: 10px;
}

.sales-funnel__text-text {
    font-family: 'Cocon', sans-serif;
    font-size: 24px;
    line-height: 1;
}
.sales-funnel__text-icon {
    fill: #E5C7DA;
    margin-right: 10px;
}

.lp-мedical-appointment__call{
    margin: auto 0 auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px){
    .container-phone .sales-funnel__tell {
         display: flex;
         width: 230px;
         margin: 5px auto 10px auto;

     }
    .container-phone .sales-funnel__tell span{
        font-size: 18px;
    }
}

.header_link_messanger{
    padding: 30px 0 10px 95px;
    display: flex;
    float: left;
}

@media (max-width: 881px) {
    .header_link_messanger {
        float: none;
        display: block;
        width: 262px;
        margin: 0px auto 30px auto;
        padding: 10px 0px 0px 0px;
    }
    .header_link_messanger .sales-funnel__tell{

        display: inline-block;

    }
}