.l-wrapper {
    overflow: unset !important;
}

.lp-small-container {
    width: calc(100% / 12 * 10);
    margin-left: auto;
    margin-right: auto;
}

.lp-last-container {
    padding-bottom: 70px;
}

.lp-vertical-alignment {
    margin-top: 70px;
    margin-bottom: 70px;
}

.lp-vertical-alignment:last-child {
    margin-bottom: 80px;
}

.lp-vertical-alignment .lp-vertical-alignment {
    margin-top: 50px;
    margin-bottom: 50px;
}

.lp-h1,
.lp-h2,
.lp-h3,
.lp-h4,
.lp-h5,
.lp-h6 {
    font-family: "Cocon", 'cocon-bold', 'Arial', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.lp-h2 {
    font-weight: 700;
    font-size: 2.125rem;
}

.lp-h3 {
    font-size: 1.5rem;
}

.lp-h3_promo {
    color: #8E2B62;
}

@media (min-width: 768px)
{
	.lp-small-container.desltop_not_padding
	{
		width:100%;
	}
}
@media (max-width: 768px) {
    .lp-h2 {
        font-size: 1.75rem;
    }

    .lp-h3 {
        font-size: 1.2rem;
    }

}

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

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


.lp-form__group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -30px;
}

.lp-form__group + .lp-form__group {
    margin-top: 30px;
}

.lp-form__group-des {
    padding: 0 20px;
    margin-bottom: 15px;
    flex: 0 0 100%;
}

.lp-form__col {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    margin-bottom: 30px;
    flex: 0 0 100%;
}

.lp-form__col-auto {
    flex: 0 0 auto;
}

.lp-form__col-xxs {
    flex: 0 0 10%;
}

.lp-form__col-xs {
    flex: 0 0 20%;
}

.lp-form__col-s {
    flex: 0 0 30%;
}

.lp-form__col-m {
    flex: 0 0 40%;
}

.lp-form__col-l {
    flex: 0 0 60%;
}

.lp-form__label {
    line-height: 1.2;
    margin-bottom: 6px;
}

.lp-form__label_hidden {
    visibility: hidden;
    position: absolute;
    height: 0;
    width: 0;
    z-index: -1;
}

.lp-form__label_required:after {
    content: " *";
}

.lp-form__control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.lp-form__control_error {
    box-shadow: 0 0 0 0.1rem rgba(164, 26, 26, .25);
    border-color: rgb(164, 26, 26);
}

.lp-form__control:disabled {
    background-color: #dcdcdc;
}

.lp-form__control::placeholder{
    color: #828282;
}

.lp-form__control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgb(164, 26, 118);
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(165, 26, 118, .25);
}

.lp-form__custom {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.lp-form__custom-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.lp-form__custom-label {
    position: relative;
    min-height: 1.75rem;
    padding-left: 2.375rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.lp-form__custom-label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background: #FFFFFF;
    border: 1px solid #000000;
}

.lp-form__custom_radio .lp-form__custom-label:before {
    border-radius: 50%;
}

.lp-form__custom-label:after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.lp-form__custom_radio .lp-form__custom-input:checked ~ .lp-form__custom-label:after {
    top: 0.4375rem;
    left: 0.4375rem;
    width: 0.875rem;
    height: 0.875rem;
    background-color: #8E2B62;
    border-radius: 50%;
}

.lp-form__custom_checkbox .lp-form__custom-input:checked ~ .lp-form__custom-label:after {
    top: 0;
    left: 0;
    width: 1.75rem;
    height: 1.75rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 12'%3E%3Cdefs/%3E%3Cpath fill='%238E2B62' d='M5 8.6L1.7 5.3.3 6.7 5 11.4l9.7-9.7L13.3.3 5 8.6z'/%3E%3C/svg%3E");
}

@media (max-width: 1024px) {
    .lp-form__col-xxs {
        flex: 0 0 15%;
    }

    .lp-form__col-xs {
        flex: 0 0 30%;
    }

    .lp-price .lp-vertical-alignment {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .lp-form__col-xxs {
        flex: 0 0 20%;
    }

    .lp-form__col-s,
    .lp-form__col-m {
        flex: 0 0 50%;
    }

    .lp-form__col-l {
        flex: 0 0 100%;
    }

    .lp-questionnaire-donor__progress {
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .lp-questionnaire-donor__nav {
        margin-left: auto;
    }
}

@media (max-width: 576px) {
    .lp-form__col-xxs {
        flex: 0 0 30%;
    }

    .lp-form__col-xs {
        flex: 0 0 50%;
    }

    .lp-form__col-s,
    .lp-form__col-m {
        flex: 0 0 100%;
    }
}

/* ---------- lp-мedical-appointment */

.lp-мedical-appointment {
    background: #B4274B;
    display: flex;
    justify-content: center;
    padding: 32px 30px 35px;
    font-family: "Cocon", 'cocon-bold', 'Arial', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.lp-мedical-appointment_big {
    background: #8E2B62;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 205px;
    padding-right: 205px;
}

.lp-мedical-appointment__text {
    color: #F4A09E;
    font-size: 1.125rem;
    line-height: 1.5625;
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.lp-мedical-appointment_big .lp-мedical-appointment__text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}

.lp-мedical-appointment .lp-мedical-appointment__phone {
    color: white;
    line-height: 1;
    border: 0;
    min-height: 32px;
    position: relative;
    font-size: 1.375rem;
    padding-left: 48px;
    margin-right: 75px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.lp-мedical-appointment .lp-мedical-appointment__phone:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("/bitrix/templates/mamadeti_adaptive_opt/assets-common-lp/img/phone-icon.svg") no-repeat center 100%;
}

.lp-мedical-appointment__call {
    border: 2px solid #FFFFFF;
    background: #B4274B;
    color: white;
    border-radius: 4px;
    padding: 11px 34px;
    font-family: "Cocon", 'cocon-regularregular', 'PT Sans', "Arial", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.lp-мedical-appointment__call:hover {
    background: #ce385e;
}

.lp-мedical-appointment_big .lp-мedical-appointment__call {
    background: #8E2B62;
}

.lp-мedical-appointment_big .lp-мedical-appointment__call:hover {
    background: #9b2e6c;
}

@media (max-width: 1024px) {
    .lp-мedical-appointment {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .lp-мedical-appointment_big {
        padding-left: 30px;
        padding-right: 30px;
    }

    .lp-мedical-appointment__text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .lp-мedical-appointment .lp-мedical-appointment__phone {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 1.2rem;
    }
	.main-holder
	{
		overflow:hidden;
	}
	.lp-мedical-appointment__text
	{
		display:block;
		text-align:center;
		margin-bottom: 10px;
	}
	.lp-мedical-appointment
	{
		display:block;
	}
	.lp-мedical-appointment .lp-мedical-appointment__phone
	{
		display: block;
		width: 230px;
		margin: 0 auto;
	}
	.lp-мedical-appointment .lp-мedical-appointment__phone:before
	{
		top:35%;
	}
	.lp-мedical-appointment__call
	{
		display: block;
		margin: 10px auto 0;
	}
}

/* ---------- lp-мedical-appointment END */


/* ---------- lp-loader */

.lp-loader {
    position: relative;
}

.lp-loader_absolute {
    position: absolute;
}

.lp-loader:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.45);
}

.lp-loader:after {
    content: '';
    width: 100px;
    height: 100px;
    border: 4px solid #b4274b;
    border-top-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%, -50%);
    animation-name: animation-loader;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.lp-loader_c_white:after {
    border-color: white;
    border-top-color: transparent;
}

.lp-loader_s_s:after {
    width: 30px;
    height: 30px;
    border-width: 2px;
}

@keyframes animation-loader {
    from {
        transform: translate(-50%,-50%) rotate(0deg);
    }
    to {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

/* ---------- lp-loader END */


/* ---------- lp-header__nav */

.lp-header__nav {
    background-color: white;
    margin: 0 -30px;
    padding: 10px 0px 15px;
    position: sticky;
    top: 0;
    z-index: 5;
}

.lp-header__nav-wrapper {
    border-radius: 23px;
}

.lp-header__menu-btn {
    position: relative;
    text-align: center;
    padding: 10px 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #8e2b62;
    cursor: pointer;
}

.lp-header__nav .lp-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lp-header__nav .lp-header__nav-item a {
    font-size: 18px;
    line-height: 22px;
    color: #2c2c2c;
    text-decoration: none;
    border-bottom: none;
	font-weight:bold;
}

.lp-header__nav .lp-header__nav-item a:hover {
    color: #8e2b62;
}
.lp-about-banner.vedenie-beremenosti
{
    background-position: 35% top;
}

.main-page .b-widgets_footer__col .b-header_h2
{
    font-size: 28px;
}
.b-clincs_main__map-clinics span {
    display: block;
    padding-left: 14px;
    margin-bottom: 14px;
    text-decoration: none;
    line-height: 1.1;
    background: url(/bitrix/templates/mamadeti_landings_new/css/../images/new/i-geo.png) 0 3px no-repeat;
}

@media (max-width: 950px) {
    .lp-header__nav {
        margin: 0 -20px;
        padding: 20px;
    }
	.b-service_padding.b-service_padding_no-top
	{
		padding: 0px!important;
		margin-left: 0;
	}
}

/* ---------- lp-header__nav END */
.b-widgets_footer__opinion-item:hover .b-widgets_footer__fio
{
    text-decoration: none!important;
    color: #931368!important;
}
.b-widgets_footer__opinion-item:hover .b-widgets_footer__opinion-name
{
    text-decoration: none!important;
    color: inherit!important;
}
