.common-about {

}

.common-about_mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
}

.common-about__text {
    margin-bottom: 30px;
}

.common-about__cover {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.common-about__cover-img {
    width: 100%;
}

.common-about__badge {
    position: absolute;
    bottom: 0;
    left: 20px;
    background: #FFD974;
    border-radius: 15px 15px 0 0;
    padding: 7px 11px;
    display: flex;
    align-items: center;
    min-width: 70px;
}

.common-about__badge-icon {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.common-about__badge-text {
    font-size: 14px;
    line-height: 130%;
    color: #222222;
}

.global_background-dark .common-about__badge-text {
    color: #ffffff;
}

.common-about__text-inner {
    font-weight: 500;
    line-height: 140%;
    color: #463B3F;
    overflow: hidden;
    max-height: 110px;
    position: relative;
}

.common-about__text-inner_auto-h {
    max-height: 1000000px;
}

.global_background-dark .common-about__text-inner {
    color: #ffffff;
}

.common-about__text-inner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
}

.common-about__text-inner_auto-h:after {
    display: none;
}

.common-about__text-inner_show {
    max-height: 1000000px;
}

.common-about__text-inner_show:after {
    display: none;
}

.common-about__more {
    margin-top: 10px;
}

.common-about__sidebar {
    margin-bottom: 50px;
}

.common-about__address {
    background-color: #E7E2EE;
    /*margin: 0 -20px;*/
    padding: 30px;
}

.common-about__disclaimer {
    color: grey;
    font-size: 14px;
    margin: 30px 0;
}

.common-about__address-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    font-family: 'Cocon', sans-serif;
    color: #463B3F;
    margin-bottom: 16px;
}

.common-about__address-title_two {
    font-size: 16px;
    margin-top: 30px;
}

.common-about__address-item {
    display: block;
    margin-bottom: 5px;
}

.common-about__map {
    margin-top: 10px;
    font-size: 12px;
}

.common-about__phone-title {
    margin: 30px 0 10px;
    font-family: 'Cocon', sans-serif;
}

.common-about__sale-title{
    /*font-size: 14px;*/
    margin: 0 0 30px;
    font-family: 'Cocon', sans-serif;
    /*line-height: 16px;*/
}
.common-about__sale-big-title {
    font-family: 'Cocon', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #463B3F;
    margin-bottom: 15px;
}

.common-about__petal {
    max-width: 365px;
    margin: 30px 0 0 auto;
}
.common-about__price{
    font-weight: 500;
    padding: 13px 22px;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    text-align: center;
    background: #572f8e;
    width:160px;
    font-family: Cocon, sans-serif;
}

@media (min-width: 375px) {

}

@media (min-width: 576px) {
    .common-about__address {
        margin: 0;
    }
}

@media (min-width: 869px) {
    .common-about {
        display: flex;
        align-items: flex-start;
        margin-left: -30px;
    }

    .common-about_mobile-reverse {
        flex-direction: initial;
    }

    .common-about__badge {
        left: 40px;
        padding: 12px 15px;
        min-width: 96px;
    }

    .common-about__badge-icon {
        width: 18px;
        height: 18px;
        margin-right: 7px;
    }

    .common-about__badge-text {
        font-size: 16px;
        line-height: 130%;
        color: #222222;
    }

    .common-about__sidebar {
        flex: 0 0 280px;
        max-width: 280px;
        margin-left: 30px;
    }

    .common-about__address {
        flex: 0 0 280px;
        max-width: 280px;
        margin-left: 30px;
    }

    .common-about__address_big {
        flex: 0 0 400px;
        max-width: 400px;
    }

    .common-about__address_without-layout {
        flex-basis: auto;
        max-width: 100%;
        margin-left: 0;
    }

    .common-about__text {
        max-width: calc(100% - 280px - 30px);
        margin-bottom: 0;
        margin-left: 30px;
    }

    .common-about__text-inner {
        overflow: hidden;
        max-height: 1000000px;
    }

    .common-about__text-inner:after {
        display: none;
    }

    .common-about__more {
        display: none;
    }
}

@media (min-width: 1189px) {
    .common-about {
        margin-left: -40px;
    }

    .common-about__cover {
        margin-bottom: 45px;
    }

    .common-about__text {
        max-width: calc(100% - 400px - 40px);
        margin-left: 40px;
    }

    .common-about__sidebar {
        flex: 0 0 400px;
        max-width: 400px;
        margin-left: 40px;
    }

    .common-about__address {
        flex: 0 0 400px;
        max-width: 400px;
        margin-left: 40px;
        padding: 45px 60px;
    }

    .common-about__address_big {
        flex: 0 0 500px;
        max-width: 500px;
    }

    .common-about__address_without-layout {
        flex-basis: auto;
        max-width: 100%;
        margin-left: 0;
    }

    .common-about__address-title {
        font-size: 24px;
    }

    .common-about__sale-middle-title {
        font-size: 20px;
    }

    .common-about__address-title_two {
        font-size: 18px;
        margin-top: 40px;
    }
}

@media (max-width: 869px) {
	.program-about .common-about__text {
		order:2;
		margin-bottom: 30px;
		margin-top: 30px;
		width: 100%;
	}
	.program-about.common-about {
		display: flex;
		flex-wrap: wrap;
	}
	.program-about .common-about__address {
		width: 100%;
	}
}
.comeback-page {
    padding: 10px 0;
}

.common-about__address-hidden {
    display: none;
}

.common-about__address-show {
    display: block;
}

.common-about__display-btn {
    margin-bottom: 8px;
    cursor: pointer;
}

.common-about__display-btn-text {
    border: none;
    background: no-repeat;
    padding: 0;
    color: #572f8e;
    font-size: 14px;
    border-bottom: 1px dashed #8E2B62;
}
.common-about__before-text {
    margin-bottom: 10px;
}
.common-about__after-text {
    margin-top: 10px;
}